Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eb34741c87 | ||
|
|
27b311bbec | ||
|
|
ac684a400a | ||
|
|
3c812931ea | ||
|
|
ce6f698c69 | ||
|
|
c2e3b7ce0b | ||
|
|
c18be8870f | ||
|
|
4d77a05e48 | ||
|
|
9f6a9c53e6 | ||
|
|
7e8bb8e3b8 | ||
|
|
42d32bd6b8 | ||
|
|
c5bb6c3224 | ||
|
|
2d60329050 | ||
|
|
15fc2007d6 | ||
|
|
d47f980301 | ||
|
|
4737d6509e | ||
|
|
8704fd09b3 | ||
|
|
397f778e22 | ||
|
|
780a8881ef | ||
|
|
dc6eb8061d | ||
|
|
6941f55527 | ||
|
|
58f4bb7b48 |
@@ -1,5 +1,36 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 16.5.5 Dec 16, 2025
|
||||
|
||||
Changes:
|
||||
|
||||
- Improve subscriptions for observable handling ([#6236](https://github.com/polkadot-js/api/pull/6236))
|
||||
|
||||
|
||||
## 16.5.4 Dec 9, 2025
|
||||
|
||||
Changes:
|
||||
|
||||
- Bump polkadot-js dependencies ([#6233](https://github.com/polkadot-js/api/pull/6233))
|
||||
|
||||
|
||||
## 16.5.3 Nov 25, 2025
|
||||
|
||||
Changes:
|
||||
|
||||
- Bump polkadot dependencies ([#6232](https://github.com/polkadot-js/api/pull/6232))
|
||||
- fix: resolve incorrect author caused by multiple preRuntime logs ([#6230](https://github.com/polkadot-js/api/pull/6230))
|
||||
- fix: filter contract events by address before decoding ([#6224](https://github.com/polkadot-js/api/pull/6224))
|
||||
|
||||
|
||||
## 16.5.2 Nov 11, 2025
|
||||
|
||||
Changes:
|
||||
|
||||
- Bump @polkadot dependencies ([#6222](https://github.com/polkadot-js/api/pull/6222))
|
||||
- Fix: add phantom export to prevent empty types.ts compilation error ([#6221](https://github.com/polkadot-js/api/pull/6221))
|
||||
|
||||
|
||||
## 16.5.1 Nov 6, 2025
|
||||
|
||||
Changes:
|
||||
|
||||
+2
-2
@@ -6,12 +6,12 @@
|
||||
35 Stefanie Doll Updated child storage parameters (#1709)
|
||||
20 Luke Schoen fix: Fixes TypeError: Cannot read property 'vesting' of undefined (#1970)
|
||||
19 Xiliang Chen no warm for unknown signed extensions (#5601)
|
||||
18 rajk93 16.5.4 (#6234)
|
||||
15 Jeremías Díaz feat(types): add correct tuple type to storage key (#3054)
|
||||
14 Nikos Kontakis Bump substrate connect to 0.7.16 (#5307)
|
||||
12 Arjun Porwal 16.5.5 (#6237)
|
||||
11 Ian He HttpProvider support clone() (#3949)
|
||||
10 Arjun Porwal Upgrade Polkadot and Polkadot Asset Hub types for 2000000 (#6219)
|
||||
10 Axel Chalon Make Enum/Tuple constructor use value directly if instance (#1954)
|
||||
9 rajk93 16.5.1 (#6220)
|
||||
6 Andreea Eftene Update check for contract instantiation (#5699)
|
||||
6 Branislav Kontur Fix for fungiblesApi (#5944)
|
||||
5 Alberto Nicolas Penayo added use of accountNonceApi (#5915)
|
||||
|
||||
+3
-3
@@ -14,10 +14,10 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "16.5.1",
|
||||
"version": "16.5.5",
|
||||
"versions": {
|
||||
"git": "16.5.1",
|
||||
"npm": "16.5.1"
|
||||
"git": "16.5.5",
|
||||
"npm": "16.5.5"
|
||||
},
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
|
||||
@@ -18,15 +18,15 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "16.5.1",
|
||||
"version": "16.5.5",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/api-base": "16.5.1",
|
||||
"@polkadot/rpc-augment": "16.5.1",
|
||||
"@polkadot/types": "16.5.1",
|
||||
"@polkadot/types-augment": "16.5.1",
|
||||
"@polkadot/types-codec": "16.5.1",
|
||||
"@polkadot/util": "^13.5.7",
|
||||
"@polkadot/api-base": "16.5.5",
|
||||
"@polkadot/rpc-augment": "16.5.5",
|
||||
"@polkadot/types": "16.5.5",
|
||||
"@polkadot/types-augment": "16.5.5",
|
||||
"@polkadot/types-codec": "16.5.5",
|
||||
"@polkadot/util": "^14.0.1",
|
||||
"tslib": "^2.8.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '16.5.1' };
|
||||
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '16.5.5' };
|
||||
|
||||
@@ -18,12 +18,12 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "16.5.1",
|
||||
"version": "16.5.5",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/rpc-core": "16.5.1",
|
||||
"@polkadot/types": "16.5.1",
|
||||
"@polkadot/util": "^13.5.7",
|
||||
"@polkadot/rpc-core": "16.5.5",
|
||||
"@polkadot/types": "16.5.5",
|
||||
"@polkadot/util": "^14.0.1",
|
||||
"rxjs": "^7.8.1",
|
||||
"tslib": "^2.8.1"
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '16.5.1' };
|
||||
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '16.5.5' };
|
||||
|
||||
@@ -18,22 +18,22 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "16.5.1",
|
||||
"version": "16.5.5",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/api": "16.5.1",
|
||||
"@polkadot/api-augment": "16.5.1",
|
||||
"@polkadot/types": "16.5.1",
|
||||
"@polkadot/types-codec": "16.5.1",
|
||||
"@polkadot/types-create": "16.5.1",
|
||||
"@polkadot/util": "^13.5.7",
|
||||
"@polkadot/util-crypto": "^13.5.7",
|
||||
"@polkadot/api": "16.5.5",
|
||||
"@polkadot/api-augment": "16.5.5",
|
||||
"@polkadot/types": "16.5.5",
|
||||
"@polkadot/types-codec": "16.5.5",
|
||||
"@polkadot/types-create": "16.5.5",
|
||||
"@polkadot/util": "^14.0.1",
|
||||
"@polkadot/util-crypto": "^14.0.1",
|
||||
"rxjs": "^7.8.1",
|
||||
"tslib": "^2.8.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api-augment": "16.5.1",
|
||||
"@polkadot/keyring": "^13.5.7",
|
||||
"@polkadot/types-support": "16.5.1"
|
||||
"@polkadot/api-augment": "16.5.5",
|
||||
"@polkadot/keyring": "^14.0.1",
|
||||
"@polkadot/types-support": "16.5.5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -116,6 +116,24 @@ export class Contract<ApiType extends ApiTypes> extends Base<ApiType> {
|
||||
// ContractEmitted is the current generation, ContractExecution is the previous generation
|
||||
new ContractSubmittableResult(result, applyOnEvent(result, ['ContractEmitted', 'ContractExecution'], (records: EventRecord[]) =>
|
||||
records
|
||||
// Filter to only decode events emitted by this specific contract instance.
|
||||
.filter((record): boolean => {
|
||||
try {
|
||||
const contractAddress = record.event.data[0];
|
||||
|
||||
if (this.address.eq(contractAddress)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
l.debug(`Skipping event from different contract ${contractAddress.toString()} (this contract: ${this.address.toString()})`);
|
||||
|
||||
return false;
|
||||
} catch (error) {
|
||||
l.warn(`Unable to extract contract address from event: ${(error as Error).message}`);
|
||||
|
||||
return false;
|
||||
}
|
||||
})
|
||||
.map((record): DecodedEvent | null => {
|
||||
try {
|
||||
return this.abi.decodeEvent(record);
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '16.5.1' };
|
||||
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '16.5.5' };
|
||||
|
||||
@@ -18,25 +18,25 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "16.5.1",
|
||||
"version": "16.5.5",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/api": "16.5.1",
|
||||
"@polkadot/api-augment": "16.5.1",
|
||||
"@polkadot/api-base": "16.5.1",
|
||||
"@polkadot/rpc-core": "16.5.1",
|
||||
"@polkadot/types": "16.5.1",
|
||||
"@polkadot/types-codec": "16.5.1",
|
||||
"@polkadot/util": "^13.5.7",
|
||||
"@polkadot/util-crypto": "^13.5.7",
|
||||
"@polkadot/api": "16.5.5",
|
||||
"@polkadot/api-augment": "16.5.5",
|
||||
"@polkadot/api-base": "16.5.5",
|
||||
"@polkadot/rpc-core": "16.5.5",
|
||||
"@polkadot/types": "16.5.5",
|
||||
"@polkadot/types-codec": "16.5.5",
|
||||
"@polkadot/util": "^14.0.1",
|
||||
"@polkadot/util-crypto": "^14.0.1",
|
||||
"rxjs": "^7.8.1",
|
||||
"tslib": "^2.8.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api": "16.5.1",
|
||||
"@polkadot/api-augment": "16.5.1",
|
||||
"@polkadot/rpc-augment": "16.5.1",
|
||||
"@polkadot/rpc-provider": "16.5.1",
|
||||
"@polkadot/types-support": "16.5.1"
|
||||
"@polkadot/api": "16.5.5",
|
||||
"@polkadot/api-augment": "16.5.5",
|
||||
"@polkadot/rpc-augment": "16.5.5",
|
||||
"@polkadot/rpc-provider": "16.5.5",
|
||||
"@polkadot/types-support": "16.5.5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ import type { Observable } from 'rxjs';
|
||||
import type { SignedBlockExtended } from '../type/types.js';
|
||||
import type { DeriveApi } from '../types.js';
|
||||
|
||||
import { switchMap } from 'rxjs';
|
||||
import { mergeMap } from 'rxjs';
|
||||
|
||||
import { memo } from '../util/index.js';
|
||||
|
||||
@@ -22,7 +22,7 @@ import { memo } from '../util/index.js';
|
||||
export function subscribeFinalizedBlocks (instanceId: string, api: DeriveApi): () => Observable<SignedBlockExtended> {
|
||||
return memo(instanceId, (): Observable<SignedBlockExtended> =>
|
||||
api.derive.chain.subscribeFinalizedHeads().pipe(
|
||||
switchMap((header) =>
|
||||
mergeMap((header) =>
|
||||
api.derive.chain.getBlock(header.createdAtHash || header.hash)
|
||||
)
|
||||
)
|
||||
|
||||
@@ -5,7 +5,7 @@ import type { Observable } from 'rxjs';
|
||||
import type { Hash, Header } from '@polkadot/types/interfaces';
|
||||
import type { DeriveApi } from '../types.js';
|
||||
|
||||
import { from, of, switchMap } from 'rxjs';
|
||||
import { from, mergeMap, of, switchMap } from 'rxjs';
|
||||
|
||||
import { memo } from '../util/index.js';
|
||||
|
||||
@@ -43,7 +43,7 @@ export function subscribeFinalizedHeads (instanceId: string, api: DeriveApi): ()
|
||||
let prevHash: Hash | null = null;
|
||||
|
||||
return api.rpc.chain.subscribeFinalizedHeads().pipe(
|
||||
switchMap((header) => {
|
||||
mergeMap((header) => {
|
||||
const endHash = prevHash;
|
||||
const startHash = header.parentHash;
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ import type { Observable } from 'rxjs';
|
||||
import type { SignedBlockExtended } from '../type/types.js';
|
||||
import type { DeriveApi } from '../types.js';
|
||||
|
||||
import { switchMap } from 'rxjs';
|
||||
import { mergeMap } from 'rxjs';
|
||||
|
||||
import { memo } from '../util/index.js';
|
||||
|
||||
@@ -22,7 +22,7 @@ import { memo } from '../util/index.js';
|
||||
export function subscribeNewBlocks (instanceId: string, api: DeriveApi): () => Observable<SignedBlockExtended> {
|
||||
return memo(instanceId, (): Observable<SignedBlockExtended> =>
|
||||
api.derive.chain.subscribeNewHeads().pipe(
|
||||
switchMap((header) =>
|
||||
mergeMap((header) =>
|
||||
api.derive.chain.getBlock(header.createdAtHash || header.hash)
|
||||
)
|
||||
)
|
||||
|
||||
@@ -5,7 +5,7 @@ import type { Observable } from 'rxjs';
|
||||
import type { HeaderExtended } from '../type/types.js';
|
||||
import type { DeriveApi } from '../types.js';
|
||||
|
||||
import { map, switchMap } from 'rxjs';
|
||||
import { map, mergeMap } from 'rxjs';
|
||||
|
||||
import { createHeaderExtended } from '../type/index.js';
|
||||
import { memo } from '../util/index.js';
|
||||
@@ -25,7 +25,7 @@ import { getAuthorDetails } from './util.js';
|
||||
export function subscribeNewHeads (instanceId: string, api: DeriveApi): () => Observable<HeaderExtended> {
|
||||
return memo(instanceId, (): Observable<HeaderExtended> =>
|
||||
api.rpc.chain.subscribeNewHeads().pipe(
|
||||
switchMap((header) =>
|
||||
mergeMap((header) =>
|
||||
getAuthorDetails(api, header)
|
||||
),
|
||||
map(([header, validators, author]): HeaderExtended => {
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '16.5.1' };
|
||||
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '16.5.5' };
|
||||
|
||||
@@ -5,17 +5,24 @@ import type { AccountId, Digest } from '@polkadot/types/interfaces';
|
||||
|
||||
export function extractAuthor (digest: Digest, sessionValidators: AccountId[]): AccountId | undefined {
|
||||
const [citem] = digest.logs.filter((e) => e.isConsensus);
|
||||
const [pitem] = digest.logs.filter((e) => e.isPreRuntime);
|
||||
const preRuntimeItems = digest.logs.filter((e) => e.isPreRuntime);
|
||||
const [sitem] = digest.logs.filter((e) => e.isSeal);
|
||||
let accountId: AccountId | undefined;
|
||||
|
||||
try {
|
||||
// This is critical to be first for BABE (before Consensus)
|
||||
// If not first, we end up dropping the author at session-end
|
||||
if (pitem) {
|
||||
// Iterate through ALL preRuntime logs to find a recognized engine
|
||||
// (parachains may have multiple preRuntime logs, e.g., CMLS + aura)
|
||||
for (const pitem of preRuntimeItems) {
|
||||
const [engine, data] = pitem.asPreRuntime;
|
||||
|
||||
accountId = engine.extractAuthor(data, sessionValidators);
|
||||
|
||||
// Stop at first recognized engine that returns an author
|
||||
if (accountId) {
|
||||
return accountId;
|
||||
}
|
||||
}
|
||||
|
||||
if (!accountId && citem) {
|
||||
|
||||
+17
-17
@@ -18,29 +18,29 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "16.5.1",
|
||||
"version": "16.5.5",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/api-augment": "16.5.1",
|
||||
"@polkadot/api-base": "16.5.1",
|
||||
"@polkadot/api-derive": "16.5.1",
|
||||
"@polkadot/keyring": "^13.5.7",
|
||||
"@polkadot/rpc-augment": "16.5.1",
|
||||
"@polkadot/rpc-core": "16.5.1",
|
||||
"@polkadot/rpc-provider": "16.5.1",
|
||||
"@polkadot/types": "16.5.1",
|
||||
"@polkadot/types-augment": "16.5.1",
|
||||
"@polkadot/types-codec": "16.5.1",
|
||||
"@polkadot/types-create": "16.5.1",
|
||||
"@polkadot/types-known": "16.5.1",
|
||||
"@polkadot/util": "^13.5.7",
|
||||
"@polkadot/util-crypto": "^13.5.7",
|
||||
"@polkadot/api-augment": "16.5.5",
|
||||
"@polkadot/api-base": "16.5.5",
|
||||
"@polkadot/api-derive": "16.5.5",
|
||||
"@polkadot/keyring": "^14.0.1",
|
||||
"@polkadot/rpc-augment": "16.5.5",
|
||||
"@polkadot/rpc-core": "16.5.5",
|
||||
"@polkadot/rpc-provider": "16.5.5",
|
||||
"@polkadot/types": "16.5.5",
|
||||
"@polkadot/types-augment": "16.5.5",
|
||||
"@polkadot/types-codec": "16.5.5",
|
||||
"@polkadot/types-create": "16.5.5",
|
||||
"@polkadot/types-known": "16.5.5",
|
||||
"@polkadot/util": "^14.0.1",
|
||||
"@polkadot/util-crypto": "^14.0.1",
|
||||
"eventemitter3": "^5.0.1",
|
||||
"rxjs": "^7.8.1",
|
||||
"tslib": "^2.8.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api-augment": "16.5.1",
|
||||
"@polkadot/types-support": "16.5.1"
|
||||
"@polkadot/api-augment": "16.5.5",
|
||||
"@polkadot/types-support": "16.5.5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '16.5.1' };
|
||||
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '16.5.5' };
|
||||
|
||||
@@ -18,13 +18,13 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "16.5.1",
|
||||
"version": "16.5.5",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/rpc-core": "16.5.1",
|
||||
"@polkadot/types": "16.5.1",
|
||||
"@polkadot/types-codec": "16.5.1",
|
||||
"@polkadot/util": "^13.5.7",
|
||||
"@polkadot/rpc-core": "16.5.5",
|
||||
"@polkadot/types": "16.5.5",
|
||||
"@polkadot/types-codec": "16.5.5",
|
||||
"@polkadot/util": "^14.0.1",
|
||||
"tslib": "^2.8.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '16.5.1' };
|
||||
export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '16.5.5' };
|
||||
|
||||
@@ -18,18 +18,18 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "16.5.1",
|
||||
"version": "16.5.5",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/rpc-augment": "16.5.1",
|
||||
"@polkadot/rpc-provider": "16.5.1",
|
||||
"@polkadot/types": "16.5.1",
|
||||
"@polkadot/util": "^13.5.7",
|
||||
"@polkadot/rpc-augment": "16.5.5",
|
||||
"@polkadot/rpc-provider": "16.5.5",
|
||||
"@polkadot/types": "16.5.5",
|
||||
"@polkadot/util": "^14.0.1",
|
||||
"rxjs": "^7.8.1",
|
||||
"tslib": "^2.8.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^13.5.7",
|
||||
"@polkadot/rpc-augment": "16.5.1"
|
||||
"@polkadot/keyring": "^14.0.1",
|
||||
"@polkadot/rpc-augment": "16.5.5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '16.5.1' };
|
||||
export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '16.5.5' };
|
||||
|
||||
@@ -18,17 +18,17 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "16.5.1",
|
||||
"version": "16.5.5",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/keyring": "^13.5.7",
|
||||
"@polkadot/types": "16.5.1",
|
||||
"@polkadot/types-support": "16.5.1",
|
||||
"@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",
|
||||
"@polkadot/keyring": "^14.0.1",
|
||||
"@polkadot/types": "16.5.5",
|
||||
"@polkadot/types-support": "16.5.5",
|
||||
"@polkadot/util": "^14.0.1",
|
||||
"@polkadot/util-crypto": "^14.0.1",
|
||||
"@polkadot/x-fetch": "^14.0.1",
|
||||
"@polkadot/x-global": "^14.0.1",
|
||||
"@polkadot/x-ws": "^14.0.1",
|
||||
"eventemitter3": "^5.0.1",
|
||||
"mock-socket": "^9.3.1",
|
||||
"nock": "^13.5.5",
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '16.5.1' };
|
||||
export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '16.5.5' };
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "16.5.1",
|
||||
"version": "16.5.5",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
"polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.mjs",
|
||||
@@ -28,19 +28,19 @@
|
||||
"polkadot-types-internal-metadata": "./scripts/polkadot-types-internal-metadata.mjs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@polkadot/api": "16.5.1",
|
||||
"@polkadot/api-augment": "16.5.1",
|
||||
"@polkadot/api-derive": "16.5.1",
|
||||
"@polkadot/rpc-augment": "16.5.1",
|
||||
"@polkadot/rpc-provider": "16.5.1",
|
||||
"@polkadot/types": "16.5.1",
|
||||
"@polkadot/types-augment": "16.5.1",
|
||||
"@polkadot/types-codec": "16.5.1",
|
||||
"@polkadot/types-create": "16.5.1",
|
||||
"@polkadot/types-support": "16.5.1",
|
||||
"@polkadot/util": "^13.5.7",
|
||||
"@polkadot/util-crypto": "^13.5.7",
|
||||
"@polkadot/x-ws": "^13.5.7",
|
||||
"@polkadot/api": "16.5.5",
|
||||
"@polkadot/api-augment": "16.5.5",
|
||||
"@polkadot/api-derive": "16.5.5",
|
||||
"@polkadot/rpc-augment": "16.5.5",
|
||||
"@polkadot/rpc-provider": "16.5.5",
|
||||
"@polkadot/types": "16.5.5",
|
||||
"@polkadot/types-augment": "16.5.5",
|
||||
"@polkadot/types-codec": "16.5.5",
|
||||
"@polkadot/types-create": "16.5.5",
|
||||
"@polkadot/types-support": "16.5.5",
|
||||
"@polkadot/util": "^14.0.1",
|
||||
"@polkadot/util-crypto": "^14.0.1",
|
||||
"@polkadot/x-ws": "^14.0.1",
|
||||
"comment-parser": "^1.4.1",
|
||||
"handlebars": "^4.7.8",
|
||||
"tslib": "^2.8.1",
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '16.5.1' };
|
||||
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '16.5.5' };
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
{{#each items}}
|
||||
export * from './{{{this}}}/types.js';
|
||||
{{/each}}
|
||||
|
||||
export type PHANTOM_GENERATED = 'generated';
|
||||
|
||||
@@ -18,12 +18,12 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "16.5.1",
|
||||
"version": "16.5.5",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/types": "16.5.1",
|
||||
"@polkadot/types-codec": "16.5.1",
|
||||
"@polkadot/util": "^13.5.7",
|
||||
"@polkadot/types": "16.5.5",
|
||||
"@polkadot/types-codec": "16.5.5",
|
||||
"@polkadot/util": "^14.0.1",
|
||||
"tslib": "^2.8.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '16.5.1' };
|
||||
export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '16.5.5' };
|
||||
|
||||
@@ -18,17 +18,17 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "16.5.1",
|
||||
"version": "16.5.5",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/util": "^13.5.7",
|
||||
"@polkadot/x-bigint": "^13.5.7",
|
||||
"@polkadot/util": "^14.0.1",
|
||||
"@polkadot/x-bigint": "^14.0.1",
|
||||
"tslib": "^2.8.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/types": "16.5.1",
|
||||
"@polkadot/types-augment": "16.5.1",
|
||||
"@polkadot/types-support": "16.5.1",
|
||||
"@polkadot/util-crypto": "^13.5.7"
|
||||
"@polkadot/types": "16.5.5",
|
||||
"@polkadot/types-augment": "16.5.5",
|
||||
"@polkadot/types-support": "16.5.5",
|
||||
"@polkadot/util-crypto": "^14.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '16.5.1' };
|
||||
export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '16.5.5' };
|
||||
|
||||
@@ -18,14 +18,14 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "16.5.1",
|
||||
"version": "16.5.5",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/types-codec": "16.5.1",
|
||||
"@polkadot/util": "^13.5.7",
|
||||
"@polkadot/types-codec": "16.5.5",
|
||||
"@polkadot/util": "^14.0.1",
|
||||
"tslib": "^2.8.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/types": "16.5.1"
|
||||
"@polkadot/types": "16.5.5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '16.5.1' };
|
||||
export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '16.5.5' };
|
||||
|
||||
@@ -18,17 +18,17 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "16.5.1",
|
||||
"version": "16.5.5",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/networks": "^13.5.7",
|
||||
"@polkadot/types": "16.5.1",
|
||||
"@polkadot/types-codec": "16.5.1",
|
||||
"@polkadot/types-create": "16.5.1",
|
||||
"@polkadot/util": "^13.5.7",
|
||||
"@polkadot/networks": "^14.0.1",
|
||||
"@polkadot/types": "16.5.5",
|
||||
"@polkadot/types-codec": "16.5.5",
|
||||
"@polkadot/types-create": "16.5.5",
|
||||
"@polkadot/util": "^14.0.1",
|
||||
"tslib": "^2.8.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api": "16.5.1"
|
||||
"@polkadot/api": "16.5.5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '16.5.1' };
|
||||
export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '16.5.5' };
|
||||
|
||||
@@ -18,10 +18,10 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "16.5.1",
|
||||
"version": "16.5.5",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/util": "^13.5.7",
|
||||
"@polkadot/util": "^14.0.1",
|
||||
"tslib": "^2.8.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '16.5.1' };
|
||||
export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '16.5.5' };
|
||||
|
||||
@@ -18,20 +18,20 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "16.5.1",
|
||||
"version": "16.5.5",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/keyring": "^13.5.7",
|
||||
"@polkadot/types-augment": "16.5.1",
|
||||
"@polkadot/types-codec": "16.5.1",
|
||||
"@polkadot/types-create": "16.5.1",
|
||||
"@polkadot/util": "^13.5.7",
|
||||
"@polkadot/util-crypto": "^13.5.7",
|
||||
"@polkadot/keyring": "^14.0.1",
|
||||
"@polkadot/types-augment": "16.5.5",
|
||||
"@polkadot/types-codec": "16.5.5",
|
||||
"@polkadot/types-create": "16.5.5",
|
||||
"@polkadot/util": "^14.0.1",
|
||||
"@polkadot/util-crypto": "^14.0.1",
|
||||
"rxjs": "^7.8.1",
|
||||
"tslib": "^2.8.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^13.5.7",
|
||||
"@polkadot/types-support": "16.5.1"
|
||||
"@polkadot/keyring": "^14.0.1",
|
||||
"@polkadot/types-support": "16.5.5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -78,3 +78,5 @@ export * from './vesting/types.js';
|
||||
export * from './xcm/types.js';
|
||||
export * from './xcmPaymentApi/types.js';
|
||||
export * from './xcmRuntimeApi/types.js';
|
||||
|
||||
export type PHANTOM_GENERATED = 'generated';
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '16.5.1' };
|
||||
export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '16.5.5' };
|
||||
|
||||
@@ -215,6 +215,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": "npm:1.8.0"
|
||||
checksum: 10/3cfe2735ea94972988ca9e217e0ebb2044372a7160b2079bf885da789492a6291fc8bf76ca3d8bf8dee477847ee2d6fac267d1e6c4f555054059f5e8c4865d44
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@noble/hashes@npm:1.3.3, @noble/hashes@npm:^1.3.1, @noble/hashes@npm:^1.3.3":
|
||||
version: 1.3.3
|
||||
resolution: "@noble/hashes@npm:1.3.3"
|
||||
@@ -222,6 +231,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@noble/hashes@npm:1.8.0, @noble/hashes@npm:~1.8.0":
|
||||
version: 1.8.0
|
||||
resolution: "@noble/hashes@npm:1.8.0"
|
||||
checksum: 10/474b7f56bc6fb2d5b3a42132561e221b0ea4f91e590f4655312ca13667840896b34195e2b53b7f097ec080a1fdd3b58d902c2a8d0fbdf51d2e238b53808a177e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nodelib/fs.scandir@npm:2.1.5":
|
||||
version: 2.1.5
|
||||
resolution: "@nodelib/fs.scandir@npm:2.1.5"
|
||||
@@ -447,27 +463,27 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/api-augment@npm:16.5.1, @polkadot/api-augment@workspace:packages/api-augment":
|
||||
"@polkadot/api-augment@npm:16.5.5, @polkadot/api-augment@workspace:packages/api-augment":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/api-augment@workspace:packages/api-augment"
|
||||
dependencies:
|
||||
"@polkadot/api-base": "npm:16.5.1"
|
||||
"@polkadot/rpc-augment": "npm:16.5.1"
|
||||
"@polkadot/types": "npm:16.5.1"
|
||||
"@polkadot/types-augment": "npm:16.5.1"
|
||||
"@polkadot/types-codec": "npm:16.5.1"
|
||||
"@polkadot/util": "npm:^13.5.7"
|
||||
"@polkadot/api-base": "npm:16.5.5"
|
||||
"@polkadot/rpc-augment": "npm:16.5.5"
|
||||
"@polkadot/types": "npm:16.5.5"
|
||||
"@polkadot/types-augment": "npm:16.5.5"
|
||||
"@polkadot/types-codec": "npm:16.5.5"
|
||||
"@polkadot/util": "npm:^14.0.1"
|
||||
tslib: "npm:^2.8.1"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/api-base@npm:16.5.1, @polkadot/api-base@workspace:packages/api-base":
|
||||
"@polkadot/api-base@npm:16.5.5, @polkadot/api-base@workspace:packages/api-base":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/api-base@workspace:packages/api-base"
|
||||
dependencies:
|
||||
"@polkadot/rpc-core": "npm:16.5.1"
|
||||
"@polkadot/types": "npm:16.5.1"
|
||||
"@polkadot/util": "npm:^13.5.7"
|
||||
"@polkadot/rpc-core": "npm:16.5.5"
|
||||
"@polkadot/types": "npm:16.5.5"
|
||||
"@polkadot/util": "npm:^14.0.1"
|
||||
rxjs: "npm:^7.8.1"
|
||||
tslib: "npm:^2.8.1"
|
||||
languageName: unknown
|
||||
@@ -477,59 +493,59 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/api-contract@workspace:packages/api-contract"
|
||||
dependencies:
|
||||
"@polkadot/api": "npm:16.5.1"
|
||||
"@polkadot/api-augment": "npm:16.5.1"
|
||||
"@polkadot/keyring": "npm:^13.5.7"
|
||||
"@polkadot/types": "npm:16.5.1"
|
||||
"@polkadot/types-codec": "npm:16.5.1"
|
||||
"@polkadot/types-create": "npm:16.5.1"
|
||||
"@polkadot/types-support": "npm:16.5.1"
|
||||
"@polkadot/util": "npm:^13.5.7"
|
||||
"@polkadot/util-crypto": "npm:^13.5.7"
|
||||
"@polkadot/api": "npm:16.5.5"
|
||||
"@polkadot/api-augment": "npm:16.5.5"
|
||||
"@polkadot/keyring": "npm:^14.0.1"
|
||||
"@polkadot/types": "npm:16.5.5"
|
||||
"@polkadot/types-codec": "npm:16.5.5"
|
||||
"@polkadot/types-create": "npm:16.5.5"
|
||||
"@polkadot/types-support": "npm:16.5.5"
|
||||
"@polkadot/util": "npm:^14.0.1"
|
||||
"@polkadot/util-crypto": "npm:^14.0.1"
|
||||
rxjs: "npm:^7.8.1"
|
||||
tslib: "npm:^2.8.1"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/api-derive@npm:16.5.1, @polkadot/api-derive@workspace:packages/api-derive":
|
||||
"@polkadot/api-derive@npm:16.5.5, @polkadot/api-derive@workspace:packages/api-derive":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/api-derive@workspace:packages/api-derive"
|
||||
dependencies:
|
||||
"@polkadot/api": "npm:16.5.1"
|
||||
"@polkadot/api-augment": "npm:16.5.1"
|
||||
"@polkadot/api-base": "npm:16.5.1"
|
||||
"@polkadot/rpc-augment": "npm:16.5.1"
|
||||
"@polkadot/rpc-core": "npm:16.5.1"
|
||||
"@polkadot/rpc-provider": "npm:16.5.1"
|
||||
"@polkadot/types": "npm:16.5.1"
|
||||
"@polkadot/types-codec": "npm:16.5.1"
|
||||
"@polkadot/types-support": "npm:16.5.1"
|
||||
"@polkadot/util": "npm:^13.5.7"
|
||||
"@polkadot/util-crypto": "npm:^13.5.7"
|
||||
"@polkadot/api": "npm:16.5.5"
|
||||
"@polkadot/api-augment": "npm:16.5.5"
|
||||
"@polkadot/api-base": "npm:16.5.5"
|
||||
"@polkadot/rpc-augment": "npm:16.5.5"
|
||||
"@polkadot/rpc-core": "npm:16.5.5"
|
||||
"@polkadot/rpc-provider": "npm:16.5.5"
|
||||
"@polkadot/types": "npm:16.5.5"
|
||||
"@polkadot/types-codec": "npm:16.5.5"
|
||||
"@polkadot/types-support": "npm:16.5.5"
|
||||
"@polkadot/util": "npm:^14.0.1"
|
||||
"@polkadot/util-crypto": "npm:^14.0.1"
|
||||
rxjs: "npm:^7.8.1"
|
||||
tslib: "npm:^2.8.1"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/api@npm:16.5.1, @polkadot/api@workspace:packages/api":
|
||||
"@polkadot/api@npm:16.5.5, @polkadot/api@workspace:packages/api":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/api@workspace:packages/api"
|
||||
dependencies:
|
||||
"@polkadot/api-augment": "npm:16.5.1"
|
||||
"@polkadot/api-base": "npm:16.5.1"
|
||||
"@polkadot/api-derive": "npm:16.5.1"
|
||||
"@polkadot/keyring": "npm:^13.5.7"
|
||||
"@polkadot/rpc-augment": "npm:16.5.1"
|
||||
"@polkadot/rpc-core": "npm:16.5.1"
|
||||
"@polkadot/rpc-provider": "npm:16.5.1"
|
||||
"@polkadot/types": "npm:16.5.1"
|
||||
"@polkadot/types-augment": "npm:16.5.1"
|
||||
"@polkadot/types-codec": "npm:16.5.1"
|
||||
"@polkadot/types-create": "npm:16.5.1"
|
||||
"@polkadot/types-known": "npm:16.5.1"
|
||||
"@polkadot/types-support": "npm:16.5.1"
|
||||
"@polkadot/util": "npm:^13.5.7"
|
||||
"@polkadot/util-crypto": "npm:^13.5.7"
|
||||
"@polkadot/api-augment": "npm:16.5.5"
|
||||
"@polkadot/api-base": "npm:16.5.5"
|
||||
"@polkadot/api-derive": "npm:16.5.5"
|
||||
"@polkadot/keyring": "npm:^14.0.1"
|
||||
"@polkadot/rpc-augment": "npm:16.5.5"
|
||||
"@polkadot/rpc-core": "npm:16.5.5"
|
||||
"@polkadot/rpc-provider": "npm:16.5.5"
|
||||
"@polkadot/types": "npm:16.5.5"
|
||||
"@polkadot/types-augment": "npm:16.5.5"
|
||||
"@polkadot/types-codec": "npm:16.5.5"
|
||||
"@polkadot/types-create": "npm:16.5.5"
|
||||
"@polkadot/types-known": "npm:16.5.5"
|
||||
"@polkadot/types-support": "npm:16.5.5"
|
||||
"@polkadot/util": "npm:^14.0.1"
|
||||
"@polkadot/util-crypto": "npm:^14.0.1"
|
||||
eventemitter3: "npm:^5.0.1"
|
||||
rxjs: "npm:^7.8.1"
|
||||
tslib: "npm:^2.8.1"
|
||||
@@ -632,69 +648,69 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/keyring@npm:^13.5.7":
|
||||
version: 13.5.7
|
||||
resolution: "@polkadot/keyring@npm:13.5.7"
|
||||
"@polkadot/keyring@npm:^14.0.1":
|
||||
version: 14.0.1
|
||||
resolution: "@polkadot/keyring@npm:14.0.1"
|
||||
dependencies:
|
||||
"@polkadot/util": "npm:13.5.7"
|
||||
"@polkadot/util-crypto": "npm:13.5.7"
|
||||
"@polkadot/util": "npm:14.0.1"
|
||||
"@polkadot/util-crypto": "npm:14.0.1"
|
||||
tslib: "npm:^2.8.0"
|
||||
peerDependencies:
|
||||
"@polkadot/util": 13.5.7
|
||||
"@polkadot/util-crypto": 13.5.7
|
||||
checksum: 10/c19aaef9facb2e7af8b1e677767bab22c98cffaab07869f76563dedc658f0c5315c0f8d7cc063179611cfed33181639b4728f76b71092d9d170a860677c673af
|
||||
"@polkadot/util": 14.0.1
|
||||
"@polkadot/util-crypto": 14.0.1
|
||||
checksum: 10/b1bc206bdf0a59f04920787e62afc9b8278a9aeb4e7b6ca4219d5677e6688b479cd64ba9b8e6e6fa91c629004ae9aa14e616f1d1f64d854d6ff254b7ba52b6f4
|
||||
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/networks@npm:14.0.1, @polkadot/networks@npm:^14.0.1":
|
||||
version: 14.0.1
|
||||
resolution: "@polkadot/networks@npm:14.0.1"
|
||||
dependencies:
|
||||
"@polkadot/util": "npm:13.5.7"
|
||||
"@polkadot/util": "npm:14.0.1"
|
||||
"@substrate/ss58-registry": "npm:^1.51.0"
|
||||
tslib: "npm:^2.8.0"
|
||||
checksum: 10/3a9cf6ae053b81ede50d2a1c6bf6d65bd6de712316784a1b7a2f51cc4afc26b14e1b9d1c4a6904425655edf7f6de0e7e6b6936e42ec7fc19d983cefc44b05291
|
||||
checksum: 10/ccb4e24ac5d7bc1af49b875bc4cd39b135e86e6518f8345ac5b8d3acea576380de73d4175c19e6f58a2f3f173779e6c71a75b6c1d77a95241cdc5e776849432b
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/rpc-augment@npm:16.5.1, @polkadot/rpc-augment@workspace:packages/rpc-augment":
|
||||
"@polkadot/rpc-augment@npm:16.5.5, @polkadot/rpc-augment@workspace:packages/rpc-augment":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/rpc-augment@workspace:packages/rpc-augment"
|
||||
dependencies:
|
||||
"@polkadot/rpc-core": "npm:16.5.1"
|
||||
"@polkadot/types": "npm:16.5.1"
|
||||
"@polkadot/types-codec": "npm:16.5.1"
|
||||
"@polkadot/util": "npm:^13.5.7"
|
||||
"@polkadot/rpc-core": "npm:16.5.5"
|
||||
"@polkadot/types": "npm:16.5.5"
|
||||
"@polkadot/types-codec": "npm:16.5.5"
|
||||
"@polkadot/util": "npm:^14.0.1"
|
||||
tslib: "npm:^2.8.1"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/rpc-core@npm:16.5.1, @polkadot/rpc-core@workspace:packages/rpc-core":
|
||||
"@polkadot/rpc-core@npm:16.5.5, @polkadot/rpc-core@workspace:packages/rpc-core":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/rpc-core@workspace:packages/rpc-core"
|
||||
dependencies:
|
||||
"@polkadot/keyring": "npm:^13.5.7"
|
||||
"@polkadot/rpc-augment": "npm:16.5.1"
|
||||
"@polkadot/rpc-provider": "npm:16.5.1"
|
||||
"@polkadot/types": "npm:16.5.1"
|
||||
"@polkadot/util": "npm:^13.5.7"
|
||||
"@polkadot/keyring": "npm:^14.0.1"
|
||||
"@polkadot/rpc-augment": "npm:16.5.5"
|
||||
"@polkadot/rpc-provider": "npm:16.5.5"
|
||||
"@polkadot/types": "npm:16.5.5"
|
||||
"@polkadot/util": "npm:^14.0.1"
|
||||
rxjs: "npm:^7.8.1"
|
||||
tslib: "npm:^2.8.1"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/rpc-provider@npm:16.5.1, @polkadot/rpc-provider@workspace:packages/rpc-provider":
|
||||
"@polkadot/rpc-provider@npm:16.5.5, @polkadot/rpc-provider@workspace:packages/rpc-provider":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/rpc-provider@workspace:packages/rpc-provider"
|
||||
dependencies:
|
||||
"@polkadot/keyring": "npm:^13.5.7"
|
||||
"@polkadot/types": "npm:16.5.1"
|
||||
"@polkadot/types-support": "npm:16.5.1"
|
||||
"@polkadot/util": "npm:^13.5.7"
|
||||
"@polkadot/util-crypto": "npm:^13.5.7"
|
||||
"@polkadot/x-fetch": "npm:^13.5.7"
|
||||
"@polkadot/x-global": "npm:^13.5.7"
|
||||
"@polkadot/x-ws": "npm:^13.5.7"
|
||||
"@polkadot/keyring": "npm:^14.0.1"
|
||||
"@polkadot/types": "npm:16.5.5"
|
||||
"@polkadot/types-support": "npm:16.5.5"
|
||||
"@polkadot/util": "npm:^14.0.1"
|
||||
"@polkadot/util-crypto": "npm:^14.0.1"
|
||||
"@polkadot/x-fetch": "npm:^14.0.1"
|
||||
"@polkadot/x-global": "npm:^14.0.1"
|
||||
"@polkadot/x-ws": "npm:^14.0.1"
|
||||
"@substrate/connect": "npm:0.8.11"
|
||||
eventemitter3: "npm:^5.0.1"
|
||||
mock-socket: "npm:^9.3.1"
|
||||
@@ -710,19 +726,19 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/typegen@workspace:packages/typegen"
|
||||
dependencies:
|
||||
"@polkadot/api": "npm:16.5.1"
|
||||
"@polkadot/api-augment": "npm:16.5.1"
|
||||
"@polkadot/api-derive": "npm:16.5.1"
|
||||
"@polkadot/rpc-augment": "npm:16.5.1"
|
||||
"@polkadot/rpc-provider": "npm:16.5.1"
|
||||
"@polkadot/types": "npm:16.5.1"
|
||||
"@polkadot/types-augment": "npm:16.5.1"
|
||||
"@polkadot/types-codec": "npm:16.5.1"
|
||||
"@polkadot/types-create": "npm:16.5.1"
|
||||
"@polkadot/types-support": "npm:16.5.1"
|
||||
"@polkadot/util": "npm:^13.5.7"
|
||||
"@polkadot/util-crypto": "npm:^13.5.7"
|
||||
"@polkadot/x-ws": "npm:^13.5.7"
|
||||
"@polkadot/api": "npm:16.5.5"
|
||||
"@polkadot/api-augment": "npm:16.5.5"
|
||||
"@polkadot/api-derive": "npm:16.5.5"
|
||||
"@polkadot/rpc-augment": "npm:16.5.5"
|
||||
"@polkadot/rpc-provider": "npm:16.5.5"
|
||||
"@polkadot/types": "npm:16.5.5"
|
||||
"@polkadot/types-augment": "npm:16.5.5"
|
||||
"@polkadot/types-codec": "npm:16.5.5"
|
||||
"@polkadot/types-create": "npm:16.5.5"
|
||||
"@polkadot/types-support": "npm:16.5.5"
|
||||
"@polkadot/util": "npm:^14.0.1"
|
||||
"@polkadot/util-crypto": "npm:^14.0.1"
|
||||
"@polkadot/x-ws": "npm:^14.0.1"
|
||||
"@types/yargs": "npm:^17.0.33"
|
||||
comment-parser: "npm:^1.4.1"
|
||||
handlebars: "npm:^4.7.8"
|
||||
@@ -737,267 +753,268 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-augment@npm:16.5.1, @polkadot/types-augment@workspace:packages/types-augment":
|
||||
"@polkadot/types-augment@npm:16.5.5, @polkadot/types-augment@workspace:packages/types-augment":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/types-augment@workspace:packages/types-augment"
|
||||
dependencies:
|
||||
"@polkadot/types": "npm:16.5.1"
|
||||
"@polkadot/types-codec": "npm:16.5.1"
|
||||
"@polkadot/util": "npm:^13.5.7"
|
||||
"@polkadot/types": "npm:16.5.5"
|
||||
"@polkadot/types-codec": "npm:16.5.5"
|
||||
"@polkadot/util": "npm:^14.0.1"
|
||||
tslib: "npm:^2.8.1"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-codec@npm:16.5.1, @polkadot/types-codec@workspace:packages/types-codec":
|
||||
"@polkadot/types-codec@npm:16.5.5, @polkadot/types-codec@workspace:packages/types-codec":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/types-codec@workspace:packages/types-codec"
|
||||
dependencies:
|
||||
"@polkadot/types": "npm:16.5.1"
|
||||
"@polkadot/types-augment": "npm:16.5.1"
|
||||
"@polkadot/types-support": "npm:16.5.1"
|
||||
"@polkadot/util": "npm:^13.5.7"
|
||||
"@polkadot/util-crypto": "npm:^13.5.7"
|
||||
"@polkadot/x-bigint": "npm:^13.5.7"
|
||||
"@polkadot/types": "npm:16.5.5"
|
||||
"@polkadot/types-augment": "npm:16.5.5"
|
||||
"@polkadot/types-support": "npm:16.5.5"
|
||||
"@polkadot/util": "npm:^14.0.1"
|
||||
"@polkadot/util-crypto": "npm:^14.0.1"
|
||||
"@polkadot/x-bigint": "npm:^14.0.1"
|
||||
tslib: "npm:^2.8.1"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-create@npm:16.5.1, @polkadot/types-create@workspace:packages/types-create":
|
||||
"@polkadot/types-create@npm:16.5.5, @polkadot/types-create@workspace:packages/types-create":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/types-create@workspace:packages/types-create"
|
||||
dependencies:
|
||||
"@polkadot/types": "npm:16.5.1"
|
||||
"@polkadot/types-codec": "npm:16.5.1"
|
||||
"@polkadot/util": "npm:^13.5.7"
|
||||
"@polkadot/types": "npm:16.5.5"
|
||||
"@polkadot/types-codec": "npm:16.5.5"
|
||||
"@polkadot/util": "npm:^14.0.1"
|
||||
tslib: "npm:^2.8.1"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-known@npm:16.5.1, @polkadot/types-known@workspace:packages/types-known":
|
||||
"@polkadot/types-known@npm:16.5.5, @polkadot/types-known@workspace:packages/types-known":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/types-known@workspace:packages/types-known"
|
||||
dependencies:
|
||||
"@polkadot/api": "npm:16.5.1"
|
||||
"@polkadot/networks": "npm:^13.5.7"
|
||||
"@polkadot/types": "npm:16.5.1"
|
||||
"@polkadot/types-codec": "npm:16.5.1"
|
||||
"@polkadot/types-create": "npm:16.5.1"
|
||||
"@polkadot/util": "npm:^13.5.7"
|
||||
"@polkadot/api": "npm:16.5.5"
|
||||
"@polkadot/networks": "npm:^14.0.1"
|
||||
"@polkadot/types": "npm:16.5.5"
|
||||
"@polkadot/types-codec": "npm:16.5.5"
|
||||
"@polkadot/types-create": "npm:16.5.5"
|
||||
"@polkadot/util": "npm:^14.0.1"
|
||||
tslib: "npm:^2.8.1"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-support@npm:16.5.1, @polkadot/types-support@workspace:packages/types-support":
|
||||
"@polkadot/types-support@npm:16.5.5, @polkadot/types-support@workspace:packages/types-support":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/types-support@workspace:packages/types-support"
|
||||
dependencies:
|
||||
"@polkadot/util": "npm:^13.5.7"
|
||||
"@polkadot/util": "npm:^14.0.1"
|
||||
tslib: "npm:^2.8.1"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types@npm:16.5.1, @polkadot/types@workspace:packages/types":
|
||||
"@polkadot/types@npm:16.5.5, @polkadot/types@workspace:packages/types":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/types@workspace:packages/types"
|
||||
dependencies:
|
||||
"@polkadot/keyring": "npm:^13.5.7"
|
||||
"@polkadot/types-augment": "npm:16.5.1"
|
||||
"@polkadot/types-codec": "npm:16.5.1"
|
||||
"@polkadot/types-create": "npm:16.5.1"
|
||||
"@polkadot/types-support": "npm:16.5.1"
|
||||
"@polkadot/util": "npm:^13.5.7"
|
||||
"@polkadot/util-crypto": "npm:^13.5.7"
|
||||
"@polkadot/keyring": "npm:^14.0.1"
|
||||
"@polkadot/types-augment": "npm:16.5.5"
|
||||
"@polkadot/types-codec": "npm:16.5.5"
|
||||
"@polkadot/types-create": "npm:16.5.5"
|
||||
"@polkadot/types-support": "npm:16.5.5"
|
||||
"@polkadot/util": "npm:^14.0.1"
|
||||
"@polkadot/util-crypto": "npm:^14.0.1"
|
||||
rxjs: "npm:^7.8.1"
|
||||
tslib: "npm:^2.8.1"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@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.1, @polkadot/util-crypto@npm:^14.0.1":
|
||||
version: 14.0.1
|
||||
resolution: "@polkadot/util-crypto@npm:14.0.1"
|
||||
dependencies:
|
||||
"@noble/curves": "npm:^1.3.0"
|
||||
"@noble/hashes": "npm:^1.3.3"
|
||||
"@polkadot/networks": "npm:13.5.7"
|
||||
"@polkadot/util": "npm:13.5.7"
|
||||
"@polkadot/wasm-crypto": "npm:^7.5.1"
|
||||
"@polkadot/wasm-util": "npm:^7.5.1"
|
||||
"@polkadot/x-bigint": "npm:13.5.7"
|
||||
"@polkadot/x-randomvalues": "npm:13.5.7"
|
||||
"@polkadot/networks": "npm:14.0.1"
|
||||
"@polkadot/util": "npm:14.0.1"
|
||||
"@polkadot/wasm-crypto": "npm:^7.5.3"
|
||||
"@polkadot/wasm-util": "npm:^7.5.3"
|
||||
"@polkadot/x-bigint": "npm:14.0.1"
|
||||
"@polkadot/x-randomvalues": "npm:14.0.1"
|
||||
"@scure/base": "npm:^1.1.7"
|
||||
"@scure/sr25519": "npm:^0.2.0"
|
||||
tslib: "npm:^2.8.0"
|
||||
peerDependencies:
|
||||
"@polkadot/util": 13.5.7
|
||||
checksum: 10/5a924916b4ed613cca2f2576c2dab872544f975906cc536b9980ebdf9a48d3c4b5959f006c660020c658394559ab6fa33d94c193b22479a1953dde8c76576231
|
||||
"@polkadot/util": 14.0.1
|
||||
checksum: 10/132a89d4e80ba0076213ca03991e6195ad8abb3b469b4fdca1826187c4bc879f0310c9c99a73b8a2e5ca2af427c6715af7e43c99c3c9199090091ab354281d95
|
||||
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.1, @polkadot/util@npm:^14.0.1":
|
||||
version: 14.0.1
|
||||
resolution: "@polkadot/util@npm:14.0.1"
|
||||
dependencies:
|
||||
"@polkadot/x-bigint": "npm:13.5.7"
|
||||
"@polkadot/x-global": "npm:13.5.7"
|
||||
"@polkadot/x-textdecoder": "npm:13.5.7"
|
||||
"@polkadot/x-textencoder": "npm:13.5.7"
|
||||
"@polkadot/x-bigint": "npm:14.0.1"
|
||||
"@polkadot/x-global": "npm:14.0.1"
|
||||
"@polkadot/x-textdecoder": "npm:14.0.1"
|
||||
"@polkadot/x-textencoder": "npm:14.0.1"
|
||||
"@types/bn.js": "npm:^5.1.6"
|
||||
bn.js: "npm:^5.2.1"
|
||||
tslib: "npm:^2.8.0"
|
||||
checksum: 10/66a03ec05aaf8642809a46f6adf0c9b4b843b2f8fce6520dc4db9da607af96a25baf166e09595b26d3d419cf55f55494d51985d5a90f55bc66d061b1fbaf9e99
|
||||
checksum: 10/c6f8f3d2fa1a68f1af0396090fce191eab58a4256c201d60231b697051c0db34e4a7bcbcd2cf833796d839762366f0d7553e8613ccadeb03c422c3d159563aea
|
||||
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.3":
|
||||
version: 7.5.3
|
||||
resolution: "@polkadot/wasm-bridge@npm:7.5.3"
|
||||
dependencies:
|
||||
"@polkadot/wasm-util": "npm:7.5.1"
|
||||
"@polkadot/wasm-util": "npm:7.5.3"
|
||||
tslib: "npm:^2.7.0"
|
||||
peerDependencies:
|
||||
"@polkadot/util": "*"
|
||||
"@polkadot/x-randomvalues": "*"
|
||||
checksum: 10/70094b6e9727a902a922709326022e22c2a9bc7e27de541d646cb25d3cbee56df5eddd4a0046269ef34092562bc7f746e5d3347ac3f8aff01990eae837d078b8
|
||||
checksum: 10/b2274de457978c961f40be54d243056608d82035762e1bbbfbfa09f51191b7fbb35d34f25854f8251aa5d451faa0547061578c906922c8d3f7964075f1993955
|
||||
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.3":
|
||||
version: 7.5.3
|
||||
resolution: "@polkadot/wasm-crypto-asmjs@npm:7.5.3"
|
||||
dependencies:
|
||||
tslib: "npm:^2.7.0"
|
||||
peerDependencies:
|
||||
"@polkadot/util": "*"
|
||||
checksum: 10/6849a96bf9191f22e238fa847ebc8cbbb13d9d2569007dde6055769144c3c6cf8398e81f3ab93b3fad458bf69f3833a77f197ff36b015fb61690ee15ba9ec45b
|
||||
checksum: 10/407bfd079dc81e310966c855f9abb759ce6199e0380b4054d084f248915bd8259b8b9c1ca6d380d5628af3356fd70809ac67df8a847408eddb044a3944972ef6
|
||||
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.3":
|
||||
version: 7.5.3
|
||||
resolution: "@polkadot/wasm-crypto-init@npm:7.5.3"
|
||||
dependencies:
|
||||
"@polkadot/wasm-bridge": "npm:7.5.1"
|
||||
"@polkadot/wasm-crypto-asmjs": "npm:7.5.1"
|
||||
"@polkadot/wasm-crypto-wasm": "npm:7.5.1"
|
||||
"@polkadot/wasm-util": "npm:7.5.1"
|
||||
"@polkadot/wasm-bridge": "npm:7.5.3"
|
||||
"@polkadot/wasm-crypto-asmjs": "npm:7.5.3"
|
||||
"@polkadot/wasm-crypto-wasm": "npm:7.5.3"
|
||||
"@polkadot/wasm-util": "npm:7.5.3"
|
||||
tslib: "npm:^2.7.0"
|
||||
peerDependencies:
|
||||
"@polkadot/util": "*"
|
||||
"@polkadot/x-randomvalues": "*"
|
||||
checksum: 10/ca429d97bdfe637d1b3672015d16bc0a160af37bf647ccb52597b40f929fc7af16096c1af5603fb5b838e04140db91904c774fb3e59cd34debf026e45c77ac5b
|
||||
checksum: 10/3e2e78252856d6be25df12eb7dcd1f2985f95c86178ec95698cdc1a6b5fe7a90e5950767c98dac9daa91c50eb667bcf06a2a2d6a8011cf3357287fdfab07687d
|
||||
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.3":
|
||||
version: 7.5.3
|
||||
resolution: "@polkadot/wasm-crypto-wasm@npm:7.5.3"
|
||||
dependencies:
|
||||
"@polkadot/wasm-util": "npm:7.5.1"
|
||||
"@polkadot/wasm-util": "npm:7.5.3"
|
||||
tslib: "npm:^2.7.0"
|
||||
peerDependencies:
|
||||
"@polkadot/util": "*"
|
||||
checksum: 10/c652b38edbb07d7b7546ecdb44ea370244e3f1ff37c9733ee2db4d7e7483e7c7496ce220ec5c621a26fdb49d0475390fc84d51cec5ddb110fa0fc3373d06dd43
|
||||
checksum: 10/b5d0ca87c750d246fe49d170c3738764d649d9a1869eb0c275b5c3024d6a9c44ab5d581d2f81f6b2d4d29e44856397f7102fc94c8adead12729b7d493174d2bd
|
||||
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.3
|
||||
resolution: "@polkadot/wasm-crypto@npm:7.5.3"
|
||||
dependencies:
|
||||
"@polkadot/wasm-bridge": "npm:7.5.1"
|
||||
"@polkadot/wasm-crypto-asmjs": "npm:7.5.1"
|
||||
"@polkadot/wasm-crypto-init": "npm:7.5.1"
|
||||
"@polkadot/wasm-crypto-wasm": "npm:7.5.1"
|
||||
"@polkadot/wasm-util": "npm:7.5.1"
|
||||
"@polkadot/wasm-bridge": "npm:7.5.3"
|
||||
"@polkadot/wasm-crypto-asmjs": "npm:7.5.3"
|
||||
"@polkadot/wasm-crypto-init": "npm:7.5.3"
|
||||
"@polkadot/wasm-crypto-wasm": "npm:7.5.3"
|
||||
"@polkadot/wasm-util": "npm:7.5.3"
|
||||
tslib: "npm:^2.7.0"
|
||||
peerDependencies:
|
||||
"@polkadot/util": "*"
|
||||
"@polkadot/x-randomvalues": "*"
|
||||
checksum: 10/d304959e67dab123f9ba9e9d400358156478f633ef3e2f760530fc556d79fcebc155be809ec73dc54c247c4e5185e118fe23c191167a9ad77ec575adb32979e3
|
||||
checksum: 10/a695a6bc3402ee7c79e90b546114fc504f80d0247fb445810fcb1b8ab62351b3d9f0c50a6ca47ebda0bec145534275ab9092bb926fd69443cbc7be7b9bb50bc0
|
||||
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.3, @polkadot/wasm-util@npm:^7.5.3":
|
||||
version: 7.5.3
|
||||
resolution: "@polkadot/wasm-util@npm:7.5.3"
|
||||
dependencies:
|
||||
tslib: "npm:^2.7.0"
|
||||
peerDependencies:
|
||||
"@polkadot/util": "*"
|
||||
checksum: 10/7e96be99a275f6e4a68b92b6439b70aa7d80f1209031d4f7e7f7c00dee65272aabaaee43ec153c969a72a02792c2bf271e266bccd60e83e9a1450c5c5e7b06ee
|
||||
checksum: 10/82c2149c7db0c9cc566aea6caad51e6048d1ee6b9bb7ac06f59c3c28bb94f0d0678f6ee4e51becd241105ba37a6d9e30653f74d630d1bc685ceb18b601f9acda
|
||||
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"
|
||||
"@polkadot/x-bigint@npm:14.0.1, @polkadot/x-bigint@npm:^14.0.1":
|
||||
version: 14.0.1
|
||||
resolution: "@polkadot/x-bigint@npm:14.0.1"
|
||||
dependencies:
|
||||
"@polkadot/x-global": "npm:13.5.7"
|
||||
"@polkadot/x-global": "npm:14.0.1"
|
||||
tslib: "npm:^2.8.0"
|
||||
checksum: 10/a890310186d457e234f03e05e5ade4a591d210002691c6c52f9eb75b3624d8e5c11c333817cdd8b3f627dc6eee685fa6a44d666c3d24ed5d5d545936b870e230
|
||||
checksum: 10/e56c4086c19ecf93b18d6613ae1c03c28755899f7baf817ed870ade4c39be610e5cf5d098944845943a3d713f2c0aabe80b4762d7a7f89df87891ba83625c322
|
||||
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.1":
|
||||
version: 14.0.1
|
||||
resolution: "@polkadot/x-fetch@npm:14.0.1"
|
||||
dependencies:
|
||||
"@polkadot/x-global": "npm:13.5.7"
|
||||
"@polkadot/x-global": "npm:14.0.1"
|
||||
node-fetch: "npm:^3.3.2"
|
||||
tslib: "npm:^2.8.0"
|
||||
checksum: 10/8c3ba3ce3b229c7106d3e3c77daba8676d857d39889ecbd1646dbc36d6d528c4d77e951785067fbc4efb7a6e94fc7a1346e90f7fac332b1e35d17ea4b01e4a93
|
||||
checksum: 10/a358687605e3c622d36ebfd94607ceb74b5430a247f83bb675b085d8baaca740f004bb4f23626f0119219d8971bb415e7dfc13c78f1f6711a6d4b5f082eb1130
|
||||
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-global@npm:14.0.1, @polkadot/x-global@npm:^14.0.1":
|
||||
version: 14.0.1
|
||||
resolution: "@polkadot/x-global@npm:14.0.1"
|
||||
dependencies:
|
||||
tslib: "npm:^2.8.0"
|
||||
checksum: 10/756532b29565c0c72e6e911a8dc36b7256b55771119e9ee8fe8979a8cc0b09726b12d7708ea9459f72ae2843e0cdaca724d484b8faefcd43b3d24e5fa222ba6d
|
||||
checksum: 10/f5486c836b4cf95e1a84921961ba7c2fb4426b4f28af3a9e33fb78f7ae846dbe6d39bd2d9916e6eb7e0aed3e7e743c5b432a9437ecff944ed96db1640f25e288
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/x-randomvalues@npm:13.5.7":
|
||||
version: 13.5.7
|
||||
resolution: "@polkadot/x-randomvalues@npm:13.5.7"
|
||||
"@polkadot/x-randomvalues@npm:14.0.1":
|
||||
version: 14.0.1
|
||||
resolution: "@polkadot/x-randomvalues@npm:14.0.1"
|
||||
dependencies:
|
||||
"@polkadot/x-global": "npm:13.5.7"
|
||||
"@polkadot/x-global": "npm:14.0.1"
|
||||
tslib: "npm:^2.8.0"
|
||||
peerDependencies:
|
||||
"@polkadot/util": 13.5.7
|
||||
"@polkadot/util": 14.0.1
|
||||
"@polkadot/wasm-util": "*"
|
||||
checksum: 10/49bd20e2140fa1905374e730726d9882ce4f651d3a10e7c705b1a7d6530190ea913b05165c6d19355e24284f872b2afd0a54042c3d33479e983016c30f1ccd11
|
||||
checksum: 10/0c382109938786cfe159920de28d53bfe949e54fb60e15a45ce97a3a311c0b62b37051f978aaff1d342a92a8d0684d9065eac6d46138b769dca69fbf61c57fa7
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/x-textdecoder@npm:13.5.7":
|
||||
version: 13.5.7
|
||||
resolution: "@polkadot/x-textdecoder@npm:13.5.7"
|
||||
"@polkadot/x-textdecoder@npm:14.0.1":
|
||||
version: 14.0.1
|
||||
resolution: "@polkadot/x-textdecoder@npm:14.0.1"
|
||||
dependencies:
|
||||
"@polkadot/x-global": "npm:13.5.7"
|
||||
"@polkadot/x-global": "npm:14.0.1"
|
||||
tslib: "npm:^2.8.0"
|
||||
checksum: 10/4a53a3cef1e978a9a86ab08850dd45f11971b56f6735b310f63900722cdb9cb605fadf2e9dc4bb15959e96778a47842257f363b02779bb65cc3156999ced82a3
|
||||
checksum: 10/b33f51f93046fdab0c20b6cc764f52051a06403467fbe8c8742bca5e89ed492ecbb69e4f90a1f8090c330c3ccdcd63311cc695b8f7401212e9085c3804724970
|
||||
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.1":
|
||||
version: 14.0.1
|
||||
resolution: "@polkadot/x-textencoder@npm:14.0.1"
|
||||
dependencies:
|
||||
"@polkadot/x-global": "npm:13.5.7"
|
||||
"@polkadot/x-global": "npm:14.0.1"
|
||||
tslib: "npm:^2.8.0"
|
||||
checksum: 10/b88e13db070c94fe20aed8c739d1740ecd6545921316efe0e4dbea6f0c489c849bbcf7ce6e1a81405885a90b359af812b78a5d06cfbdb555fb0ae9602b2357e9
|
||||
checksum: 10/9627aed6c660c04ee7c633fbe99c68fb172c35ce5e9bdb9afa3ef4d245f8f99ff5da552d6088b25343238d243adedaab7cbd54b7fba5121fe5e3c612337ef404
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/x-ws@npm:^13.5.7":
|
||||
version: 13.5.7
|
||||
resolution: "@polkadot/x-ws@npm:13.5.7"
|
||||
"@polkadot/x-ws@npm:^14.0.1":
|
||||
version: 14.0.1
|
||||
resolution: "@polkadot/x-ws@npm:14.0.1"
|
||||
dependencies:
|
||||
"@polkadot/x-global": "npm:13.5.7"
|
||||
"@polkadot/x-global": "npm:14.0.1"
|
||||
tslib: "npm:^2.8.0"
|
||||
ws: "npm:^8.18.0"
|
||||
checksum: 10/1c8da2d1dd0e08dd08a77badf4a89d8d4b7e6de45669feeb75bf718725c40d03ffabfb60a9ea35ca6d230f31f6874e62e30b343f4f3000d62e0ba5945a38c073
|
||||
checksum: 10/7504fd086619476599bab21aecfdd3699eb9a00518d1bf2e25d07cd838c46d2b887819f1070ad552373a3b33f2484de94d8689f95a67de1aa9d402938e26d19b
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -1212,6 +1229,16 @@ __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": "npm:~1.9.2"
|
||||
"@noble/hashes": "npm:~1.8.0"
|
||||
checksum: 10/3c47b474811642b43fd8c96f7846c9d88c9a06eefa7d6360b6421ebdfb6cf582e1e8fdce9ae4708b088a0e323cd6519c883c3a33a284c2fad592414b02f19049
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@sindresorhus/is@npm:^0.14.0":
|
||||
version: 0.14.0
|
||||
resolution: "@sindresorhus/is@npm:0.14.0"
|
||||
|
||||
Reference in New Issue
Block a user