diff --git a/package-lock.json b/package-lock.json index c3c6089..2a648ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@polkadot/api": "^14.1.1", "@polkadot/api-derive": "^14.1.1", - "@polkadot/types": "^14.1.1", + "@polkadot/types": "^15.4.1", "@types/express": "^5.0.0", "@types/node": "^22.8.1", "@types/pizzicato": "^0.6.4", @@ -318,6 +318,26 @@ "node": ">=18" } }, + "node_modules/@polkadot/api-augment/node_modules/@polkadot/types": { + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-14.1.1.tgz", + "integrity": "sha512-bT1wxu2wZsKR8Ih1PHu4SqptOF+MQbh21e+NJVZkIsrjQz1DvKkdcW4G/s0i0vX/QIjnXTJFC84vMzr5cxJm8Q==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@polkadot/keyring": "^13.2.1", + "@polkadot/types-augment": "14.1.1", + "@polkadot/types-codec": "14.1.1", + "@polkadot/types-create": "14.1.1", + "@polkadot/util": "^13.2.1", + "@polkadot/util-crypto": "^13.2.1", + "rxjs": "^7.8.1", + "tslib": "^2.8.0" + }, + "engines": { + "node": ">=18" + } + }, "node_modules/@polkadot/api-base": { "version": "14.1.1", "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-14.1.1.tgz", @@ -335,6 +355,26 @@ "node": ">=18" } }, + "node_modules/@polkadot/api-base/node_modules/@polkadot/types": { + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-14.1.1.tgz", + "integrity": "sha512-bT1wxu2wZsKR8Ih1PHu4SqptOF+MQbh21e+NJVZkIsrjQz1DvKkdcW4G/s0i0vX/QIjnXTJFC84vMzr5cxJm8Q==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@polkadot/keyring": "^13.2.1", + "@polkadot/types-augment": "14.1.1", + "@polkadot/types-codec": "14.1.1", + "@polkadot/types-create": "14.1.1", + "@polkadot/util": "^13.2.1", + "@polkadot/util-crypto": "^13.2.1", + "rxjs": "^7.8.1", + "tslib": "^2.8.0" + }, + "engines": { + "node": ">=18" + } + }, "node_modules/@polkadot/api-derive": { "version": "14.1.1", "resolved": "https://registry.npmjs.org/@polkadot/api-derive/-/api-derive-14.1.1.tgz", @@ -357,33 +397,147 @@ "node": ">=18" } }, + "node_modules/@polkadot/api-derive/node_modules/@polkadot/types": { + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-14.1.1.tgz", + "integrity": "sha512-bT1wxu2wZsKR8Ih1PHu4SqptOF+MQbh21e+NJVZkIsrjQz1DvKkdcW4G/s0i0vX/QIjnXTJFC84vMzr5cxJm8Q==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@polkadot/keyring": "^13.2.1", + "@polkadot/types-augment": "14.1.1", + "@polkadot/types-codec": "14.1.1", + "@polkadot/types-create": "14.1.1", + "@polkadot/util": "^13.2.1", + "@polkadot/util-crypto": "^13.2.1", + "rxjs": "^7.8.1", + "tslib": "^2.8.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/api/node_modules/@polkadot/types": { + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-14.1.1.tgz", + "integrity": "sha512-bT1wxu2wZsKR8Ih1PHu4SqptOF+MQbh21e+NJVZkIsrjQz1DvKkdcW4G/s0i0vX/QIjnXTJFC84vMzr5cxJm8Q==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@polkadot/keyring": "^13.2.1", + "@polkadot/types-augment": "14.1.1", + "@polkadot/types-codec": "14.1.1", + "@polkadot/types-create": "14.1.1", + "@polkadot/util": "^13.2.1", + "@polkadot/util-crypto": "^13.2.1", + "rxjs": "^7.8.1", + "tslib": "^2.8.0" + }, + "engines": { + "node": ">=18" + } + }, "node_modules/@polkadot/keyring": { - "version": "13.2.1", - "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-13.2.1.tgz", - "integrity": "sha512-tnNLHaOuwoVC3n2tUQe0iSI4Jyxzqm7CPnf/sWMAAFImaVnC7PhiZFvqs2QGpha4ks9Lv722Vkjh7iIKUpEsUA==", + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-13.3.1.tgz", + "integrity": "sha512-PT3uG9MqciPyoEz/f23RRMSlht77fo1hZaA1Vbcs1Rz7h7qFC0+7jFI9Ak30EJh9V0I2YugfzqAe3NjjyDxlvw==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@polkadot/util": "13.2.1", - "@polkadot/util-crypto": "13.2.1", + "@polkadot/util": "13.3.1", + "@polkadot/util-crypto": "13.3.1", "tslib": "^2.8.0" }, "engines": { "node": ">=18" }, "peerDependencies": { - "@polkadot/util": "13.2.1", - "@polkadot/util-crypto": "13.2.1" + "@polkadot/util": "13.3.1", + "@polkadot/util-crypto": "13.3.1" + } + }, + "node_modules/@polkadot/keyring/node_modules/@polkadot/util": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-13.3.1.tgz", + "integrity": "sha512-5crLP/rUZOJzuo/W8t73J8PxpibJ5vrxY57rR6V+mIpCZd1ORiw0wxeHcV5F9Adpn7yJyuGBwxPbueNR5Rr1Zw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@polkadot/x-bigint": "13.3.1", + "@polkadot/x-global": "13.3.1", + "@polkadot/x-textdecoder": "13.3.1", + "@polkadot/x-textencoder": "13.3.1", + "@types/bn.js": "^5.1.6", + "bn.js": "^5.2.1", + "tslib": "^2.8.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/keyring/node_modules/@polkadot/x-bigint": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-13.3.1.tgz", + "integrity": "sha512-ewc708a7LUdrT92v9DsSAIbcJQBn3aR9/LavF/iyMOq5lZJyPXDSjAnskfMs818R3RLCrKVKfs+aKkxt2eqo8g==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@polkadot/x-global": "13.3.1", + "tslib": "^2.8.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/keyring/node_modules/@polkadot/x-global": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-13.3.1.tgz", + "integrity": "sha512-861TeIw49a3JvkwlUWrddfG+JaUqtFZDsemYxxZIjjcRJLrKOsoKNqHbiHi2OPrwlX8PwAA/wc5I9Q4XRQ7KEg==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.8.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/keyring/node_modules/@polkadot/x-textdecoder": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-13.3.1.tgz", + "integrity": "sha512-g2R9O1p0ZsNDhZ3uEBZh6fQaVLlo3yFr0YNqt15v7e9lBI4APvTJ202EINlo2jB5lz/R438/BdjEA3AL+0zUtQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@polkadot/x-global": "13.3.1", + "tslib": "^2.8.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/keyring/node_modules/@polkadot/x-textencoder": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-13.3.1.tgz", + "integrity": "sha512-DnHLUdoKDYxekfxopuUuPB+j5Mu7Jemejcduu5gz3/89GP/sYPAu0CAVbq9B+hK1yGjBBj31eA4wkAV1oktYmg==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@polkadot/x-global": "13.3.1", + "tslib": "^2.8.0" + }, + "engines": { + "node": ">=18" } }, "node_modules/@polkadot/networks": { - "version": "13.2.1", - "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-13.2.1.tgz", - "integrity": "sha512-T04RTY+w8X+JB0MNAIrSFr3WX/eIUrCyYTsuf6jpg89efubpWYvfchiLTDcQrA2KfdqTBl3bQ1wgKqmWMMKNzg==", + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-13.3.1.tgz", + "integrity": "sha512-g/0OmCMUrbbW4RQ/xajTYd2SMJvFKY4kmMvpxtNN57hWQpY7c5oDXSz57jGH2uwvcBWeDfaNokcS+9hJL1RBcA==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@polkadot/util": "13.2.1", + "@polkadot/util": "13.3.1", "@substrate/ss58-registry": "^1.51.0", "tslib": "^2.8.0" }, @@ -391,6 +545,80 @@ "node": ">=18" } }, + "node_modules/@polkadot/networks/node_modules/@polkadot/util": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-13.3.1.tgz", + "integrity": "sha512-5crLP/rUZOJzuo/W8t73J8PxpibJ5vrxY57rR6V+mIpCZd1ORiw0wxeHcV5F9Adpn7yJyuGBwxPbueNR5Rr1Zw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@polkadot/x-bigint": "13.3.1", + "@polkadot/x-global": "13.3.1", + "@polkadot/x-textdecoder": "13.3.1", + "@polkadot/x-textencoder": "13.3.1", + "@types/bn.js": "^5.1.6", + "bn.js": "^5.2.1", + "tslib": "^2.8.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/networks/node_modules/@polkadot/x-bigint": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-13.3.1.tgz", + "integrity": "sha512-ewc708a7LUdrT92v9DsSAIbcJQBn3aR9/LavF/iyMOq5lZJyPXDSjAnskfMs818R3RLCrKVKfs+aKkxt2eqo8g==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@polkadot/x-global": "13.3.1", + "tslib": "^2.8.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/networks/node_modules/@polkadot/x-global": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-13.3.1.tgz", + "integrity": "sha512-861TeIw49a3JvkwlUWrddfG+JaUqtFZDsemYxxZIjjcRJLrKOsoKNqHbiHi2OPrwlX8PwAA/wc5I9Q4XRQ7KEg==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.8.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/networks/node_modules/@polkadot/x-textdecoder": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-13.3.1.tgz", + "integrity": "sha512-g2R9O1p0ZsNDhZ3uEBZh6fQaVLlo3yFr0YNqt15v7e9lBI4APvTJ202EINlo2jB5lz/R438/BdjEA3AL+0zUtQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@polkadot/x-global": "13.3.1", + "tslib": "^2.8.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/networks/node_modules/@polkadot/x-textencoder": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-13.3.1.tgz", + "integrity": "sha512-DnHLUdoKDYxekfxopuUuPB+j5Mu7Jemejcduu5gz3/89GP/sYPAu0CAVbq9B+hK1yGjBBj31eA4wkAV1oktYmg==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@polkadot/x-global": "13.3.1", + "tslib": "^2.8.0" + }, + "engines": { + "node": ">=18" + } + }, "node_modules/@polkadot/rpc-augment": { "version": "14.1.1", "resolved": "https://registry.npmjs.org/@polkadot/rpc-augment/-/rpc-augment-14.1.1.tgz", @@ -408,6 +636,26 @@ "node": ">=18" } }, + "node_modules/@polkadot/rpc-augment/node_modules/@polkadot/types": { + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-14.1.1.tgz", + "integrity": "sha512-bT1wxu2wZsKR8Ih1PHu4SqptOF+MQbh21e+NJVZkIsrjQz1DvKkdcW4G/s0i0vX/QIjnXTJFC84vMzr5cxJm8Q==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@polkadot/keyring": "^13.2.1", + "@polkadot/types-augment": "14.1.1", + "@polkadot/types-codec": "14.1.1", + "@polkadot/types-create": "14.1.1", + "@polkadot/util": "^13.2.1", + "@polkadot/util-crypto": "^13.2.1", + "rxjs": "^7.8.1", + "tslib": "^2.8.0" + }, + "engines": { + "node": ">=18" + } + }, "node_modules/@polkadot/rpc-core": { "version": "14.1.1", "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-14.1.1.tgz", @@ -426,6 +674,26 @@ "node": ">=18" } }, + "node_modules/@polkadot/rpc-core/node_modules/@polkadot/types": { + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-14.1.1.tgz", + "integrity": "sha512-bT1wxu2wZsKR8Ih1PHu4SqptOF+MQbh21e+NJVZkIsrjQz1DvKkdcW4G/s0i0vX/QIjnXTJFC84vMzr5cxJm8Q==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@polkadot/keyring": "^13.2.1", + "@polkadot/types-augment": "14.1.1", + "@polkadot/types-codec": "14.1.1", + "@polkadot/types-create": "14.1.1", + "@polkadot/util": "^13.2.1", + "@polkadot/util-crypto": "^13.2.1", + "rxjs": "^7.8.1", + "tslib": "^2.8.0" + }, + "engines": { + "node": ">=18" + } + }, "node_modules/@polkadot/rpc-provider": { "version": "14.1.1", "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-14.1.1.tgz", @@ -453,146 +721,418 @@ "@substrate/connect": "0.8.11" } }, + "node_modules/@polkadot/rpc-provider/node_modules/@polkadot/types": { + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-14.1.1.tgz", + "integrity": "sha512-bT1wxu2wZsKR8Ih1PHu4SqptOF+MQbh21e+NJVZkIsrjQz1DvKkdcW4G/s0i0vX/QIjnXTJFC84vMzr5cxJm8Q==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@polkadot/keyring": "^13.2.1", + "@polkadot/types-augment": "14.1.1", + "@polkadot/types-codec": "14.1.1", + "@polkadot/types-create": "14.1.1", + "@polkadot/util": "^13.2.1", + "@polkadot/util-crypto": "^13.2.1", + "rxjs": "^7.8.1", + "tslib": "^2.8.0" + }, + "engines": { + "node": ">=18" + } + }, "node_modules/@polkadot/types": { + "version": "15.4.1", + "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-15.4.1.tgz", + "integrity": "sha512-5Oh6iwdtXg9/CN55c2IzNx90/ALK1DlP/OswN9vERp6rqZttAEGTQgSiYFHP0+7WhDB8H6v8jVutHadqv7lhMg==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@polkadot/keyring": "^13.3.1", + "@polkadot/types-augment": "15.4.1", + "@polkadot/types-codec": "15.4.1", + "@polkadot/types-create": "15.4.1", + "@polkadot/util": "^13.3.1", + "@polkadot/util-crypto": "^13.3.1", + "rxjs": "^7.8.1", + "tslib": "^2.8.1" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/types-augment": { + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-14.1.1.tgz", + "integrity": "sha512-A73JCwmg5ZuYVHw1k7Lxx4MjjRwQd6Yw/VaRIPqjk3iyG5r9RyFJgsJ7xRafDlKFG0AJ5c6ixvlaHOnBrEAzpQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@polkadot/types": "14.1.1", + "@polkadot/types-codec": "14.1.1", + "@polkadot/util": "^13.2.1", + "tslib": "^2.8.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/types-augment/node_modules/@polkadot/types": { + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-14.1.1.tgz", + "integrity": "sha512-bT1wxu2wZsKR8Ih1PHu4SqptOF+MQbh21e+NJVZkIsrjQz1DvKkdcW4G/s0i0vX/QIjnXTJFC84vMzr5cxJm8Q==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@polkadot/keyring": "^13.2.1", + "@polkadot/types-augment": "14.1.1", + "@polkadot/types-codec": "14.1.1", + "@polkadot/types-create": "14.1.1", + "@polkadot/util": "^13.2.1", + "@polkadot/util-crypto": "^13.2.1", + "rxjs": "^7.8.1", + "tslib": "^2.8.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/types-codec": { + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-14.1.1.tgz", + "integrity": "sha512-O6UyTjEAeZMf/uthF3NjCy4tiAeWjj4tfTEWTx2Z65fNTTbXx1Mq5YBBOWsvzBXGBFK35C8buYa4l8cgQS9MoA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@polkadot/util": "^13.2.1", + "@polkadot/x-bigint": "^13.2.1", + "tslib": "^2.8.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/types-create": { + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-14.1.1.tgz", + "integrity": "sha512-t4gr5NKU8zZetnDvoRnlioEZlkYybBSql+Ep3mQUiJosF5w/SCN6EKV0GPqs0fB1ovqhDQSnwe2xoRjHsiHObA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@polkadot/types-codec": "14.1.1", + "@polkadot/util": "^13.2.1", + "tslib": "^2.8.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/types-known": { + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-14.1.1.tgz", + "integrity": "sha512-TvyqTsm1Wxw+tjN8UsB04+vZv5znZE5ETGunHLHnvv4WF/lkz4WpkRc/9iqduM5O/iOZh8mEb7n/uyz8LL4brA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@polkadot/networks": "^13.2.1", + "@polkadot/types": "14.1.1", + "@polkadot/types-codec": "14.1.1", + "@polkadot/types-create": "14.1.1", + "@polkadot/util": "^13.2.1", + "tslib": "^2.8.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/types-known/node_modules/@polkadot/types": { "version": "14.1.1", "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-14.1.1.tgz", "integrity": "sha512-bT1wxu2wZsKR8Ih1PHu4SqptOF+MQbh21e+NJVZkIsrjQz1DvKkdcW4G/s0i0vX/QIjnXTJFC84vMzr5cxJm8Q==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@polkadot/keyring": "^13.2.1", - "@polkadot/types-augment": "14.1.1", - "@polkadot/types-codec": "14.1.1", - "@polkadot/types-create": "14.1.1", - "@polkadot/util": "^13.2.1", - "@polkadot/util-crypto": "^13.2.1", - "rxjs": "^7.8.1", + "@polkadot/keyring": "^13.2.1", + "@polkadot/types-augment": "14.1.1", + "@polkadot/types-codec": "14.1.1", + "@polkadot/types-create": "14.1.1", + "@polkadot/util": "^13.2.1", + "@polkadot/util-crypto": "^13.2.1", + "rxjs": "^7.8.1", + "tslib": "^2.8.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/types-support": { + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-14.1.1.tgz", + "integrity": "sha512-DJgJ/2n3eWFlgH1K/U7G4NSbgdsx4Lb1fK4yVlZ9t81lJWWiAeb/FodHJb8jlQ6Jezx5S71fRripXfg+FdyCDA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@polkadot/util": "^13.2.1", + "tslib": "^2.8.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/types/node_modules/@polkadot/types-augment": { + "version": "15.4.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-15.4.1.tgz", + "integrity": "sha512-40X4UVEHmJhNV+gYS79RY38rv3shFEGd9H8xTas91IgZtT12mRw1kH5vjLHk+nYTVAAR1ml3D3IStILAwzikgQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@polkadot/types": "15.4.1", + "@polkadot/types-codec": "15.4.1", + "@polkadot/util": "^13.3.1", + "tslib": "^2.8.1" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/types/node_modules/@polkadot/types-codec": { + "version": "15.4.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-15.4.1.tgz", + "integrity": "sha512-LksB8JBdu8ysYWsRbE1U+cv8svUpSddalR6mg0pP0H/ngj58PWrRUWJBRw2LDw65B4Dw1AIJ0QrbigmCjCyz+A==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@polkadot/util": "^13.3.1", + "@polkadot/x-bigint": "^13.3.1", + "tslib": "^2.8.1" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/types/node_modules/@polkadot/types-create": { + "version": "15.4.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-15.4.1.tgz", + "integrity": "sha512-NP1YGsLdGii0FNAKeKHNxpvLZCusEugs+g21vHHmdtFLC08ngU7pNJGERteo6vDNr5JDejzVbB+i94Y9RzKC0Q==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@polkadot/types-codec": "15.4.1", + "@polkadot/util": "^13.3.1", + "tslib": "^2.8.1" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/types/node_modules/@polkadot/util": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-13.3.1.tgz", + "integrity": "sha512-5crLP/rUZOJzuo/W8t73J8PxpibJ5vrxY57rR6V+mIpCZd1ORiw0wxeHcV5F9Adpn7yJyuGBwxPbueNR5Rr1Zw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@polkadot/x-bigint": "13.3.1", + "@polkadot/x-global": "13.3.1", + "@polkadot/x-textdecoder": "13.3.1", + "@polkadot/x-textencoder": "13.3.1", + "@types/bn.js": "^5.1.6", + "bn.js": "^5.2.1", + "tslib": "^2.8.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/types/node_modules/@polkadot/x-bigint": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-13.3.1.tgz", + "integrity": "sha512-ewc708a7LUdrT92v9DsSAIbcJQBn3aR9/LavF/iyMOq5lZJyPXDSjAnskfMs818R3RLCrKVKfs+aKkxt2eqo8g==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@polkadot/x-global": "13.3.1", + "tslib": "^2.8.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/types/node_modules/@polkadot/x-global": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-13.3.1.tgz", + "integrity": "sha512-861TeIw49a3JvkwlUWrddfG+JaUqtFZDsemYxxZIjjcRJLrKOsoKNqHbiHi2OPrwlX8PwAA/wc5I9Q4XRQ7KEg==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.8.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/types/node_modules/@polkadot/x-textdecoder": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-13.3.1.tgz", + "integrity": "sha512-g2R9O1p0ZsNDhZ3uEBZh6fQaVLlo3yFr0YNqt15v7e9lBI4APvTJ202EINlo2jB5lz/R438/BdjEA3AL+0zUtQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@polkadot/x-global": "13.3.1", + "tslib": "^2.8.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/types/node_modules/@polkadot/x-textencoder": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-13.3.1.tgz", + "integrity": "sha512-DnHLUdoKDYxekfxopuUuPB+j5Mu7Jemejcduu5gz3/89GP/sYPAu0CAVbq9B+hK1yGjBBj31eA4wkAV1oktYmg==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@polkadot/x-global": "13.3.1", + "tslib": "^2.8.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@polkadot/util": { + "version": "13.2.1", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-13.2.1.tgz", + "integrity": "sha512-+zCyQQeW4llWD5yhvPAawekRpdAU3LZPLD0j3v8nJjsG9cAyiYGZjsVxDFPpD0yixS1Hl70937bPR46761NG9g==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@polkadot/x-bigint": "13.2.1", + "@polkadot/x-global": "13.2.1", + "@polkadot/x-textdecoder": "13.2.1", + "@polkadot/x-textencoder": "13.2.1", + "@types/bn.js": "^5.1.6", + "bn.js": "^5.2.1", "tslib": "^2.8.0" }, "engines": { "node": ">=18" } }, - "node_modules/@polkadot/types-augment": { - "version": "14.1.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-14.1.1.tgz", - "integrity": "sha512-A73JCwmg5ZuYVHw1k7Lxx4MjjRwQd6Yw/VaRIPqjk3iyG5r9RyFJgsJ7xRafDlKFG0AJ5c6ixvlaHOnBrEAzpQ==", + "node_modules/@polkadot/util-crypto": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-13.3.1.tgz", + "integrity": "sha512-FU6yf3IY++DKlf0eqO9/obe2y1zuZ5rbqRs75fyOME/5VXio1fA3GIpW7aFphyneFRd78G8QLh8kn0oIwBGMNg==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@polkadot/types": "14.1.1", - "@polkadot/types-codec": "14.1.1", - "@polkadot/util": "^13.2.1", + "@noble/curves": "^1.3.0", + "@noble/hashes": "^1.3.3", + "@polkadot/networks": "13.3.1", + "@polkadot/util": "13.3.1", + "@polkadot/wasm-crypto": "^7.4.1", + "@polkadot/wasm-util": "^7.4.1", + "@polkadot/x-bigint": "13.3.1", + "@polkadot/x-randomvalues": "13.3.1", + "@scure/base": "^1.1.7", "tslib": "^2.8.0" }, "engines": { "node": ">=18" + }, + "peerDependencies": { + "@polkadot/util": "13.3.1" } }, - "node_modules/@polkadot/types-codec": { - "version": "14.1.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-14.1.1.tgz", - "integrity": "sha512-O6UyTjEAeZMf/uthF3NjCy4tiAeWjj4tfTEWTx2Z65fNTTbXx1Mq5YBBOWsvzBXGBFK35C8buYa4l8cgQS9MoA==", + "node_modules/@polkadot/util-crypto/node_modules/@polkadot/util": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-13.3.1.tgz", + "integrity": "sha512-5crLP/rUZOJzuo/W8t73J8PxpibJ5vrxY57rR6V+mIpCZd1ORiw0wxeHcV5F9Adpn7yJyuGBwxPbueNR5Rr1Zw==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@polkadot/util": "^13.2.1", - "@polkadot/x-bigint": "^13.2.1", + "@polkadot/x-bigint": "13.3.1", + "@polkadot/x-global": "13.3.1", + "@polkadot/x-textdecoder": "13.3.1", + "@polkadot/x-textencoder": "13.3.1", + "@types/bn.js": "^5.1.6", + "bn.js": "^5.2.1", "tslib": "^2.8.0" }, "engines": { "node": ">=18" } }, - "node_modules/@polkadot/types-create": { - "version": "14.1.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-14.1.1.tgz", - "integrity": "sha512-t4gr5NKU8zZetnDvoRnlioEZlkYybBSql+Ep3mQUiJosF5w/SCN6EKV0GPqs0fB1ovqhDQSnwe2xoRjHsiHObA==", + "node_modules/@polkadot/util-crypto/node_modules/@polkadot/x-bigint": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-13.3.1.tgz", + "integrity": "sha512-ewc708a7LUdrT92v9DsSAIbcJQBn3aR9/LavF/iyMOq5lZJyPXDSjAnskfMs818R3RLCrKVKfs+aKkxt2eqo8g==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@polkadot/types-codec": "14.1.1", - "@polkadot/util": "^13.2.1", + "@polkadot/x-global": "13.3.1", "tslib": "^2.8.0" }, "engines": { "node": ">=18" } }, - "node_modules/@polkadot/types-known": { - "version": "14.1.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-14.1.1.tgz", - "integrity": "sha512-TvyqTsm1Wxw+tjN8UsB04+vZv5znZE5ETGunHLHnvv4WF/lkz4WpkRc/9iqduM5O/iOZh8mEb7n/uyz8LL4brA==", + "node_modules/@polkadot/util-crypto/node_modules/@polkadot/x-global": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-13.3.1.tgz", + "integrity": "sha512-861TeIw49a3JvkwlUWrddfG+JaUqtFZDsemYxxZIjjcRJLrKOsoKNqHbiHi2OPrwlX8PwAA/wc5I9Q4XRQ7KEg==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@polkadot/networks": "^13.2.1", - "@polkadot/types": "14.1.1", - "@polkadot/types-codec": "14.1.1", - "@polkadot/types-create": "14.1.1", - "@polkadot/util": "^13.2.1", "tslib": "^2.8.0" }, "engines": { "node": ">=18" } }, - "node_modules/@polkadot/types-support": { - "version": "14.1.1", - "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-14.1.1.tgz", - "integrity": "sha512-DJgJ/2n3eWFlgH1K/U7G4NSbgdsx4Lb1fK4yVlZ9t81lJWWiAeb/FodHJb8jlQ6Jezx5S71fRripXfg+FdyCDA==", + "node_modules/@polkadot/util-crypto/node_modules/@polkadot/x-randomvalues": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-13.3.1.tgz", + "integrity": "sha512-GIb0au3vIX2U/DRH0PRckM+1I4EIbU8PLX1roGJgN1MAYKWiylJTKPVoBMafMM87o8qauOevJ46uYB/qlfbiWg==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@polkadot/util": "^13.2.1", + "@polkadot/x-global": "13.3.1", "tslib": "^2.8.0" }, "engines": { "node": ">=18" + }, + "peerDependencies": { + "@polkadot/util": "13.3.1", + "@polkadot/wasm-util": "*" } }, - "node_modules/@polkadot/util": { - "version": "13.2.1", - "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-13.2.1.tgz", - "integrity": "sha512-+zCyQQeW4llWD5yhvPAawekRpdAU3LZPLD0j3v8nJjsG9cAyiYGZjsVxDFPpD0yixS1Hl70937bPR46761NG9g==", + "node_modules/@polkadot/util-crypto/node_modules/@polkadot/x-textdecoder": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-13.3.1.tgz", + "integrity": "sha512-g2R9O1p0ZsNDhZ3uEBZh6fQaVLlo3yFr0YNqt15v7e9lBI4APvTJ202EINlo2jB5lz/R438/BdjEA3AL+0zUtQ==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@polkadot/x-bigint": "13.2.1", - "@polkadot/x-global": "13.2.1", - "@polkadot/x-textdecoder": "13.2.1", - "@polkadot/x-textencoder": "13.2.1", - "@types/bn.js": "^5.1.6", - "bn.js": "^5.2.1", + "@polkadot/x-global": "13.3.1", "tslib": "^2.8.0" }, "engines": { "node": ">=18" } }, - "node_modules/@polkadot/util-crypto": { - "version": "13.2.1", - "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-13.2.1.tgz", - "integrity": "sha512-IalVWtRfsLEkF0fQvEfbnYwrQWUw2AHSYgJINhrZvdoC+Vy6oetvO0ZAhbfUp1c/HOaql0gex4WVrfw7gcBKjQ==", + "node_modules/@polkadot/util-crypto/node_modules/@polkadot/x-textencoder": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-13.3.1.tgz", + "integrity": "sha512-DnHLUdoKDYxekfxopuUuPB+j5Mu7Jemejcduu5gz3/89GP/sYPAu0CAVbq9B+hK1yGjBBj31eA4wkAV1oktYmg==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@noble/curves": "^1.3.0", - "@noble/hashes": "^1.3.3", - "@polkadot/networks": "13.2.1", - "@polkadot/util": "13.2.1", - "@polkadot/wasm-crypto": "^7.4.1", - "@polkadot/wasm-util": "^7.4.1", - "@polkadot/x-bigint": "13.2.1", - "@polkadot/x-randomvalues": "13.2.1", - "@scure/base": "^1.1.7", + "@polkadot/x-global": "13.3.1", "tslib": "^2.8.0" }, "engines": { "node": ">=18" - }, - "peerDependencies": { - "@polkadot/util": "13.2.1" } }, "node_modules/@polkadot/wasm-bridge": { @@ -753,6 +1293,7 @@ "integrity": "sha512-LZBlsmz6r+AKHpqTGAjWecn5aNYGnfgLxxu0JZJo1aOQdVrXy7sDl1M5x1U+ZFeShVeSAU54rrWCcHB+zsGHSA==", "dev": true, "license": "Apache-2.0", + "peer": true, "dependencies": { "@polkadot/x-global": "13.2.1", "tslib": "^2.8.0" @@ -4255,9 +4796,9 @@ } }, "node_modules/tslib": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.0.tgz", - "integrity": "sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", "dev": true, "license": "0BSD" }, @@ -5098,6 +5639,24 @@ "eventemitter3": "^5.0.1", "rxjs": "^7.8.1", "tslib": "^2.8.0" + }, + "dependencies": { + "@polkadot/types": { + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-14.1.1.tgz", + "integrity": "sha512-bT1wxu2wZsKR8Ih1PHu4SqptOF+MQbh21e+NJVZkIsrjQz1DvKkdcW4G/s0i0vX/QIjnXTJFC84vMzr5cxJm8Q==", + "dev": true, + "requires": { + "@polkadot/keyring": "^13.2.1", + "@polkadot/types-augment": "14.1.1", + "@polkadot/types-codec": "14.1.1", + "@polkadot/types-create": "14.1.1", + "@polkadot/util": "^13.2.1", + "@polkadot/util-crypto": "^13.2.1", + "rxjs": "^7.8.1", + "tslib": "^2.8.0" + } + } } }, "@polkadot/api-augment": { @@ -5113,6 +5672,24 @@ "@polkadot/types-codec": "14.1.1", "@polkadot/util": "^13.2.1", "tslib": "^2.8.0" + }, + "dependencies": { + "@polkadot/types": { + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-14.1.1.tgz", + "integrity": "sha512-bT1wxu2wZsKR8Ih1PHu4SqptOF+MQbh21e+NJVZkIsrjQz1DvKkdcW4G/s0i0vX/QIjnXTJFC84vMzr5cxJm8Q==", + "dev": true, + "requires": { + "@polkadot/keyring": "^13.2.1", + "@polkadot/types-augment": "14.1.1", + "@polkadot/types-codec": "14.1.1", + "@polkadot/types-create": "14.1.1", + "@polkadot/util": "^13.2.1", + "@polkadot/util-crypto": "^13.2.1", + "rxjs": "^7.8.1", + "tslib": "^2.8.0" + } + } } }, "@polkadot/api-base": { @@ -5126,6 +5703,24 @@ "@polkadot/util": "^13.2.1", "rxjs": "^7.8.1", "tslib": "^2.8.0" + }, + "dependencies": { + "@polkadot/types": { + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-14.1.1.tgz", + "integrity": "sha512-bT1wxu2wZsKR8Ih1PHu4SqptOF+MQbh21e+NJVZkIsrjQz1DvKkdcW4G/s0i0vX/QIjnXTJFC84vMzr5cxJm8Q==", + "dev": true, + "requires": { + "@polkadot/keyring": "^13.2.1", + "@polkadot/types-augment": "14.1.1", + "@polkadot/types-codec": "14.1.1", + "@polkadot/types-create": "14.1.1", + "@polkadot/util": "^13.2.1", + "@polkadot/util-crypto": "^13.2.1", + "rxjs": "^7.8.1", + "tslib": "^2.8.0" + } + } } }, "@polkadot/api-derive": { @@ -5144,28 +5739,158 @@ "@polkadot/util-crypto": "^13.2.1", "rxjs": "^7.8.1", "tslib": "^2.8.0" + }, + "dependencies": { + "@polkadot/types": { + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-14.1.1.tgz", + "integrity": "sha512-bT1wxu2wZsKR8Ih1PHu4SqptOF+MQbh21e+NJVZkIsrjQz1DvKkdcW4G/s0i0vX/QIjnXTJFC84vMzr5cxJm8Q==", + "dev": true, + "requires": { + "@polkadot/keyring": "^13.2.1", + "@polkadot/types-augment": "14.1.1", + "@polkadot/types-codec": "14.1.1", + "@polkadot/types-create": "14.1.1", + "@polkadot/util": "^13.2.1", + "@polkadot/util-crypto": "^13.2.1", + "rxjs": "^7.8.1", + "tslib": "^2.8.0" + } + } } }, "@polkadot/keyring": { - "version": "13.2.1", - "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-13.2.1.tgz", - "integrity": "sha512-tnNLHaOuwoVC3n2tUQe0iSI4Jyxzqm7CPnf/sWMAAFImaVnC7PhiZFvqs2QGpha4ks9Lv722Vkjh7iIKUpEsUA==", + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-13.3.1.tgz", + "integrity": "sha512-PT3uG9MqciPyoEz/f23RRMSlht77fo1hZaA1Vbcs1Rz7h7qFC0+7jFI9Ak30EJh9V0I2YugfzqAe3NjjyDxlvw==", "dev": true, "requires": { - "@polkadot/util": "13.2.1", - "@polkadot/util-crypto": "13.2.1", + "@polkadot/util": "13.3.1", + "@polkadot/util-crypto": "13.3.1", "tslib": "^2.8.0" + }, + "dependencies": { + "@polkadot/util": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-13.3.1.tgz", + "integrity": "sha512-5crLP/rUZOJzuo/W8t73J8PxpibJ5vrxY57rR6V+mIpCZd1ORiw0wxeHcV5F9Adpn7yJyuGBwxPbueNR5Rr1Zw==", + "dev": true, + "requires": { + "@polkadot/x-bigint": "13.3.1", + "@polkadot/x-global": "13.3.1", + "@polkadot/x-textdecoder": "13.3.1", + "@polkadot/x-textencoder": "13.3.1", + "@types/bn.js": "^5.1.6", + "bn.js": "^5.2.1", + "tslib": "^2.8.0" + } + }, + "@polkadot/x-bigint": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-13.3.1.tgz", + "integrity": "sha512-ewc708a7LUdrT92v9DsSAIbcJQBn3aR9/LavF/iyMOq5lZJyPXDSjAnskfMs818R3RLCrKVKfs+aKkxt2eqo8g==", + "dev": true, + "requires": { + "@polkadot/x-global": "13.3.1", + "tslib": "^2.8.0" + } + }, + "@polkadot/x-global": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-13.3.1.tgz", + "integrity": "sha512-861TeIw49a3JvkwlUWrddfG+JaUqtFZDsemYxxZIjjcRJLrKOsoKNqHbiHi2OPrwlX8PwAA/wc5I9Q4XRQ7KEg==", + "dev": true, + "requires": { + "tslib": "^2.8.0" + } + }, + "@polkadot/x-textdecoder": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-13.3.1.tgz", + "integrity": "sha512-g2R9O1p0ZsNDhZ3uEBZh6fQaVLlo3yFr0YNqt15v7e9lBI4APvTJ202EINlo2jB5lz/R438/BdjEA3AL+0zUtQ==", + "dev": true, + "requires": { + "@polkadot/x-global": "13.3.1", + "tslib": "^2.8.0" + } + }, + "@polkadot/x-textencoder": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-13.3.1.tgz", + "integrity": "sha512-DnHLUdoKDYxekfxopuUuPB+j5Mu7Jemejcduu5gz3/89GP/sYPAu0CAVbq9B+hK1yGjBBj31eA4wkAV1oktYmg==", + "dev": true, + "requires": { + "@polkadot/x-global": "13.3.1", + "tslib": "^2.8.0" + } + } } }, "@polkadot/networks": { - "version": "13.2.1", - "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-13.2.1.tgz", - "integrity": "sha512-T04RTY+w8X+JB0MNAIrSFr3WX/eIUrCyYTsuf6jpg89efubpWYvfchiLTDcQrA2KfdqTBl3bQ1wgKqmWMMKNzg==", + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-13.3.1.tgz", + "integrity": "sha512-g/0OmCMUrbbW4RQ/xajTYd2SMJvFKY4kmMvpxtNN57hWQpY7c5oDXSz57jGH2uwvcBWeDfaNokcS+9hJL1RBcA==", "dev": true, "requires": { - "@polkadot/util": "13.2.1", + "@polkadot/util": "13.3.1", "@substrate/ss58-registry": "^1.51.0", "tslib": "^2.8.0" + }, + "dependencies": { + "@polkadot/util": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-13.3.1.tgz", + "integrity": "sha512-5crLP/rUZOJzuo/W8t73J8PxpibJ5vrxY57rR6V+mIpCZd1ORiw0wxeHcV5F9Adpn7yJyuGBwxPbueNR5Rr1Zw==", + "dev": true, + "requires": { + "@polkadot/x-bigint": "13.3.1", + "@polkadot/x-global": "13.3.1", + "@polkadot/x-textdecoder": "13.3.1", + "@polkadot/x-textencoder": "13.3.1", + "@types/bn.js": "^5.1.6", + "bn.js": "^5.2.1", + "tslib": "^2.8.0" + } + }, + "@polkadot/x-bigint": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-13.3.1.tgz", + "integrity": "sha512-ewc708a7LUdrT92v9DsSAIbcJQBn3aR9/LavF/iyMOq5lZJyPXDSjAnskfMs818R3RLCrKVKfs+aKkxt2eqo8g==", + "dev": true, + "requires": { + "@polkadot/x-global": "13.3.1", + "tslib": "^2.8.0" + } + }, + "@polkadot/x-global": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-13.3.1.tgz", + "integrity": "sha512-861TeIw49a3JvkwlUWrddfG+JaUqtFZDsemYxxZIjjcRJLrKOsoKNqHbiHi2OPrwlX8PwAA/wc5I9Q4XRQ7KEg==", + "dev": true, + "requires": { + "tslib": "^2.8.0" + } + }, + "@polkadot/x-textdecoder": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-13.3.1.tgz", + "integrity": "sha512-g2R9O1p0ZsNDhZ3uEBZh6fQaVLlo3yFr0YNqt15v7e9lBI4APvTJ202EINlo2jB5lz/R438/BdjEA3AL+0zUtQ==", + "dev": true, + "requires": { + "@polkadot/x-global": "13.3.1", + "tslib": "^2.8.0" + } + }, + "@polkadot/x-textencoder": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-13.3.1.tgz", + "integrity": "sha512-DnHLUdoKDYxekfxopuUuPB+j5Mu7Jemejcduu5gz3/89GP/sYPAu0CAVbq9B+hK1yGjBBj31eA4wkAV1oktYmg==", + "dev": true, + "requires": { + "@polkadot/x-global": "13.3.1", + "tslib": "^2.8.0" + } + } } }, "@polkadot/rpc-augment": { @@ -5179,6 +5904,24 @@ "@polkadot/types-codec": "14.1.1", "@polkadot/util": "^13.2.1", "tslib": "^2.8.0" + }, + "dependencies": { + "@polkadot/types": { + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-14.1.1.tgz", + "integrity": "sha512-bT1wxu2wZsKR8Ih1PHu4SqptOF+MQbh21e+NJVZkIsrjQz1DvKkdcW4G/s0i0vX/QIjnXTJFC84vMzr5cxJm8Q==", + "dev": true, + "requires": { + "@polkadot/keyring": "^13.2.1", + "@polkadot/types-augment": "14.1.1", + "@polkadot/types-codec": "14.1.1", + "@polkadot/types-create": "14.1.1", + "@polkadot/util": "^13.2.1", + "@polkadot/util-crypto": "^13.2.1", + "rxjs": "^7.8.1", + "tslib": "^2.8.0" + } + } } }, "@polkadot/rpc-core": { @@ -5193,6 +5936,24 @@ "@polkadot/util": "^13.2.1", "rxjs": "^7.8.1", "tslib": "^2.8.0" + }, + "dependencies": { + "@polkadot/types": { + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-14.1.1.tgz", + "integrity": "sha512-bT1wxu2wZsKR8Ih1PHu4SqptOF+MQbh21e+NJVZkIsrjQz1DvKkdcW4G/s0i0vX/QIjnXTJFC84vMzr5cxJm8Q==", + "dev": true, + "requires": { + "@polkadot/keyring": "^13.2.1", + "@polkadot/types-augment": "14.1.1", + "@polkadot/types-codec": "14.1.1", + "@polkadot/types-create": "14.1.1", + "@polkadot/util": "^13.2.1", + "@polkadot/util-crypto": "^13.2.1", + "rxjs": "^7.8.1", + "tslib": "^2.8.0" + } + } } }, "@polkadot/rpc-provider": { @@ -5214,22 +5975,130 @@ "mock-socket": "^9.3.1", "nock": "^13.5.5", "tslib": "^2.8.0" + }, + "dependencies": { + "@polkadot/types": { + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-14.1.1.tgz", + "integrity": "sha512-bT1wxu2wZsKR8Ih1PHu4SqptOF+MQbh21e+NJVZkIsrjQz1DvKkdcW4G/s0i0vX/QIjnXTJFC84vMzr5cxJm8Q==", + "dev": true, + "requires": { + "@polkadot/keyring": "^13.2.1", + "@polkadot/types-augment": "14.1.1", + "@polkadot/types-codec": "14.1.1", + "@polkadot/types-create": "14.1.1", + "@polkadot/util": "^13.2.1", + "@polkadot/util-crypto": "^13.2.1", + "rxjs": "^7.8.1", + "tslib": "^2.8.0" + } + } } }, "@polkadot/types": { - "version": "14.1.1", - "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-14.1.1.tgz", - "integrity": "sha512-bT1wxu2wZsKR8Ih1PHu4SqptOF+MQbh21e+NJVZkIsrjQz1DvKkdcW4G/s0i0vX/QIjnXTJFC84vMzr5cxJm8Q==", + "version": "15.4.1", + "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-15.4.1.tgz", + "integrity": "sha512-5Oh6iwdtXg9/CN55c2IzNx90/ALK1DlP/OswN9vERp6rqZttAEGTQgSiYFHP0+7WhDB8H6v8jVutHadqv7lhMg==", "dev": true, "requires": { - "@polkadot/keyring": "^13.2.1", - "@polkadot/types-augment": "14.1.1", - "@polkadot/types-codec": "14.1.1", - "@polkadot/types-create": "14.1.1", - "@polkadot/util": "^13.2.1", - "@polkadot/util-crypto": "^13.2.1", + "@polkadot/keyring": "^13.3.1", + "@polkadot/types-augment": "15.4.1", + "@polkadot/types-codec": "15.4.1", + "@polkadot/types-create": "15.4.1", + "@polkadot/util": "^13.3.1", + "@polkadot/util-crypto": "^13.3.1", "rxjs": "^7.8.1", - "tslib": "^2.8.0" + "tslib": "^2.8.1" + }, + "dependencies": { + "@polkadot/types-augment": { + "version": "15.4.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-15.4.1.tgz", + "integrity": "sha512-40X4UVEHmJhNV+gYS79RY38rv3shFEGd9H8xTas91IgZtT12mRw1kH5vjLHk+nYTVAAR1ml3D3IStILAwzikgQ==", + "dev": true, + "requires": { + "@polkadot/types": "15.4.1", + "@polkadot/types-codec": "15.4.1", + "@polkadot/util": "^13.3.1", + "tslib": "^2.8.1" + } + }, + "@polkadot/types-codec": { + "version": "15.4.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-15.4.1.tgz", + "integrity": "sha512-LksB8JBdu8ysYWsRbE1U+cv8svUpSddalR6mg0pP0H/ngj58PWrRUWJBRw2LDw65B4Dw1AIJ0QrbigmCjCyz+A==", + "dev": true, + "requires": { + "@polkadot/util": "^13.3.1", + "@polkadot/x-bigint": "^13.3.1", + "tslib": "^2.8.1" + } + }, + "@polkadot/types-create": { + "version": "15.4.1", + "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-15.4.1.tgz", + "integrity": "sha512-NP1YGsLdGii0FNAKeKHNxpvLZCusEugs+g21vHHmdtFLC08ngU7pNJGERteo6vDNr5JDejzVbB+i94Y9RzKC0Q==", + "dev": true, + "requires": { + "@polkadot/types-codec": "15.4.1", + "@polkadot/util": "^13.3.1", + "tslib": "^2.8.1" + } + }, + "@polkadot/util": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-13.3.1.tgz", + "integrity": "sha512-5crLP/rUZOJzuo/W8t73J8PxpibJ5vrxY57rR6V+mIpCZd1ORiw0wxeHcV5F9Adpn7yJyuGBwxPbueNR5Rr1Zw==", + "dev": true, + "requires": { + "@polkadot/x-bigint": "13.3.1", + "@polkadot/x-global": "13.3.1", + "@polkadot/x-textdecoder": "13.3.1", + "@polkadot/x-textencoder": "13.3.1", + "@types/bn.js": "^5.1.6", + "bn.js": "^5.2.1", + "tslib": "^2.8.0" + } + }, + "@polkadot/x-bigint": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-13.3.1.tgz", + "integrity": "sha512-ewc708a7LUdrT92v9DsSAIbcJQBn3aR9/LavF/iyMOq5lZJyPXDSjAnskfMs818R3RLCrKVKfs+aKkxt2eqo8g==", + "dev": true, + "requires": { + "@polkadot/x-global": "13.3.1", + "tslib": "^2.8.0" + } + }, + "@polkadot/x-global": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-13.3.1.tgz", + "integrity": "sha512-861TeIw49a3JvkwlUWrddfG+JaUqtFZDsemYxxZIjjcRJLrKOsoKNqHbiHi2OPrwlX8PwAA/wc5I9Q4XRQ7KEg==", + "dev": true, + "requires": { + "tslib": "^2.8.0" + } + }, + "@polkadot/x-textdecoder": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-13.3.1.tgz", + "integrity": "sha512-g2R9O1p0ZsNDhZ3uEBZh6fQaVLlo3yFr0YNqt15v7e9lBI4APvTJ202EINlo2jB5lz/R438/BdjEA3AL+0zUtQ==", + "dev": true, + "requires": { + "@polkadot/x-global": "13.3.1", + "tslib": "^2.8.0" + } + }, + "@polkadot/x-textencoder": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-13.3.1.tgz", + "integrity": "sha512-DnHLUdoKDYxekfxopuUuPB+j5Mu7Jemejcduu5gz3/89GP/sYPAu0CAVbq9B+hK1yGjBBj31eA4wkAV1oktYmg==", + "dev": true, + "requires": { + "@polkadot/x-global": "13.3.1", + "tslib": "^2.8.0" + } + } } }, "@polkadot/types-augment": { @@ -5242,6 +6111,24 @@ "@polkadot/types-codec": "14.1.1", "@polkadot/util": "^13.2.1", "tslib": "^2.8.0" + }, + "dependencies": { + "@polkadot/types": { + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-14.1.1.tgz", + "integrity": "sha512-bT1wxu2wZsKR8Ih1PHu4SqptOF+MQbh21e+NJVZkIsrjQz1DvKkdcW4G/s0i0vX/QIjnXTJFC84vMzr5cxJm8Q==", + "dev": true, + "requires": { + "@polkadot/keyring": "^13.2.1", + "@polkadot/types-augment": "14.1.1", + "@polkadot/types-codec": "14.1.1", + "@polkadot/types-create": "14.1.1", + "@polkadot/util": "^13.2.1", + "@polkadot/util-crypto": "^13.2.1", + "rxjs": "^7.8.1", + "tslib": "^2.8.0" + } + } } }, "@polkadot/types-codec": { @@ -5278,6 +6165,24 @@ "@polkadot/types-create": "14.1.1", "@polkadot/util": "^13.2.1", "tslib": "^2.8.0" + }, + "dependencies": { + "@polkadot/types": { + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-14.1.1.tgz", + "integrity": "sha512-bT1wxu2wZsKR8Ih1PHu4SqptOF+MQbh21e+NJVZkIsrjQz1DvKkdcW4G/s0i0vX/QIjnXTJFC84vMzr5cxJm8Q==", + "dev": true, + "requires": { + "@polkadot/keyring": "^13.2.1", + "@polkadot/types-augment": "14.1.1", + "@polkadot/types-codec": "14.1.1", + "@polkadot/types-create": "14.1.1", + "@polkadot/util": "^13.2.1", + "@polkadot/util-crypto": "^13.2.1", + "rxjs": "^7.8.1", + "tslib": "^2.8.0" + } + } } }, "@polkadot/types-support": { @@ -5306,21 +6211,87 @@ } }, "@polkadot/util-crypto": { - "version": "13.2.1", - "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-13.2.1.tgz", - "integrity": "sha512-IalVWtRfsLEkF0fQvEfbnYwrQWUw2AHSYgJINhrZvdoC+Vy6oetvO0ZAhbfUp1c/HOaql0gex4WVrfw7gcBKjQ==", + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-13.3.1.tgz", + "integrity": "sha512-FU6yf3IY++DKlf0eqO9/obe2y1zuZ5rbqRs75fyOME/5VXio1fA3GIpW7aFphyneFRd78G8QLh8kn0oIwBGMNg==", "dev": true, "requires": { "@noble/curves": "^1.3.0", "@noble/hashes": "^1.3.3", - "@polkadot/networks": "13.2.1", - "@polkadot/util": "13.2.1", + "@polkadot/networks": "13.3.1", + "@polkadot/util": "13.3.1", "@polkadot/wasm-crypto": "^7.4.1", "@polkadot/wasm-util": "^7.4.1", - "@polkadot/x-bigint": "13.2.1", - "@polkadot/x-randomvalues": "13.2.1", + "@polkadot/x-bigint": "13.3.1", + "@polkadot/x-randomvalues": "13.3.1", "@scure/base": "^1.1.7", "tslib": "^2.8.0" + }, + "dependencies": { + "@polkadot/util": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-13.3.1.tgz", + "integrity": "sha512-5crLP/rUZOJzuo/W8t73J8PxpibJ5vrxY57rR6V+mIpCZd1ORiw0wxeHcV5F9Adpn7yJyuGBwxPbueNR5Rr1Zw==", + "dev": true, + "requires": { + "@polkadot/x-bigint": "13.3.1", + "@polkadot/x-global": "13.3.1", + "@polkadot/x-textdecoder": "13.3.1", + "@polkadot/x-textencoder": "13.3.1", + "@types/bn.js": "^5.1.6", + "bn.js": "^5.2.1", + "tslib": "^2.8.0" + } + }, + "@polkadot/x-bigint": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-13.3.1.tgz", + "integrity": "sha512-ewc708a7LUdrT92v9DsSAIbcJQBn3aR9/LavF/iyMOq5lZJyPXDSjAnskfMs818R3RLCrKVKfs+aKkxt2eqo8g==", + "dev": true, + "requires": { + "@polkadot/x-global": "13.3.1", + "tslib": "^2.8.0" + } + }, + "@polkadot/x-global": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-13.3.1.tgz", + "integrity": "sha512-861TeIw49a3JvkwlUWrddfG+JaUqtFZDsemYxxZIjjcRJLrKOsoKNqHbiHi2OPrwlX8PwAA/wc5I9Q4XRQ7KEg==", + "dev": true, + "requires": { + "tslib": "^2.8.0" + } + }, + "@polkadot/x-randomvalues": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-13.3.1.tgz", + "integrity": "sha512-GIb0au3vIX2U/DRH0PRckM+1I4EIbU8PLX1roGJgN1MAYKWiylJTKPVoBMafMM87o8qauOevJ46uYB/qlfbiWg==", + "dev": true, + "requires": { + "@polkadot/x-global": "13.3.1", + "tslib": "^2.8.0" + } + }, + "@polkadot/x-textdecoder": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-13.3.1.tgz", + "integrity": "sha512-g2R9O1p0ZsNDhZ3uEBZh6fQaVLlo3yFr0YNqt15v7e9lBI4APvTJ202EINlo2jB5lz/R438/BdjEA3AL+0zUtQ==", + "dev": true, + "requires": { + "@polkadot/x-global": "13.3.1", + "tslib": "^2.8.0" + } + }, + "@polkadot/x-textencoder": { + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-13.3.1.tgz", + "integrity": "sha512-DnHLUdoKDYxekfxopuUuPB+j5Mu7Jemejcduu5gz3/89GP/sYPAu0CAVbq9B+hK1yGjBBj31eA4wkAV1oktYmg==", + "dev": true, + "requires": { + "@polkadot/x-global": "13.3.1", + "tslib": "^2.8.0" + } + } } }, "@polkadot/wasm-bridge": { @@ -5423,6 +6394,7 @@ "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-13.2.1.tgz", "integrity": "sha512-LZBlsmz6r+AKHpqTGAjWecn5aNYGnfgLxxu0JZJo1aOQdVrXy7sDl1M5x1U+ZFeShVeSAU54rrWCcHB+zsGHSA==", "dev": true, + "peer": true, "requires": { "@polkadot/x-global": "13.2.1", "tslib": "^2.8.0" @@ -7942,9 +8914,9 @@ } }, "tslib": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.0.tgz", - "integrity": "sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", "dev": true }, "two.js": { diff --git a/package.json b/package.json index 872a2ee..8d9c664 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@polkadot/api": "^14.1.1", "@polkadot/api-derive": "^14.1.1", - "@polkadot/types": "^14.1.1", + "@polkadot/types": "^15.4.1", "@types/express": "^5.0.0", "@types/node": "^22.8.1", "@types/pizzicato": "^0.6.4",