From 28f9d5029ebafc47af471a96f5f0541cfe1fa793 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 15:53:40 +0000 Subject: [PATCH] Bump the yarn group across 1 directory with 10 updates Bumps the yarn group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [prettier](https://github.com/prettier/prettier) | `3.6.2` | `3.8.1` | | [@polkadot/api-cli](https://github.com/polkadot-js/tools/tree/HEAD/packages/api-cli) | `0.63.16` | `0.63.20` | | [@polkadot/api](https://github.com/polkadot-js/api/tree/HEAD/packages/api) | `16.4.9` | `16.5.6` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.8.1` | `25.5.0` | | [@vitest/expect](https://github.com/vitest-dev/vitest/tree/HEAD/packages/expect) | `3.2.4` | `4.1.2` | | [axios](https://github.com/axios/axios) | `1.12.2` | `1.14.0` | | [ethers](https://github.com/ethers-io/ethers.js) | `6.15.0` | `6.16.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.2` | | [viem](https://github.com/wevm/viem) | `2.38.3` | `2.47.6` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.2.4` | `4.1.2` | Updates `prettier` from 3.6.2 to 3.8.1 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.6.2...3.8.1) Updates `@polkadot/api-cli` from 0.63.16 to 0.63.20 - [Release notes](https://github.com/polkadot-js/tools/releases) - [Changelog](https://github.com/polkadot-js/tools/blob/master/CHANGELOG.md) - [Commits](https://github.com/polkadot-js/tools/commits/v0.63.20/packages/api-cli) Updates `@polkadot/api` from 16.4.9 to 16.5.6 - [Release notes](https://github.com/polkadot-js/api/releases) - [Changelog](https://github.com/polkadot-js/api/blob/master/CHANGELOG.md) - [Commits](https://github.com/polkadot-js/api/commits/v16.5.6/packages/api) Updates `@types/node` from 24.8.1 to 25.5.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@vitest/expect` from 3.2.4 to 4.1.2 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.2/packages/expect) Updates `axios` from 1.12.2 to 1.14.0 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.12.2...v1.14.0) Updates `ethers` from 6.15.0 to 6.16.0 - [Release notes](https://github.com/ethers-io/ethers.js/releases) - [Changelog](https://github.com/ethers-io/ethers.js/blob/main/CHANGELOG.md) - [Commits](https://github.com/ethers-io/ethers.js/compare/v6.15.0...v6.16.0) Updates `typescript` from 5.9.3 to 6.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.2) Updates `viem` from 2.38.3 to 2.47.6 - [Release notes](https://github.com/wevm/viem/releases) - [Commits](https://github.com/wevm/viem/compare/viem@2.38.3...viem@2.47.6) Updates `vitest` from 3.2.4 to 4.1.2 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.2/packages/vitest) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.8.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: yarn - dependency-name: "@polkadot/api-cli" dependency-version: 0.63.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: yarn - dependency-name: "@polkadot/api" dependency-version: 16.5.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: yarn - dependency-name: "@types/node" dependency-version: 25.5.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: yarn - dependency-name: "@vitest/expect" dependency-version: 4.1.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: yarn - dependency-name: axios dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: yarn - dependency-name: ethers dependency-version: 6.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: yarn - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: yarn - dependency-name: viem dependency-version: 2.47.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: yarn - dependency-name: vitest dependency-version: 4.1.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- utils/e2e-tests/bash/package.json | 2 +- utils/e2e-tests/ts/package.json | 16 +- yarn.lock | 2074 +++++++++++------------------ 4 files changed, 758 insertions(+), 1336 deletions(-) diff --git a/package.json b/package.json index a02d32dc4..5d105a20e 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "prettier:fix": "prettier -w ." }, "devDependencies": { - "prettier": "^3.6.2" + "prettier": "^3.8.1" }, "packageManager": "yarn@3.6.1" } diff --git a/utils/e2e-tests/bash/package.json b/utils/e2e-tests/bash/package.json index 0096d401a..3add4cb64 100644 --- a/utils/e2e-tests/bash/package.json +++ b/utils/e2e-tests/bash/package.json @@ -4,6 +4,6 @@ "private": true, "type": "module", "dependencies": { - "@polkadot/api-cli": "^0.63.16" + "@polkadot/api-cli": "^0.63.20" } } diff --git a/utils/e2e-tests/ts/package.json b/utils/e2e-tests/ts/package.json index 1df5a1292..903250e10 100644 --- a/utils/e2e-tests/ts/package.json +++ b/utils/e2e-tests/ts/package.json @@ -8,13 +8,13 @@ "test:ui": "vitest --ui" }, "dependencies": { - "@polkadot/api": "^16.4.9", - "@types/node": "24.8.1", - "@vitest/expect": "^3.2.4", - "axios": "^1.12.2", - "ethers": "^6.15.0", - "typescript": "^5.9.3", - "viem": "^2.38.3", - "vitest": "^3.2.4" + "@polkadot/api": "^16.5.6", + "@types/node": "25.5.0", + "@vitest/expect": "^4.1.2", + "axios": "^1.14.0", + "ethers": "^6.16.0", + "typescript": "^6.0.2", + "viem": "^2.47.6", + "vitest": "^4.1.2" } } diff --git a/yarn.lock b/yarn.lock index 70c75cd80..75c82a8ec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -19,181 +19,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/aix-ppc64@npm:0.25.1": - version: 0.25.1 - resolution: "@esbuild/aix-ppc64@npm:0.25.1" - conditions: os=aix & cpu=ppc64 - languageName: node - linkType: hard - -"@esbuild/android-arm64@npm:0.25.1": - version: 0.25.1 - resolution: "@esbuild/android-arm64@npm:0.25.1" - conditions: os=android & cpu=arm64 - languageName: node - linkType: hard - -"@esbuild/android-arm@npm:0.25.1": - version: 0.25.1 - resolution: "@esbuild/android-arm@npm:0.25.1" - conditions: os=android & cpu=arm - languageName: node - linkType: hard - -"@esbuild/android-x64@npm:0.25.1": - version: 0.25.1 - resolution: "@esbuild/android-x64@npm:0.25.1" - conditions: os=android & cpu=x64 - languageName: node - linkType: hard - -"@esbuild/darwin-arm64@npm:0.25.1": - version: 0.25.1 - resolution: "@esbuild/darwin-arm64@npm:0.25.1" - conditions: os=darwin & cpu=arm64 - languageName: node - linkType: hard - -"@esbuild/darwin-x64@npm:0.25.1": - version: 0.25.1 - resolution: "@esbuild/darwin-x64@npm:0.25.1" - conditions: os=darwin & cpu=x64 - languageName: node - linkType: hard - -"@esbuild/freebsd-arm64@npm:0.25.1": - version: 0.25.1 - resolution: "@esbuild/freebsd-arm64@npm:0.25.1" - conditions: os=freebsd & cpu=arm64 - languageName: node - linkType: hard - -"@esbuild/freebsd-x64@npm:0.25.1": - version: 0.25.1 - resolution: "@esbuild/freebsd-x64@npm:0.25.1" - conditions: os=freebsd & cpu=x64 - languageName: node - linkType: hard - -"@esbuild/linux-arm64@npm:0.25.1": - version: 0.25.1 - resolution: "@esbuild/linux-arm64@npm:0.25.1" - conditions: os=linux & cpu=arm64 - languageName: node - linkType: hard - -"@esbuild/linux-arm@npm:0.25.1": - version: 0.25.1 - resolution: "@esbuild/linux-arm@npm:0.25.1" - conditions: os=linux & cpu=arm - languageName: node - linkType: hard - -"@esbuild/linux-ia32@npm:0.25.1": - version: 0.25.1 - resolution: "@esbuild/linux-ia32@npm:0.25.1" - conditions: os=linux & cpu=ia32 - languageName: node - linkType: hard - -"@esbuild/linux-loong64@npm:0.25.1": - version: 0.25.1 - resolution: "@esbuild/linux-loong64@npm:0.25.1" - conditions: os=linux & cpu=loong64 - languageName: node - linkType: hard - -"@esbuild/linux-mips64el@npm:0.25.1": - version: 0.25.1 - resolution: "@esbuild/linux-mips64el@npm:0.25.1" - conditions: os=linux & cpu=mips64el - languageName: node - linkType: hard - -"@esbuild/linux-ppc64@npm:0.25.1": - version: 0.25.1 - resolution: "@esbuild/linux-ppc64@npm:0.25.1" - conditions: os=linux & cpu=ppc64 - languageName: node - linkType: hard - -"@esbuild/linux-riscv64@npm:0.25.1": - version: 0.25.1 - resolution: "@esbuild/linux-riscv64@npm:0.25.1" - conditions: os=linux & cpu=riscv64 - languageName: node - linkType: hard - -"@esbuild/linux-s390x@npm:0.25.1": - version: 0.25.1 - resolution: "@esbuild/linux-s390x@npm:0.25.1" - conditions: os=linux & cpu=s390x - languageName: node - linkType: hard - -"@esbuild/linux-x64@npm:0.25.1": - version: 0.25.1 - resolution: "@esbuild/linux-x64@npm:0.25.1" - conditions: os=linux & cpu=x64 - languageName: node - linkType: hard - -"@esbuild/netbsd-arm64@npm:0.25.1": - version: 0.25.1 - resolution: "@esbuild/netbsd-arm64@npm:0.25.1" - conditions: os=netbsd & cpu=arm64 - languageName: node - linkType: hard - -"@esbuild/netbsd-x64@npm:0.25.1": - version: 0.25.1 - resolution: "@esbuild/netbsd-x64@npm:0.25.1" - conditions: os=netbsd & cpu=x64 - languageName: node - linkType: hard - -"@esbuild/openbsd-arm64@npm:0.25.1": - version: 0.25.1 - resolution: "@esbuild/openbsd-arm64@npm:0.25.1" - conditions: os=openbsd & cpu=arm64 - languageName: node - linkType: hard - -"@esbuild/openbsd-x64@npm:0.25.1": - version: 0.25.1 - resolution: "@esbuild/openbsd-x64@npm:0.25.1" - conditions: os=openbsd & cpu=x64 - languageName: node - linkType: hard - -"@esbuild/sunos-x64@npm:0.25.1": - version: 0.25.1 - resolution: "@esbuild/sunos-x64@npm:0.25.1" - conditions: os=sunos & cpu=x64 - languageName: node - linkType: hard - -"@esbuild/win32-arm64@npm:0.25.1": - version: 0.25.1 - resolution: "@esbuild/win32-arm64@npm:0.25.1" - conditions: os=win32 & cpu=arm64 - languageName: node - linkType: hard - -"@esbuild/win32-ia32@npm:0.25.1": - version: 0.25.1 - resolution: "@esbuild/win32-ia32@npm:0.25.1" - conditions: os=win32 & cpu=ia32 - languageName: node - linkType: hard - -"@esbuild/win32-x64@npm:0.25.1": - version: 0.25.1 - resolution: "@esbuild/win32-x64@npm:0.25.1" - conditions: os=win32 & cpu=x64 - languageName: node - linkType: hard - "@isaacs/cliui@npm:^8.0.2": version: 8.0.2 resolution: "@isaacs/cliui@npm:8.0.2" @@ -208,10 +33,22 @@ __metadata: languageName: node linkType: hard -"@jridgewell/sourcemap-codec@npm:^1.5.0": - version: 1.5.0 - resolution: "@jridgewell/sourcemap-codec@npm:1.5.0" - checksum: 05df4f2538b3b0f998ea4c1cd34574d0feba216fa5d4ccaef0187d12abf82eafe6021cec8b49f9bb4d90f2ba4582ccc581e72986a5fcf4176ae0cfeb04cf52ec +"@jridgewell/sourcemap-codec@npm:^1.5.5": + version: 1.5.5 + resolution: "@jridgewell/sourcemap-codec@npm:1.5.5" + checksum: c2e36e67971f719a8a3a85ef5a5f580622437cc723c35d03ebd0c9c0b06418700ef006f58af742791f71f6a4fc68fcfaf1f6a74ec2f9a3332860e9373459dae7 + languageName: node + linkType: hard + +"@napi-rs/wasm-runtime@npm:^1.1.1": + version: 1.1.2 + resolution: "@napi-rs/wasm-runtime@npm:1.1.2" + dependencies: + "@tybys/wasm-util": ^0.10.1 + peerDependencies: + "@emnapi/core": ^1.7.1 + "@emnapi/runtime": ^1.7.1 + checksum: 4492dcf187913f9ca7530ea055a3ceb64d4a708ab8ba1e59b1465b03340ee089ba88d224a9a108b295a4c8f0dfe075e979b1470190779f9a29578b289095020b languageName: node linkType: hard @@ -249,6 +86,15 @@ __metadata: languageName: node linkType: hard +"@noble/curves@npm:~1.9.2": + version: 1.9.7 + resolution: "@noble/curves@npm:1.9.7" + dependencies: + "@noble/hashes": 1.8.0 + checksum: 65acad44ac6944ab96471109087d6cfcbcaa251faad6295961be9a5ace220634f4b7c74a96d1ee2274ad3880ea953d8e8259893ed8c906c831ef29f5c04ec9cc + languageName: node + linkType: hard + "@noble/hashes@npm:1.3.2": version: 1.3.2 resolution: "@noble/hashes@npm:1.3.2" @@ -279,6 +125,13 @@ __metadata: languageName: node linkType: hard +"@oxc-project/types@npm:=0.122.0": + version: 0.122.0 + resolution: "@oxc-project/types@npm:0.122.0" + checksum: 4462f600e019391fb790c4cd4662f097fc7cbcc49266cb778f90fc33d5b64a9fd5f9a744e3befb0787dd0b5c0e9dd240b33541f744e853f332f0821a6f0c674c + languageName: node + linkType: hard + "@pkgjs/parseargs@npm:^0.11.0": version: 0.11.0 resolution: "@pkgjs/parseargs@npm:0.11.0" @@ -353,282 +206,159 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@npm:16.4.8, @polkadot/api-augment@npm:^16.4.8": - version: 16.4.8 - resolution: "@polkadot/api-augment@npm:16.4.8" - dependencies: - "@polkadot/api-base": 16.4.8 - "@polkadot/rpc-augment": 16.4.8 - "@polkadot/types": 16.4.8 - "@polkadot/types-augment": 16.4.8 - "@polkadot/types-codec": 16.4.8 - "@polkadot/util": ^13.5.6 - tslib: ^2.8.1 - checksum: 66e01e842e2db9053a92cf0bd8db94b269f670284474e3bc29ba9837363d8fe87ed33734095ff3ac9869eede9571775a26083408911c6212867499d62b595f99 - languageName: node - linkType: hard - -"@polkadot/api-augment@npm:16.4.9": - version: 16.4.9 - resolution: "@polkadot/api-augment@npm:16.4.9" +"@polkadot/api-augment@npm:16.5.6, @polkadot/api-augment@npm:^16.5.6": + version: 16.5.6 + resolution: "@polkadot/api-augment@npm:16.5.6" dependencies: - "@polkadot/api-base": 16.4.9 - "@polkadot/rpc-augment": 16.4.9 - "@polkadot/types": 16.4.9 - "@polkadot/types-augment": 16.4.9 - "@polkadot/types-codec": 16.4.9 - "@polkadot/util": ^13.5.7 + "@polkadot/api-base": 16.5.6 + "@polkadot/rpc-augment": 16.5.6 + "@polkadot/types": 16.5.6 + "@polkadot/types-augment": 16.5.6 + "@polkadot/types-codec": 16.5.6 + "@polkadot/util": ^14.0.3 tslib: ^2.8.1 - checksum: fb8b1bb5cf616b78a1c7b3451db1ea89b921a7fe89e3b215416727967e882b781d18ae9f4d21f7896e8c7c068e4eeb63dc8e32076fb5916a73e0330d09cb4237 + checksum: 1b50db18b7ebe595671e198ed2b2d078a729e15c154a2742b5763a6d694167a884448987452726cb3f07e524fb98d9e4bd5d4652e84e212f4d8a2d93cd35d4b0 languageName: node linkType: hard -"@polkadot/api-base@npm:16.4.8": - version: 16.4.8 - resolution: "@polkadot/api-base@npm:16.4.8" +"@polkadot/api-base@npm:16.5.6": + version: 16.5.6 + resolution: "@polkadot/api-base@npm:16.5.6" dependencies: - "@polkadot/rpc-core": 16.4.8 - "@polkadot/types": 16.4.8 - "@polkadot/util": ^13.5.6 + "@polkadot/rpc-core": 16.5.6 + "@polkadot/types": 16.5.6 + "@polkadot/util": ^14.0.3 rxjs: ^7.8.1 tslib: ^2.8.1 - checksum: 22b695ab1bdac1d79402700814433e5d120deee8166426a595cdce015d1f064f6043d73baa8a2009e0d120831a88626e5df4ff6f778933ac38c23cd1135c37ec + checksum: 9d8143274a79ec93370f16e8a5f80bc05855a37cb79c1a552962a2a0298163833a0436179831e4e736789d66431ed00abe515396e7c311ce93db71b9364e1d05 languageName: node linkType: hard -"@polkadot/api-base@npm:16.4.9": - version: 16.4.9 - resolution: "@polkadot/api-base@npm:16.4.9" +"@polkadot/api-cli@npm:^0.63.20": + version: 0.63.20 + resolution: "@polkadot/api-cli@npm:0.63.20" dependencies: - "@polkadot/rpc-core": 16.4.9 - "@polkadot/types": 16.4.9 - "@polkadot/util": ^13.5.7 - rxjs: ^7.8.1 - tslib: ^2.8.1 - checksum: 0d08b04b5cc76910a362dc2eb82a9883e5d1646924115170b4c426b03035dc85c7217b10cc30f6212af7abaaefd1a30f50c129e360be64fbc50931b1e1c9effc - languageName: node - linkType: hard - -"@polkadot/api-cli@npm:^0.63.16": - version: 0.63.16 - resolution: "@polkadot/api-cli@npm:0.63.16" - dependencies: - "@polkadot/api": ^16.4.8 - "@polkadot/api-augment": ^16.4.8 - "@polkadot/keyring": ^13.5.6 - "@polkadot/types": ^16.4.8 - "@polkadot/util": ^13.5.6 - "@polkadot/util-crypto": ^13.5.6 + "@polkadot/api": ^16.5.6 + "@polkadot/api-augment": ^16.5.6 + "@polkadot/keyring": ^14.0.3 + "@polkadot/types": ^16.5.6 + "@polkadot/util": ^14.0.3 + "@polkadot/util-crypto": ^14.0.3 tslib: ^2.8.1 yargs: ^17.7.2 bin: polkadot-js-api: runcli.mjs - checksum: ce02eced85197a073c8daf0dbae119134f428b481a6b70f938e76efb7620ec0a0c6a0937256a3118cc1ee584dc7da93634ff62cdc52cdc04bb207df36c40ce9e - languageName: node - linkType: hard - -"@polkadot/api-derive@npm:16.4.8": - version: 16.4.8 - resolution: "@polkadot/api-derive@npm:16.4.8" - dependencies: - "@polkadot/api": 16.4.8 - "@polkadot/api-augment": 16.4.8 - "@polkadot/api-base": 16.4.8 - "@polkadot/rpc-core": 16.4.8 - "@polkadot/types": 16.4.8 - "@polkadot/types-codec": 16.4.8 - "@polkadot/util": ^13.5.6 - "@polkadot/util-crypto": ^13.5.6 - rxjs: ^7.8.1 - tslib: ^2.8.1 - checksum: 5158cd549c7bf397052d94325c1d1df8fde3af03197390b8381a34e804e8ab933f1983086046cc99dfe60259d997f839c70c0cf680a0f0171199513d4ccb966d + checksum: ba171c0fc0c4d30a11638d2784958044a9f748d81332d0aa7932ebcaf0bb3f3b47bfb09cc03467b7b93378261eb7399b044856bfb40625e5ee6bff25f6246c8a languageName: node linkType: hard -"@polkadot/api-derive@npm:16.4.9": - version: 16.4.9 - resolution: "@polkadot/api-derive@npm:16.4.9" +"@polkadot/api-derive@npm:16.5.6": + version: 16.5.6 + resolution: "@polkadot/api-derive@npm:16.5.6" dependencies: - "@polkadot/api": 16.4.9 - "@polkadot/api-augment": 16.4.9 - "@polkadot/api-base": 16.4.9 - "@polkadot/rpc-core": 16.4.9 - "@polkadot/types": 16.4.9 - "@polkadot/types-codec": 16.4.9 - "@polkadot/util": ^13.5.7 - "@polkadot/util-crypto": ^13.5.7 - rxjs: ^7.8.1 - tslib: ^2.8.1 - checksum: ebdfa5d843377ffb128a1cd83c2d2a98b7ec197b5e36d6595afa42535f5025a94c3bd1fadfefb39a100f0dc35bfd9ad2e08caf4aa8611a1ded1c7261c0fd73a3 - languageName: node - linkType: hard - -"@polkadot/api@npm:16.4.8, @polkadot/api@npm:^16.4.8": - version: 16.4.8 - resolution: "@polkadot/api@npm:16.4.8" - dependencies: - "@polkadot/api-augment": 16.4.8 - "@polkadot/api-base": 16.4.8 - "@polkadot/api-derive": 16.4.8 - "@polkadot/keyring": ^13.5.6 - "@polkadot/rpc-augment": 16.4.8 - "@polkadot/rpc-core": 16.4.8 - "@polkadot/rpc-provider": 16.4.8 - "@polkadot/types": 16.4.8 - "@polkadot/types-augment": 16.4.8 - "@polkadot/types-codec": 16.4.8 - "@polkadot/types-create": 16.4.8 - "@polkadot/types-known": 16.4.8 - "@polkadot/util": ^13.5.6 - "@polkadot/util-crypto": ^13.5.6 - eventemitter3: ^5.0.1 + "@polkadot/api": 16.5.6 + "@polkadot/api-augment": 16.5.6 + "@polkadot/api-base": 16.5.6 + "@polkadot/rpc-core": 16.5.6 + "@polkadot/types": 16.5.6 + "@polkadot/types-codec": 16.5.6 + "@polkadot/util": ^14.0.3 + "@polkadot/util-crypto": ^14.0.3 rxjs: ^7.8.1 tslib: ^2.8.1 - checksum: 89b8acfe126962cc8fbe9ab5084cbae635ac5393bc19897df41915c07d329b79b222d345b4d61124a2560aae39791f58cd6d27cf350a41cdc958ad05cc522e63 - languageName: node - linkType: hard - -"@polkadot/api@npm:16.4.9, @polkadot/api@npm:^16.4.9": - version: 16.4.9 - resolution: "@polkadot/api@npm:16.4.9" - dependencies: - "@polkadot/api-augment": 16.4.9 - "@polkadot/api-base": 16.4.9 - "@polkadot/api-derive": 16.4.9 - "@polkadot/keyring": ^13.5.7 - "@polkadot/rpc-augment": 16.4.9 - "@polkadot/rpc-core": 16.4.9 - "@polkadot/rpc-provider": 16.4.9 - "@polkadot/types": 16.4.9 - "@polkadot/types-augment": 16.4.9 - "@polkadot/types-codec": 16.4.9 - "@polkadot/types-create": 16.4.9 - "@polkadot/types-known": 16.4.9 - "@polkadot/util": ^13.5.7 - "@polkadot/util-crypto": ^13.5.7 + checksum: f3dab380caff8214010107645f3aaf07f07e5911951fd6ff53be2daa48aa374e97f26fbdb9c65b3f4f037cd960f30136e7f5c2ef7b68964d76b412d100e6222e + languageName: node + linkType: hard + +"@polkadot/api@npm:16.5.6, @polkadot/api@npm:^16.5.6": + version: 16.5.6 + resolution: "@polkadot/api@npm:16.5.6" + dependencies: + "@polkadot/api-augment": 16.5.6 + "@polkadot/api-base": 16.5.6 + "@polkadot/api-derive": 16.5.6 + "@polkadot/keyring": ^14.0.3 + "@polkadot/rpc-augment": 16.5.6 + "@polkadot/rpc-core": 16.5.6 + "@polkadot/rpc-provider": 16.5.6 + "@polkadot/types": 16.5.6 + "@polkadot/types-augment": 16.5.6 + "@polkadot/types-codec": 16.5.6 + "@polkadot/types-create": 16.5.6 + "@polkadot/types-known": 16.5.6 + "@polkadot/util": ^14.0.3 + "@polkadot/util-crypto": ^14.0.3 eventemitter3: ^5.0.1 rxjs: ^7.8.1 tslib: ^2.8.1 - checksum: fbaf3f5d97db47525461c00e05cfdd1523c823600e655ffc5cd02de4fa5de1d031ec4d2e6420e5099dd9c9fab82536b387f004b0b3e8d23f4350092b46fb9d9f + checksum: 90932fbe296f2158ef9e87ff30c0f8e89e2d23503b155df374b882f22072b9e8eae06cfb3015bafc6520b0bacf6ed86dd3a117bc0ae56b61c09558d90da83c33 languageName: node linkType: hard -"@polkadot/keyring@npm:^13.5.6": - version: 13.5.6 - resolution: "@polkadot/keyring@npm:13.5.6" +"@polkadot/keyring@npm:^14.0.3": + version: 14.0.3 + resolution: "@polkadot/keyring@npm:14.0.3" dependencies: - "@polkadot/util": 13.5.6 - "@polkadot/util-crypto": 13.5.6 + "@polkadot/util": 14.0.3 + "@polkadot/util-crypto": 14.0.3 tslib: ^2.8.0 peerDependencies: - "@polkadot/util": 13.5.6 - "@polkadot/util-crypto": 13.5.6 - checksum: 902e817bbac82fe36e9429187d5c7f16d2594b4b0868d74e108f0b34b163e33fd13794b80f2728ad3abed5b3bad0f76f63b3e3d79de8470499b637b49f1a9a77 + "@polkadot/util": 14.0.3 + "@polkadot/util-crypto": 14.0.3 + checksum: 2b8126ff51ea47f074866cc854eacb5c241d185d8001cef5abc343d8b014ed1cd1431bc711eae836833f6a1609426c1b4240436a27fd67278f03d81eb5fac1ba languageName: node linkType: hard -"@polkadot/keyring@npm:^13.5.7": - version: 13.5.7 - resolution: "@polkadot/keyring@npm:13.5.7" +"@polkadot/networks@npm:14.0.3, @polkadot/networks@npm:^14.0.3": + version: 14.0.3 + resolution: "@polkadot/networks@npm:14.0.3" dependencies: - "@polkadot/util": 13.5.7 - "@polkadot/util-crypto": 13.5.7 - tslib: ^2.8.0 - peerDependencies: - "@polkadot/util": 13.5.7 - "@polkadot/util-crypto": 13.5.7 - checksum: d237fd191521088ffe93865bd4a9680d0dfa9734b0c7e0a407f0db7561f3f3e329a01232ae4493b0a7aafbbd5b3edc3ac8d787a5de3d92b7ef3ed82e3b86f4e7 - languageName: node - linkType: hard - -"@polkadot/networks@npm:13.5.6, @polkadot/networks@npm:^13.5.6": - version: 13.5.6 - resolution: "@polkadot/networks@npm:13.5.6" - dependencies: - "@polkadot/util": 13.5.6 + "@polkadot/util": 14.0.3 "@substrate/ss58-registry": ^1.51.0 tslib: ^2.8.0 - checksum: e3caca754aeb2f50d990d2844f65dfd2e615511f7bdd1c7e533812ba75d7050734912ca4e75632e372f3c56fe9ec9788733d8ca2576df59a451bb521f079e8e8 + checksum: 233174384ff8b2a615eb197798c504c55c07ac6f5ed8db79d5b5dd5aa793654b70f6cb134e66db708e49f60e4df8ae70ae178576406d8900cab4b634b7f263e0 languageName: node linkType: hard -"@polkadot/networks@npm:13.5.7, @polkadot/networks@npm:^13.5.7": - version: 13.5.7 - resolution: "@polkadot/networks@npm:13.5.7" +"@polkadot/rpc-augment@npm:16.5.6": + version: 16.5.6 + resolution: "@polkadot/rpc-augment@npm:16.5.6" dependencies: - "@polkadot/util": 13.5.7 - "@substrate/ss58-registry": ^1.51.0 - tslib: ^2.8.0 - checksum: c662fcf30a4076942c3d8b2258de1acb67d368d5d259f6364995c77daf0293f92fd582a0d586695af194ed753417ba79ac8844b1d93d8a669844f7821c952c22 - languageName: node - linkType: hard - -"@polkadot/rpc-augment@npm:16.4.8": - version: 16.4.8 - resolution: "@polkadot/rpc-augment@npm:16.4.8" - dependencies: - "@polkadot/rpc-core": 16.4.8 - "@polkadot/types": 16.4.8 - "@polkadot/types-codec": 16.4.8 - "@polkadot/util": ^13.5.6 - tslib: ^2.8.1 - checksum: 0a758cb7ea2b8c2d4365c8edac0479e13d460fc85a5e53384f87744f3dd1f962f4e61a5ecac0639fb008cb6d7b9cd3df8cd32e7a10d76838080d7c3237774b25 - languageName: node - linkType: hard - -"@polkadot/rpc-augment@npm:16.4.9": - version: 16.4.9 - resolution: "@polkadot/rpc-augment@npm:16.4.9" - dependencies: - "@polkadot/rpc-core": 16.4.9 - "@polkadot/types": 16.4.9 - "@polkadot/types-codec": 16.4.9 - "@polkadot/util": ^13.5.7 - tslib: ^2.8.1 - checksum: 2efaa5e0a21dd05d673c7593964c34a132286495fa269eb9789cfbc4e7f7014cceca364de7787fc82f98178eff7ac65cd96c9d9a73ae86940b214f0eaafc4989 - languageName: node - linkType: hard - -"@polkadot/rpc-core@npm:16.4.8": - version: 16.4.8 - resolution: "@polkadot/rpc-core@npm:16.4.8" - dependencies: - "@polkadot/rpc-augment": 16.4.8 - "@polkadot/rpc-provider": 16.4.8 - "@polkadot/types": 16.4.8 - "@polkadot/util": ^13.5.6 - rxjs: ^7.8.1 + "@polkadot/rpc-core": 16.5.6 + "@polkadot/types": 16.5.6 + "@polkadot/types-codec": 16.5.6 + "@polkadot/util": ^14.0.3 tslib: ^2.8.1 - checksum: ea53827301aefd4eb59f5ea20280851fd2c931f3818560709a816e7d5c7b05926756ccdeede772b25ffb72076b6eb56dda8d8112c521b2ed515256be7f6e69c1 + checksum: 535584e102bbe7c8879a7ea57cc47957d7447011b17535d5ce45b352760b38641e4c55a77e3cc604cc0e80163b91daa2501361dfa6726f224f1f7553f3d57d0f languageName: node linkType: hard -"@polkadot/rpc-core@npm:16.4.9": - version: 16.4.9 - resolution: "@polkadot/rpc-core@npm:16.4.9" +"@polkadot/rpc-core@npm:16.5.6": + version: 16.5.6 + resolution: "@polkadot/rpc-core@npm:16.5.6" dependencies: - "@polkadot/rpc-augment": 16.4.9 - "@polkadot/rpc-provider": 16.4.9 - "@polkadot/types": 16.4.9 - "@polkadot/util": ^13.5.7 + "@polkadot/rpc-augment": 16.5.6 + "@polkadot/rpc-provider": 16.5.6 + "@polkadot/types": 16.5.6 + "@polkadot/util": ^14.0.3 rxjs: ^7.8.1 tslib: ^2.8.1 - checksum: 6e1ec087dbc182a91b109f55b69501e278cb62afb76fc6ef19d11ac0bdc66015e049ab13e961049a2b151cf9ad4367796455f273e3f3ced15c654ca9116759f8 + checksum: e009f49dfb4a4ad3a90f907b6f8d86c05d2854ecb6fc253a08a22d28237e111025fbd27880caf0fbca52008568e98dc1fdd42bc2d98e26f394199c054bdf8df3 languageName: node linkType: hard -"@polkadot/rpc-provider@npm:16.4.8": - version: 16.4.8 - resolution: "@polkadot/rpc-provider@npm:16.4.8" +"@polkadot/rpc-provider@npm:16.5.6": + version: 16.5.6 + resolution: "@polkadot/rpc-provider@npm:16.5.6" dependencies: - "@polkadot/keyring": ^13.5.6 - "@polkadot/types": 16.4.8 - "@polkadot/types-support": 16.4.8 - "@polkadot/util": ^13.5.6 - "@polkadot/util-crypto": ^13.5.6 - "@polkadot/x-fetch": ^13.5.6 - "@polkadot/x-global": ^13.5.6 - "@polkadot/x-ws": ^13.5.6 + "@polkadot/keyring": ^14.0.3 + "@polkadot/types": 16.5.6 + "@polkadot/types-support": 16.5.6 + "@polkadot/util": ^14.0.3 + "@polkadot/util-crypto": ^14.0.3 + "@polkadot/x-fetch": ^14.0.3 + "@polkadot/x-global": ^14.0.3 + "@polkadot/x-ws": ^14.0.3 "@substrate/connect": 0.8.11 eventemitter3: ^5.0.1 mock-socket: ^9.3.1 @@ -637,617 +367,385 @@ __metadata: dependenciesMeta: "@substrate/connect": optional: true - checksum: 97327e6a839cc96193ea85f0c7cfd407f7bb14241b29f0e9ad120b321f80ddb4a42ed110be2d7d2163b31d496a7299fd9baee3d0caf39cc3b4c29b0bc4fb5600 + checksum: 829caefee2b906f29f5d87ca19f9b0e6bd5932f017850206b00e0dab9fe3fd67197e4d7f0a1e1d703ca7cda95eada6b42a9acb37f50f16ae4fd738dd8243523a languageName: node linkType: hard -"@polkadot/rpc-provider@npm:16.4.9": - version: 16.4.9 - resolution: "@polkadot/rpc-provider@npm:16.4.9" +"@polkadot/types-augment@npm:16.5.6": + version: 16.5.6 + resolution: "@polkadot/types-augment@npm:16.5.6" dependencies: - "@polkadot/keyring": ^13.5.7 - "@polkadot/types": 16.4.9 - "@polkadot/types-support": 16.4.9 - "@polkadot/util": ^13.5.7 - "@polkadot/util-crypto": ^13.5.7 - "@polkadot/x-fetch": ^13.5.7 - "@polkadot/x-global": ^13.5.7 - "@polkadot/x-ws": ^13.5.7 - "@substrate/connect": 0.8.11 - eventemitter3: ^5.0.1 - mock-socket: ^9.3.1 - nock: ^13.5.5 + "@polkadot/types": 16.5.6 + "@polkadot/types-codec": 16.5.6 + "@polkadot/util": ^14.0.3 tslib: ^2.8.1 - dependenciesMeta: - "@substrate/connect": - optional: true - checksum: 1da16ff18ed2e969d30e42e3eccec6a743a0cf745beaf302cc3f27f96af88b8322640f98247419c049034ee89c4ae70264ba10f9c1be319f173248dddc73dbc4 + checksum: 6c51409117a14138b769e9b4a0637ff2a27a25a1a98130691a3879d89733aa55fbd75d22f9d2f39ba9a5081a96c3578d550209ace7fc3b07119724d34d1b2122 languageName: node linkType: hard -"@polkadot/types-augment@npm:16.4.8": - version: 16.4.8 - resolution: "@polkadot/types-augment@npm:16.4.8" +"@polkadot/types-codec@npm:16.5.6": + version: 16.5.6 + resolution: "@polkadot/types-codec@npm:16.5.6" dependencies: - "@polkadot/types": 16.4.8 - "@polkadot/types-codec": 16.4.8 - "@polkadot/util": ^13.5.6 + "@polkadot/util": ^14.0.3 + "@polkadot/x-bigint": ^14.0.3 tslib: ^2.8.1 - checksum: 3496d5a8b817551182ba489b8f2df35a33a4eb9acee67cfbed6a19198fe41693dea67cd125a70ec264fb9903ac64d36deece70fd6de4cf75cc863810d1930d47 + checksum: ffcf07b914854c3473b2f1c3ebdd321103c142bee6a07ffb301b176f9442a95a914c93bddf1edd74fac15aeef8a76383a45cb3cd6a39e6ec758f66a6bd8b41a8 languageName: node linkType: hard -"@polkadot/types-augment@npm:16.4.9": - version: 16.4.9 - resolution: "@polkadot/types-augment@npm:16.4.9" +"@polkadot/types-create@npm:16.5.6": + version: 16.5.6 + resolution: "@polkadot/types-create@npm:16.5.6" dependencies: - "@polkadot/types": 16.4.9 - "@polkadot/types-codec": 16.4.9 - "@polkadot/util": ^13.5.7 + "@polkadot/types-codec": 16.5.6 + "@polkadot/util": ^14.0.3 tslib: ^2.8.1 - checksum: 8e9a656467f26fa6e1399cf77283aa984a501cf54e4a9c67242afdc72f0d10a0249db5dcc08041bce5bf42afb038c4356c09fdf12104665c6cf1127a66144d06 + checksum: 77dcd276fe3624c32e5f10a8045eec2430a825b6e137747fdf89c7040e09887448597249895e2b5a46f0acaf4fa7085f31d698ceab991f02a63408710eb22ded languageName: node linkType: hard -"@polkadot/types-codec@npm:16.4.8": - version: 16.4.8 - resolution: "@polkadot/types-codec@npm:16.4.8" +"@polkadot/types-known@npm:16.5.6": + version: 16.5.6 + resolution: "@polkadot/types-known@npm:16.5.6" dependencies: - "@polkadot/util": ^13.5.6 - "@polkadot/x-bigint": ^13.5.6 + "@polkadot/networks": ^14.0.3 + "@polkadot/types": 16.5.6 + "@polkadot/types-codec": 16.5.6 + "@polkadot/types-create": 16.5.6 + "@polkadot/util": ^14.0.3 tslib: ^2.8.1 - checksum: 52de7f594e5404969ef034d8d4ce5b17b90ff71b2d5e346d5726715df80323fa74a66dad4c8458a9530f04a8998e00aa1dc7b1b02053a9170806cc9ed68b0eef + checksum: 7797b9dbecd2d46968da72ad6358f953ed5706dee436f2a44b2e82522695cc5debfda8194f3f8e76b5336357b51a3b6b386c8e96071751bb96d828a76b452852 languageName: node linkType: hard -"@polkadot/types-codec@npm:16.4.9": - version: 16.4.9 - resolution: "@polkadot/types-codec@npm:16.4.9" +"@polkadot/types-support@npm:16.5.6": + version: 16.5.6 + resolution: "@polkadot/types-support@npm:16.5.6" dependencies: - "@polkadot/util": ^13.5.7 - "@polkadot/x-bigint": ^13.5.7 + "@polkadot/util": ^14.0.3 tslib: ^2.8.1 - checksum: 072ec4a31cf609025b476542b5d0195271a00f093d578854659b3c9f77983fc53533fc27284c43420596d66ecc8520cf9f2d06218564557905b2639a5eba8700 + checksum: a4c4a5379559197adc58e989254c2f79daaaf7b256b51e0ce4ff4c5dc8d9d45fc09b5d12e77dc08098470068e2635ad9e8d22f128fbff4a1806d2d5317a335a1 languageName: node linkType: hard -"@polkadot/types-create@npm:16.4.8": - version: 16.4.8 - resolution: "@polkadot/types-create@npm:16.4.8" +"@polkadot/types@npm:16.5.6, @polkadot/types@npm:^16.5.6": + version: 16.5.6 + resolution: "@polkadot/types@npm:16.5.6" dependencies: - "@polkadot/types-codec": 16.4.8 - "@polkadot/util": ^13.5.6 - tslib: ^2.8.1 - checksum: 46738b230dc1b0400b3900fc58887a0ebc7ca2536e55ac5fa8b01e48feaf96791ff9967c61f7fb3f23b18d92bd619fe2a1db8d6540c7b07f2dbe8c4c587b4512 - languageName: node - linkType: hard - -"@polkadot/types-create@npm:16.4.9": - version: 16.4.9 - resolution: "@polkadot/types-create@npm:16.4.9" - dependencies: - "@polkadot/types-codec": 16.4.9 - "@polkadot/util": ^13.5.7 - tslib: ^2.8.1 - checksum: a762dae687d4ef0f5f289d063db002ebc4a88c67beba6bd1bc71a93c6a70fed5dfb1060ce8a5e15e64c916afde920abbd166aa2fa9effb2b852649e50cd03b0d - languageName: node - linkType: hard - -"@polkadot/types-known@npm:16.4.8": - version: 16.4.8 - resolution: "@polkadot/types-known@npm:16.4.8" - dependencies: - "@polkadot/networks": ^13.5.6 - "@polkadot/types": 16.4.8 - "@polkadot/types-codec": 16.4.8 - "@polkadot/types-create": 16.4.8 - "@polkadot/util": ^13.5.6 - tslib: ^2.8.1 - checksum: eb3b50b8adf2786df0616f5543810c83ff4e93b9dad0daddef6bc23a62f3d6bb988f93bbc797f98694b5374d223dab73b3180306bf27e191ab5a22f21e72e76d - languageName: node - linkType: hard - -"@polkadot/types-known@npm:16.4.9": - version: 16.4.9 - resolution: "@polkadot/types-known@npm:16.4.9" - dependencies: - "@polkadot/networks": ^13.5.7 - "@polkadot/types": 16.4.9 - "@polkadot/types-codec": 16.4.9 - "@polkadot/types-create": 16.4.9 - "@polkadot/util": ^13.5.7 - tslib: ^2.8.1 - checksum: 776c9626ee3b1e60eaf41ff8e0a06011c7fe288fae4cda85b92a72e6d37d993f45395e2a3d9c55cc95ef39b8c7f2cfe866624dc4b73c55a67b1535c63f923acb - languageName: node - linkType: hard - -"@polkadot/types-support@npm:16.4.8": - version: 16.4.8 - resolution: "@polkadot/types-support@npm:16.4.8" - dependencies: - "@polkadot/util": ^13.5.6 - tslib: ^2.8.1 - checksum: 16b390e9a863d8f5c528e6c7c96dca50d445483a4050030ae6b3d06f753757a41080caf4e1dbcf47800c8152ada868230da66e2073bf22d2bb0eb840465b9fcd - languageName: node - linkType: hard - -"@polkadot/types-support@npm:16.4.9": - version: 16.4.9 - resolution: "@polkadot/types-support@npm:16.4.9" - dependencies: - "@polkadot/util": ^13.5.7 - tslib: ^2.8.1 - checksum: 0db0cfc9f6025c7344358e30357c673fee5b978339143cf19fce13122b82f284f6f7d30bfa21782bb60fcaa4015fb805d48a7983c5fa0457ce744f4de7363074 - languageName: node - linkType: hard - -"@polkadot/types@npm:16.4.8, @polkadot/types@npm:^16.4.8": - version: 16.4.8 - resolution: "@polkadot/types@npm:16.4.8" - dependencies: - "@polkadot/keyring": ^13.5.6 - "@polkadot/types-augment": 16.4.8 - "@polkadot/types-codec": 16.4.8 - "@polkadot/types-create": 16.4.8 - "@polkadot/util": ^13.5.6 - "@polkadot/util-crypto": ^13.5.6 + "@polkadot/keyring": ^14.0.3 + "@polkadot/types-augment": 16.5.6 + "@polkadot/types-codec": 16.5.6 + "@polkadot/types-create": 16.5.6 + "@polkadot/util": ^14.0.3 + "@polkadot/util-crypto": ^14.0.3 rxjs: ^7.8.1 tslib: ^2.8.1 - checksum: bf4880e4bd7beb5adb0d41d61fcf2835c42fe34bddf37c24257c49a312ab6613d6af457c6a8310f4c432285b5d12900c230987f125d269d87d07f99c6b76ebe5 - languageName: node - linkType: hard - -"@polkadot/types@npm:16.4.9": - version: 16.4.9 - resolution: "@polkadot/types@npm:16.4.9" - dependencies: - "@polkadot/keyring": ^13.5.7 - "@polkadot/types-augment": 16.4.9 - "@polkadot/types-codec": 16.4.9 - "@polkadot/types-create": 16.4.9 - "@polkadot/util": ^13.5.7 - "@polkadot/util-crypto": ^13.5.7 - rxjs: ^7.8.1 - tslib: ^2.8.1 - checksum: 09b361d72c5b3c8d73c4b68ade8793d2537a9c39b30bc12a2ca001d10ff4c85dd50727ef3f0b7e9667c12a827a78210161eca6443df8e0f9e2be22bd331422f6 - languageName: node - linkType: hard - -"@polkadot/util-crypto@npm:13.5.6, @polkadot/util-crypto@npm:^13.5.6": - version: 13.5.6 - resolution: "@polkadot/util-crypto@npm:13.5.6" - dependencies: - "@noble/curves": ^1.3.0 - "@noble/hashes": ^1.3.3 - "@polkadot/networks": 13.5.6 - "@polkadot/util": 13.5.6 - "@polkadot/wasm-crypto": ^7.5.1 - "@polkadot/wasm-util": ^7.5.1 - "@polkadot/x-bigint": 13.5.6 - "@polkadot/x-randomvalues": 13.5.6 - "@scure/base": ^1.1.7 - tslib: ^2.8.0 - peerDependencies: - "@polkadot/util": 13.5.6 - checksum: e65ddc980d6a6d43ff1d3083f9aec3216d7290892fd511ef59697a1a8442ff2d2302434bb5dfb9f86e10417c80960a2580d01cdb9417ad0979035feee8fd5a5a + checksum: ad7bb923ee5dc3a6039f629058e4ae1f16a8f7d701898823e4b4d0b5266fadd94e65c0737a26304d17aafb4af89dfd0a1aba4e8f1496cf3b4de353620e6067ca languageName: node linkType: hard -"@polkadot/util-crypto@npm:13.5.7, @polkadot/util-crypto@npm:^13.5.7": - version: 13.5.7 - resolution: "@polkadot/util-crypto@npm:13.5.7" +"@polkadot/util-crypto@npm:14.0.3, @polkadot/util-crypto@npm:^14.0.3": + version: 14.0.3 + resolution: "@polkadot/util-crypto@npm:14.0.3" dependencies: "@noble/curves": ^1.3.0 "@noble/hashes": ^1.3.3 - "@polkadot/networks": 13.5.7 - "@polkadot/util": 13.5.7 - "@polkadot/wasm-crypto": ^7.5.1 - "@polkadot/wasm-util": ^7.5.1 - "@polkadot/x-bigint": 13.5.7 - "@polkadot/x-randomvalues": 13.5.7 + "@polkadot/networks": 14.0.3 + "@polkadot/util": 14.0.3 + "@polkadot/wasm-crypto": ^7.5.3 + "@polkadot/wasm-util": ^7.5.3 + "@polkadot/x-bigint": 14.0.3 + "@polkadot/x-randomvalues": 14.0.3 "@scure/base": ^1.1.7 + "@scure/sr25519": ^0.2.0 tslib: ^2.8.0 peerDependencies: - "@polkadot/util": 13.5.7 - checksum: 8a2f61a8a396448e834cf4f960c1942ed539f976d3fdcaf5e9086833a3f1ba58509cae1aa2872e185d6716be6af779ab60b4fffcbd6eb090ff379cd0054d96ff - languageName: node - linkType: hard - -"@polkadot/util@npm:13.5.6, @polkadot/util@npm:^13.5.6": - version: 13.5.6 - resolution: "@polkadot/util@npm:13.5.6" - dependencies: - "@polkadot/x-bigint": 13.5.6 - "@polkadot/x-global": 13.5.6 - "@polkadot/x-textdecoder": 13.5.6 - "@polkadot/x-textencoder": 13.5.6 - "@types/bn.js": ^5.1.6 - bn.js: ^5.2.1 - tslib: ^2.8.0 - checksum: 4443a937ef66fbf375c30c33f9029d5fd38de6ee11b15b450ffdcac91ee05560b93d000a6d852ff2891589002c547e2a3aa76ec9f09253b09ef854f32f213630 + "@polkadot/util": 14.0.3 + checksum: 6c00f32470644b15934fab259616d6208fb5f381b833c5c14fd136aa9d57f17609cf876763d3b1769923facdd9cc2db5cf0672e9e6e68352af5aa08b24c51038 languageName: node linkType: hard -"@polkadot/util@npm:13.5.7, @polkadot/util@npm:^13.5.7": - version: 13.5.7 - resolution: "@polkadot/util@npm:13.5.7" +"@polkadot/util@npm:14.0.3, @polkadot/util@npm:^14.0.3": + version: 14.0.3 + resolution: "@polkadot/util@npm:14.0.3" dependencies: - "@polkadot/x-bigint": 13.5.7 - "@polkadot/x-global": 13.5.7 - "@polkadot/x-textdecoder": 13.5.7 - "@polkadot/x-textencoder": 13.5.7 + "@polkadot/x-bigint": 14.0.3 + "@polkadot/x-global": 14.0.3 + "@polkadot/x-textdecoder": 14.0.3 + "@polkadot/x-textencoder": 14.0.3 "@types/bn.js": ^5.1.6 bn.js: ^5.2.1 tslib: ^2.8.0 - checksum: 60d42548d7c7dd92e083ab8e93b222ac7abc1fbd13c5f9e02e726c40cc5106a334b0a0a243753fc91e59ad09c72de3c69fd3ec6900be0903957455f56d5cb349 + checksum: 2334e7882d88a6879e1cc05040a4334f400a356ac1cc765cddd8c2364ca0146ac8edc0c3231092976bfbeafaf8e5559ad06a50395f2236c483d4b8800576957f languageName: node linkType: hard -"@polkadot/wasm-bridge@npm:7.5.1": - version: 7.5.1 - resolution: "@polkadot/wasm-bridge@npm:7.5.1" +"@polkadot/wasm-bridge@npm:7.5.4": + version: 7.5.4 + resolution: "@polkadot/wasm-bridge@npm:7.5.4" dependencies: - "@polkadot/wasm-util": 7.5.1 + "@polkadot/wasm-util": 7.5.4 tslib: ^2.7.0 peerDependencies: "@polkadot/util": "*" "@polkadot/x-randomvalues": "*" - checksum: d3d25cf72d4b33d2af338830e17b5cd906f64be577f9925be61c9447abfa03406a084f65ebbf1c742bc12e5d327b093f793e8893045a53f0512f04c10e6bef37 + checksum: 9f63acdbc85fc4a22c9816b61bd1bcf54a65246c0d668cd079b07ccd26cd393ba7084a9160205657c3eb96700ef1787d3be1058b4ac7b25ebd7a6b7b77342caa languageName: node linkType: hard -"@polkadot/wasm-crypto-asmjs@npm:7.5.1": - version: 7.5.1 - resolution: "@polkadot/wasm-crypto-asmjs@npm:7.5.1" +"@polkadot/wasm-crypto-asmjs@npm:7.5.4": + version: 7.5.4 + resolution: "@polkadot/wasm-crypto-asmjs@npm:7.5.4" dependencies: tslib: ^2.7.0 peerDependencies: "@polkadot/util": "*" - checksum: 3ad40dcbe0feb677ed5a625bb77703344bbee819d74c4bf2aaf7accdc7d766a7f962fb29e78c47b480d3550318ad8a72bcd9c466812a16ac4c08c82b828857cc + checksum: 261550c98c16cb58b606d89f58e43e87c906749fe71e7442ba4c0b0a87d396448a250e52c5a3f0e707a7e4e3d927bb7a3acff1c4f7feef6bc14b081f2d433311 languageName: node linkType: hard -"@polkadot/wasm-crypto-init@npm:7.5.1": - version: 7.5.1 - resolution: "@polkadot/wasm-crypto-init@npm:7.5.1" +"@polkadot/wasm-crypto-init@npm:7.5.4": + version: 7.5.4 + resolution: "@polkadot/wasm-crypto-init@npm:7.5.4" dependencies: - "@polkadot/wasm-bridge": 7.5.1 - "@polkadot/wasm-crypto-asmjs": 7.5.1 - "@polkadot/wasm-crypto-wasm": 7.5.1 - "@polkadot/wasm-util": 7.5.1 + "@polkadot/wasm-bridge": 7.5.4 + "@polkadot/wasm-crypto-asmjs": 7.5.4 + "@polkadot/wasm-crypto-wasm": 7.5.4 + "@polkadot/wasm-util": 7.5.4 tslib: ^2.7.0 peerDependencies: "@polkadot/util": "*" "@polkadot/x-randomvalues": "*" - checksum: e552b4b04b46e46298c863ee4353db17cf3095cfa1922c4b1b40be5ee262f39cb4e10cd7b125c7b92a87097175ed0f5574851e2eafe204a268448455f2c6bbb2 + checksum: 4b8a310fdbd3300ace9b5743933672b01d028423aa3d66ab71c0824b871568d30ed0b8828b0c01ac9000e534e281a1ae8b26e0a04156763ed2d59e515189468a languageName: node linkType: hard -"@polkadot/wasm-crypto-wasm@npm:7.5.1": - version: 7.5.1 - resolution: "@polkadot/wasm-crypto-wasm@npm:7.5.1" +"@polkadot/wasm-crypto-wasm@npm:7.5.4": + version: 7.5.4 + resolution: "@polkadot/wasm-crypto-wasm@npm:7.5.4" dependencies: - "@polkadot/wasm-util": 7.5.1 + "@polkadot/wasm-util": 7.5.4 tslib: ^2.7.0 peerDependencies: "@polkadot/util": "*" - checksum: ce065f4e402d950f306a771a772195b68648167ec509ae265f22fdb29cce18e0c543516010f0e1836f91e3eb7e5d99e1880b2705a79ea5650afdf8d393a9ac86 + checksum: 7408efc557ec40257ba9c4cb7ec7036ebf8f44381dfd1bb2437d504d4c1a5188f994cebb3656c68467a07a8b158b1f358a16d7cc00a13431c38e60d67b5e52c9 languageName: node linkType: hard -"@polkadot/wasm-crypto@npm:^7.5.1": - version: 7.5.1 - resolution: "@polkadot/wasm-crypto@npm:7.5.1" +"@polkadot/wasm-crypto@npm:^7.5.3": + version: 7.5.4 + resolution: "@polkadot/wasm-crypto@npm:7.5.4" dependencies: - "@polkadot/wasm-bridge": 7.5.1 - "@polkadot/wasm-crypto-asmjs": 7.5.1 - "@polkadot/wasm-crypto-init": 7.5.1 - "@polkadot/wasm-crypto-wasm": 7.5.1 - "@polkadot/wasm-util": 7.5.1 + "@polkadot/wasm-bridge": 7.5.4 + "@polkadot/wasm-crypto-asmjs": 7.5.4 + "@polkadot/wasm-crypto-init": 7.5.4 + "@polkadot/wasm-crypto-wasm": 7.5.4 + "@polkadot/wasm-util": 7.5.4 tslib: ^2.7.0 peerDependencies: "@polkadot/util": "*" "@polkadot/x-randomvalues": "*" - checksum: bedf883b590bca6a3281e71e0d5ea46325ac0bbc9fe46557cf94d9f8bb0bdccf51c13aee35c336da4e9498ca99fcea67f01f32d22c3853ecde75b50cf7f41679 + checksum: fe1ed7795645e120d7c373778ab2211ffbcee1b7891fded9b10459516686a9d1163ba0eaa8495cd02c2163a2d419602fbfb42f0296ac18df86e272068497c630 languageName: node linkType: hard -"@polkadot/wasm-util@npm:7.5.1, @polkadot/wasm-util@npm:^7.5.1": - version: 7.5.1 - resolution: "@polkadot/wasm-util@npm:7.5.1" +"@polkadot/wasm-util@npm:7.5.4, @polkadot/wasm-util@npm:^7.5.3": + version: 7.5.4 + resolution: "@polkadot/wasm-util@npm:7.5.4" dependencies: tslib: ^2.7.0 peerDependencies: "@polkadot/util": "*" - checksum: 5f3f69ca82a264c55acf7225d524110d8c99c8ef631555afa85ee0d89761ea8c2c5140441458a0277109ca151f378635710b86ae680b6a2242c24129d781a832 + checksum: ba30bad79220e0e75cf0ddb4848d7cdc6973fdc7b21e110082526ae770c79a5f2ac233f1a548f1e4a5d6723f67b34aa0d85e633f808d861591f99a6f5fd6988c languageName: node linkType: hard -"@polkadot/x-bigint@npm:13.5.6, @polkadot/x-bigint@npm:^13.5.6": - version: 13.5.6 - resolution: "@polkadot/x-bigint@npm:13.5.6" +"@polkadot/x-bigint@npm:14.0.3, @polkadot/x-bigint@npm:^14.0.3": + version: 14.0.3 + resolution: "@polkadot/x-bigint@npm:14.0.3" dependencies: - "@polkadot/x-global": 13.5.6 - tslib: ^2.8.0 - checksum: 8f28ac7ad8f386d5b72517fbf9cadf3351bc4cab5d1eadbc0037b89dbbb69161a2b171bc8c6f95645188e113468badeba3bc6e4ae2305791413e288cb2958431 - languageName: node - linkType: hard - -"@polkadot/x-bigint@npm:13.5.7, @polkadot/x-bigint@npm:^13.5.7": - version: 13.5.7 - resolution: "@polkadot/x-bigint@npm:13.5.7" - dependencies: - "@polkadot/x-global": 13.5.7 - tslib: ^2.8.0 - checksum: 92be0e9b721fd84ae0be70232d832426b2a13e14690fa4648a2d48c315ea1abfb533336d29ccf8b5e085056832c240cacfd00ae646799d7180c037e353c505d6 - languageName: node - linkType: hard - -"@polkadot/x-fetch@npm:^13.5.6": - version: 13.5.6 - resolution: "@polkadot/x-fetch@npm:13.5.6" - dependencies: - "@polkadot/x-global": 13.5.6 - node-fetch: ^3.3.2 + "@polkadot/x-global": 14.0.3 tslib: ^2.8.0 - checksum: 24499d60cd074f5da2e7dfa9a9b17984e0a2424bbf971d7e6cb38866fd2a979745b9c320dba523b1c88d84b7fb07f71cbd2e00610fe85351c5b42b4d109a8ac6 + checksum: 985547d1ce64ed42152a4012f86d02b782153efc9f87423960ef72f78935054e20c8417e48abd97efae5f370235ab2faa46d0925dc5cd23d265ed325661199ee languageName: node linkType: hard -"@polkadot/x-fetch@npm:^13.5.7": - version: 13.5.7 - resolution: "@polkadot/x-fetch@npm:13.5.7" +"@polkadot/x-fetch@npm:^14.0.3": + version: 14.0.3 + resolution: "@polkadot/x-fetch@npm:14.0.3" dependencies: - "@polkadot/x-global": 13.5.7 + "@polkadot/x-global": 14.0.3 node-fetch: ^3.3.2 tslib: ^2.8.0 - checksum: d7d8de2fb77dd71fa185159400e4ddaf59fb88aa268852402ffc4a07e381b99a877262648cfd06866263f43d9a505dafc216f9091ba6c05964248ae4b189e4e5 + checksum: cac3300681a37a2e6bb9e482fd19e819132a38ad1c6b694cba2bec53ac7a7d97c6e02bb658ae26bc25c123b1572455589fc9d422dda414e66916279b08a2c7de languageName: node linkType: hard -"@polkadot/x-global@npm:13.5.6, @polkadot/x-global@npm:^13.5.6": - version: 13.5.6 - resolution: "@polkadot/x-global@npm:13.5.6" +"@polkadot/x-global@npm:14.0.3, @polkadot/x-global@npm:^14.0.3": + version: 14.0.3 + resolution: "@polkadot/x-global@npm:14.0.3" dependencies: tslib: ^2.8.0 - checksum: fbd70b081d7addbea9a71c604fea823486fb9f7113b69e86d71e8d98ca7b1812e21b541f088444ca55d4fa392a20802934a37d4f2ad0f1b3f3013a9198a34d2b + checksum: 2da509947bd2aa2a7e5742dc7267329944ea8edbcf21dd055145d83757a29f6b2a5115a15da0049656849b2a905f33263d405c691736169933862113725b0c1b languageName: node linkType: hard -"@polkadot/x-global@npm:13.5.7, @polkadot/x-global@npm:^13.5.7": - version: 13.5.7 - resolution: "@polkadot/x-global@npm:13.5.7" +"@polkadot/x-randomvalues@npm:14.0.3": + version: 14.0.3 + resolution: "@polkadot/x-randomvalues@npm:14.0.3" dependencies: - tslib: ^2.8.0 - checksum: 8f0731e1220f645f3c8034629c6960c65cccd1945ee5ef4232de8bf672be9877bfbbd2639fef78858b47aca1885112d9c5888aab48831bc7fe39913c58ec7ae1 - languageName: node - linkType: hard - -"@polkadot/x-randomvalues@npm:13.5.6": - version: 13.5.6 - resolution: "@polkadot/x-randomvalues@npm:13.5.6" - dependencies: - "@polkadot/x-global": 13.5.6 + "@polkadot/x-global": 14.0.3 tslib: ^2.8.0 peerDependencies: - "@polkadot/util": 13.5.6 + "@polkadot/util": 14.0.3 "@polkadot/wasm-util": "*" - checksum: 73ee8890c9be7c7a41352c325b03b41a6f82b67a0926cd210afa5af5f67e34a69d668091d9b0300222a2e70b7a1d0bf8aeb0a9df9b79600ae1ca2a0dfb624e06 - languageName: node - linkType: hard - -"@polkadot/x-randomvalues@npm:13.5.7": - version: 13.5.7 - resolution: "@polkadot/x-randomvalues@npm:13.5.7" - dependencies: - "@polkadot/x-global": 13.5.7 - tslib: ^2.8.0 - peerDependencies: - "@polkadot/util": 13.5.7 - "@polkadot/wasm-util": "*" - checksum: 2b352724fefaf8fe7c339e80131b927ad3f2cd06e1f4cca310670e67f71f582eb7e131cf7bc17d82abf2bfcb3b98bb708ccaaf918e9caa4aecfcd5c38c45636f - languageName: node - linkType: hard - -"@polkadot/x-textdecoder@npm:13.5.6": - version: 13.5.6 - resolution: "@polkadot/x-textdecoder@npm:13.5.6" - dependencies: - "@polkadot/x-global": 13.5.6 - tslib: ^2.8.0 - checksum: 9e471b38140659a5314bf3d6c0e594dcab9deafb684dd5dab71ca590a24ffe2997518c36732f082f56b3a69d1fc54481a81aa711d6eb58dfb0730973d7c68f1d - languageName: node - linkType: hard - -"@polkadot/x-textdecoder@npm:13.5.7": - version: 13.5.7 - resolution: "@polkadot/x-textdecoder@npm:13.5.7" - dependencies: - "@polkadot/x-global": 13.5.7 - tslib: ^2.8.0 - checksum: 5c97ae6118b0217f7f79d0a720759a2c94c9dec03583c4d3a12804505a8c5e71d8b25a136154efb118eb8c54af27d37154d292275c5788275063b68a5fd3eb35 + checksum: 70331576c47f9878db830a91495cc2c831da35754ca735a2d4cb800f7a1fa650c9348173a04c466ebc4586f51074a1ce1d47ea8c1d91ccaf85e91d2e3c008ba4 languageName: node linkType: hard -"@polkadot/x-textencoder@npm:13.5.6": - version: 13.5.6 - resolution: "@polkadot/x-textencoder@npm:13.5.6" +"@polkadot/x-textdecoder@npm:14.0.3": + version: 14.0.3 + resolution: "@polkadot/x-textdecoder@npm:14.0.3" dependencies: - "@polkadot/x-global": 13.5.6 + "@polkadot/x-global": 14.0.3 tslib: ^2.8.0 - checksum: 6ec613099745fc408834fcb94c6777fe4d074dbada18c5dc1ccef401f8ebea492b2c993efddfc86e91887ef04bdaf8a24b2d857217fcab4bdd538f7fa509fdab + checksum: 881ccb0b5e38c713b6a82bec9cb188fb5017a7e456b30e223901312f8ad7707c4e7a647caf2d33b76396a1818e074345e91d1e34f9ccd724bdc9c13e40f5e129 languageName: node linkType: hard -"@polkadot/x-textencoder@npm:13.5.7": - version: 13.5.7 - resolution: "@polkadot/x-textencoder@npm:13.5.7" +"@polkadot/x-textencoder@npm:14.0.3": + version: 14.0.3 + resolution: "@polkadot/x-textencoder@npm:14.0.3" dependencies: - "@polkadot/x-global": 13.5.7 + "@polkadot/x-global": 14.0.3 tslib: ^2.8.0 - checksum: 7b404fedd56873ab2aa7a71cef551dadd347f1e9a7532a1bdf1313ba6d4ca2f7b4cef862685d61045619114c41b4f8ee3e693ed09332d4fd0a850816658165cb + checksum: f4cee5a14a97121126b79c9eaf4f63eabc7db5d97f0f1ad80cc2dbd68e53cf726663b6f2864d3c3f6e413174f94a713fbe1f305a728d5d7fd8bbe2bf361d2313 languageName: node linkType: hard -"@polkadot/x-ws@npm:^13.5.6": - version: 13.5.6 - resolution: "@polkadot/x-ws@npm:13.5.6" +"@polkadot/x-ws@npm:^14.0.3": + version: 14.0.3 + resolution: "@polkadot/x-ws@npm:14.0.3" dependencies: - "@polkadot/x-global": 13.5.6 + "@polkadot/x-global": 14.0.3 tslib: ^2.8.0 ws: ^8.18.0 - checksum: 651ec3751ba03c276990b17757bf8daeadac88b67d3ffbeb08d2a501ddcc729d9b859706e5bdf36133daefba81aadc5cbe709a826d524b116a8e5fdf1ccdf813 + checksum: d1eff2c5ecbd26f30df1ac3455a80015de9fdb5ecfb8d3beddc53444874407f6066bd08946e7670a1785b6d95eb6f1ff4cac9c2245cba7ea789512e2a4b0fd7c languageName: node linkType: hard -"@polkadot/x-ws@npm:^13.5.7": - version: 13.5.7 - resolution: "@polkadot/x-ws@npm:13.5.7" - dependencies: - "@polkadot/x-global": 13.5.7 - tslib: ^2.8.0 - ws: ^8.18.0 - checksum: 5884e3c8aeec0c16f21c85aff6b68ef02a89b94beb552187507e57b6d6661f72bad5cfdc200cd7df310800280e15d27a624c361c32e90bf5788821016aa29dec - languageName: node - linkType: hard - -"@rollup/rollup-android-arm-eabi@npm:4.41.1": - version: 4.41.1 - resolution: "@rollup/rollup-android-arm-eabi@npm:4.41.1" - conditions: os=android & cpu=arm - languageName: node - linkType: hard - -"@rollup/rollup-android-arm64@npm:4.41.1": - version: 4.41.1 - resolution: "@rollup/rollup-android-arm64@npm:4.41.1" +"@rolldown/binding-android-arm64@npm:1.0.0-rc.12": + version: 1.0.0-rc.12 + resolution: "@rolldown/binding-android-arm64@npm:1.0.0-rc.12" conditions: os=android & cpu=arm64 languageName: node linkType: hard -"@rollup/rollup-darwin-arm64@npm:4.41.1": - version: 4.41.1 - resolution: "@rollup/rollup-darwin-arm64@npm:4.41.1" +"@rolldown/binding-darwin-arm64@npm:1.0.0-rc.12": + version: 1.0.0-rc.12 + resolution: "@rolldown/binding-darwin-arm64@npm:1.0.0-rc.12" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@rollup/rollup-darwin-x64@npm:4.41.1": - version: 4.41.1 - resolution: "@rollup/rollup-darwin-x64@npm:4.41.1" +"@rolldown/binding-darwin-x64@npm:1.0.0-rc.12": + version: 1.0.0-rc.12 + resolution: "@rolldown/binding-darwin-x64@npm:1.0.0-rc.12" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@rollup/rollup-freebsd-arm64@npm:4.41.1": - version: 4.41.1 - resolution: "@rollup/rollup-freebsd-arm64@npm:4.41.1" - conditions: os=freebsd & cpu=arm64 - languageName: node - linkType: hard - -"@rollup/rollup-freebsd-x64@npm:4.41.1": - version: 4.41.1 - resolution: "@rollup/rollup-freebsd-x64@npm:4.41.1" +"@rolldown/binding-freebsd-x64@npm:1.0.0-rc.12": + version: 1.0.0-rc.12 + resolution: "@rolldown/binding-freebsd-x64@npm:1.0.0-rc.12" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard -"@rollup/rollup-linux-arm-gnueabihf@npm:4.41.1": - version: 4.41.1 - resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.41.1" - conditions: os=linux & cpu=arm & libc=glibc - languageName: node - linkType: hard - -"@rollup/rollup-linux-arm-musleabihf@npm:4.41.1": - version: 4.41.1 - resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.41.1" - conditions: os=linux & cpu=arm & libc=musl +"@rolldown/binding-linux-arm-gnueabihf@npm:1.0.0-rc.12": + version: 1.0.0-rc.12 + resolution: "@rolldown/binding-linux-arm-gnueabihf@npm:1.0.0-rc.12" + conditions: os=linux & cpu=arm languageName: node linkType: hard -"@rollup/rollup-linux-arm64-gnu@npm:4.41.1": - version: 4.41.1 - resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.41.1" +"@rolldown/binding-linux-arm64-gnu@npm:1.0.0-rc.12": + version: 1.0.0-rc.12 + resolution: "@rolldown/binding-linux-arm64-gnu@npm:1.0.0-rc.12" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-arm64-musl@npm:4.41.1": - version: 4.41.1 - resolution: "@rollup/rollup-linux-arm64-musl@npm:4.41.1" +"@rolldown/binding-linux-arm64-musl@npm:1.0.0-rc.12": + version: 1.0.0-rc.12 + resolution: "@rolldown/binding-linux-arm64-musl@npm:1.0.0-rc.12" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@rollup/rollup-linux-loongarch64-gnu@npm:4.41.1": - version: 4.41.1 - resolution: "@rollup/rollup-linux-loongarch64-gnu@npm:4.41.1" - conditions: os=linux & cpu=loong64 & libc=glibc - languageName: node - linkType: hard - -"@rollup/rollup-linux-powerpc64le-gnu@npm:4.41.1": - version: 4.41.1 - resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.41.1" +"@rolldown/binding-linux-ppc64-gnu@npm:1.0.0-rc.12": + version: 1.0.0-rc.12 + resolution: "@rolldown/binding-linux-ppc64-gnu@npm:1.0.0-rc.12" conditions: os=linux & cpu=ppc64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-riscv64-gnu@npm:4.41.1": - version: 4.41.1 - resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.41.1" - conditions: os=linux & cpu=riscv64 & libc=glibc +"@rolldown/binding-linux-s390x-gnu@npm:1.0.0-rc.12": + version: 1.0.0-rc.12 + resolution: "@rolldown/binding-linux-s390x-gnu@npm:1.0.0-rc.12" + conditions: os=linux & cpu=s390x & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-riscv64-musl@npm:4.41.1": - version: 4.41.1 - resolution: "@rollup/rollup-linux-riscv64-musl@npm:4.41.1" - conditions: os=linux & cpu=riscv64 & libc=musl +"@rolldown/binding-linux-x64-gnu@npm:1.0.0-rc.12": + version: 1.0.0-rc.12 + resolution: "@rolldown/binding-linux-x64-gnu@npm:1.0.0-rc.12" + conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-s390x-gnu@npm:4.41.1": - version: 4.41.1 - resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.41.1" - conditions: os=linux & cpu=s390x & libc=glibc +"@rolldown/binding-linux-x64-musl@npm:1.0.0-rc.12": + version: 1.0.0-rc.12 + resolution: "@rolldown/binding-linux-x64-musl@npm:1.0.0-rc.12" + conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@rollup/rollup-linux-x64-gnu@npm:4.41.1": - version: 4.41.1 - resolution: "@rollup/rollup-linux-x64-gnu@npm:4.41.1" - conditions: os=linux & cpu=x64 & libc=glibc +"@rolldown/binding-openharmony-arm64@npm:1.0.0-rc.12": + version: 1.0.0-rc.12 + resolution: "@rolldown/binding-openharmony-arm64@npm:1.0.0-rc.12" + conditions: os=openharmony & cpu=arm64 languageName: node linkType: hard -"@rollup/rollup-linux-x64-musl@npm:4.41.1": - version: 4.41.1 - resolution: "@rollup/rollup-linux-x64-musl@npm:4.41.1" - conditions: os=linux & cpu=x64 & libc=musl +"@rolldown/binding-wasm32-wasi@npm:1.0.0-rc.12": + version: 1.0.0-rc.12 + resolution: "@rolldown/binding-wasm32-wasi@npm:1.0.0-rc.12" + dependencies: + "@napi-rs/wasm-runtime": ^1.1.1 + conditions: cpu=wasm32 languageName: node linkType: hard -"@rollup/rollup-win32-arm64-msvc@npm:4.41.1": - version: 4.41.1 - resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.41.1" +"@rolldown/binding-win32-arm64-msvc@npm:1.0.0-rc.12": + version: 1.0.0-rc.12 + resolution: "@rolldown/binding-win32-arm64-msvc@npm:1.0.0-rc.12" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@rollup/rollup-win32-ia32-msvc@npm:4.41.1": - version: 4.41.1 - resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.41.1" - conditions: os=win32 & cpu=ia32 +"@rolldown/binding-win32-x64-msvc@npm:1.0.0-rc.12": + version: 1.0.0-rc.12 + resolution: "@rolldown/binding-win32-x64-msvc@npm:1.0.0-rc.12" + conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@rollup/rollup-win32-x64-msvc@npm:4.41.1": - version: 4.41.1 - resolution: "@rollup/rollup-win32-x64-msvc@npm:4.41.1" - conditions: os=win32 & cpu=x64 +"@rolldown/pluginutils@npm:1.0.0-rc.12": + version: 1.0.0-rc.12 + resolution: "@rolldown/pluginutils@npm:1.0.0-rc.12" + checksum: 3eef3374089f53e83e846f801287c681dae972062fd053adb758c800127f031722f84eddfd12018622cca3bdd34b010c4daee3612df0e1e149e8cb89b225a652 languageName: node linkType: hard @@ -1293,6 +791,23 @@ __metadata: languageName: node linkType: hard +"@scure/sr25519@npm:^0.2.0": + version: 0.2.0 + resolution: "@scure/sr25519@npm:0.2.0" + dependencies: + "@noble/curves": ~1.9.2 + "@noble/hashes": ~1.8.0 + checksum: 3db8018ad737b10972c86fb7156977ab18588677f36a8e701852fdc521cd5696b6c6dc91a1a990addf5e401521dc3af49a5a717c028edcb2f13428d51e1796aa + languageName: node + linkType: hard + +"@standard-schema/spec@npm:^1.1.0": + version: 1.1.0 + resolution: "@standard-schema/spec@npm:1.1.0" + checksum: 6245ebef5e698bb04752a22e996a7cc40406a404d9f68a9d4e1a7a10f2422da287247508e7b495a2f32bb38f3d57b4daf2c9ab4bf22d9bca13e20a3dc5ec575e + languageName: node + linkType: hard + "@substrate/connect-extension-protocol@npm:^2.0.0": version: 2.0.0 resolution: "@substrate/connect-extension-protocol@npm:2.0.0" @@ -1350,6 +865,15 @@ __metadata: languageName: node linkType: hard +"@tybys/wasm-util@npm:^0.10.1": + version: 0.10.1 + resolution: "@tybys/wasm-util@npm:0.10.1" + dependencies: + tslib: ^2.4.0 + checksum: b8b281ffa9cd01cb6d45a4dddca2e28fd0cb6ad67cf091ba4a73ac87c0d6bd6ce188c332c489e87c20b0750b0b6fe3b99e30e1cd2227ec16da692f51c778944e + languageName: node + linkType: hard + "@types/bn.js@npm:^5.1.6": version: 5.1.6 resolution: "@types/bn.js@npm:5.1.6" @@ -1375,13 +899,6 @@ __metadata: languageName: node linkType: hard -"@types/estree@npm:1.0.7": - version: 1.0.7 - resolution: "@types/estree@npm:1.0.7" - checksum: d9312b7075bdd08f3c9e1bb477102f5458aaa42a8eec31a169481ce314ca99ac716645cff4fca81ea65a2294b0276a0de63159d1baca0f8e7b5050a92de950ad - languageName: node - linkType: hard - "@types/estree@npm:^1.0.0": version: 1.0.5 resolution: "@types/estree@npm:1.0.5" @@ -1405,95 +922,94 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:24.8.1": - version: 24.8.1 - resolution: "@types/node@npm:24.8.1" +"@types/node@npm:25.5.0": + version: 25.5.0 + resolution: "@types/node@npm:25.5.0" dependencies: - undici-types: ~7.14.0 - checksum: 55fca8f900a017c207e4e413956f3fdd17178c3d5ffc8fd4bb7b0b5136865ca06076b1335e1e5e6f3269cace491dc1f4ecc1ab4410ff4acf25c9087585560c86 + undici-types: ~7.18.0 + checksum: ea0908794d5c011f4f2b5d2e93737ae047ff4a9fd1ec6da27e13a1f976d8d0e029830ddf2d4177e00a2601307e8bbc06e7b4cb3e29e889489d42dd44b49c796a languageName: node linkType: hard -"@vitest/expect@npm:3.2.4, @vitest/expect@npm:^3.2.4": - version: 3.2.4 - resolution: "@vitest/expect@npm:3.2.4" +"@vitest/expect@npm:4.1.2, @vitest/expect@npm:^4.1.2": + version: 4.1.2 + resolution: "@vitest/expect@npm:4.1.2" dependencies: + "@standard-schema/spec": ^1.1.0 "@types/chai": ^5.2.2 - "@vitest/spy": 3.2.4 - "@vitest/utils": 3.2.4 - chai: ^5.2.0 - tinyrainbow: ^2.0.0 - checksum: 57627ee2b47555f47a15843fda05267816e9767e5a769179acac224b8682844e662fa77fbeeb04adcb0874779f3aca861f54e9fc630c1d256d5ea8211c223120 + "@vitest/spy": 4.1.2 + "@vitest/utils": 4.1.2 + chai: ^6.2.2 + tinyrainbow: ^3.1.0 + checksum: ce5bbbefa075e20b9fb5ee3db33ae5806ca3babf07cf59eebee83b6d6fc654abdd249ef271a90ca8a7bb462d714e927f576781f4cf011db4dc63c7030d56fbf3 languageName: node linkType: hard -"@vitest/mocker@npm:3.2.4": - version: 3.2.4 - resolution: "@vitest/mocker@npm:3.2.4" +"@vitest/mocker@npm:4.1.2": + version: 4.1.2 + resolution: "@vitest/mocker@npm:4.1.2" dependencies: - "@vitest/spy": 3.2.4 + "@vitest/spy": 4.1.2 estree-walker: ^3.0.3 - magic-string: ^0.30.17 + magic-string: ^0.30.21 peerDependencies: msw: ^2.4.9 - vite: ^5.0.0 || ^6.0.0 || ^7.0.0-0 + vite: ^6.0.0 || ^7.0.0 || ^8.0.0 peerDependenciesMeta: msw: optional: true vite: optional: true - checksum: 2c8ba286fc714036b645a7a72bfbbd6b243baa65320dd71009f5ed1115f70f69c0209e2e213a05202c172e09a408821a33f9df5bc7979900e91cde5d302976e0 + checksum: b99672cca611e66eda33516fddce0e92716e30fa0cad44716d148bdc8718e68f0f8f79a22b533aaf2aeb38de8173dff3ad4c2b4f717f705022d3c5f55865bab8 languageName: node linkType: hard -"@vitest/pretty-format@npm:3.2.4, @vitest/pretty-format@npm:^3.2.4": - version: 3.2.4 - resolution: "@vitest/pretty-format@npm:3.2.4" +"@vitest/pretty-format@npm:4.1.2": + version: 4.1.2 + resolution: "@vitest/pretty-format@npm:4.1.2" dependencies: - tinyrainbow: ^2.0.0 - checksum: 68a196e4bdfce6fd03c3958b76cddb71bec65a62ab5aff05ba743a44853b03a95c2809b4e5733d21abff25c4d070dd64f60c81ac973a9fd21a840ff8f8a8d184 + tinyrainbow: ^3.1.0 + checksum: 78f2ee16c9cb9481b081d5d13ee4a1eaf28ef9218ab2231025b96769b25d2590123ee36b45b8b07fa5c6e5cd17d29b115ed0f72d6ec2a32aa0ee791d9aaf87ed languageName: node linkType: hard -"@vitest/runner@npm:3.2.4": - version: 3.2.4 - resolution: "@vitest/runner@npm:3.2.4" +"@vitest/runner@npm:4.1.2": + version: 4.1.2 + resolution: "@vitest/runner@npm:4.1.2" dependencies: - "@vitest/utils": 3.2.4 + "@vitest/utils": 4.1.2 pathe: ^2.0.3 - strip-literal: ^3.0.0 - checksum: c8b08365818f408eec2fe3acbffa0cc7279939a43c02074cd03b853fa37bc68aa181c8f8c2175513a4c5aa4dd3e52a0573d5897a16846d55b2ff4f3577e6c7c8 + checksum: 08633ce751640fd91d1474d6a6a4595e1d096fdd6f8f1b92060cf833b81cb6b379de63b4302b9d4edb80ea1696f8859d8644e6856f2e08cf2632ae813de408c0 languageName: node linkType: hard -"@vitest/snapshot@npm:3.2.4": - version: 3.2.4 - resolution: "@vitest/snapshot@npm:3.2.4" +"@vitest/snapshot@npm:4.1.2": + version: 4.1.2 + resolution: "@vitest/snapshot@npm:4.1.2" dependencies: - "@vitest/pretty-format": 3.2.4 - magic-string: ^0.30.17 + "@vitest/pretty-format": 4.1.2 + "@vitest/utils": 4.1.2 + magic-string: ^0.30.21 pathe: ^2.0.3 - checksum: 2f00fb83d5c9ed1f2a79323db3993403bd34265314846cb1bcf1cb9b68f56dfde5ee5a4a8dcb6d95317835bc203662e333da6841e50800c6707e0d22e48ebe6e + checksum: c2daff1bcdecd5be240a7c8ff3a51acc6f373f008acc826d7d5544edb7d5e497613ee474be00e677151ed28509d50043de8d5d8de012687c0c3ce7b9af4464c1 languageName: node linkType: hard -"@vitest/spy@npm:3.2.4": - version: 3.2.4 - resolution: "@vitest/spy@npm:3.2.4" - dependencies: - tinyspy: ^4.0.3 - checksum: 0e3b591e0c67275b747c5aa67946d6496cd6759dd9b8e05c524426207ca9631fe2cae8ac85a8ba22acec4a593393cd97d825f88a42597fc65441f0b633986f49 +"@vitest/spy@npm:4.1.2": + version: 4.1.2 + resolution: "@vitest/spy@npm:4.1.2" + checksum: bb2f70cda100384d91e1825cd6123496738ff82ac6e1899d0eac089fc8215fbf72c7656beec75ee5f3f83d861c92954d7f238619e3eb5720bad15b86f5257158 languageName: node linkType: hard -"@vitest/utils@npm:3.2.4": - version: 3.2.4 - resolution: "@vitest/utils@npm:3.2.4" +"@vitest/utils@npm:4.1.2": + version: 4.1.2 + resolution: "@vitest/utils@npm:4.1.2" dependencies: - "@vitest/pretty-format": 3.2.4 - loupe: ^3.1.4 - tinyrainbow: ^2.0.0 - checksum: 6b0fd0075c23b8e3f17ecf315adc1e565e5a9e7d1b8ad78bbccf2505e399855d176254d974587c00bc4396a0e348bae1380e780a1e7f6b97ea6399a9ab665ba7 + "@vitest/pretty-format": 4.1.2 + convert-source-map: ^2.0.0 + tinyrainbow: ^3.1.0 + checksum: 90c4acd015f00fd7752392d6a30371faff2ed70166ffbe8016cb9002f11c39b636220e23133ffdcd8667aae0d99870c45e1c1b5a35d823422229ac82ef934755 languageName: node linkType: hard @@ -1504,9 +1020,9 @@ __metadata: languageName: node linkType: hard -"abitype@npm:1.1.0, abitype@npm:^1.0.9": - version: 1.1.0 - resolution: "abitype@npm:1.1.0" +"abitype@npm:1.2.3, abitype@npm:^1.2.3": + version: 1.2.3 + resolution: "abitype@npm:1.2.3" peerDependencies: typescript: ">=5.0.4" zod: ^3.22.0 || ^4.0.0 @@ -1515,7 +1031,7 @@ __metadata: optional: true zod: optional: true - checksum: 55f724d038a60cc5e4ce4913298f912f0c34c53e13240cd3b97b272f4122bdf4c84541d85d1e3bb36f6e8dab6685f232c69600718fad62ccc389bea3f63ed7e4 + checksum: b5b5620f8e55a6dd7ae829630c0ded02b30f589f0f8f5ca931cdfcf6d7daa8154e30e3fe3593b3f6c4872a955ac55d447ccc2f801fd6a6aa698bdad966e3fe2e languageName: node linkType: hard @@ -1601,13 +1117,6 @@ __metadata: languageName: node linkType: hard -"assertion-error@npm:^2.0.1": - version: 2.0.1 - resolution: "assertion-error@npm:2.0.1" - checksum: a0789dd882211b87116e81e2648ccb7f60340b34f19877dd020b39ebb4714e475eb943e14ba3e22201c221ef6645b7bfe10297e76b6ac95b48a9898c1211ce66 - languageName: node - linkType: hard - "asynckit@npm:^0.4.0": version: 0.4.0 resolution: "asynckit@npm:0.4.0" @@ -1615,14 +1124,14 @@ __metadata: languageName: node linkType: hard -"axios@npm:^1.12.2": - version: 1.12.2 - resolution: "axios@npm:1.12.2" +"axios@npm:^1.14.0": + version: 1.14.0 + resolution: "axios@npm:1.14.0" dependencies: - follow-redirects: ^1.15.6 - form-data: ^4.0.4 - proxy-from-env: ^1.1.0 - checksum: f0331594fe053a4bbff04104edb073973a3aabfad2e56b0aa18de82428aa63f6f0839ca3d837258ec739cb4528014121793b1649a21e5115ffb2bf8237eadca3 + follow-redirects: ^1.15.11 + form-data: ^4.0.5 + proxy-from-env: ^2.1.0 + checksum: 505d21ea777e7613ec61dc2ca92647a55878b6c86ae268e791747fb199913e68b1a9bdb9faa5a72eb59dcefc5e93c2579636504b84dbfed59aa9a680ade749e6 languageName: node linkType: hard @@ -1659,13 +1168,6 @@ __metadata: languageName: node linkType: hard -"cac@npm:^6.7.14": - version: 6.7.14 - resolution: "cac@npm:6.7.14" - checksum: 45a2496a9443abbe7f52a49b22fbe51b1905eff46e03fd5e6c98e3f85077be3f8949685a1849b1a9cd2bc3e5567dfebcf64f01ce01847baf918f1b37c839791a - languageName: node - linkType: hard - "cacache@npm:^17.0.0": version: 17.1.3 resolution: "cacache@npm:17.1.3" @@ -1696,23 +1198,10 @@ __metadata: languageName: node linkType: hard -"chai@npm:^5.2.0": - version: 5.2.0 - resolution: "chai@npm:5.2.0" - dependencies: - assertion-error: ^2.0.1 - check-error: ^2.1.1 - deep-eql: ^5.0.1 - loupe: ^3.1.0 - pathval: ^2.0.0 - checksum: 15e4ba12d02df3620fd59b4a6e8efe43b47872ce61f1c0ca77ac1205a2a5898f3b6f1f52408fd1a708b8d07fdfb5e65b97af40bad9fd94a69ed8d4264c7a69f1 - languageName: node - linkType: hard - -"check-error@npm:^2.1.1": - version: 2.1.1 - resolution: "check-error@npm:2.1.1" - checksum: d785ed17b1d4a4796b6e75c765a9a290098cf52ff9728ce0756e8ffd4293d2e419dd30c67200aee34202463b474306913f2fcfaf1890641026d9fc6966fea27a +"chai@npm:^6.2.2": + version: 6.2.2 + resolution: "chai@npm:6.2.2" + checksum: c8c94857745b673dae22a7b25053a41a931848e2c20d1acb6838cf99b7d57b0e66b9eb878c6308534b2965c11ae1a66f8c58066f368c91a07797bb8ee881a733 languageName: node linkType: hard @@ -1789,6 +1278,13 @@ __metadata: languageName: node linkType: hard +"convert-source-map@npm:^2.0.0": + version: 2.0.0 + resolution: "convert-source-map@npm:2.0.0" + checksum: 63ae9933be5a2b8d4509daca5124e20c14d023c820258e484e32dc324d34c2754e71297c94a05784064ad27615037ef677e3f0c00469fb55f409d2bb21261035 + languageName: node + linkType: hard + "cross-spawn@npm:^7.0.0": version: 7.0.6 resolution: "cross-spawn@npm:7.0.6" @@ -1819,25 +1315,6 @@ __metadata: languageName: node linkType: hard -"debug@npm:^4.4.1": - version: 4.4.1 - resolution: "debug@npm:4.4.1" - dependencies: - ms: ^2.1.3 - peerDependenciesMeta: - supports-color: - optional: true - checksum: a43826a01cda685ee4cec00fb2d3322eaa90ccadbef60d9287debc2a886be3e835d9199c80070ede75a409ee57828c4c6cd80e4b154f2843f0dc95a570dc0729 - languageName: node - linkType: hard - -"deep-eql@npm:^5.0.1": - version: 5.0.2 - resolution: "deep-eql@npm:5.0.2" - checksum: 6aaaadb4c19cbce42e26b2bbe5bd92875f599d2602635dc97f0294bae48da79e89470aedee05f449e0ca8c65e9fd7e7872624d1933a1db02713d99c2ca8d1f24 - languageName: node - linkType: hard - "delayed-stream@npm:~1.0.0": version: 1.0.0 resolution: "delayed-stream@npm:1.0.0" @@ -1852,6 +1329,13 @@ __metadata: languageName: node linkType: hard +"detect-libc@npm:^2.0.3": + version: 2.1.2 + resolution: "detect-libc@npm:2.1.2" + checksum: 471740d52365084c4b2ae359e507b863f2b1d79b08a92835ebdf701918e08fc9cfba175b3db28483ca33b155e1311a91d69dc42c6d192b476f41a9e1f094ce6a + languageName: node + linkType: hard + "dunder-proto@npm:^1.0.1": version: 1.0.1 resolution: "dunder-proto@npm:1.0.1" @@ -1921,10 +1405,10 @@ __metadata: languageName: node linkType: hard -"es-module-lexer@npm:^1.7.0": - version: 1.7.0 - resolution: "es-module-lexer@npm:1.7.0" - checksum: 7858bb76ae387fdbf8a6fccc951bf18919768309850587553eca34698b9193fbc65fab03d3d9f69163d860321fbf66adf89d5821e7f4148c7cb7d7b997259211 +"es-module-lexer@npm:^2.0.0": + version: 2.0.0 + resolution: "es-module-lexer@npm:2.0.0" + checksum: 6290c43cc9bf6c9f9167b4be8c0105137401fbbd9d503d89880f7e811286cd33ab628407e7dea3c14d41cf9e634e580e5d9952907003a88c7fb2461de6f1b2c1 languageName: node linkType: hard @@ -1949,92 +1433,6 @@ __metadata: languageName: node linkType: hard -"esbuild@npm:^0.25.0": - version: 0.25.1 - resolution: "esbuild@npm:0.25.1" - dependencies: - "@esbuild/aix-ppc64": 0.25.1 - "@esbuild/android-arm": 0.25.1 - "@esbuild/android-arm64": 0.25.1 - "@esbuild/android-x64": 0.25.1 - "@esbuild/darwin-arm64": 0.25.1 - "@esbuild/darwin-x64": 0.25.1 - "@esbuild/freebsd-arm64": 0.25.1 - "@esbuild/freebsd-x64": 0.25.1 - "@esbuild/linux-arm": 0.25.1 - "@esbuild/linux-arm64": 0.25.1 - "@esbuild/linux-ia32": 0.25.1 - "@esbuild/linux-loong64": 0.25.1 - "@esbuild/linux-mips64el": 0.25.1 - "@esbuild/linux-ppc64": 0.25.1 - "@esbuild/linux-riscv64": 0.25.1 - "@esbuild/linux-s390x": 0.25.1 - "@esbuild/linux-x64": 0.25.1 - "@esbuild/netbsd-arm64": 0.25.1 - "@esbuild/netbsd-x64": 0.25.1 - "@esbuild/openbsd-arm64": 0.25.1 - "@esbuild/openbsd-x64": 0.25.1 - "@esbuild/sunos-x64": 0.25.1 - "@esbuild/win32-arm64": 0.25.1 - "@esbuild/win32-ia32": 0.25.1 - "@esbuild/win32-x64": 0.25.1 - dependenciesMeta: - "@esbuild/aix-ppc64": - optional: true - "@esbuild/android-arm": - optional: true - "@esbuild/android-arm64": - optional: true - "@esbuild/android-x64": - optional: true - "@esbuild/darwin-arm64": - optional: true - "@esbuild/darwin-x64": - optional: true - "@esbuild/freebsd-arm64": - optional: true - "@esbuild/freebsd-x64": - optional: true - "@esbuild/linux-arm": - optional: true - "@esbuild/linux-arm64": - optional: true - "@esbuild/linux-ia32": - optional: true - "@esbuild/linux-loong64": - optional: true - "@esbuild/linux-mips64el": - optional: true - "@esbuild/linux-ppc64": - optional: true - "@esbuild/linux-riscv64": - optional: true - "@esbuild/linux-s390x": - optional: true - "@esbuild/linux-x64": - optional: true - "@esbuild/netbsd-arm64": - optional: true - "@esbuild/netbsd-x64": - optional: true - "@esbuild/openbsd-arm64": - optional: true - "@esbuild/openbsd-x64": - optional: true - "@esbuild/sunos-x64": - optional: true - "@esbuild/win32-arm64": - optional: true - "@esbuild/win32-ia32": - optional: true - "@esbuild/win32-x64": - optional: true - bin: - esbuild: bin/esbuild - checksum: c84e209259273fca0f8ba7cd00974dfff53eb3fcce5ff0f987d8231a5b49f22c16fa954f0bf06f07b00bd368270d8274feb5a09d7d5dfae0891a47dda24455a2 - languageName: node - linkType: hard - "escalade@npm:^3.1.1": version: 3.1.1 resolution: "escalade@npm:3.1.1" @@ -2051,9 +1449,9 @@ __metadata: languageName: node linkType: hard -"ethers@npm:^6.15.0": - version: 6.15.0 - resolution: "ethers@npm:6.15.0" +"ethers@npm:^6.16.0": + version: 6.16.0 + resolution: "ethers@npm:6.16.0" dependencies: "@adraffy/ens-normalize": 1.10.1 "@noble/curves": 1.2.0 @@ -2062,7 +1460,7 @@ __metadata: aes-js: 4.0.0-beta.5 tslib: 2.7.0 ws: 8.17.1 - checksum: 3e8fb73b5cf2bef564433442adb68fe89a6da0d664c1ebe6e226fe5e7160da7010800334c3ecc53eef51ff8c10a3255fa99160e8d424f1241440043f6faa2ea1 + checksum: f96c54d35aa09d6700dbbe732db160d66f2a1acd59f2820e307869be478bb5c4c3fd0f34a5d51014cbea04200e6e9776290f521795492688c8d67052bf8a1e2a languageName: node linkType: hard @@ -2073,10 +1471,10 @@ __metadata: languageName: node linkType: hard -"expect-type@npm:^1.2.1": - version: 1.2.1 - resolution: "expect-type@npm:1.2.1" - checksum: 4fc41ff0c784cb8984ab7801326251d3178083661f0ad08bbd3e5ca789293e6b66d5082f0cef83ebf9849c85d0280a19df5e4e2c57999a2464db9a01c7e3344f +"expect-type@npm:^1.3.0": + version: 1.3.0 + resolution: "expect-type@npm:1.3.0" + checksum: 60476b4f4c0c88bf24db0735faa7d1d0c9120c21e5b78781c0fea0d4a95838f2db0c919a055aa4bb185ccbf38e37fa3000d3bb05500ceafcc7c469955c5a4f84 languageName: node linkType: hard @@ -2087,15 +1485,15 @@ __metadata: languageName: node linkType: hard -"fdir@npm:^6.4.4": - version: 6.4.4 - resolution: "fdir@npm:6.4.4" +"fdir@npm:^6.5.0": + version: 6.5.0 + resolution: "fdir@npm:6.5.0" peerDependencies: picomatch: ^3 || ^4 peerDependenciesMeta: picomatch: optional: true - checksum: 79043610236579ffbd0647c508b43bd030a2d034a17c43cf96813a00e8e92e51acdb115c6ddecef3b5812cc2692b976155b4f6413e51e3761f1e772fa019a321 + checksum: bd537daa9d3cd53887eed35efa0eab2dbb1ca408790e10e024120e7a36c6e9ae2b33710cb8381e35def01bc9c1d7eaba746f886338413e68ff6ebaee07b9a6e8 languageName: node linkType: hard @@ -2109,13 +1507,13 @@ __metadata: languageName: node linkType: hard -"follow-redirects@npm:^1.15.6": - version: 1.15.6 - resolution: "follow-redirects@npm:1.15.6" +"follow-redirects@npm:^1.15.11": + version: 1.15.11 + resolution: "follow-redirects@npm:1.15.11" peerDependenciesMeta: debug: optional: true - checksum: a62c378dfc8c00f60b9c80cab158ba54e99ba0239a5dd7c81245e5a5b39d10f0c35e249c3379eae719ff0285fff88c365dd446fab19dee771f1d76252df1bbf5 + checksum: 20bf55e9504f59e6cc3743ba27edb2ebf41edea1baab34799408f2c050f73f0c612728db21c691276296d2795ea8a812dc532a98e8793619fcab91abe06d017f languageName: node linkType: hard @@ -2129,16 +1527,16 @@ __metadata: languageName: node linkType: hard -"form-data@npm:^4.0.4": - version: 4.0.4 - resolution: "form-data@npm:4.0.4" +"form-data@npm:^4.0.5": + version: 4.0.5 + resolution: "form-data@npm:4.0.5" dependencies: asynckit: ^0.4.0 combined-stream: ^1.0.8 es-set-tostringtag: ^2.1.0 hasown: ^2.0.2 mime-types: ^2.1.12 - checksum: 9b7788836df9fa5a6999e0c02515b001946b2a868cfe53f026c69e2c537a2ff9fbfb8e9d2b678744628f3dc7a2d6e14e4e45dfaf68aa6239727f0bdb8ce0abf2 + checksum: af8328413c16d0cded5fccc975a44d227c5120fd46a9e81de8acf619d43ed838414cc6d7792195b30b248f76a65246949a129a4dadd148721948f90cd6d4fb69 languageName: node linkType: hard @@ -2176,16 +1574,6 @@ __metadata: languageName: node linkType: hard -"fsevents@npm:~2.3.2": - version: 2.3.2 - resolution: "fsevents@npm:2.3.2" - dependencies: - node-gyp: latest - checksum: 97ade64e75091afee5265e6956cb72ba34db7819b4c3e94c431d4be2b19b8bb7a2d4116da417950c3425f17c8fe693d25e20212cac583ac1521ad066b77ae31f - conditions: os=darwin - languageName: node - linkType: hard - "fsevents@npm:~2.3.3": version: 2.3.3 resolution: "fsevents@npm:2.3.3" @@ -2196,15 +1584,6 @@ __metadata: languageName: node linkType: hard -"fsevents@patch:fsevents@~2.3.2#~builtin": - version: 2.3.2 - resolution: "fsevents@patch:fsevents@npm%3A2.3.2#~builtin::version=2.3.2&hash=df0bf1" - dependencies: - node-gyp: latest - conditions: os=darwin - languageName: node - linkType: hard - "fsevents@patch:fsevents@~2.3.3#~builtin": version: 2.3.3 resolution: "fsevents@patch:fsevents@npm%3A2.3.3#~builtin::version=2.3.3&hash=df0bf1" @@ -2244,13 +1623,6 @@ __metadata: languageName: node linkType: hard -"get-func-name@npm:^2.0.1": - version: 2.0.2 - resolution: "get-func-name@npm:2.0.2" - checksum: 3f62f4c23647de9d46e6f76d2b3eafe58933a9b3830c60669e4180d6c601ce1b4aa310ba8366143f55e52b139f992087a9f0647274e8745621fa2af7e0acf13b - languageName: node - linkType: hard - "get-intrinsic@npm:^1.2.6": version: 1.3.0 resolution: "get-intrinsic@npm:1.3.0" @@ -2395,7 +1767,7 @@ __metadata: version: 0.0.0-use.local resolution: "humanode-e2e-tests-bash@workspace:utils/e2e-tests/bash" dependencies: - "@polkadot/api-cli": ^0.63.16 + "@polkadot/api-cli": ^0.63.20 languageName: unknown linkType: soft @@ -2403,14 +1775,14 @@ __metadata: version: 0.0.0-use.local resolution: "humanode-e2e-tests-ts@workspace:utils/e2e-tests/ts" dependencies: - "@polkadot/api": ^16.4.9 - "@types/node": 24.8.1 - "@vitest/expect": ^3.2.4 - axios: ^1.12.2 - ethers: ^6.15.0 - typescript: ^5.9.3 - viem: ^2.38.3 - vitest: ^3.2.4 + "@polkadot/api": ^16.5.6 + "@types/node": 25.5.0 + "@vitest/expect": ^4.1.2 + axios: ^1.14.0 + ethers: ^6.16.0 + typescript: ^6.0.2 + viem: ^2.47.6 + vitest: ^4.1.2 languageName: unknown linkType: soft @@ -2418,7 +1790,7 @@ __metadata: version: 0.0.0-use.local resolution: "humanode-tools@workspace:." dependencies: - prettier: ^3.6.2 + prettier: ^3.8.1 languageName: unknown linkType: soft @@ -2512,13 +1884,6 @@ __metadata: languageName: node linkType: hard -"js-tokens@npm:^9.0.1": - version: 9.0.1 - resolution: "js-tokens@npm:9.0.1" - checksum: 8b604020b1a550e575404bfdde4d12c11a7991ffe0c58a2cf3515b9a512992dc7010af788f0d8b7485e403d462d9e3d3b96c4ff03201550fdbb09e17c811e054 - languageName: node - linkType: hard - "json-stringify-safe@npm:^5.0.1": version: 5.0.1 resolution: "json-stringify-safe@npm:5.0.1" @@ -2526,19 +1891,123 @@ __metadata: languageName: node linkType: hard -"loupe@npm:^3.1.0": - version: 3.1.1 - resolution: "loupe@npm:3.1.1" - dependencies: - get-func-name: ^2.0.1 - checksum: c7efa6bc6d71f25ca03eb13c9a069e35ed86799e308ca27a7a3eff8cdf9500e7c22d1f2411468d154a8e960e91e5e685e0c6c83e96db748f177c1adf30811153 +"lightningcss-android-arm64@npm:1.32.0": + version: 1.32.0 + resolution: "lightningcss-android-arm64@npm:1.32.0" + conditions: os=android & cpu=arm64 + languageName: node + linkType: hard + +"lightningcss-darwin-arm64@npm:1.32.0": + version: 1.32.0 + resolution: "lightningcss-darwin-arm64@npm:1.32.0" + conditions: os=darwin & cpu=arm64 + languageName: node + linkType: hard + +"lightningcss-darwin-x64@npm:1.32.0": + version: 1.32.0 + resolution: "lightningcss-darwin-x64@npm:1.32.0" + conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"loupe@npm:^3.1.4": - version: 3.1.4 - resolution: "loupe@npm:3.1.4" - checksum: 42d109ed061579752bd1e659f98357132254147fdd8d8c95b81ba35d63e1844946b1bcf34cefa01c467da84522b546818996c71e89eb6a2177bc8aafba5b9c6d +"lightningcss-freebsd-x64@npm:1.32.0": + version: 1.32.0 + resolution: "lightningcss-freebsd-x64@npm:1.32.0" + conditions: os=freebsd & cpu=x64 + languageName: node + linkType: hard + +"lightningcss-linux-arm-gnueabihf@npm:1.32.0": + version: 1.32.0 + resolution: "lightningcss-linux-arm-gnueabihf@npm:1.32.0" + conditions: os=linux & cpu=arm + languageName: node + linkType: hard + +"lightningcss-linux-arm64-gnu@npm:1.32.0": + version: 1.32.0 + resolution: "lightningcss-linux-arm64-gnu@npm:1.32.0" + conditions: os=linux & cpu=arm64 & libc=glibc + languageName: node + linkType: hard + +"lightningcss-linux-arm64-musl@npm:1.32.0": + version: 1.32.0 + resolution: "lightningcss-linux-arm64-musl@npm:1.32.0" + conditions: os=linux & cpu=arm64 & libc=musl + languageName: node + linkType: hard + +"lightningcss-linux-x64-gnu@npm:1.32.0": + version: 1.32.0 + resolution: "lightningcss-linux-x64-gnu@npm:1.32.0" + conditions: os=linux & cpu=x64 & libc=glibc + languageName: node + linkType: hard + +"lightningcss-linux-x64-musl@npm:1.32.0": + version: 1.32.0 + resolution: "lightningcss-linux-x64-musl@npm:1.32.0" + conditions: os=linux & cpu=x64 & libc=musl + languageName: node + linkType: hard + +"lightningcss-win32-arm64-msvc@npm:1.32.0": + version: 1.32.0 + resolution: "lightningcss-win32-arm64-msvc@npm:1.32.0" + conditions: os=win32 & cpu=arm64 + languageName: node + linkType: hard + +"lightningcss-win32-x64-msvc@npm:1.32.0": + version: 1.32.0 + resolution: "lightningcss-win32-x64-msvc@npm:1.32.0" + conditions: os=win32 & cpu=x64 + languageName: node + linkType: hard + +"lightningcss@npm:^1.32.0": + version: 1.32.0 + resolution: "lightningcss@npm:1.32.0" + dependencies: + detect-libc: ^2.0.3 + lightningcss-android-arm64: 1.32.0 + lightningcss-darwin-arm64: 1.32.0 + lightningcss-darwin-x64: 1.32.0 + lightningcss-freebsd-x64: 1.32.0 + lightningcss-linux-arm-gnueabihf: 1.32.0 + lightningcss-linux-arm64-gnu: 1.32.0 + lightningcss-linux-arm64-musl: 1.32.0 + lightningcss-linux-x64-gnu: 1.32.0 + lightningcss-linux-x64-musl: 1.32.0 + lightningcss-win32-arm64-msvc: 1.32.0 + lightningcss-win32-x64-msvc: 1.32.0 + dependenciesMeta: + lightningcss-android-arm64: + optional: true + lightningcss-darwin-arm64: + optional: true + lightningcss-darwin-x64: + optional: true + lightningcss-freebsd-x64: + optional: true + lightningcss-linux-arm-gnueabihf: + optional: true + lightningcss-linux-arm64-gnu: + optional: true + lightningcss-linux-arm64-musl: + optional: true + lightningcss-linux-x64-gnu: + optional: true + lightningcss-linux-x64-musl: + optional: true + lightningcss-win32-arm64-msvc: + optional: true + lightningcss-win32-x64-msvc: + optional: true + checksum: 27adc4288cea141019c7bc010e0b10c7af9140348014273281d8474a5259dc02a00475aeee947dfcc6fbacc95b0d3fb7e7b32319e7d64df08ca1c85119ea75f6 languageName: node linkType: hard @@ -2565,12 +2034,12 @@ __metadata: languageName: node linkType: hard -"magic-string@npm:^0.30.17": - version: 0.30.17 - resolution: "magic-string@npm:0.30.17" +"magic-string@npm:^0.30.21": + version: 0.30.21 + resolution: "magic-string@npm:0.30.21" dependencies: - "@jridgewell/sourcemap-codec": ^1.5.0 - checksum: f4b4ed17c5ada64f77fc98491847302ebad64894a905c417c943840c0384662118c9b37f9f68bb86add159fa4749ff6f118c4627d69a470121b46731f8debc6d + "@jridgewell/sourcemap-codec": ^1.5.5 + checksum: 4ff76a4e8d439431cf49f039658751ed351962d044e5955adc257489569bd676019c906b631f86319217689d04815d7d064ee3ff08ab82ae65b7655a7e82a414 languageName: node linkType: hard @@ -2745,19 +2214,19 @@ __metadata: languageName: node linkType: hard -"ms@npm:^2.0.0, ms@npm:^2.1.3": +"ms@npm:^2.0.0": version: 2.1.3 resolution: "ms@npm:2.1.3" checksum: aa92de608021b242401676e35cfa5aa42dd70cbdc082b916da7fb925c542173e36bce97ea3e804923fe92c0ad991434e4a38327e15a1b5b5f945d66df615ae6d languageName: node linkType: hard -"nanoid@npm:^3.3.8": - version: 3.3.8 - resolution: "nanoid@npm:3.3.8" +"nanoid@npm:^3.3.11": + version: 3.3.11 + resolution: "nanoid@npm:3.3.11" bin: nanoid: bin/nanoid.cjs - checksum: dfe0adbc0c77e9655b550c333075f51bb28cfc7568afbf3237249904f9c86c9aaaed1f113f0fddddba75673ee31c758c30c43d4414f014a52a7a626efc5958c9 + checksum: 3be20d8866a57a6b6d218e82549711c8352ed969f9ab3c45379da28f405363ad4c9aeb0b39e9abc101a529ca65a72ff9502b00bf74a912c4b64a9d62dfd26c29 languageName: node linkType: hard @@ -2841,6 +2310,13 @@ __metadata: languageName: node linkType: hard +"obug@npm:^2.1.1": + version: 2.1.1 + resolution: "obug@npm:2.1.1" + checksum: 73e54095e977bc85611351a78d31061cf1eccd7173562e7b72afad63dcb924709a6fc5d6f43868edea424b1038e0f45edad1bf07ec37a559c96b81c89b663a71 + languageName: node + linkType: hard + "once@npm:^1.3.0": version: 1.4.0 resolution: "once@npm:1.4.0" @@ -2850,9 +2326,9 @@ __metadata: languageName: node linkType: hard -"ox@npm:0.9.6": - version: 0.9.6 - resolution: "ox@npm:0.9.6" +"ox@npm:0.14.7": + version: 0.14.7 + resolution: "ox@npm:0.14.7" dependencies: "@adraffy/ens-normalize": ^1.11.0 "@noble/ciphers": ^1.3.0 @@ -2860,14 +2336,14 @@ __metadata: "@noble/hashes": ^1.8.0 "@scure/bip32": ^1.7.0 "@scure/bip39": ^1.6.0 - abitype: ^1.0.9 + abitype: ^1.2.3 eventemitter3: 5.0.1 peerDependencies: typescript: ">=5.4.0" peerDependenciesMeta: typescript: optional: true - checksum: 5f5094502cab9b135f3de3dfe60691fc312a1e534b3a9ef03bd867bfe0921245360c78dcb59bb438f6d66316b7da29506da4b46633f48cd8f7c4f37f56a76e4c + checksum: 072768caa20419f6fba739aa28cca3896789b37e59e33d811d7a265a6c1044b4a03ff6abd82613f3da0e3965c517994b4841afa36da2c1bbf545fcf16680e885 languageName: node linkType: hard @@ -2911,13 +2387,6 @@ __metadata: languageName: node linkType: hard -"pathval@npm:^2.0.0": - version: 2.0.0 - resolution: "pathval@npm:2.0.0" - checksum: 682b6a6289de7990909effef7dae9aa7bb6218c0426727bccf66a35b34e7bfbc65615270c5e44e3c9557a5cb44b1b9ef47fc3cb18bce6ad3ba92bcd28467ed7d - languageName: node - linkType: hard - "picocolors@npm:^1.1.1": version: 1.1.1 resolution: "picocolors@npm:1.1.1" @@ -2925,30 +2394,30 @@ __metadata: languageName: node linkType: hard -"picomatch@npm:^4.0.2": - version: 4.0.2 - resolution: "picomatch@npm:4.0.2" - checksum: a7a5188c954f82c6585720e9143297ccd0e35ad8072231608086ca950bee672d51b0ef676254af0788205e59bd4e4deb4e7708769226bed725bf13370a7d1464 +"picomatch@npm:^4.0.3, picomatch@npm:^4.0.4": + version: 4.0.4 + resolution: "picomatch@npm:4.0.4" + checksum: 76b387b5157951422fa6049a96bdd1695e39dd126cd99df34d343638dc5cdb8bcdc83fff288c23eddcf7c26657c35e3173d4d5f488c4f28b889b314472e0a662 languageName: node linkType: hard -"postcss@npm:^8.5.3": - version: 8.5.3 - resolution: "postcss@npm:8.5.3" +"postcss@npm:^8.5.8": + version: 8.5.8 + resolution: "postcss@npm:8.5.8" dependencies: - nanoid: ^3.3.8 + nanoid: ^3.3.11 picocolors: ^1.1.1 source-map-js: ^1.2.1 - checksum: da574620eb84ff60e65e1d8fc6bd5ad87a19101a23d0aba113c653434161543918229a0f673d89efb3b6d4906287eb04b957310dbcf4cbebacad9d1312711461 + checksum: 118cbec9551c7107c7884a585b45d7cce1632159065c7f6e112bbb4c4811253e78d507e49082b36d9b89f36a02a611c5a8cd210548dead55795c20c4f37ab9e8 languageName: node linkType: hard -"prettier@npm:^3.6.2": - version: 3.6.2 - resolution: "prettier@npm:3.6.2" +"prettier@npm:^3.8.1": + version: 3.8.1 + resolution: "prettier@npm:3.8.1" bin: prettier: bin/prettier.cjs - checksum: 0206f5f437892e8858f298af8850bf9d0ef1c22e21107a213ba56bfb9c2387a2020bfda244a20161d8e3dad40c6b04101609a55d370dece53d0a31893b64f861 + checksum: 36fe4ecd95751aa17fea70b48afd5086e88002988238112fc1be30a5307af6983e1833be790b0cc1c54702b71f73b12bfec12c05166d7619e3151ab221654297 languageName: node linkType: hard @@ -2969,10 +2438,10 @@ __metadata: languageName: node linkType: hard -"proxy-from-env@npm:^1.1.0": - version: 1.1.0 - resolution: "proxy-from-env@npm:1.1.0" - checksum: ed7fcc2ba0a33404958e34d95d18638249a68c430e30fcb6c478497d72739ba64ce9810a24f53a7d921d0c065e5b78e3822759800698167256b04659366ca4d4 +"proxy-from-env@npm:^2.1.0": + version: 2.1.0 + resolution: "proxy-from-env@npm:2.1.0" + checksum: b106ad790f26d47ba4791af3fe8cba5c8d35d85020119c82c05b413eb11b3ab97d2393ecaed51bca97c2788fa256408283dfeb4d970b2ebcae6702310f064e7e languageName: node linkType: hard @@ -3012,78 +2481,61 @@ __metadata: languageName: node linkType: hard -"rollup@npm:^4.40.0": - version: 4.41.1 - resolution: "rollup@npm:4.41.1" - dependencies: - "@rollup/rollup-android-arm-eabi": 4.41.1 - "@rollup/rollup-android-arm64": 4.41.1 - "@rollup/rollup-darwin-arm64": 4.41.1 - "@rollup/rollup-darwin-x64": 4.41.1 - "@rollup/rollup-freebsd-arm64": 4.41.1 - "@rollup/rollup-freebsd-x64": 4.41.1 - "@rollup/rollup-linux-arm-gnueabihf": 4.41.1 - "@rollup/rollup-linux-arm-musleabihf": 4.41.1 - "@rollup/rollup-linux-arm64-gnu": 4.41.1 - "@rollup/rollup-linux-arm64-musl": 4.41.1 - "@rollup/rollup-linux-loongarch64-gnu": 4.41.1 - "@rollup/rollup-linux-powerpc64le-gnu": 4.41.1 - "@rollup/rollup-linux-riscv64-gnu": 4.41.1 - "@rollup/rollup-linux-riscv64-musl": 4.41.1 - "@rollup/rollup-linux-s390x-gnu": 4.41.1 - "@rollup/rollup-linux-x64-gnu": 4.41.1 - "@rollup/rollup-linux-x64-musl": 4.41.1 - "@rollup/rollup-win32-arm64-msvc": 4.41.1 - "@rollup/rollup-win32-ia32-msvc": 4.41.1 - "@rollup/rollup-win32-x64-msvc": 4.41.1 - "@types/estree": 1.0.7 - fsevents: ~2.3.2 +"rolldown@npm:1.0.0-rc.12": + version: 1.0.0-rc.12 + resolution: "rolldown@npm:1.0.0-rc.12" + dependencies: + "@oxc-project/types": =0.122.0 + "@rolldown/binding-android-arm64": 1.0.0-rc.12 + "@rolldown/binding-darwin-arm64": 1.0.0-rc.12 + "@rolldown/binding-darwin-x64": 1.0.0-rc.12 + "@rolldown/binding-freebsd-x64": 1.0.0-rc.12 + "@rolldown/binding-linux-arm-gnueabihf": 1.0.0-rc.12 + "@rolldown/binding-linux-arm64-gnu": 1.0.0-rc.12 + "@rolldown/binding-linux-arm64-musl": 1.0.0-rc.12 + "@rolldown/binding-linux-ppc64-gnu": 1.0.0-rc.12 + "@rolldown/binding-linux-s390x-gnu": 1.0.0-rc.12 + "@rolldown/binding-linux-x64-gnu": 1.0.0-rc.12 + "@rolldown/binding-linux-x64-musl": 1.0.0-rc.12 + "@rolldown/binding-openharmony-arm64": 1.0.0-rc.12 + "@rolldown/binding-wasm32-wasi": 1.0.0-rc.12 + "@rolldown/binding-win32-arm64-msvc": 1.0.0-rc.12 + "@rolldown/binding-win32-x64-msvc": 1.0.0-rc.12 + "@rolldown/pluginutils": 1.0.0-rc.12 dependenciesMeta: - "@rollup/rollup-android-arm-eabi": - optional: true - "@rollup/rollup-android-arm64": - optional: true - "@rollup/rollup-darwin-arm64": + "@rolldown/binding-android-arm64": optional: true - "@rollup/rollup-darwin-x64": + "@rolldown/binding-darwin-arm64": optional: true - "@rollup/rollup-freebsd-arm64": + "@rolldown/binding-darwin-x64": optional: true - "@rollup/rollup-freebsd-x64": + "@rolldown/binding-freebsd-x64": optional: true - "@rollup/rollup-linux-arm-gnueabihf": + "@rolldown/binding-linux-arm-gnueabihf": optional: true - "@rollup/rollup-linux-arm-musleabihf": + "@rolldown/binding-linux-arm64-gnu": optional: true - "@rollup/rollup-linux-arm64-gnu": + "@rolldown/binding-linux-arm64-musl": optional: true - "@rollup/rollup-linux-arm64-musl": + "@rolldown/binding-linux-ppc64-gnu": optional: true - "@rollup/rollup-linux-loongarch64-gnu": + "@rolldown/binding-linux-s390x-gnu": optional: true - "@rollup/rollup-linux-powerpc64le-gnu": + "@rolldown/binding-linux-x64-gnu": optional: true - "@rollup/rollup-linux-riscv64-gnu": + "@rolldown/binding-linux-x64-musl": optional: true - "@rollup/rollup-linux-riscv64-musl": + "@rolldown/binding-openharmony-arm64": optional: true - "@rollup/rollup-linux-s390x-gnu": + "@rolldown/binding-wasm32-wasi": optional: true - "@rollup/rollup-linux-x64-gnu": + "@rolldown/binding-win32-arm64-msvc": optional: true - "@rollup/rollup-linux-x64-musl": - optional: true - "@rollup/rollup-win32-arm64-msvc": - optional: true - "@rollup/rollup-win32-ia32-msvc": - optional: true - "@rollup/rollup-win32-x64-msvc": - optional: true - fsevents: + "@rolldown/binding-win32-x64-msvc": optional: true bin: - rollup: dist/bin/rollup - checksum: 881b6ff4104b1a03c93f0292cb817a7baa420e40f6f74b64fe81b89606b5fee6b9b96a4d437fbeed61736e7bf8611894aa7f0e0942307ef0ff2882eb4d7e23ce + rolldown: bin/cli.mjs + checksum: c1c4da6a68b7059bb2eb1d14281bc43f5a382b74b1e7cf7fdd21c4ff6548987995b0e5854e0290a1d4206df88f627eacdfc061527598a1b151d5f509a6d1e00f languageName: node linkType: hard @@ -3232,10 +2684,10 @@ __metadata: languageName: node linkType: hard -"std-env@npm:^3.9.0": - version: 3.9.0 - resolution: "std-env@npm:3.9.0" - checksum: d40126e4a650f6e5456711e6c297420352a376ef99a9599e8224d2d8f2ff2b91a954f3264fcef888d94fce5c9ae14992c5569761c95556fc87248ce4602ed212 +"std-env@npm:^4.0.0-rc.1": + version: 4.0.0 + resolution: "std-env@npm:4.0.0" + checksum: 1da903aee232ec6f2b3cf0484afd84b7ab62d188b5e0e3bdb666293b1cf8ae7050b388be5fb52288314f49bfa8335b96d04694336f797083851cf1a80502ab64 languageName: node linkType: hard @@ -3288,15 +2740,6 @@ __metadata: languageName: node linkType: hard -"strip-literal@npm:^3.0.0": - version: 3.0.0 - resolution: "strip-literal@npm:3.0.0" - dependencies: - js-tokens: ^9.0.1 - checksum: f697a31c4ad82ad259e0c57e715cde4585084af2260e38b3c916f34f0d462cec2af294a8b8cf062cc6f40d940ece7b79b0ec8316beabb2ed13c6e13e95ca70f0 - languageName: node - linkType: hard - "tar@npm:^6.1.11, tar@npm:^6.1.2": version: 6.2.1 resolution: "tar@npm:6.2.1" @@ -3318,41 +2761,27 @@ __metadata: languageName: node linkType: hard -"tinyexec@npm:^0.3.2": - version: 0.3.2 - resolution: "tinyexec@npm:0.3.2" - checksum: bd491923020610bdeadb0d8cf5d70e7cbad5a3201620fd01048c9bf3b31ffaa75c33254e1540e13b993ce4e8187852b0b5a93057bb598e7a57afa2ca2048a35c +"tinyexec@npm:^1.0.2": + version: 1.0.4 + resolution: "tinyexec@npm:1.0.4" + checksum: b1b8693116d26296eaf60e398e36fe52a1831df8e44098a29d5c331731f5c8f140fba49303f3b6960cc82cc2f9eadfe44b4aeb09405c8bbec58f6b8d05fb1723 languageName: node linkType: hard -"tinyglobby@npm:^0.2.14": - version: 0.2.14 - resolution: "tinyglobby@npm:0.2.14" +"tinyglobby@npm:^0.2.15": + version: 0.2.15 + resolution: "tinyglobby@npm:0.2.15" dependencies: - fdir: ^6.4.4 - picomatch: ^4.0.2 - checksum: 261e986e3f2062dec3a582303bad2ce31b4634b9348648b46828c000d464b012cf474e38f503312367d4117c3f2f18611992738fca684040758bba44c24de522 + fdir: ^6.5.0 + picomatch: ^4.0.3 + checksum: 0e33b8babff966c6ab86e9b825a350a6a98a63700fa0bb7ae6cf36a7770a508892383adc272f7f9d17aaf46a9d622b455e775b9949a3f951eaaf5dfb26331d44 languageName: node linkType: hard -"tinypool@npm:^1.1.1": - version: 1.1.1 - resolution: "tinypool@npm:1.1.1" - checksum: 0258abe108df8be395a2cbdc8b4390c94908850250530f7bea83a129fa33d49a8c93246f76bf81cd458534abd81322f4d4cb3a40690254f8d9044ff449f328a8 - languageName: node - linkType: hard - -"tinyrainbow@npm:^2.0.0": - version: 2.0.0 - resolution: "tinyrainbow@npm:2.0.0" - checksum: 26360631d97e43955a07cfb70fe40a154ce4e2bcd14fa3d37ce8e2ed8f4fa9e5ba00783e4906bbfefe6dcabef5d3510f5bee207cb693bee4e4e7553f5454bef1 - languageName: node - linkType: hard - -"tinyspy@npm:^4.0.3": - version: 4.0.3 - resolution: "tinyspy@npm:4.0.3" - checksum: cd5e52d09e2a67946d3a96e6cd68377e1281eb6aaddc9d38129bcec8971a55337ab438ac672857b983f5c620a9f978e784679054322155329d483d00d9291ba9 +"tinyrainbow@npm:^3.1.0": + version: 3.1.0 + resolution: "tinyrainbow@npm:3.1.0" + checksum: dbb16b4aa5dc7398d2501c6ee216471b01f5f1a3c372233113254625d190b08eb2cfb532f1bb46d2cce7deb1bc3d418945949898b7f95e32e09167f5c797cf0a languageName: node linkType: hard @@ -3370,6 +2799,13 @@ __metadata: languageName: node linkType: hard +"tslib@npm:^2.4.0, tslib@npm:^2.8.1": + version: 2.8.1 + resolution: "tslib@npm:2.8.1" + checksum: e4aba30e632b8c8902b47587fd13345e2827fa639e7c3121074d5ee0880723282411a8838f830b55100cbe4517672f84a2472667d355b81e8af165a55dc6203a + languageName: node + linkType: hard + "tslib@npm:^2.8.0": version: 2.8.0 resolution: "tslib@npm:2.8.0" @@ -3377,30 +2813,23 @@ __metadata: languageName: node linkType: hard -"tslib@npm:^2.8.1": - version: 2.8.1 - resolution: "tslib@npm:2.8.1" - checksum: e4aba30e632b8c8902b47587fd13345e2827fa639e7c3121074d5ee0880723282411a8838f830b55100cbe4517672f84a2472667d355b81e8af165a55dc6203a - languageName: node - linkType: hard - -"typescript@npm:^5.9.3": - version: 5.9.3 - resolution: "typescript@npm:5.9.3" +"typescript@npm:^6.0.2": + version: 6.0.2 + resolution: "typescript@npm:6.0.2" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 0d0ffb84f2cd072c3e164c79a2e5a1a1f4f168e84cb2882ff8967b92afe1def6c2a91f6838fb58b168428f9458c57a2ba06a6737711fdd87a256bbe83e9a217f + checksum: a95632e5e4f7b9e7d9e9e9b79b4f147b45181258e7cae4c9f9f2a24176aff688d25e798cddf78cc39cb95423c8c63b36fd4ed5ac4028d37667dcc62a1e89e9e7 languageName: node linkType: hard -"typescript@patch:typescript@^5.9.3#~builtin": - version: 5.9.3 - resolution: "typescript@patch:typescript@npm%3A5.9.3#~builtin::version=5.9.3&hash=14eedb" +"typescript@patch:typescript@^6.0.2#~builtin": + version: 6.0.2 + resolution: "typescript@patch:typescript@npm%3A6.0.2#~builtin::version=6.0.2&hash=14eedb" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 8bb8d86819ac86a498eada254cad7fb69c5f74778506c700c2a712daeaff21d3a6f51fd0d534fe16903cb010d1b74f89437a3d02d4d0ff5ca2ba9a4660de8497 + checksum: 71a55653741fb12e81e7002c501ce2e5847e6cb251bc868de981561c07de178efed8f799ffc69cff92e162ceb44b67d25d60e293170db229cc5081afefababe3 languageName: node linkType: hard @@ -3411,10 +2840,10 @@ __metadata: languageName: node linkType: hard -"undici-types@npm:~7.14.0": - version: 7.14.0 - resolution: "undici-types@npm:7.14.0" - checksum: bd28cb36b33a51359f02c27b84bfe8563cdad57bdab0aa6ac605ce64d51aff49fd0aa4cb2d3b043caaa93c3ec42e96b5757df5d2d9bcc06a5f3e71899c765035 +"undici-types@npm:~7.18.0": + version: 7.18.2 + resolution: "undici-types@npm:7.18.2" + checksum: 23da306c8366574adec305b06a8519ab5c7d09e3f5d16c1a98709a34fae17da09ec95198f30f86c00055e02efa8bfcc843e84e8aebeb9b8d6bb3e06afccae07a languageName: node linkType: hard @@ -3443,58 +2872,43 @@ __metadata: languageName: node linkType: hard -"viem@npm:^2.38.3": - version: 2.38.3 - resolution: "viem@npm:2.38.3" +"viem@npm:^2.47.6": + version: 2.47.6 + resolution: "viem@npm:2.47.6" dependencies: "@noble/curves": 1.9.1 "@noble/hashes": 1.8.0 "@scure/bip32": 1.7.0 "@scure/bip39": 1.6.0 - abitype: 1.1.0 + abitype: 1.2.3 isows: 1.0.7 - ox: 0.9.6 + ox: 0.14.7 ws: 8.18.3 peerDependencies: typescript: ">=5.0.4" peerDependenciesMeta: typescript: optional: true - checksum: d27b8c766be1bc6bf7fb0127a477f332adf0035ecf004f30bbb738b8d8d4ecda88cc11017f1ab4cccc2206ab22a0734e1ca0c54aed1281ca9a168d4105bbdaa8 - languageName: node - linkType: hard - -"vite-node@npm:3.2.4": - version: 3.2.4 - resolution: "vite-node@npm:3.2.4" - dependencies: - cac: ^6.7.14 - debug: ^4.4.1 - es-module-lexer: ^1.7.0 - pathe: ^2.0.3 - vite: ^5.0.0 || ^6.0.0 || ^7.0.0-0 - bin: - vite-node: vite-node.mjs - checksum: 2051394d48f5eefdee4afc9c5fd5dcbf7eb36d345043ba035c7782e10b33fbbd14318062c4e32e00d473a31a559fb628d67c023e82a4903016db3ac6bfdb3fe7 + checksum: 3aefa1edc74598affb715f2b2c325db0fad2330e193a94fa7ff0293acd4b24b8a9ea3d082d78dc40c763e051b07853320074a69b1e72621ac339ccb1995ac92b languageName: node linkType: hard -"vite@npm:^5.0.0 || ^6.0.0 || ^7.0.0-0": - version: 7.0.0-beta.0 - resolution: "vite@npm:7.0.0-beta.0" +"vite@npm:^6.0.0 || ^7.0.0 || ^8.0.0": + version: 8.0.3 + resolution: "vite@npm:8.0.3" dependencies: - esbuild: ^0.25.0 - fdir: ^6.4.4 fsevents: ~2.3.3 - picomatch: ^4.0.2 - postcss: ^8.5.3 - rollup: ^4.40.0 - tinyglobby: ^0.2.14 + lightningcss: ^1.32.0 + picomatch: ^4.0.4 + postcss: ^8.5.8 + rolldown: 1.0.0-rc.12 + tinyglobby: ^0.2.15 peerDependencies: "@types/node": ^20.19.0 || >=22.12.0 + "@vitejs/devtools": ^0.1.0 + esbuild: ^0.27.0 jiti: ">=1.21.0" less: ^4.0.0 - lightningcss: ^1.21.0 sass: ^1.70.0 sass-embedded: ^1.70.0 stylus: ">=0.54.8" @@ -3508,12 +2922,14 @@ __metadata: peerDependenciesMeta: "@types/node": optional: true + "@vitejs/devtools": + optional: true + esbuild: + optional: true jiti: optional: true less: optional: true - lightningcss: - optional: true sass: optional: true sass-embedded: @@ -3530,53 +2946,57 @@ __metadata: optional: true bin: vite: bin/vite.js - checksum: 81a3af2beef68d81a0304cc977fab6eecab81f3ce485675f0b77f14d4521f964879f1c0b2f40c74de99f8c031f62717ef71f610361268c5b9ee65316c17c1ceb + checksum: eedc812f6c2e32b58a334023c5be23a0404e4a6b4dbdf6993d0f9bdf158151a224bdd3426d5cb39744524ee8096be158fcf735c3572e8fcad835667e37b9719d languageName: node linkType: hard -"vitest@npm:^3.2.4": - version: 3.2.4 - resolution: "vitest@npm:3.2.4" +"vitest@npm:^4.1.2": + version: 4.1.2 + resolution: "vitest@npm:4.1.2" dependencies: - "@types/chai": ^5.2.2 - "@vitest/expect": 3.2.4 - "@vitest/mocker": 3.2.4 - "@vitest/pretty-format": ^3.2.4 - "@vitest/runner": 3.2.4 - "@vitest/snapshot": 3.2.4 - "@vitest/spy": 3.2.4 - "@vitest/utils": 3.2.4 - chai: ^5.2.0 - debug: ^4.4.1 - expect-type: ^1.2.1 - magic-string: ^0.30.17 + "@vitest/expect": 4.1.2 + "@vitest/mocker": 4.1.2 + "@vitest/pretty-format": 4.1.2 + "@vitest/runner": 4.1.2 + "@vitest/snapshot": 4.1.2 + "@vitest/spy": 4.1.2 + "@vitest/utils": 4.1.2 + es-module-lexer: ^2.0.0 + expect-type: ^1.3.0 + magic-string: ^0.30.21 + obug: ^2.1.1 pathe: ^2.0.3 - picomatch: ^4.0.2 - std-env: ^3.9.0 + picomatch: ^4.0.3 + std-env: ^4.0.0-rc.1 tinybench: ^2.9.0 - tinyexec: ^0.3.2 - tinyglobby: ^0.2.14 - tinypool: ^1.1.1 - tinyrainbow: ^2.0.0 - vite: ^5.0.0 || ^6.0.0 || ^7.0.0-0 - vite-node: 3.2.4 + tinyexec: ^1.0.2 + tinyglobby: ^0.2.15 + tinyrainbow: ^3.1.0 + vite: ^6.0.0 || ^7.0.0 || ^8.0.0 why-is-node-running: ^2.3.0 peerDependencies: "@edge-runtime/vm": "*" - "@types/debug": ^4.1.12 - "@types/node": ^18.0.0 || ^20.0.0 || >=22.0.0 - "@vitest/browser": 3.2.4 - "@vitest/ui": 3.2.4 + "@opentelemetry/api": ^1.9.0 + "@types/node": ^20.0.0 || ^22.0.0 || >=24.0.0 + "@vitest/browser-playwright": 4.1.2 + "@vitest/browser-preview": 4.1.2 + "@vitest/browser-webdriverio": 4.1.2 + "@vitest/ui": 4.1.2 happy-dom: "*" jsdom: "*" + vite: ^6.0.0 || ^7.0.0 || ^8.0.0 peerDependenciesMeta: "@edge-runtime/vm": optional: true - "@types/debug": + "@opentelemetry/api": optional: true "@types/node": optional: true - "@vitest/browser": + "@vitest/browser-playwright": + optional: true + "@vitest/browser-preview": + optional: true + "@vitest/browser-webdriverio": optional: true "@vitest/ui": optional: true @@ -3584,9 +3004,11 @@ __metadata: optional: true jsdom: optional: true + vite: + optional: false bin: vitest: vitest.mjs - checksum: e9aa14a2c4471c2e0364d1d7032303db8754fac9e5e9ada92fca8ebf61ee78d2c5d4386bff25913940a22ea7d78ab435c8dd85785d681b23e2c489d6c17dd382 + checksum: 7ea459b05faa63aae23686069d7311229661918ac9ca342c1735918b0230f4b11bb1576c3994cb06fcedaf6943cd987e5474aab6a832f6f2898d73b4d4e79312 languageName: node linkType: hard