diff --git a/package-lock.json b/package-lock.json index afa7fdc8..8207214e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "@aws-sdk/client-sns": "^3.682.0", "@bull-board/api": "^6.3.3", "@bull-board/express": "^6.3.3", - "@polkadot/api": "^12.4.2", + "@polkadot/api": "^14.2.2", "@polkadot/keyring": "^13.2.2", "@polkadot/types": "^14.2.2", "@polkadot/util": "^13.2.2", @@ -1715,334 +1715,9 @@ "optional": true }, "node_modules/@polkadot/api": { - "version": "12.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/api/-/api-12.4.2.tgz", - "integrity": "sha512-e1KS048471iBWZU10TJNEYOZqLO+8h8ajmVqpaIBOVkamN7tmacBxmHgq0+IA8VrGxjxtYNa1xF5Sqrg76uBEg==", - "dependencies": { - "@polkadot/api-augment": "12.4.2", - "@polkadot/api-base": "12.4.2", - "@polkadot/api-derive": "12.4.2", - "@polkadot/keyring": "^13.0.2", - "@polkadot/rpc-augment": "12.4.2", - "@polkadot/rpc-core": "12.4.2", - "@polkadot/rpc-provider": "12.4.2", - "@polkadot/types": "12.4.2", - "@polkadot/types-augment": "12.4.2", - "@polkadot/types-codec": "12.4.2", - "@polkadot/types-create": "12.4.2", - "@polkadot/types-known": "12.4.2", - "@polkadot/util": "^13.0.2", - "@polkadot/util-crypto": "^13.0.2", - "eventemitter3": "^5.0.1", - "rxjs": "^7.8.1", - "tslib": "^2.6.3" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/api-augment": { - "version": "12.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/api-augment/-/api-augment-12.4.2.tgz", - "integrity": "sha512-BkG2tQpUUO0iUm65nSqP8hwHkNfN8jQw8apqflJNt9H8EkEL6v7sqwbLvGqtlxM9wzdxbg7lrWp3oHg4rOP31g==", - "dependencies": { - "@polkadot/api-base": "12.4.2", - "@polkadot/rpc-augment": "12.4.2", - "@polkadot/types": "12.4.2", - "@polkadot/types-augment": "12.4.2", - "@polkadot/types-codec": "12.4.2", - "@polkadot/util": "^13.0.2", - "tslib": "^2.6.3" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/api-augment/node_modules/@polkadot/types": { - "version": "12.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-12.4.2.tgz", - "integrity": "sha512-ivYtt7hYcRvo69ULb1BJA9BE1uefijXcaR089Dzosr9+sMzvsB1yslNQReOq+Wzq6h6AQj4qex6qVqjWZE6Z4A==", - "dependencies": { - "@polkadot/keyring": "^13.0.2", - "@polkadot/types-augment": "12.4.2", - "@polkadot/types-codec": "12.4.2", - "@polkadot/types-create": "12.4.2", - "@polkadot/util": "^13.0.2", - "@polkadot/util-crypto": "^13.0.2", - "rxjs": "^7.8.1", - "tslib": "^2.6.3" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/api-base": { - "version": "12.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-12.4.2.tgz", - "integrity": "sha512-XYI7Po8i6C4lYZah7Xo0v7zOAawBUfkmtx0YxsLY/665Sup8oqzEj666xtV9qjBzR9coNhQonIFOn+9fh27Ncw==", - "dependencies": { - "@polkadot/rpc-core": "12.4.2", - "@polkadot/types": "12.4.2", - "@polkadot/util": "^13.0.2", - "rxjs": "^7.8.1", - "tslib": "^2.6.3" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/api-base/node_modules/@polkadot/types": { - "version": "12.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-12.4.2.tgz", - "integrity": "sha512-ivYtt7hYcRvo69ULb1BJA9BE1uefijXcaR089Dzosr9+sMzvsB1yslNQReOq+Wzq6h6AQj4qex6qVqjWZE6Z4A==", - "dependencies": { - "@polkadot/keyring": "^13.0.2", - "@polkadot/types-augment": "12.4.2", - "@polkadot/types-codec": "12.4.2", - "@polkadot/types-create": "12.4.2", - "@polkadot/util": "^13.0.2", - "@polkadot/util-crypto": "^13.0.2", - "rxjs": "^7.8.1", - "tslib": "^2.6.3" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/api-derive": { - "version": "12.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/api-derive/-/api-derive-12.4.2.tgz", - "integrity": "sha512-R0AMANEnqs5AiTaiQX2FXCxUlOibeDSgqlkyG1/0KDsdr6PO/l3dJOgEO+grgAwh4hdqzk4I9uQpdKxG83f2Gw==", - "dependencies": { - "@polkadot/api": "12.4.2", - "@polkadot/api-augment": "12.4.2", - "@polkadot/api-base": "12.4.2", - "@polkadot/rpc-core": "12.4.2", - "@polkadot/types": "12.4.2", - "@polkadot/types-codec": "12.4.2", - "@polkadot/util": "^13.0.2", - "@polkadot/util-crypto": "^13.0.2", - "rxjs": "^7.8.1", - "tslib": "^2.6.3" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/api-derive/node_modules/@polkadot/types": { - "version": "12.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-12.4.2.tgz", - "integrity": "sha512-ivYtt7hYcRvo69ULb1BJA9BE1uefijXcaR089Dzosr9+sMzvsB1yslNQReOq+Wzq6h6AQj4qex6qVqjWZE6Z4A==", - "dependencies": { - "@polkadot/keyring": "^13.0.2", - "@polkadot/types-augment": "12.4.2", - "@polkadot/types-codec": "12.4.2", - "@polkadot/types-create": "12.4.2", - "@polkadot/util": "^13.0.2", - "@polkadot/util-crypto": "^13.0.2", - "rxjs": "^7.8.1", - "tslib": "^2.6.3" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/api/node_modules/@polkadot/types": { - "version": "12.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-12.4.2.tgz", - "integrity": "sha512-ivYtt7hYcRvo69ULb1BJA9BE1uefijXcaR089Dzosr9+sMzvsB1yslNQReOq+Wzq6h6AQj4qex6qVqjWZE6Z4A==", - "dependencies": { - "@polkadot/keyring": "^13.0.2", - "@polkadot/types-augment": "12.4.2", - "@polkadot/types-codec": "12.4.2", - "@polkadot/types-create": "12.4.2", - "@polkadot/util": "^13.0.2", - "@polkadot/util-crypto": "^13.0.2", - "rxjs": "^7.8.1", - "tslib": "^2.6.3" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/keyring": { - "version": "13.2.2", - "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-13.2.2.tgz", - "integrity": "sha512-h4bPU92CALAAC+QOp6+zttuhI5H0GKOUzj1qwnmoPVoWxh21FoekLAXO1YJlsKxciTDdK5OhjdNPOIqcF0GCXA==", - "dependencies": { - "@polkadot/util": "13.2.2", - "@polkadot/util-crypto": "13.2.2", - "tslib": "^2.8.0" - }, - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "@polkadot/util": "13.2.2", - "@polkadot/util-crypto": "13.2.2" - } - }, - "node_modules/@polkadot/networks": { - "version": "13.2.2", - "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-13.2.2.tgz", - "integrity": "sha512-di3dLB9BcLQ9ARcDe/nizl7jZZnQbQlxB8kXtAXqTIVFtshtKT+zYcji6dTX7xX9/O9tZB7qnrvuIuI0MkwJ5A==", - "dependencies": { - "@polkadot/util": "13.2.2", - "@substrate/ss58-registry": "^1.51.0", - "tslib": "^2.8.0" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/rpc-augment": { - "version": "12.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-augment/-/rpc-augment-12.4.2.tgz", - "integrity": "sha512-IEco5pnso+fYkZNMlMAN5i4XAxdXPv0PZ0HNuWlCwF/MmRvWl8pq5JFtY1FiByHEbeuHwMIUhHM5SDKQ85q9Hg==", - "dependencies": { - "@polkadot/rpc-core": "12.4.2", - "@polkadot/types": "12.4.2", - "@polkadot/types-codec": "12.4.2", - "@polkadot/util": "^13.0.2", - "tslib": "^2.6.3" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/rpc-augment/node_modules/@polkadot/types": { - "version": "12.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-12.4.2.tgz", - "integrity": "sha512-ivYtt7hYcRvo69ULb1BJA9BE1uefijXcaR089Dzosr9+sMzvsB1yslNQReOq+Wzq6h6AQj4qex6qVqjWZE6Z4A==", - "dependencies": { - "@polkadot/keyring": "^13.0.2", - "@polkadot/types-augment": "12.4.2", - "@polkadot/types-codec": "12.4.2", - "@polkadot/types-create": "12.4.2", - "@polkadot/util": "^13.0.2", - "@polkadot/util-crypto": "^13.0.2", - "rxjs": "^7.8.1", - "tslib": "^2.6.3" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/rpc-core": { - "version": "12.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-12.4.2.tgz", - "integrity": "sha512-yaveqxNcmyluyNgsBT5tpnCa/md0CGbOtRK7K82LWsz7gsbh0x80GBbJrQGxsUybg1gPeZbO1q9IigwA6fY8ag==", - "dependencies": { - "@polkadot/rpc-augment": "12.4.2", - "@polkadot/rpc-provider": "12.4.2", - "@polkadot/types": "12.4.2", - "@polkadot/util": "^13.0.2", - "rxjs": "^7.8.1", - "tslib": "^2.6.3" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/rpc-core/node_modules/@polkadot/types": { - "version": "12.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-12.4.2.tgz", - "integrity": "sha512-ivYtt7hYcRvo69ULb1BJA9BE1uefijXcaR089Dzosr9+sMzvsB1yslNQReOq+Wzq6h6AQj4qex6qVqjWZE6Z4A==", - "dependencies": { - "@polkadot/keyring": "^13.0.2", - "@polkadot/types-augment": "12.4.2", - "@polkadot/types-codec": "12.4.2", - "@polkadot/types-create": "12.4.2", - "@polkadot/util": "^13.0.2", - "@polkadot/util-crypto": "^13.0.2", - "rxjs": "^7.8.1", - "tslib": "^2.6.3" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/rpc-provider": { - "version": "12.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-12.4.2.tgz", - "integrity": "sha512-cAhfN937INyxwW1AdjABySdCKhC7QCIONRDHDea1aLpiuxq/w+QwjxauR9fCNGh3lTaAwwnmZ5WfFU2PtkDMGQ==", - "dependencies": { - "@polkadot/keyring": "^13.0.2", - "@polkadot/types": "12.4.2", - "@polkadot/types-support": "12.4.2", - "@polkadot/util": "^13.0.2", - "@polkadot/util-crypto": "^13.0.2", - "@polkadot/x-fetch": "^13.0.2", - "@polkadot/x-global": "^13.0.2", - "@polkadot/x-ws": "^13.0.2", - "eventemitter3": "^5.0.1", - "mock-socket": "^9.3.1", - "nock": "^13.5.4", - "tslib": "^2.6.3" - }, - "engines": { - "node": ">=18" - }, - "optionalDependencies": { - "@substrate/connect": "0.8.11" - } - }, - "node_modules/@polkadot/rpc-provider/node_modules/@polkadot/types": { - "version": "12.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-12.4.2.tgz", - "integrity": "sha512-ivYtt7hYcRvo69ULb1BJA9BE1uefijXcaR089Dzosr9+sMzvsB1yslNQReOq+Wzq6h6AQj4qex6qVqjWZE6Z4A==", - "dependencies": { - "@polkadot/keyring": "^13.0.2", - "@polkadot/types-augment": "12.4.2", - "@polkadot/types-codec": "12.4.2", - "@polkadot/types-create": "12.4.2", - "@polkadot/util": "^13.0.2", - "@polkadot/util-crypto": "^13.0.2", - "rxjs": "^7.8.1", - "tslib": "^2.6.3" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/typegen": { - "version": "14.2.2", - "resolved": "https://registry.npmjs.org/@polkadot/typegen/-/typegen-14.2.2.tgz", - "integrity": "sha512-DTT1HYReDyF3fyh8OMfT3ygWACxR2sLFxgu3sy9mvb0hBcF2Zbi+8/Dx33zuRDZeNtAxEsO8iBYU+2Vh6CfobA==", - "dev": true, - "dependencies": { - "@polkadot/api": "14.2.2", - "@polkadot/api-augment": "14.2.2", - "@polkadot/rpc-augment": "14.2.2", - "@polkadot/rpc-provider": "14.2.2", - "@polkadot/types": "14.2.2", - "@polkadot/types-augment": "14.2.2", - "@polkadot/types-codec": "14.2.2", - "@polkadot/types-create": "14.2.2", - "@polkadot/types-support": "14.2.2", - "@polkadot/util": "^13.2.2", - "@polkadot/util-crypto": "^13.2.2", - "@polkadot/x-ws": "^13.2.2", - "handlebars": "^4.7.8", - "tslib": "^2.8.0", - "yargs": "^17.7.2" - }, - "bin": { - "polkadot-types-chain-info": "scripts/polkadot-types-chain-info.mjs", - "polkadot-types-from-chain": "scripts/polkadot-types-from-chain.mjs", - "polkadot-types-from-defs": "scripts/polkadot-types-from-defs.mjs", - "polkadot-types-internal-interfaces": "scripts/polkadot-types-internal-interfaces.mjs", - "polkadot-types-internal-metadata": "scripts/polkadot-types-internal-metadata.mjs" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/typegen/node_modules/@polkadot/api": { "version": "14.2.2", "resolved": "https://registry.npmjs.org/@polkadot/api/-/api-14.2.2.tgz", "integrity": "sha512-MACWbU8TpGvjPF7FFw7K1IkpjTzq3CtQritlB7pmI+QCezJo3f0KV0v3jYhO1jCSii3F62L9XOaoS7c6tfU8kw==", - "dev": true, "dependencies": { "@polkadot/api-augment": "14.2.2", "@polkadot/api-base": "14.2.2", @@ -2066,11 +1741,10 @@ "node": ">=18" } }, - "node_modules/@polkadot/typegen/node_modules/@polkadot/api-augment": { + "node_modules/@polkadot/api-augment": { "version": "14.2.2", "resolved": "https://registry.npmjs.org/@polkadot/api-augment/-/api-augment-14.2.2.tgz", "integrity": "sha512-hSp5lh8VrEAoSLfQBgShiByTLcc+1xwoUO593Zuz8Rr/juOovNV3RDv4EgM55GGelQrhpYQ2+sreo6OiJX1BWg==", - "dev": true, "dependencies": { "@polkadot/api-base": "14.2.2", "@polkadot/rpc-augment": "14.2.2", @@ -2084,11 +1758,10 @@ "node": ">=18" } }, - "node_modules/@polkadot/typegen/node_modules/@polkadot/api-base": { + "node_modules/@polkadot/api-base": { "version": "14.2.2", "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-14.2.2.tgz", "integrity": "sha512-oti5rb1tVqFhVA53pTAB+Ga7c5050jpxLi0uo4E5iq3kxv/i5cLOaC+zaCpCmWlwqTHxVJxZ5dO/VywmwqbGqA==", - "dev": true, "dependencies": { "@polkadot/rpc-core": "14.2.2", "@polkadot/types": "14.2.2", @@ -2100,11 +1773,10 @@ "node": ">=18" } }, - "node_modules/@polkadot/typegen/node_modules/@polkadot/api-derive": { + "node_modules/@polkadot/api-derive": { "version": "14.2.2", "resolved": "https://registry.npmjs.org/@polkadot/api-derive/-/api-derive-14.2.2.tgz", "integrity": "sha512-o7f0YNq/Fwfi+cm+ZMiH3adHaJupxbVGqsbrsj9az2cyn5Y31lcIVcuCz7eM5e89aWnn5WPfQsgaq7XV0OD19g==", - "dev": true, "dependencies": { "@polkadot/api": "14.2.2", "@polkadot/api-augment": "14.2.2", @@ -2121,11 +1793,40 @@ "node": ">=18" } }, - "node_modules/@polkadot/typegen/node_modules/@polkadot/rpc-augment": { + "node_modules/@polkadot/keyring": { + "version": "13.2.2", + "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-13.2.2.tgz", + "integrity": "sha512-h4bPU92CALAAC+QOp6+zttuhI5H0GKOUzj1qwnmoPVoWxh21FoekLAXO1YJlsKxciTDdK5OhjdNPOIqcF0GCXA==", + "dependencies": { + "@polkadot/util": "13.2.2", + "@polkadot/util-crypto": "13.2.2", + "tslib": "^2.8.0" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "@polkadot/util": "13.2.2", + "@polkadot/util-crypto": "13.2.2" + } + }, + "node_modules/@polkadot/networks": { + "version": "13.2.2", + "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-13.2.2.tgz", + "integrity": "sha512-di3dLB9BcLQ9ARcDe/nizl7jZZnQbQlxB8kXtAXqTIVFtshtKT+zYcji6dTX7xX9/O9tZB7qnrvuIuI0MkwJ5A==", + "dependencies": { + "@polkadot/util": "13.2.2", + "@substrate/ss58-registry": "^1.51.0", + "tslib": "^2.8.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/rpc-augment": { "version": "14.2.2", "resolved": "https://registry.npmjs.org/@polkadot/rpc-augment/-/rpc-augment-14.2.2.tgz", "integrity": "sha512-chnl3+iGWNz4l2o1BICV8BwJH+TgeScC4TU2xPOV/2e5iNTENBkbNwP1OOO+84blK0sRpgKQsWx8n9gnosEjZg==", - "dev": true, "dependencies": { "@polkadot/rpc-core": "14.2.2", "@polkadot/types": "14.2.2", @@ -2137,11 +1838,10 @@ "node": ">=18" } }, - "node_modules/@polkadot/typegen/node_modules/@polkadot/rpc-core": { + "node_modules/@polkadot/rpc-core": { "version": "14.2.2", "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-14.2.2.tgz", "integrity": "sha512-EmkBH1pJ/Id0ImO1UsTUj4R4aug7O2a5pEBgGdU+2kvAKvbAgoWpOkQIit8IXfrvl2jkc8Mzsj06/lRcKMiCDA==", - "dev": true, "dependencies": { "@polkadot/rpc-augment": "14.2.2", "@polkadot/rpc-provider": "14.2.2", @@ -2154,11 +1854,10 @@ "node": ">=18" } }, - "node_modules/@polkadot/typegen/node_modules/@polkadot/rpc-provider": { + "node_modules/@polkadot/rpc-provider": { "version": "14.2.2", "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-14.2.2.tgz", "integrity": "sha512-Vx7mrN3NyE5fzvw+cm0BjtH6MRdrc9PeqFiJbbpvvPfK4Vi416RMNgYFw9f611bfQTYjr8oO9CTQI8s7knqN3A==", - "dev": true, "dependencies": { "@polkadot/keyring": "^13.2.2", "@polkadot/types": "14.2.2", @@ -2180,74 +1879,34 @@ "@substrate/connect": "0.8.11" } }, - "node_modules/@polkadot/typegen/node_modules/@polkadot/types-augment": { - "version": "14.2.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-14.2.2.tgz", - "integrity": "sha512-FFHgP4TAhJ6XL25FFjT1S2Ai2wfnoGL2VMhYS8TS5XFxH3+1c0DeA4DgPmewJtbDxKwl232UUKzrpJ8jUpCAJg==", - "dev": true, - "dependencies": { - "@polkadot/types": "14.2.2", - "@polkadot/types-codec": "14.2.2", - "@polkadot/util": "^13.2.2", - "tslib": "^2.8.0" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/typegen/node_modules/@polkadot/types-codec": { - "version": "14.2.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-14.2.2.tgz", - "integrity": "sha512-ri1U50VQx2FvBK8iJr5kwA8lIg1zlv7OI0x7th35kHtfRr9icPOp2x1jNsOamfObs7OekTsl7+5Uq33Tl0JR+g==", - "dev": true, - "dependencies": { - "@polkadot/util": "^13.2.2", - "@polkadot/x-bigint": "^13.2.2", - "tslib": "^2.8.0" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/typegen/node_modules/@polkadot/types-create": { - "version": "14.2.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-14.2.2.tgz", - "integrity": "sha512-WN1o/zVhVHHjutaivrpd33bc9EllpDFYVtRMZPOeL7GUy4MjpQGcmT0Vce0lARIKKla8RACQWLIEmkbX3UYxrw==", - "dev": true, - "dependencies": { - "@polkadot/types-codec": "14.2.2", - "@polkadot/util": "^13.2.2", - "tslib": "^2.8.0" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/typegen/node_modules/@polkadot/types-known": { + "node_modules/@polkadot/typegen": { "version": "14.2.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-14.2.2.tgz", - "integrity": "sha512-inaLBPIB5W0QpKB2/ZtrO61zQDwlOa8aRSGl4XbjEcse0I6nRkFkvEpLf1nJMdJg0aKi3P6pQiW/mkVQsaHLYQ==", + "resolved": "https://registry.npmjs.org/@polkadot/typegen/-/typegen-14.2.2.tgz", + "integrity": "sha512-DTT1HYReDyF3fyh8OMfT3ygWACxR2sLFxgu3sy9mvb0hBcF2Zbi+8/Dx33zuRDZeNtAxEsO8iBYU+2Vh6CfobA==", "dev": true, "dependencies": { - "@polkadot/networks": "^13.2.2", + "@polkadot/api": "14.2.2", + "@polkadot/api-augment": "14.2.2", + "@polkadot/rpc-augment": "14.2.2", + "@polkadot/rpc-provider": "14.2.2", "@polkadot/types": "14.2.2", + "@polkadot/types-augment": "14.2.2", "@polkadot/types-codec": "14.2.2", "@polkadot/types-create": "14.2.2", + "@polkadot/types-support": "14.2.2", "@polkadot/util": "^13.2.2", - "tslib": "^2.8.0" + "@polkadot/util-crypto": "^13.2.2", + "@polkadot/x-ws": "^13.2.2", + "handlebars": "^4.7.8", + "tslib": "^2.8.0", + "yargs": "^17.7.2" }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/typegen/node_modules/@polkadot/types-support": { - "version": "14.2.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-14.2.2.tgz", - "integrity": "sha512-K0k8tzmB0qsNQ7kRQSWqKTv0W/HNzs5P3vc9VwAzzjJeJFzrLjafSrE+WftYm8Vqvc4XgAQ94vwMJNhZ40TuHQ==", - "dev": true, - "dependencies": { - "@polkadot/util": "^13.2.2", - "tslib": "^2.8.0" + "bin": { + "polkadot-types-chain-info": "scripts/polkadot-types-chain-info.mjs", + "polkadot-types-from-chain": "scripts/polkadot-types-from-chain.mjs", + "polkadot-types-from-defs": "scripts/polkadot-types-from-defs.mjs", + "polkadot-types-internal-interfaces": "scripts/polkadot-types-internal-interfaces.mjs", + "polkadot-types-internal-metadata": "scripts/polkadot-types-internal-metadata.mjs" }, "engines": { "node": ">=18" @@ -2272,115 +1931,37 @@ } }, "node_modules/@polkadot/types-augment": { - "version": "12.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-12.4.2.tgz", - "integrity": "sha512-3fDCOy2BEMuAtMYl4crKg76bv/0pDNEuzpAzV4EBUMIlJwypmjy5sg3gUPCMcA+ckX3xb8DhkWU4ceUdS7T2KQ==", - "dependencies": { - "@polkadot/types": "12.4.2", - "@polkadot/types-codec": "12.4.2", - "@polkadot/util": "^13.0.2", - "tslib": "^2.6.3" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/types-augment/node_modules/@polkadot/types": { - "version": "12.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-12.4.2.tgz", - "integrity": "sha512-ivYtt7hYcRvo69ULb1BJA9BE1uefijXcaR089Dzosr9+sMzvsB1yslNQReOq+Wzq6h6AQj4qex6qVqjWZE6Z4A==", + "version": "14.2.2", + "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-14.2.2.tgz", + "integrity": "sha512-FFHgP4TAhJ6XL25FFjT1S2Ai2wfnoGL2VMhYS8TS5XFxH3+1c0DeA4DgPmewJtbDxKwl232UUKzrpJ8jUpCAJg==", "dependencies": { - "@polkadot/keyring": "^13.0.2", - "@polkadot/types-augment": "12.4.2", - "@polkadot/types-codec": "12.4.2", - "@polkadot/types-create": "12.4.2", - "@polkadot/util": "^13.0.2", - "@polkadot/util-crypto": "^13.0.2", - "rxjs": "^7.8.1", - "tslib": "^2.6.3" + "@polkadot/types": "14.2.2", + "@polkadot/types-codec": "14.2.2", + "@polkadot/util": "^13.2.2", + "tslib": "^2.8.0" }, "engines": { "node": ">=18" } }, "node_modules/@polkadot/types-codec": { - "version": "12.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-12.4.2.tgz", - "integrity": "sha512-DiPGRFWtVMepD9i05eC3orSbGtpN7un/pXOrXu0oriU+oxLkpvZH68ZsPNtJhKdQy03cAYtvB8elJOFJZYqoqQ==", + "version": "14.2.2", + "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-14.2.2.tgz", + "integrity": "sha512-ri1U50VQx2FvBK8iJr5kwA8lIg1zlv7OI0x7th35kHtfRr9icPOp2x1jNsOamfObs7OekTsl7+5Uq33Tl0JR+g==", "dependencies": { - "@polkadot/util": "^13.0.2", - "@polkadot/x-bigint": "^13.0.2", - "tslib": "^2.6.3" + "@polkadot/util": "^13.2.2", + "@polkadot/x-bigint": "^13.2.2", + "tslib": "^2.8.0" }, "engines": { "node": ">=18" } }, "node_modules/@polkadot/types-create": { - "version": "12.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-12.4.2.tgz", - "integrity": "sha512-nOpeAKZLdSqNMfzS3waQXgyPPaNt8rUHEmR5+WNv6c/Ke/vyf710wjxiTewfp0wpBgtdrimlgG4DLX1J9Ms1LA==", - "dependencies": { - "@polkadot/types-codec": "12.4.2", - "@polkadot/util": "^13.0.2", - "tslib": "^2.6.3" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/types-known": { - "version": "12.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-12.4.2.tgz", - "integrity": "sha512-bvhO4KQu/dgPmdwQXsweSMRiRisJ7Bp38lZVEIFykfd2qYyRW3OQEbIPKYpx9raD+fDATU0bTiKQnELrSGhYXw==", - "dependencies": { - "@polkadot/networks": "^13.0.2", - "@polkadot/types": "12.4.2", - "@polkadot/types-codec": "12.4.2", - "@polkadot/types-create": "12.4.2", - "@polkadot/util": "^13.0.2", - "tslib": "^2.6.3" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/types-known/node_modules/@polkadot/types": { - "version": "12.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-12.4.2.tgz", - "integrity": "sha512-ivYtt7hYcRvo69ULb1BJA9BE1uefijXcaR089Dzosr9+sMzvsB1yslNQReOq+Wzq6h6AQj4qex6qVqjWZE6Z4A==", - "dependencies": { - "@polkadot/keyring": "^13.0.2", - "@polkadot/types-augment": "12.4.2", - "@polkadot/types-codec": "12.4.2", - "@polkadot/types-create": "12.4.2", - "@polkadot/util": "^13.0.2", - "@polkadot/util-crypto": "^13.0.2", - "rxjs": "^7.8.1", - "tslib": "^2.6.3" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/types-support": { - "version": "12.4.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-12.4.2.tgz", - "integrity": "sha512-bz6JSt23UEZ2eXgN4ust6z5QF9pO5uNH7UzCP+8I/Nm85ZipeBYj2Wu6pLlE3Hw30hWZpuPxMDOKoEhN5bhLgw==", - "dependencies": { - "@polkadot/util": "^13.0.2", - "tslib": "^2.6.3" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@polkadot/types/node_modules/@polkadot/types-augment": { "version": "14.2.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-14.2.2.tgz", - "integrity": "sha512-FFHgP4TAhJ6XL25FFjT1S2Ai2wfnoGL2VMhYS8TS5XFxH3+1c0DeA4DgPmewJtbDxKwl232UUKzrpJ8jUpCAJg==", + "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-14.2.2.tgz", + "integrity": "sha512-WN1o/zVhVHHjutaivrpd33bc9EllpDFYVtRMZPOeL7GUy4MjpQGcmT0Vce0lARIKKla8RACQWLIEmkbX3UYxrw==", "dependencies": { - "@polkadot/types": "14.2.2", "@polkadot/types-codec": "14.2.2", "@polkadot/util": "^13.2.2", "tslib": "^2.8.0" @@ -2389,25 +1970,27 @@ "node": ">=18" } }, - "node_modules/@polkadot/types/node_modules/@polkadot/types-codec": { + "node_modules/@polkadot/types-known": { "version": "14.2.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-14.2.2.tgz", - "integrity": "sha512-ri1U50VQx2FvBK8iJr5kwA8lIg1zlv7OI0x7th35kHtfRr9icPOp2x1jNsOamfObs7OekTsl7+5Uq33Tl0JR+g==", + "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-14.2.2.tgz", + "integrity": "sha512-inaLBPIB5W0QpKB2/ZtrO61zQDwlOa8aRSGl4XbjEcse0I6nRkFkvEpLf1nJMdJg0aKi3P6pQiW/mkVQsaHLYQ==", "dependencies": { + "@polkadot/networks": "^13.2.2", + "@polkadot/types": "14.2.2", + "@polkadot/types-codec": "14.2.2", + "@polkadot/types-create": "14.2.2", "@polkadot/util": "^13.2.2", - "@polkadot/x-bigint": "^13.2.2", "tslib": "^2.8.0" }, "engines": { "node": ">=18" } }, - "node_modules/@polkadot/types/node_modules/@polkadot/types-create": { + "node_modules/@polkadot/types-support": { "version": "14.2.2", - "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-14.2.2.tgz", - "integrity": "sha512-WN1o/zVhVHHjutaivrpd33bc9EllpDFYVtRMZPOeL7GUy4MjpQGcmT0Vce0lARIKKla8RACQWLIEmkbX3UYxrw==", + "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-14.2.2.tgz", + "integrity": "sha512-K0k8tzmB0qsNQ7kRQSWqKTv0W/HNzs5P3vc9VwAzzjJeJFzrLjafSrE+WftYm8Vqvc4XgAQ94vwMJNhZ40TuHQ==", "dependencies": { - "@polkadot/types-codec": "14.2.2", "@polkadot/util": "^13.2.2", "tslib": "^2.8.0" }, diff --git a/package.json b/package.json index c53b632b..4150bb7a 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@aws-sdk/client-sns": "^3.682.0", "@bull-board/api": "^6.3.3", "@bull-board/express": "^6.3.3", - "@polkadot/api": "^12.4.2", + "@polkadot/api": "^14.2.2", "@polkadot/keyring": "^13.2.2", "@polkadot/types": "^14.2.2", "@polkadot/util": "^13.2.2",