From 5bc5a120f4deac0ee8da9ea14526c5314635d457 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 21:28:23 +0000 Subject: [PATCH] chore(deps): bump the polkadot-api group with 7 updates Bumps the polkadot-api group with 7 updates: | Package | From | To | | --- | --- | --- | | [@polkadot-api/codegen](https://github.com/polkadot-api/polkadot-api) | `0.12.12` | `0.12.13` | | [@polkadot-api/metadata-builders](https://github.com/polkadot-api/polkadot-api) | `0.10.0` | `0.10.1` | | [@polkadot-api/metadata-compatibility](https://github.com/polkadot-api/polkadot-api) | `0.1.14` | `0.1.15` | | [@polkadot-api/observable-client](https://github.com/polkadot-api/polkadot-api) | `0.7.0` | `0.7.2` | | [@polkadot-api/signer](https://github.com/polkadot-api/polkadot-api) | `0.1.13` | `0.1.14` | | [@polkadot-api/view-builder](https://github.com/polkadot-api/polkadot-api) | `0.4.1` | `0.4.2` | | [polkadot-api](https://github.com/polkadot-api/polkadot-api) | `1.8.2` | `1.8.4` | Updates `@polkadot-api/codegen` from 0.12.12 to 0.12.13 - [Release notes](https://github.com/polkadot-api/polkadot-api/releases) - [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md) - [Commits](https://github.com/polkadot-api/polkadot-api/commits) Updates `@polkadot-api/metadata-builders` from 0.10.0 to 0.10.1 - [Release notes](https://github.com/polkadot-api/polkadot-api/releases) - [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md) - [Commits](https://github.com/polkadot-api/polkadot-api/commits) Updates `@polkadot-api/metadata-compatibility` from 0.1.14 to 0.1.15 - [Release notes](https://github.com/polkadot-api/polkadot-api/releases) - [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md) - [Commits](https://github.com/polkadot-api/polkadot-api/commits) Updates `@polkadot-api/observable-client` from 0.7.0 to 0.7.2 - [Release notes](https://github.com/polkadot-api/polkadot-api/releases) - [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md) - [Commits](https://github.com/polkadot-api/polkadot-api/compare/polkadot-api@0.7.0...polkadot-api@0.7.2) Updates `@polkadot-api/signer` from 0.1.13 to 0.1.14 - [Release notes](https://github.com/polkadot-api/polkadot-api/releases) - [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md) - [Commits](https://github.com/polkadot-api/polkadot-api/commits) Updates `@polkadot-api/view-builder` from 0.4.1 to 0.4.2 - [Release notes](https://github.com/polkadot-api/polkadot-api/releases) - [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md) - [Commits](https://github.com/polkadot-api/polkadot-api/commits) Updates `polkadot-api` from 1.8.2 to 1.8.4 - [Release notes](https://github.com/polkadot-api/polkadot-api/releases) - [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md) - [Commits](https://github.com/polkadot-api/polkadot-api/commits) --- updated-dependencies: - dependency-name: "@polkadot-api/codegen" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: polkadot-api - dependency-name: "@polkadot-api/metadata-builders" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: polkadot-api - dependency-name: "@polkadot-api/metadata-compatibility" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: polkadot-api - dependency-name: "@polkadot-api/observable-client" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: polkadot-api - dependency-name: "@polkadot-api/signer" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: polkadot-api - dependency-name: "@polkadot-api/view-builder" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: polkadot-api - dependency-name: polkadot-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: polkadot-api ... Signed-off-by: dependabot[bot] --- examples/light-client-dapp/package.json | 6 +- .../package.json | 2 +- .../package.json | 10 +- pnpm-lock.yaml | 383 ++++++++++-------- projects/demo/package.json | 2 +- projects/extension/package.json | 2 +- projects/wallet-template/package.json | 10 +- 7 files changed, 238 insertions(+), 177 deletions(-) diff --git a/examples/light-client-dapp/package.json b/examples/light-client-dapp/package.json index eec2f034c..ccad7f3cf 100644 --- a/examples/light-client-dapp/package.json +++ b/examples/light-client-dapp/package.json @@ -11,8 +11,8 @@ }, "dependencies": { "@picocss/pico": "^2.0.6", - "@polkadot-api/metadata-builders": "~0.10.0", - "@polkadot-api/observable-client": "~0.7.0", + "@polkadot-api/metadata-builders": "~0.10.1", + "@polkadot-api/observable-client": "~0.7.2", "@polkadot-api/substrate-bindings": "~0.11.0", "@polkadot-api/substrate-client": "~0.3.0", "@polkadot-api/utils": "~0.1.2", @@ -21,7 +21,7 @@ "@zag-js/react": "^0.48.0", "@zag-js/select": "^0.48.0", "@zag-js/toast": "^0.48.0", - "polkadot-api": "^1.8.2", + "polkadot-api": "^1.8.4", "react": "^18.3.1", "react-dom": "^18.2.0", "rxjs": "^7.8.1", diff --git a/examples/light-client-extension-helpers-dapp/package.json b/examples/light-client-extension-helpers-dapp/package.json index 20f23a658..20752b724 100644 --- a/examples/light-client-extension-helpers-dapp/package.json +++ b/examples/light-client-extension-helpers-dapp/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@picocss/pico": "^2.0.6", - "@polkadot-api/observable-client": "~0.7.0", + "@polkadot-api/observable-client": "~0.7.2", "@polkadot-api/substrate-client": "~0.3.0", "@substrate/connect-known-chains": "workspace:*", "@substrate/light-client-extension-helpers": "workspace:*", diff --git a/packages/light-client-extension-helpers/package.json b/packages/light-client-extension-helpers/package.json index 49120382b..20be91b0b 100644 --- a/packages/light-client-extension-helpers/package.json +++ b/packages/light-client-extension-helpers/package.json @@ -209,12 +209,12 @@ "dependencies": { "@polkadot-api/json-rpc-provider": "~0.0.4", "@polkadot-api/polkadot-signer": "~0.1.6", - "@polkadot-api/codegen": "~0.12.12", + "@polkadot-api/codegen": "~0.12.13", "@polkadot-api/json-rpc-provider-proxy": "~0.2.4", - "@polkadot-api/metadata-builders": "~0.10.0", - "@polkadot-api/metadata-compatibility": "~0.1.14", - "@polkadot-api/observable-client": "~0.7.0", - "@polkadot-api/signer": "~0.1.13", + "@polkadot-api/metadata-builders": "~0.10.1", + "@polkadot-api/metadata-compatibility": "~0.1.15", + "@polkadot-api/observable-client": "~0.7.2", + "@polkadot-api/signer": "~0.1.14", "@polkadot-api/substrate-bindings": "~0.11.0", "@polkadot-api/substrate-client": "~0.3.0", "@polkadot-api/utils": "~0.1.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ae17d1d4a..c3823896b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -114,11 +114,11 @@ importers: specifier: ^2.0.6 version: 2.0.6 '@polkadot-api/metadata-builders': - specifier: ~0.10.0 - version: 0.10.0 + specifier: ~0.10.1 + version: 0.10.1 '@polkadot-api/observable-client': - specifier: ~0.7.0 - version: 0.7.0(@polkadot-api/substrate-client@0.3.0)(rxjs@7.8.1) + specifier: ~0.7.2 + version: 0.7.2(@polkadot-api/substrate-client@0.3.0)(rxjs@7.8.1) '@polkadot-api/substrate-bindings': specifier: ~0.11.0 version: 0.11.0 @@ -144,8 +144,8 @@ importers: specifier: ^0.48.0 version: 0.48.0 polkadot-api: - specifier: ^1.8.2 - version: 1.8.2(@swc/core@1.8.0(@swc/helpers@0.5.11))(jiti@1.21.6)(postcss@8.5.1)(rxjs@7.8.1)(yaml@2.5.1) + specifier: ^1.8.4 + version: 1.8.4(@swc/core@1.8.0(@swc/helpers@0.5.11))(jiti@1.21.6)(postcss@8.5.1)(rxjs@7.8.1)(yaml@2.5.1) react: specifier: ^18.3.1 version: 18.3.1 @@ -176,7 +176,7 @@ importers: version: 7.13.0(eslint@8.57.0)(typescript@5.6.2) '@vitejs/plugin-react-swc': specifier: ^3.7.2 - version: 3.7.2(@swc/helpers@0.5.11)(vite@6.0.9(@types/node@22.10.7)(jiti@1.21.6)(terser@5.31.1)(yaml@2.5.1)) + version: 3.7.2(@swc/helpers@0.5.11)(vite@6.0.9(@types/node@22.10.10)(jiti@1.21.6)(terser@5.31.1)(yaml@2.5.1)) eslint: specifier: ^8.57.0 version: 8.57.0 @@ -191,10 +191,10 @@ importers: version: 5.6.2 vite: specifier: ^6.0.9 - version: 6.0.9(@types/node@22.10.7)(jiti@1.21.6)(terser@5.31.1)(yaml@2.5.1) + version: 6.0.9(@types/node@22.10.10)(jiti@1.21.6)(terser@5.31.1)(yaml@2.5.1) vitest: specifier: ^2.1.4 - version: 2.1.4(@types/node@22.10.7)(jsdom@26.0.0)(terser@5.31.1) + version: 2.1.4(@types/node@22.10.10)(jsdom@26.0.0)(terser@5.31.1) examples/light-client-extension-helpers-dapp: dependencies: @@ -202,8 +202,8 @@ importers: specifier: ^2.0.6 version: 2.0.6 '@polkadot-api/observable-client': - specifier: ~0.7.0 - version: 0.7.0(@polkadot-api/substrate-client@0.3.0)(rxjs@7.8.1) + specifier: ~0.7.2 + version: 0.7.2(@polkadot-api/substrate-client@0.3.0)(rxjs@7.8.1) '@polkadot-api/substrate-client': specifier: ~0.3.0 version: 0.3.0 @@ -237,7 +237,7 @@ importers: version: 7.13.0(eslint@8.57.0)(typescript@5.6.2) '@vitejs/plugin-react-swc': specifier: ^3.7.2 - version: 3.7.2(@swc/helpers@0.5.11)(vite@6.0.9(@types/node@22.10.7)(jiti@1.21.6)(terser@5.31.1)(yaml@2.5.1)) + version: 3.7.2(@swc/helpers@0.5.11)(vite@6.0.9(@types/node@22.10.10)(jiti@1.21.6)(terser@5.31.1)(yaml@2.5.1)) eslint: specifier: ^8.57.0 version: 8.57.0 @@ -252,10 +252,10 @@ importers: version: 5.6.2 vite: specifier: ^6.0.9 - version: 6.0.9(@types/node@22.10.7)(jiti@1.21.6)(terser@5.31.1)(yaml@2.5.1) + version: 6.0.9(@types/node@22.10.10)(jiti@1.21.6)(terser@5.31.1)(yaml@2.5.1) vitest: specifier: ^2.1.4 - version: 2.1.4(@types/node@22.10.7)(jsdom@26.0.0)(terser@5.31.1) + version: 2.1.4(@types/node@22.10.10)(jsdom@26.0.0)(terser@5.31.1) examples/light-client-extension-helpers-extension: dependencies: @@ -507,7 +507,7 @@ importers: version: 5.6.2 vitest: specifier: ^2.1.4 - version: 2.1.4(@types/node@22.10.7)(jsdom@26.0.0)(terser@5.31.1) + version: 2.1.4(@types/node@22.10.10)(jsdom@26.0.0)(terser@5.31.1) packages/connect-discovery: dependencies: @@ -520,13 +520,13 @@ importers: version: 5.6.2 vitest: specifier: ^2.1.4 - version: 2.1.4(@types/node@22.10.7)(jsdom@26.0.0)(terser@5.31.1) + version: 2.1.4(@types/node@22.10.10)(jsdom@26.0.0)(terser@5.31.1) packages/connect-extension-protocol: devDependencies: vitest: specifier: ^2.1.4 - version: 2.1.4(@types/node@22.10.7)(jsdom@26.0.0)(terser@5.31.1) + version: 2.1.4(@types/node@22.10.10)(jsdom@26.0.0)(terser@5.31.1) packages/connect-known-chains: devDependencies: @@ -535,7 +535,7 @@ importers: version: 5.6.2 vitest: specifier: ^2.1.4 - version: 2.1.4(@types/node@22.10.7)(jsdom@26.0.0)(terser@5.31.1) + version: 2.1.4(@types/node@22.10.10)(jsdom@26.0.0)(terser@5.31.1) packages/discovery: devDependencies: @@ -544,13 +544,13 @@ importers: version: 5.6.2 vitest: specifier: ^2.1.4 - version: 2.1.4(@types/node@22.10.7)(jsdom@26.0.0)(terser@5.31.1) + version: 2.1.4(@types/node@22.10.10)(jsdom@26.0.0)(terser@5.31.1) packages/light-client-extension-helpers: dependencies: '@polkadot-api/codegen': - specifier: ~0.12.12 - version: 0.12.12 + specifier: ~0.12.13 + version: 0.12.13 '@polkadot-api/json-rpc-provider': specifier: ~0.0.4 version: 0.0.4 @@ -558,20 +558,20 @@ importers: specifier: ~0.2.4 version: 0.2.4 '@polkadot-api/metadata-builders': - specifier: ~0.10.0 - version: 0.10.0 + specifier: ~0.10.1 + version: 0.10.1 '@polkadot-api/metadata-compatibility': - specifier: ~0.1.14 - version: 0.1.14 + specifier: ~0.1.15 + version: 0.1.15 '@polkadot-api/observable-client': - specifier: ~0.7.0 - version: 0.7.0(@polkadot-api/substrate-client@0.3.0)(rxjs@7.8.1) + specifier: ~0.7.2 + version: 0.7.2(@polkadot-api/substrate-client@0.3.0)(rxjs@7.8.1) '@polkadot-api/polkadot-signer': specifier: ~0.1.6 version: 0.1.6 '@polkadot-api/signer': - specifier: ~0.1.13 - version: 0.1.13 + specifier: ~0.1.14 + version: 0.1.14 '@polkadot-api/substrate-bindings': specifier: ~0.11.0 version: 0.11.0 @@ -602,7 +602,7 @@ importers: version: 5.6.2 vitest: specifier: ^2.1.4 - version: 2.1.4(@types/node@22.10.7)(jsdom@26.0.0)(terser@5.31.1) + version: 2.1.4(@types/node@22.10.10)(jsdom@26.0.0)(terser@5.31.1) packages/logs-provider: dependencies: @@ -615,7 +615,7 @@ importers: version: 5.6.2 vitest: specifier: ^2.1.4 - version: 2.1.4(@types/node@22.10.7)(jsdom@26.0.0)(terser@5.31.1) + version: 2.1.4(@types/node@22.10.10)(jsdom@26.0.0)(terser@5.31.1) packages/smoldot-discovery: dependencies: @@ -628,7 +628,7 @@ importers: version: 5.6.2 vitest: specifier: ^2.1.4 - version: 2.1.4(@types/node@22.10.7)(jsdom@26.0.0)(terser@5.31.1) + version: 2.1.4(@types/node@22.10.10)(jsdom@26.0.0)(terser@5.31.1) packages/smoldot-discovery-connector: dependencies: @@ -647,7 +647,7 @@ importers: version: 5.6.2 vitest: specifier: ^2.1.4 - version: 2.1.4(@types/node@22.10.7)(jsdom@26.0.0)(terser@5.31.1) + version: 2.1.4(@types/node@22.10.10)(jsdom@26.0.0)(terser@5.31.1) packages/ws-provider: dependencies: @@ -666,7 +666,7 @@ importers: version: 5.6.2 vitest: specifier: ^2.1.4 - version: 2.1.4(@types/node@22.10.7)(jsdom@26.0.0)(terser@5.31.1) + version: 2.1.4(@types/node@22.10.10)(jsdom@26.0.0)(terser@5.31.1) projects/burnr: dependencies: @@ -733,7 +733,7 @@ importers: devDependencies: '@vitejs/plugin-react': specifier: ^4.3.2 - version: 4.3.2(vite@6.0.9(@types/node@22.10.7)(jiti@1.21.6)(terser@5.31.1)(yaml@2.5.1)) + version: 4.3.2(vite@6.0.9(@types/node@22.10.10)(jiti@1.21.6)(terser@5.31.1)(yaml@2.5.1)) eslint: specifier: ^8.57.0 version: 8.57.0 @@ -742,13 +742,13 @@ importers: version: 5.6.2 vite: specifier: ^6.0.9 - version: 6.0.9(@types/node@22.10.7)(jiti@1.21.6)(terser@5.31.1)(yaml@2.5.1) + version: 6.0.9(@types/node@22.10.10)(jiti@1.21.6)(terser@5.31.1)(yaml@2.5.1) vite-plugin-html: specifier: ^3.2.2 - version: 3.2.2(vite@6.0.9(@types/node@22.10.7)(jiti@1.21.6)(terser@5.31.1)(yaml@2.5.1)) + version: 3.2.2(vite@6.0.9(@types/node@22.10.10)(jiti@1.21.6)(terser@5.31.1)(yaml@2.5.1)) vitest: specifier: ^2.1.4 - version: 2.1.4(@types/node@22.10.7)(jsdom@26.0.0)(terser@5.31.1) + version: 2.1.4(@types/node@22.10.10)(jsdom@26.0.0)(terser@5.31.1) projects/demo: dependencies: @@ -756,8 +756,8 @@ importers: specifier: ~0.2.4 version: 0.2.4 '@polkadot-api/observable-client': - specifier: ~0.7.0 - version: 0.7.0(@polkadot-api/substrate-client@0.3.0)(rxjs@7.8.1) + specifier: ~0.7.2 + version: 0.7.2(@polkadot-api/substrate-client@0.3.0)(rxjs@7.8.1) '@polkadot-api/sm-provider': specifier: ~0.1.7 version: 0.1.7(@polkadot-api/smoldot@0.3.8) @@ -782,19 +782,19 @@ importers: version: 5.6.2 vite: specifier: ^6.0.9 - version: 6.0.9(@types/node@22.10.7)(jiti@1.21.6)(terser@5.31.1)(yaml@2.5.1) + version: 6.0.9(@types/node@22.10.10)(jiti@1.21.6)(terser@5.31.1)(yaml@2.5.1) vite-plugin-html: specifier: ^3.2.2 - version: 3.2.2(vite@6.0.9(@types/node@22.10.7)(jiti@1.21.6)(terser@5.31.1)(yaml@2.5.1)) + version: 3.2.2(vite@6.0.9(@types/node@22.10.10)(jiti@1.21.6)(terser@5.31.1)(yaml@2.5.1)) vitest: specifier: ^2.1.4 - version: 2.1.4(@types/node@22.10.7)(jsdom@26.0.0)(terser@5.31.1) + version: 2.1.4(@types/node@22.10.10)(jsdom@26.0.0)(terser@5.31.1) projects/extension: dependencies: '@polkadot-api/observable-client': - specifier: ~0.7.0 - version: 0.7.0(@polkadot-api/substrate-client@0.3.0)(rxjs@7.8.1) + specifier: ~0.7.2 + version: 0.7.2(@polkadot-api/substrate-client@0.3.0)(rxjs@7.8.1) '@polkadot-api/substrate-client': specifier: ~0.3.0 version: 0.3.0 @@ -834,7 +834,7 @@ importers: version: 1.48.2 '@vitejs/plugin-react-swc': specifier: ^3.7.2 - version: 3.7.2(@swc/helpers@0.5.11)(vite@6.0.9(@types/node@22.10.7)(jiti@1.21.6)(terser@5.31.1)(yaml@2.5.1)) + version: 3.7.2(@swc/helpers@0.5.11)(vite@6.0.9(@types/node@22.10.10)(jiti@1.21.6)(terser@5.31.1)(yaml@2.5.1)) autoprefixer: specifier: ^10.4.19 version: 10.4.19(postcss@8.4.47) @@ -855,10 +855,10 @@ importers: version: 5.6.2 vite: specifier: ^6.0.9 - version: 6.0.9(@types/node@22.10.7)(jiti@1.21.6)(terser@5.31.1)(yaml@2.5.1) + version: 6.0.9(@types/node@22.10.10)(jiti@1.21.6)(terser@5.31.1)(yaml@2.5.1) vitest: specifier: ^2.1.4 - version: 2.1.4(@types/node@22.10.7)(jsdom@26.0.0)(terser@5.31.1) + version: 2.1.4(@types/node@22.10.10)(jsdom@26.0.0)(terser@5.31.1) web-ext: specifier: ^8.2.0 version: 8.2.0 @@ -878,23 +878,23 @@ importers: specifier: ^1.5.0 version: 1.5.0 '@polkadot-api/codegen': - specifier: ~0.12.12 - version: 0.12.12 + specifier: ~0.12.13 + version: 0.12.13 '@polkadot-api/json-rpc-provider': specifier: ~0.0.4 version: 0.0.4 '@polkadot-api/metadata-builders': - specifier: ~0.10.0 - version: 0.10.0 + specifier: ~0.10.1 + version: 0.10.1 '@polkadot-api/observable-client': - specifier: ~0.7.0 - version: 0.7.0(@polkadot-api/substrate-client@0.3.0)(rxjs@7.8.1) + specifier: ~0.7.2 + version: 0.7.2(@polkadot-api/substrate-client@0.3.0)(rxjs@7.8.1) '@polkadot-api/polkadot-signer': specifier: ~0.1.6 version: 0.1.6 '@polkadot-api/signer': - specifier: ~0.1.13 - version: 0.1.13 + specifier: ~0.1.14 + version: 0.1.14 '@polkadot-api/substrate-bindings': specifier: ~0.11.0 version: 0.11.0 @@ -905,8 +905,8 @@ importers: specifier: ~0.1.2 version: 0.1.2 '@polkadot-api/view-builder': - specifier: ~0.4.1 - version: 0.4.1 + specifier: ~0.4.2 + version: 0.4.2 '@polkadot-labs/hdkd': specifier: ^0.0.10 version: 0.0.10 @@ -2031,10 +2031,10 @@ packages: '@changesets/write@0.3.2': resolution: {integrity: sha512-kDxDrPNpUgsjDbWBvUo27PzKX4gqeKOlhibaOXDJA6kuBisGqNHv/HwGJrAu8U/dSf8ZEFIeHIPtvSlZI1kULw==} - '@commander-js/extra-typings@13.0.0': - resolution: {integrity: sha512-4or44L3saI49QRBvdSzfCtzqONlFg0/qy0Cfl+LRynDaxlGs7r2KRTLCELaAoKh4oQguICxRwQfm77/Up+0wTw==} + '@commander-js/extra-typings@13.1.0': + resolution: {integrity: sha512-q5P52BYb1hwVWE6dtID7VvuJWrlfbCv4klj7BjUUOqMz4jbSZD4C9fJ9lRjL2jnBGTg+gDDlaXN51rkWcLk4fg==} peerDependencies: - commander: ~13.0.0 + commander: ~13.1.0 '@csstools/color-helpers@5.0.1': resolution: {integrity: sha512-MKtmkA0BX87PKaO1NFRTFH+UnkgnmySQOvNxJubsadusqPEC2aJ9MOQiMceZJJ6oitUl/i0L6u0M1IrmAOmgBA==} @@ -2877,6 +2877,10 @@ packages: resolution: {integrity: sha512-pq5D8h10hHBjyqX+cfBm0i8JUXJ0UhczFc4r74zbuT9XgewFo2E3J1cOaGtdZynILNmQ685YWGzGE1Zv6io50w==} engines: {node: ^14.21.3 || >=16} + '@noble/hashes@1.7.1': + resolution: {integrity: sha512-B8XBPsn4vT/KJAGqDzbwztd+6Yte3P4V7iafm24bxgDe/mlRuK6xmWPuCNrKt2vDafZ8MfJLlchDG/vYafQEjQ==} + engines: {node: ^14.21.3 || >=16} + '@nodelib/fs.scandir@2.1.5': resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} engines: {node: '>= 8'} @@ -2914,15 +2918,15 @@ packages: resolution: {integrity: sha512-UA91GwWPhFExt3IizW6bOeY/pQ0BkuNwKjk9iQW9KqxluGCrg4VenZ0/L+2Y0+ZOtme72EVvg6v0zo3AMQRCeA==} engines: {node: '>=12'} - '@polkadot-api/cli@0.10.1': - resolution: {integrity: sha512-JHrHHVe7gbFS1Oc45VTJMNYUU+nQhr2DhF2G29Y3+PzqTSBPFp5srEVuDCSy6CwhcEQkYqWiwkDHJMKgTz8JdQ==} + '@polkadot-api/cli@0.10.3': + resolution: {integrity: sha512-S0xJfld1rB9GePweT8h/Oz79E/JniHBo8yrI3A/2g7NJDG8lzm9bJ0+tUkcwXyT6lo95TLFgTVu18El64RNgRQ==} hasBin: true - '@polkadot-api/codegen@0.12.12': - resolution: {integrity: sha512-0jurC0ziMs0CEmHCZ8o2b4kE2pJz0rb/7LzeX/r0ngx60IJV14KSAFoAfipEMgmui3uTsP9goT/q4RmgnZ/2CQ==} + '@polkadot-api/codegen@0.12.13': + resolution: {integrity: sha512-8npcZIaE/6Qi5D7Y5ObN27r/f+fBjWyFyILcP1OYxJOuSOIzEAUWr15KWjgBDgHRUxu3tm9V8xlOopp42rzruQ==} - '@polkadot-api/ink-contracts@0.2.4': - resolution: {integrity: sha512-peBYPJ0UNMpfTk6iNnDv9293miuOyc8L29UbdtcnEBUKgEnhX4U0ke4oFmbuknYMATHU9nyMY3ftXPcYDpTmwQ==} + '@polkadot-api/ink-contracts@0.2.5': + resolution: {integrity: sha512-EqEub18L8IB1Z/QwnAe9Kn3MeRbM9y0gUpbMUg71v0pQVqBPlumA+oboItNTjLBKzd77QcJUr6bKqHr9rA1Utw==} '@polkadot-api/json-rpc-provider-proxy@0.2.4': resolution: {integrity: sha512-nuGoY9QpBAiRU7xmXN3nugFvPcnSu3IxTLm1OWcNTGlZ1LW5bvdQHz3JLk56+Jlyb3GJ971hqdg2DJsMXkKCOg==} @@ -2936,20 +2940,20 @@ packages: '@polkadot-api/logs-provider@0.0.6': resolution: {integrity: sha512-4WgHlvy+xee1ADaaVf6+MlK/+jGMtsMgAzvbQOJZnP4PfQuagoTqaeayk8HYKxXGphogLlPbD06tANxcb+nvAg==} - '@polkadot-api/metadata-builders@0.10.0': - resolution: {integrity: sha512-IQ9WHnyo0nuWudC39wW1wpRl2QZLL8O8WizwB2JjMv+UODJPsSouZpnGLfQo6mX2umGI1IDsTklb2frQOgVuWg==} + '@polkadot-api/metadata-builders@0.10.1': + resolution: {integrity: sha512-0GQFph1vT0wWTfijM7eO+JICR7hwqJeVmil1P29uLjScBI4IH7gX032nOuNz/SG1Qlu0CtDFasFWVeazuPJ0pw==} - '@polkadot-api/metadata-compatibility@0.1.14': - resolution: {integrity: sha512-O7b2+d1uMYFWpe6yW6kY84PGwzdEPBeLopAX9vJl3WTBavF4GYjztM/BD9GjnZ6n2ehmSRjowqZu7EVxYvQYvQ==} + '@polkadot-api/metadata-compatibility@0.1.15': + resolution: {integrity: sha512-voOXicr3S/l/5bkNb8hCmTWpfXLOg6iGYulguMJgCI+xGBooJBx7twtVogaNJTzXfrIZtEbxrD+tUsKScIN6iw==} - '@polkadot-api/observable-client@0.7.0': - resolution: {integrity: sha512-ssDilIFNR+tEMbb9GE/fRXjhKvuFV32DANn5BuQWKOyDbE/d/G206SxLIgBPEQ4HbEzASxFSXJ5L1goDNkJdUA==} + '@polkadot-api/observable-client@0.7.2': + resolution: {integrity: sha512-+TV2JCpTb7QA8FB9rpm+fVGSx4Ms1lHgjHJGY1GY3Ai5QtxWpf15vSRGCGWgaT1Qig9xAwQOrBIKyxh3T+PLWQ==} peerDependencies: '@polkadot-api/substrate-client': 0.3.0 rxjs: '>=7.8.0' - '@polkadot-api/pjs-signer@0.6.3': - resolution: {integrity: sha512-xXLwtDACcFRi5gyze1sfS/GBTjvs1E12R4zvB6TiIzUskFoc26+5xEqjpgo6VRnuIMVv5kWkCEQt+b5F7t76sw==} + '@polkadot-api/pjs-signer@0.6.4': + resolution: {integrity: sha512-dXln8Par3I5dIX1xw59a8ovpsBj346ZKxsW9/uF9Cm9IQB2QffG3N0jctBUGHYZ+8dHRPug117o/xZCzqOAibw==} '@polkadot-api/polkadot-sdk-compat@2.3.1': resolution: {integrity: sha512-rb8IWmPRhKWD9NG4zh2n4q0HlEAvq+Cv1CbD+8YxH0XAqIIiFA+ch5JeDCIxQYngkn/43B0Gs7Gtzh18yv2yoA==} @@ -2957,11 +2961,11 @@ packages: '@polkadot-api/polkadot-signer@0.1.6': resolution: {integrity: sha512-X7ghAa4r7doETtjAPTb50IpfGtrBmy3BJM5WCfNKa1saK04VFY9w+vDn+hwEcM4p0PcDHt66Ts74hzvHq54d9A==} - '@polkadot-api/signer@0.1.13': - resolution: {integrity: sha512-QFBeupXDoK/XVno9RdnUoh5HiPC8YC+HtbL0Jz61WrfnBRo77Trv5b0w7pUngpqjQzRY1w68TbETNTqRPtZOFA==} + '@polkadot-api/signer@0.1.14': + resolution: {integrity: sha512-AwAnu6THwwKIe93PLZlER7pdD4x68SCWoIX1Lnb857axgGgLWZgpLVbkneTa+lTej/dqs7R3fhsEuXZX2dR+hg==} - '@polkadot-api/signers-common@0.1.4': - resolution: {integrity: sha512-KMJuu6IMB0K17ppCZM6TSwshTQ8Zgx59+BPVouqnU8pxr+h7EqWf7wv72WyytEAbThWIqFr1VHIdaCj54eeVlg==} + '@polkadot-api/signers-common@0.1.5': + resolution: {integrity: sha512-lmVH3S+Au8q7gRgAnHFbrHBm/5V7hB9xqwftt7SfmCOnl8N093IUKMANXRrD05jcQ+91hjAykU97xOV0W5zdhw==} '@polkadot-api/sm-provider@0.1.7': resolution: {integrity: sha512-BhNKVeIFZdawpPVadXszLl8IP4EDjcLHe/GchfRRFkvoNFuwS2nNv/npYIqCviXV+dd2R8VnEELxwScsf380Og==} @@ -2980,8 +2984,8 @@ packages: '@polkadot-api/utils@0.1.2': resolution: {integrity: sha512-yhs5k2a8N1SBJcz7EthZoazzLQUkZxbf+0271Xzu42C5AEM9K9uFLbsB+ojzHEM72O5X8lPtSwGKNmS7WQyDyg==} - '@polkadot-api/view-builder@0.4.1': - resolution: {integrity: sha512-cnAdii568RZ+ZYuHWe81eV+tRP7pAWuoc7PF9jWtXyhYivhI692DMWyG0sztaNKwK3s9XbLwdYgUwkWL9ZrhYA==} + '@polkadot-api/view-builder@0.4.2': + resolution: {integrity: sha512-fy0Oko/jFSkdkflJ3LOHD3Cy7PyIkqa942BGJtxnUNCv0UqWeLxCFwNP+Jsmsw+2VP10XIeBC/Hm4dAINuyrig==} '@polkadot-api/wasm-executor@0.1.2': resolution: {integrity: sha512-a5wGenltB3EFPdf72u8ewi6HsUg2qubUAf3ekJprZf24lTK3+w8a/GUF/y6r08LJF35MALZ32SAtLqtVTIOGnQ==} @@ -4279,8 +4283,8 @@ packages: '@types/node@20.14.10': resolution: {integrity: sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==} - '@types/node@22.10.7': - resolution: {integrity: sha512-V09KvXxFiutGp6B7XkpaDXlNadZxrzajcY50EuoLIpQ6WWYCSvf19lVIazzfIzQvhUN2HjX12spLojTnhuKlGg==} + '@types/node@22.10.10': + resolution: {integrity: sha512-X47y/mPNzxviAGY5TcYPtYL8JsY3kAq2n8fMmKoRCxq/c4v4pyGNCzM2R6+M5/umG4ZfHuT+sgqDYqWc9rJ6ww==} '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -4987,6 +4991,12 @@ packages: peerDependencies: esbuild: '>=0.18' + bundle-require@5.1.0: + resolution: {integrity: sha512-3WrrOuZiyaaZPWiEt4G3+IffISVC9HYlWueJEBWED4ZH4aIAC2PnkdnuRrR94M+w6yGWn4AglWtJtBI8YqvgoA==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + peerDependencies: + esbuild: '>=0.18' + bunyan@1.8.15: resolution: {integrity: sha512-0tECWShh6wUysgucJcBAoYegf3JJoZWibxdqhTm7OHPeT42qdjkZ29QCMcKwbgU1kiH+auSIasNRXMLWXafXig==} engines: {'0': node >=0.10.0} @@ -5096,6 +5106,10 @@ packages: resolution: {integrity: sha512-n8enUVCED/KVRQlab1hr3MVpcVMvxtZjmEa956u+4YijlmQED223XMSYj2tLuKvr4jcCTzNNMpQDUer72MMmzA==} engines: {node: '>= 14.16.0'} + chokidar@4.0.3: + resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==} + engines: {node: '>= 14.16.0'} + chownr@2.0.0: resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==} engines: {node: '>=10'} @@ -5219,8 +5233,8 @@ packages: resolution: {integrity: sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==} engines: {node: '>=18'} - commander@13.0.0: - resolution: {integrity: sha512-oPYleIY8wmTVzkvQq10AEok6YcTC4sRUBl8F9gVuwchGVUCTbl/vhLTaQqutuuySYOsu8YTgV+OxKc/8Yvx+mQ==} + commander@13.1.0: + resolution: {integrity: sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==} engines: {node: '>=18'} commander@2.20.3: @@ -5282,6 +5296,10 @@ packages: resolution: {integrity: sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==} engines: {node: ^14.18.0 || >=16.10.0} + consola@3.4.0: + resolution: {integrity: sha512-EiPU8G6dQG0GFHNR8ljnZFki/8a+cQwEQ+7wpxdChl02Q8HXlwEZWD5lqAF8vC2sEC3Tehr8hy7vErz88LHyUA==} + engines: {node: ^14.18.0 || >=16.10.0} + convert-source-map@2.0.0: resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} @@ -5506,8 +5524,8 @@ packages: deep-is@0.1.4: resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} - deepmerge-ts@7.1.3: - resolution: {integrity: sha512-qCSH6I0INPxd9Y1VtAiLpnYvz5O//6rCfJXKk0z66Up9/VOSr+1yS8XSKA5IWRxjocFGlzPyaZYe+jxq7OOLtQ==} + deepmerge-ts@7.1.4: + resolution: {integrity: sha512-fxqo6nHGQ9zOVgI4KXqtWXJR/yCLtC7aXIVq+6jc8tHPFUxlFmuUcm2kC4vztQ+LJxQ3gER/XAWearGYQ8niGA==} engines: {node: '>=16.0.0'} deepmerge@4.3.1: @@ -7745,8 +7763,8 @@ packages: resolution: {integrity: sha512-OLS/0XeUAcE8a2fdwemNja+udKgXNnY6yKVIXqAD2zVRx1KvY6Ato/rZ2vdzbxqYwPW0u6SCNC/bAMPNzpzxbw==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - polkadot-api@1.8.2: - resolution: {integrity: sha512-0tsyjwZ3PdZT4s4ftcJQouwO4tEhZAr4NJhE4hoDWVFPwiDmzGhsldRnJrQOingunKwQfCeuAwG60PjMbVbm5Q==} + polkadot-api@1.8.4: + resolution: {integrity: sha512-3zMx9tQ8g0dqjSyxElVKDyWUCiASC18xToSTRnc50dSkytd94oRyWip8F/4vh0M0ICxzZDOZbbzj4wdAwA619A==} hasBin: true peerDependencies: rxjs: '>=7.8.0' @@ -8107,6 +8125,10 @@ packages: resolution: {integrity: sha512-yDMz9g+VaZkqBYS/ozoBJwaBhTbZo3UNYQHNRw1D3UFQB8oHB4uS/tAODO+ZLjGWmUbKnIlOWO+aaIiAxrUWHA==} engines: {node: '>= 14.16.0'} + readdirp@4.1.1: + resolution: {integrity: sha512-h80JrZu/MHUZCyHu5ciuoI0+WxsCxzxJTILn6Fs8rxSnFPh+UVHYfeIxK1nVGugMqkfC4vJcBOYbkfkwYK0+gw==} + engines: {node: '>= 14.18.0'} + real-require@0.2.0: resolution: {integrity: sha512-57frrGM/OCTLqLOAh0mhVA9VBMHd+9U7Zb2THMGdBUoZVOtGbJzjxsYGDJ3A9AYYCP4hn6y1TVbaOfzWtm5GFg==} engines: {node: '>= 12.13.0'} @@ -8701,6 +8723,9 @@ packages: tinyexec@0.3.1: resolution: {integrity: sha512-WiCJLEECkO18gwqIp6+hJg0//p23HXp4S+gGtAKu3mI2F2/sXC4FvHvXvB0zJVVaTPhx1/tOwdbRsa1sOBIKqQ==} + tinyexec@0.3.2: + resolution: {integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==} + tinyglobby@0.2.10: resolution: {integrity: sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==} engines: {node: '>=12.0.0'} @@ -8844,6 +8869,25 @@ packages: typescript: optional: true + tsup@8.3.6: + resolution: {integrity: sha512-XkVtlDV/58S9Ye0JxUUTcrQk4S+EqlOHKzg6Roa62rdjL1nGWNUstG0xgI4vanHdfIpjP448J8vlN0oK6XOJ5g==} + engines: {node: '>=18'} + hasBin: true + peerDependencies: + '@microsoft/api-extractor': ^7.36.0 + '@swc/core': ^1 + postcss: ^8.4.12 + typescript: '>=4.5.0' + peerDependenciesMeta: + '@microsoft/api-extractor': + optional: true + '@swc/core': + optional: true + postcss: + optional: true + typescript: + optional: true + tsutils@3.21.0: resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} @@ -10796,9 +10840,9 @@ snapshots: human-id: 1.0.2 prettier: 2.8.8 - '@commander-js/extra-typings@13.0.0(commander@13.0.0)': + '@commander-js/extra-typings@13.1.0(commander@13.1.0)': dependencies: - commander: 13.0.0 + commander: 13.1.0 '@csstools/color-helpers@5.0.1': {} @@ -11380,6 +11424,8 @@ snapshots: '@noble/hashes@1.6.1': {} + '@noble/hashes@1.7.1': {} + '@nodelib/fs.scandir@2.1.5': dependencies: '@nodelib/fs.stat': 2.0.5 @@ -11413,15 +11459,15 @@ snapshots: '@pnpm/network.ca-file': 1.0.2 config-chain: 1.1.13 - '@polkadot-api/cli@0.10.1(@swc/core@1.8.0(@swc/helpers@0.5.11))(jiti@1.21.6)(postcss@8.5.1)(yaml@2.5.1)': + '@polkadot-api/cli@0.10.3(@swc/core@1.8.0(@swc/helpers@0.5.11))(jiti@1.21.6)(postcss@8.5.1)(yaml@2.5.1)': dependencies: - '@commander-js/extra-typings': 13.0.0(commander@13.0.0) - '@polkadot-api/codegen': 0.12.12 - '@polkadot-api/ink-contracts': 0.2.4 + '@commander-js/extra-typings': 13.1.0(commander@13.1.0) + '@polkadot-api/codegen': 0.12.13 + '@polkadot-api/ink-contracts': 0.2.5 '@polkadot-api/json-rpc-provider': 0.0.4 '@polkadot-api/known-chains': 0.6.1 - '@polkadot-api/metadata-compatibility': 0.1.14 - '@polkadot-api/observable-client': 0.7.0(@polkadot-api/substrate-client@0.3.0)(rxjs@7.8.1) + '@polkadot-api/metadata-compatibility': 0.1.15 + '@polkadot-api/observable-client': 0.7.2(@polkadot-api/substrate-client@0.3.0)(rxjs@7.8.1) '@polkadot-api/polkadot-sdk-compat': 2.3.1 '@polkadot-api/sm-provider': 0.1.7(@polkadot-api/smoldot@0.3.8) '@polkadot-api/smoldot': 0.3.8 @@ -11430,15 +11476,15 @@ snapshots: '@polkadot-api/utils': 0.1.2 '@polkadot-api/wasm-executor': 0.1.2 '@polkadot-api/ws-provider': 0.3.6(patch_hash=movrkpuzjy6i3qk43pefldjxp4) - '@types/node': 22.10.7 - commander: 13.0.0 + '@types/node': 22.10.10 + commander: 13.1.0 execa: 9.5.2 fs.promises.exists: 1.1.4 ora: 8.1.1 read-pkg: 9.0.1 rxjs: 7.8.1 tsc-prog: 2.3.0(typescript@5.7.3) - tsup: 8.3.5(@swc/core@1.8.0(@swc/helpers@0.5.11))(jiti@1.21.6)(postcss@8.5.1)(typescript@5.7.3)(yaml@2.5.1) + tsup: 8.3.6(@swc/core@1.8.0(@swc/helpers@0.5.11))(jiti@1.21.6)(postcss@8.5.1)(typescript@5.7.3)(yaml@2.5.1) typescript: 5.7.3 write-package: 7.1.0 transitivePeerDependencies: @@ -11452,17 +11498,17 @@ snapshots: - utf-8-validate - yaml - '@polkadot-api/codegen@0.12.12': + '@polkadot-api/codegen@0.12.13': dependencies: - '@polkadot-api/ink-contracts': 0.2.4 - '@polkadot-api/metadata-builders': 0.10.0 - '@polkadot-api/metadata-compatibility': 0.1.14 + '@polkadot-api/ink-contracts': 0.2.5 + '@polkadot-api/metadata-builders': 0.10.1 + '@polkadot-api/metadata-compatibility': 0.1.15 '@polkadot-api/substrate-bindings': 0.11.0 '@polkadot-api/utils': 0.1.2 - '@polkadot-api/ink-contracts@0.2.4': + '@polkadot-api/ink-contracts@0.2.5': dependencies: - '@polkadot-api/metadata-builders': 0.10.0 + '@polkadot-api/metadata-builders': 0.10.1 '@polkadot-api/substrate-bindings': 0.11.0 '@polkadot-api/utils': 0.1.2 scale-ts: 1.6.1 @@ -11477,29 +11523,29 @@ snapshots: dependencies: '@polkadot-api/json-rpc-provider': 0.0.4 - '@polkadot-api/metadata-builders@0.10.0': + '@polkadot-api/metadata-builders@0.10.1': dependencies: '@polkadot-api/substrate-bindings': 0.11.0 '@polkadot-api/utils': 0.1.2 - '@polkadot-api/metadata-compatibility@0.1.14': + '@polkadot-api/metadata-compatibility@0.1.15': dependencies: - '@polkadot-api/metadata-builders': 0.10.0 + '@polkadot-api/metadata-builders': 0.10.1 '@polkadot-api/substrate-bindings': 0.11.0 - '@polkadot-api/observable-client@0.7.0(@polkadot-api/substrate-client@0.3.0)(rxjs@7.8.1)': + '@polkadot-api/observable-client@0.7.2(@polkadot-api/substrate-client@0.3.0)(rxjs@7.8.1)': dependencies: - '@polkadot-api/metadata-builders': 0.10.0 + '@polkadot-api/metadata-builders': 0.10.1 '@polkadot-api/substrate-bindings': 0.11.0 '@polkadot-api/substrate-client': 0.3.0 '@polkadot-api/utils': 0.1.2 rxjs: 7.8.1 - '@polkadot-api/pjs-signer@0.6.3': + '@polkadot-api/pjs-signer@0.6.4': dependencies: - '@polkadot-api/metadata-builders': 0.10.0 + '@polkadot-api/metadata-builders': 0.10.1 '@polkadot-api/polkadot-signer': 0.1.6 - '@polkadot-api/signers-common': 0.1.4 + '@polkadot-api/signers-common': 0.1.5 '@polkadot-api/substrate-bindings': 0.11.0 '@polkadot-api/utils': 0.1.2 @@ -11509,17 +11555,17 @@ snapshots: '@polkadot-api/polkadot-signer@0.1.6': {} - '@polkadot-api/signer@0.1.13': + '@polkadot-api/signer@0.1.14': dependencies: - '@noble/hashes': 1.6.1 + '@noble/hashes': 1.7.1 '@polkadot-api/polkadot-signer': 0.1.6 - '@polkadot-api/signers-common': 0.1.4 + '@polkadot-api/signers-common': 0.1.5 '@polkadot-api/substrate-bindings': 0.11.0 '@polkadot-api/utils': 0.1.2 - '@polkadot-api/signers-common@0.1.4': + '@polkadot-api/signers-common@0.1.5': dependencies: - '@polkadot-api/metadata-builders': 0.10.0 + '@polkadot-api/metadata-builders': 0.10.1 '@polkadot-api/polkadot-signer': 0.1.6 '@polkadot-api/substrate-bindings': 0.11.0 '@polkadot-api/utils': 0.1.2 @@ -11532,7 +11578,7 @@ snapshots: '@polkadot-api/smoldot@0.3.8': dependencies: - '@types/node': 22.10.7 + '@types/node': 22.10.10 smoldot: 2.0.34 transitivePeerDependencies: - bufferutil @@ -11552,9 +11598,9 @@ snapshots: '@polkadot-api/utils@0.1.2': {} - '@polkadot-api/view-builder@0.4.1': + '@polkadot-api/view-builder@0.4.2': dependencies: - '@polkadot-api/metadata-builders': 0.10.0 + '@polkadot-api/metadata-builders': 0.10.1 '@polkadot-api/substrate-bindings': 0.11.0 '@polkadot-api/utils': 0.1.2 @@ -12969,7 +13015,7 @@ snapshots: dependencies: undici-types: 5.26.5 - '@types/node@22.10.7': + '@types/node@22.10.10': dependencies: undici-types: 6.20.0 @@ -13282,10 +13328,10 @@ snapshots: transitivePeerDependencies: - '@swc/helpers' - '@vitejs/plugin-react-swc@3.7.2(@swc/helpers@0.5.11)(vite@6.0.9(@types/node@22.10.7)(jiti@1.21.6)(terser@5.31.1)(yaml@2.5.1))': + '@vitejs/plugin-react-swc@3.7.2(@swc/helpers@0.5.11)(vite@6.0.9(@types/node@22.10.10)(jiti@1.21.6)(terser@5.31.1)(yaml@2.5.1))': dependencies: '@swc/core': 1.8.0(@swc/helpers@0.5.11) - vite: 6.0.9(@types/node@22.10.7)(jiti@1.21.6)(terser@5.31.1)(yaml@2.5.1) + vite: 6.0.9(@types/node@22.10.10)(jiti@1.21.6)(terser@5.31.1)(yaml@2.5.1) transitivePeerDependencies: - '@swc/helpers' @@ -13300,14 +13346,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@vitejs/plugin-react@4.3.2(vite@6.0.9(@types/node@22.10.7)(jiti@1.21.6)(terser@5.31.1)(yaml@2.5.1))': + '@vitejs/plugin-react@4.3.2(vite@6.0.9(@types/node@22.10.10)(jiti@1.21.6)(terser@5.31.1)(yaml@2.5.1))': dependencies: '@babel/core': 7.25.7 '@babel/plugin-transform-react-jsx-self': 7.24.7(@babel/core@7.25.7) '@babel/plugin-transform-react-jsx-source': 7.24.7(@babel/core@7.25.7) '@types/babel__core': 7.20.5 react-refresh: 0.14.2 - vite: 6.0.9(@types/node@22.10.7)(jiti@1.21.6)(terser@5.31.1)(yaml@2.5.1) + vite: 6.0.9(@types/node@22.10.10)(jiti@1.21.6)(terser@5.31.1)(yaml@2.5.1) transitivePeerDependencies: - supports-color @@ -13326,13 +13372,13 @@ snapshots: optionalDependencies: vite: 5.4.14(@types/node@20.14.10)(terser@5.31.1) - '@vitest/mocker@2.1.4(vite@5.4.14(@types/node@22.10.7)(terser@5.31.1))': + '@vitest/mocker@2.1.4(vite@5.4.14(@types/node@22.10.10)(terser@5.31.1))': dependencies: '@vitest/spy': 2.1.4 estree-walker: 3.0.3 magic-string: 0.30.12 optionalDependencies: - vite: 5.4.14(@types/node@22.10.7)(terser@5.31.1) + vite: 5.4.14(@types/node@22.10.10)(terser@5.31.1) '@vitest/pretty-format@2.1.4': dependencies: @@ -13952,6 +13998,11 @@ snapshots: esbuild: 0.24.0 load-tsconfig: 0.2.5 + bundle-require@5.1.0(esbuild@0.24.2): + dependencies: + esbuild: 0.24.2 + load-tsconfig: 0.2.5 + bunyan@1.8.15: optionalDependencies: dtrace-provider: 0.8.8 @@ -14089,6 +14140,10 @@ snapshots: dependencies: readdirp: 4.0.2 + chokidar@4.0.3: + dependencies: + readdirp: 4.1.1 + chownr@2.0.0: {} chrome-launcher@0.15.1: @@ -14214,7 +14269,7 @@ snapshots: commander@12.1.0: {} - commander@13.0.0: {} + commander@13.1.0: {} commander@2.20.3: {} @@ -14274,6 +14329,8 @@ snapshots: consola@3.2.3: {} + consola@3.4.0: {} + convert-source-map@2.0.0: {} copy-to-clipboard@3.3.3: @@ -14481,7 +14538,7 @@ snapshots: deep-is@0.1.4: {} - deepmerge-ts@7.1.3: {} + deepmerge-ts@7.1.4: {} deepmerge@4.3.1: {} @@ -17070,20 +17127,20 @@ snapshots: polite-json@5.0.0: {} - polkadot-api@1.8.2(@swc/core@1.8.0(@swc/helpers@0.5.11))(jiti@1.21.6)(postcss@8.5.1)(rxjs@7.8.1)(yaml@2.5.1): + polkadot-api@1.8.4(@swc/core@1.8.0(@swc/helpers@0.5.11))(jiti@1.21.6)(postcss@8.5.1)(rxjs@7.8.1)(yaml@2.5.1): dependencies: - '@polkadot-api/cli': 0.10.1(@swc/core@1.8.0(@swc/helpers@0.5.11))(jiti@1.21.6)(postcss@8.5.1)(yaml@2.5.1) - '@polkadot-api/ink-contracts': 0.2.4 + '@polkadot-api/cli': 0.10.3(@swc/core@1.8.0(@swc/helpers@0.5.11))(jiti@1.21.6)(postcss@8.5.1)(yaml@2.5.1) + '@polkadot-api/ink-contracts': 0.2.5 '@polkadot-api/json-rpc-provider': 0.0.4 '@polkadot-api/known-chains': 0.6.1 '@polkadot-api/logs-provider': 0.0.6 - '@polkadot-api/metadata-builders': 0.10.0 - '@polkadot-api/metadata-compatibility': 0.1.14 - '@polkadot-api/observable-client': 0.7.0(@polkadot-api/substrate-client@0.3.0)(rxjs@7.8.1) - '@polkadot-api/pjs-signer': 0.6.3 + '@polkadot-api/metadata-builders': 0.10.1 + '@polkadot-api/metadata-compatibility': 0.1.15 + '@polkadot-api/observable-client': 0.7.2(@polkadot-api/substrate-client@0.3.0)(rxjs@7.8.1) + '@polkadot-api/pjs-signer': 0.6.4 '@polkadot-api/polkadot-sdk-compat': 2.3.1 '@polkadot-api/polkadot-signer': 0.1.6 - '@polkadot-api/signer': 0.1.13 + '@polkadot-api/signer': 0.1.14 '@polkadot-api/sm-provider': 0.1.7(@polkadot-api/smoldot@0.3.8) '@polkadot-api/smoldot': 0.3.8 '@polkadot-api/substrate-bindings': 0.11.0 @@ -17470,6 +17527,8 @@ snapshots: readdirp@4.0.2: {} + readdirp@4.1.1: {} + real-require@0.2.0: {} recharts-scale@0.4.5: @@ -18148,6 +18207,8 @@ snapshots: tinyexec@0.3.1: {} + tinyexec@0.3.2: {} + tinyglobby@0.2.10: dependencies: fdir: 6.4.2(picomatch@4.0.2) @@ -18278,22 +18339,22 @@ snapshots: - tsx - yaml - tsup@8.3.5(@swc/core@1.8.0(@swc/helpers@0.5.11))(jiti@1.21.6)(postcss@8.5.1)(typescript@5.7.3)(yaml@2.5.1): + tsup@8.3.6(@swc/core@1.8.0(@swc/helpers@0.5.11))(jiti@1.21.6)(postcss@8.5.1)(typescript@5.7.3)(yaml@2.5.1): dependencies: - bundle-require: 5.0.0(esbuild@0.24.0) + bundle-require: 5.1.0(esbuild@0.24.2) cac: 6.7.14 - chokidar: 4.0.1 - consola: 3.2.3 - debug: 4.3.7 - esbuild: 0.24.0 + chokidar: 4.0.3 + consola: 3.4.0 + debug: 4.4.0 + esbuild: 0.24.2 joycon: 3.1.1 picocolors: 1.1.1 postcss-load-config: 6.0.1(jiti@1.21.6)(postcss@8.5.1)(yaml@2.5.1) resolve-from: 5.0.0 - rollup: 4.27.4 + rollup: 4.32.0 source-map: 0.8.0-beta.0 sucrase: 3.35.0 - tinyexec: 0.3.1 + tinyexec: 0.3.2 tinyglobby: 0.2.10 tree-kill: 1.2.2 optionalDependencies: @@ -18645,12 +18706,12 @@ snapshots: - supports-color - terser - vite-node@2.1.4(@types/node@22.10.7)(terser@5.31.1): + vite-node@2.1.4(@types/node@22.10.10)(terser@5.31.1): dependencies: cac: 6.7.14 debug: 4.3.7 pathe: 1.1.2 - vite: 5.4.14(@types/node@22.10.7)(terser@5.31.1) + vite: 5.4.14(@types/node@22.10.10)(terser@5.31.1) transitivePeerDependencies: - '@types/node' - less @@ -18662,7 +18723,7 @@ snapshots: - supports-color - terser - vite-plugin-html@3.2.2(vite@6.0.9(@types/node@22.10.7)(jiti@1.21.6)(terser@5.31.1)(yaml@2.5.1)): + vite-plugin-html@3.2.2(vite@6.0.9(@types/node@22.10.10)(jiti@1.21.6)(terser@5.31.1)(yaml@2.5.1)): dependencies: '@rollup/pluginutils': 4.2.1 colorette: 2.0.20 @@ -18676,7 +18737,7 @@ snapshots: html-minifier-terser: 6.1.0 node-html-parser: 5.4.2 pathe: 0.2.0 - vite: 6.0.9(@types/node@22.10.7)(jiti@1.21.6)(terser@5.31.1)(yaml@2.5.1) + vite: 6.0.9(@types/node@22.10.10)(jiti@1.21.6)(terser@5.31.1)(yaml@2.5.1) vite-plugin-web-extension@4.2.0(@types/node@20.14.10)(terser@5.31.1): dependencies: @@ -18726,13 +18787,13 @@ snapshots: fsevents: 2.3.3 terser: 5.31.1 - vite@5.4.14(@types/node@22.10.7)(terser@5.31.1): + vite@5.4.14(@types/node@22.10.10)(terser@5.31.1): dependencies: esbuild: 0.21.5 postcss: 8.5.1 rollup: 4.32.0 optionalDependencies: - '@types/node': 22.10.7 + '@types/node': 22.10.10 fsevents: 2.3.3 terser: 5.31.1 @@ -18748,13 +18809,13 @@ snapshots: terser: 5.31.1 yaml: 2.5.1 - vite@6.0.9(@types/node@22.10.7)(jiti@1.21.6)(terser@5.31.1)(yaml@2.5.1): + vite@6.0.9(@types/node@22.10.10)(jiti@1.21.6)(terser@5.31.1)(yaml@2.5.1): dependencies: esbuild: 0.24.2 postcss: 8.5.1 rollup: 4.32.0 optionalDependencies: - '@types/node': 22.10.7 + '@types/node': 22.10.10 fsevents: 2.3.3 jiti: 1.21.6 terser: 5.31.1 @@ -18796,10 +18857,10 @@ snapshots: - supports-color - terser - vitest@2.1.4(@types/node@22.10.7)(jsdom@26.0.0)(terser@5.31.1): + vitest@2.1.4(@types/node@22.10.10)(jsdom@26.0.0)(terser@5.31.1): dependencies: '@vitest/expect': 2.1.4 - '@vitest/mocker': 2.1.4(vite@5.4.14(@types/node@22.10.7)(terser@5.31.1)) + '@vitest/mocker': 2.1.4(vite@5.4.14(@types/node@22.10.10)(terser@5.31.1)) '@vitest/pretty-format': 2.1.4 '@vitest/runner': 2.1.4 '@vitest/snapshot': 2.1.4 @@ -18815,11 +18876,11 @@ snapshots: tinyexec: 0.3.1 tinypool: 1.0.1 tinyrainbow: 1.2.0 - vite: 5.4.14(@types/node@22.10.7)(terser@5.31.1) - vite-node: 2.1.4(@types/node@22.10.7)(terser@5.31.1) + vite: 5.4.14(@types/node@22.10.10)(terser@5.31.1) + vite-node: 2.1.4(@types/node@22.10.10)(terser@5.31.1) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 22.10.7 + '@types/node': 22.10.10 jsdom: 26.0.0 transitivePeerDependencies: - less @@ -19103,7 +19164,7 @@ snapshots: write-package@7.1.0: dependencies: - deepmerge-ts: 7.1.3 + deepmerge-ts: 7.1.4 read-pkg: 9.0.1 sort-keys: 5.1.0 type-fest: 4.33.0 diff --git a/projects/demo/package.json b/projects/demo/package.json index 4406a9d5e..e828663a0 100644 --- a/projects/demo/package.json +++ b/projects/demo/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "@polkadot-api/json-rpc-provider-proxy": "~0.2.4", - "@polkadot-api/observable-client": "~0.7.0", + "@polkadot-api/observable-client": "~0.7.2", "@polkadot-api/sm-provider": "~0.1.7", "@polkadot-api/substrate-client": "~0.3.0", "@substrate/connect": "workspace:*", diff --git a/projects/extension/package.json b/projects/extension/package.json index ae8fd49c6..c37e7601f 100644 --- a/projects/extension/package.json +++ b/projects/extension/package.json @@ -49,7 +49,7 @@ "web-ext": "^8.2.0" }, "dependencies": { - "@polkadot-api/observable-client": "~0.7.0", + "@polkadot-api/observable-client": "~0.7.2", "@polkadot-api/substrate-client": "~0.3.0", "@react-rxjs/core": "^0.10.7", "@react-rxjs/utils": "^0.9.7", diff --git a/projects/wallet-template/package.json b/projects/wallet-template/package.json index 354afa826..2840208fc 100644 --- a/projects/wallet-template/package.json +++ b/projects/wallet-template/package.json @@ -57,16 +57,16 @@ "@hookform/resolvers": "^3.9.1", "@noble/ciphers": "^1.0.0", "@noble/hashes": "^1.5.0", - "@polkadot-api/codegen": "~0.12.12", + "@polkadot-api/codegen": "~0.12.13", "@polkadot-api/json-rpc-provider": "~0.0.4", - "@polkadot-api/metadata-builders": "~0.10.0", - "@polkadot-api/observable-client": "~0.7.0", + "@polkadot-api/metadata-builders": "~0.10.1", + "@polkadot-api/observable-client": "~0.7.2", "@polkadot-api/polkadot-signer": "~0.1.6", - "@polkadot-api/signer": "~0.1.13", + "@polkadot-api/signer": "~0.1.14", "@polkadot-api/substrate-bindings": "~0.11.0", "@polkadot-api/substrate-client": "~0.3.0", "@polkadot-api/utils": "~0.1.2", - "@polkadot-api/view-builder": "~0.4.1", + "@polkadot-api/view-builder": "~0.4.2", "@polkadot-labs/hdkd": "^0.0.10", "@polkadot-labs/hdkd-helpers": "^0.0.10", "@polkadot-labs/schnorrkel-wasm": "^0.0.6",