Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4fbdbcf8c5 | ||
|
|
ac5c993b27 |
+2
-1
@@ -12,4 +12,5 @@
|
||||
5.6.3
|
||||
5.9.2
|
||||
|
||||
6.0.2
|
||||
6.0.2
|
||||
6.0.3
|
||||
@@ -1,5 +1,12 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 6.0.3 Mar 5, 2021
|
||||
|
||||
Changes:
|
||||
|
||||
- Add import indirection for both CJS & ESM (where generated source file is commonjs)
|
||||
|
||||
|
||||
## 6.0.2 Mar 5, 2021
|
||||
|
||||
Changes:
|
||||
|
||||
+1
-1
@@ -25,5 +25,5 @@
|
||||
"@polkadot/ts": "^0.3.61",
|
||||
"@types/jest": "^26.0.20"
|
||||
},
|
||||
"version": "6.0.2"
|
||||
"version": "6.0.3"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/hw-ledger-transports",
|
||||
"version": "6.0.2",
|
||||
"version": "6.0.3",
|
||||
"type": "module",
|
||||
"repository": "github:polkadot-js/common",
|
||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/hw-ledger-transports', version: '6.0.2' };
|
||||
export const packageInfo = { name: '@polkadot/hw-ledger-transports', version: '6.0.3' };
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/hw-ledger",
|
||||
"version": "6.0.2",
|
||||
"version": "6.0.3",
|
||||
"type": "module",
|
||||
"repository": "github:polkadot-js/common",
|
||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||
@@ -14,8 +14,8 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.13.9",
|
||||
"@polkadot/hw-ledger-transports": "6.0.2",
|
||||
"@polkadot/util": "^6.0.2",
|
||||
"@polkadot/hw-ledger-transports": "6.0.3",
|
||||
"@polkadot/util": "^6.0.3",
|
||||
"@zondax/ledger-polkadot": "^0.13.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/hw-ledger', version: '6.0.2' };
|
||||
export const packageInfo = { name: '@polkadot/hw-ledger', version: '6.0.3' };
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/keyring",
|
||||
"version": "6.0.2",
|
||||
"version": "6.0.3",
|
||||
"type": "module",
|
||||
"description": "Keyring management",
|
||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||
@@ -17,11 +17,11 @@
|
||||
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/keyring#readme",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.13.9",
|
||||
"@polkadot/util": "6.0.2",
|
||||
"@polkadot/util-crypto": "6.0.2"
|
||||
"@polkadot/util": "6.0.3",
|
||||
"@polkadot/util-crypto": "6.0.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@polkadot/util": "6.0.2",
|
||||
"@polkadot/util-crypto": "6.0.2"
|
||||
"@polkadot/util": "6.0.3",
|
||||
"@polkadot/util-crypto": "6.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/keyring', version: '6.0.2' };
|
||||
export const packageInfo = { name: '@polkadot/keyring', version: '6.0.3' };
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/networks",
|
||||
"version": "6.0.2",
|
||||
"version": "6.0.3",
|
||||
"type": "module",
|
||||
"description": "A list of all available Substrate networks and their applicable prefixes",
|
||||
"main": "index.js",
|
||||
@@ -16,7 +16,7 @@
|
||||
"@babel/runtime": "^7.13.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/util": "6.0.2",
|
||||
"@polkadot/x-fetch": "6.0.2"
|
||||
"@polkadot/util": "6.0.3",
|
||||
"@polkadot/x-fetch": "6.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/networks', version: '6.0.2' };
|
||||
export const packageInfo = { name: '@polkadot/networks', version: '6.0.3' };
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/util-crypto",
|
||||
"version": "6.0.2",
|
||||
"version": "6.0.3",
|
||||
"type": "module",
|
||||
"description": "A collection of useful crypto utilities for @polkadot",
|
||||
"main": "index.js",
|
||||
@@ -17,10 +17,10 @@
|
||||
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/util-crypto#readme",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.13.9",
|
||||
"@polkadot/networks": "6.0.2",
|
||||
"@polkadot/util": "6.0.2",
|
||||
"@polkadot/wasm-crypto": "^4.0.1",
|
||||
"@polkadot/x-randomvalues": "6.0.2",
|
||||
"@polkadot/networks": "6.0.3",
|
||||
"@polkadot/util": "6.0.3",
|
||||
"@polkadot/wasm-crypto": "^4.0.2",
|
||||
"@polkadot/x-randomvalues": "6.0.3",
|
||||
"base-x": "^3.0.8",
|
||||
"base64-js": "^1.5.1",
|
||||
"blakejs": "^1.1.0",
|
||||
@@ -41,6 +41,6 @@
|
||||
"@types/xxhashjs": "^0.2.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@polkadot/util": "6.0.2"
|
||||
"@polkadot/util": "6.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/util-crypto', version: '6.0.2' };
|
||||
export const packageInfo = { name: '@polkadot/util-crypto', version: '6.0.3' };
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/util",
|
||||
"version": "6.0.2",
|
||||
"version": "6.0.3",
|
||||
"type": "module",
|
||||
"description": "A collection of useful utilities for @polkadot",
|
||||
"main": "index.js",
|
||||
@@ -17,8 +17,8 @@
|
||||
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/util#readme",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.13.9",
|
||||
"@polkadot/x-textdecoder": "6.0.2",
|
||||
"@polkadot/x-textencoder": "6.0.2",
|
||||
"@polkadot/x-textdecoder": "6.0.3",
|
||||
"@polkadot/x-textencoder": "6.0.3",
|
||||
"@types/bn.js": "^4.11.6",
|
||||
"bn.js": "^4.11.9",
|
||||
"camelcase": "^5.3.1",
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/util', version: '6.0.2' };
|
||||
export const packageInfo = { name: '@polkadot/util', version: '6.0.3' };
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/x-fetch",
|
||||
"version": "6.0.2",
|
||||
"version": "6.0.3",
|
||||
"type": "module",
|
||||
"description": "A cross-environment fetch replacement",
|
||||
"browser": "browser.js",
|
||||
@@ -16,7 +16,7 @@
|
||||
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/x-fetch#readme",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.13.9",
|
||||
"@polkadot/x-global": "6.0.2",
|
||||
"@polkadot/x-global": "6.0.3",
|
||||
"@types/node-fetch": "^2.5.8",
|
||||
"node-fetch": "^2.6.1"
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/x-fetch', version: '6.0.2' };
|
||||
export const packageInfo = { name: '@polkadot/x-fetch', version: '6.0.3' };
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/x-global",
|
||||
"version": "6.0.2",
|
||||
"version": "6.0.3",
|
||||
"type": "module",
|
||||
"description": "A cross-environment global replacement",
|
||||
"main": "index.js",
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/x-global', version: '6.0.2' };
|
||||
export const packageInfo = { name: '@polkadot/x-global', version: '6.0.3' };
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/x-randomvalues",
|
||||
"version": "6.0.2",
|
||||
"version": "6.0.3",
|
||||
"type": "module",
|
||||
"description": "A cross-environment window.crypto.getRandomValues replacement",
|
||||
"browser": "browser.js",
|
||||
@@ -16,7 +16,7 @@
|
||||
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/x-randomvalues#readme",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.13.9",
|
||||
"@polkadot/x-global": "6.0.2"
|
||||
"@polkadot/x-global": "6.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react-native": "^0.63.50"
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/x-randomvalues', version: '6.0.2' };
|
||||
export const packageInfo = { name: '@polkadot/x-randomvalues', version: '6.0.3' };
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/x-rxjs",
|
||||
"version": "6.0.2",
|
||||
"version": "6.0.3",
|
||||
"type": "module",
|
||||
"description": "A pass-through interface for RxJs (allowing node + mjs usage)",
|
||||
"main": "index.js",
|
||||
|
||||
@@ -2,9 +2,7 @@
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
// This is not great, but while having esm files, rxjs doesn't quite play nicely with
|
||||
// Node.js mjs files. (Hopefully this improves in 7.0, although no exports map as of yet)
|
||||
//
|
||||
// Generated via s/export \{ (.*) \} from .*/exports.$1 = rxjs.$1;/ on rxjs/_esm
|
||||
// Node.js esm files. (Hopefully this improves in 7.0, although no exports map as of yet)
|
||||
|
||||
const rxjs = require('rxjs');
|
||||
|
||||
@@ -2,9 +2,7 @@
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
// This is not great, but while having esm files, rxjs doesn't quite play nicely with
|
||||
// Node.js mjs files. (Hopefully this improves in 7.0, although no exports map as of yet)
|
||||
//
|
||||
// Generated via s/export \{ (.*) \} from .*/exports.$1 = rxjs.$1;/ on rxjs/_esm
|
||||
// Node.js esm files. (Hopefully this improves in 7.0, although no exports map as of yet)
|
||||
|
||||
const operators = require('rxjs/operators');
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"type": "commonjs"
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
// Copyright 2017-2021 @polkadot/x-rxjs authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
// export { animationFrame, animationFrameScheduler, ArgumentOutOfRangeError, asap, asapScheduler, async, asyncScheduler, AsyncSubject, BehaviorSubject, bindCallback, bindNodeCallback, combineLatest, concat, config, ConnectableObservable, defer, EMPTY, empty, EmptyError, forkJoin, from, fromEvent, fromEventPattern, generate, GroupedObservable, identity, iif, interval, isObservable, merge, NEVER, never, noop, Notification, NotificationKind, ObjectUnsubscribedError, Observable, observable, of, onErrorResumeNext, pairs, partition, pipe, queue, queueScheduler, race, range, ReplaySubject, scheduled, Scheduler, Subject, Subscriber, Subscription, throwError, TimeoutError, timer, UnsubscriptionError, using, VirtualAction, VirtualTimeScheduler, zip } from 'rxjs/_esm5/index.js';
|
||||
|
||||
export * from './index.cjs';
|
||||
@@ -0,0 +1,4 @@
|
||||
// Copyright 2017-2021 @polkadot/x-rxjs authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
export * from './cjs/index.js';
|
||||
@@ -1,6 +0,0 @@
|
||||
// Copyright 2017-2021 @polkadot/x-rxjs authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
// export { audit, auditTime, buffer, bufferCount, bufferTime, bufferToggle, bufferWhen, catchError, combineAll, combineLatest, concat, concatAll, concatMap, concatMapTo, count, debounce, debounceTime, defaultIfEmpty, delay, delayWhen, dematerialize, distinct, distinctUntilChanged, distinctUntilKeyChanged, elementAt, endWith, every, exhaust, exhaustMap, expand, filter, finalize, find, findIndex, first, flatMap, groupBy, ignoreElements, isEmpty, last, map, mapTo, materialize, max, merge, mergeAll, mergeMap, mergeMapTo, mergeScan, min, multicast, observeOn, onErrorResumeNext, pairwise, partition, pluck, publish, publishBehavior, publishLast, publishReplay, race, reduce, refCount, repeat, repeatWhen, retry, retryWhen, sample, sampleTime, scan, sequenceEqual, share, shareReplay, single, skip, skipLast, skipUntil, skipWhile, startWith, subscribeOn, switchAll, switchMap, switchMapTo, take, takeLast, takeUntil, takeWhile, tap, throttle, throttleTime, throwIfEmpty, timeInterval, timeout, timeoutWith, timestamp, toArray, window, windowCount, windowTime, windowToggle, windowWhen, withLatestFrom, zip, zipAll } from 'rxjs/_esm5/operators/index.js';
|
||||
|
||||
export * from './operators.cjs';
|
||||
@@ -0,0 +1,4 @@
|
||||
// Copyright 2017-2021 @polkadot/x-rxjs authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
export * from './cjs/operators.js';
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/x-rxjs', version: '6.0.2' };
|
||||
export const packageInfo = { name: '@polkadot/x-rxjs', version: '6.0.3' };
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/x-textdecoder",
|
||||
"version": "6.0.2",
|
||||
"version": "6.0.3",
|
||||
"type": "module",
|
||||
"description": "A TextDecoder replacement",
|
||||
"browser": "browser.js",
|
||||
@@ -16,6 +16,6 @@
|
||||
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/x-textdecoder#readme",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.13.9",
|
||||
"@polkadot/x-global": "6.0.2"
|
||||
"@polkadot/x-global": "6.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/x-textdecoder', version: '6.0.2' };
|
||||
export const packageInfo = { name: '@polkadot/x-textdecoder', version: '6.0.3' };
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/x-textencoder",
|
||||
"version": "6.0.2",
|
||||
"version": "6.0.3",
|
||||
"type": "module",
|
||||
"description": "A TextDecoder replacement",
|
||||
"browser": "browser.js",
|
||||
@@ -16,6 +16,6 @@
|
||||
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/x-textencoder#readme",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.13.9",
|
||||
"@polkadot/x-global": "6.0.2"
|
||||
"@polkadot/x-global": "6.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/x-textencoder', version: '6.0.2' };
|
||||
export const packageInfo = { name: '@polkadot/x-textencoder', version: '6.0.3' };
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/x-ws",
|
||||
"version": "6.0.2",
|
||||
"version": "6.0.3",
|
||||
"type": "module",
|
||||
"description": "A cross-environment WebSocket replacement",
|
||||
"browser": "browser.js",
|
||||
@@ -16,7 +16,7 @@
|
||||
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/x-ws#readme",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.13.9",
|
||||
"@polkadot/x-global": "6.0.2",
|
||||
"@polkadot/x-global": "6.0.3",
|
||||
"@types/websocket": "^1.0.1",
|
||||
"websocket": "^1.0.33"
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/x-ws', version: '6.0.2' };
|
||||
export const packageInfo = { name: '@polkadot/x-ws', version: '6.0.3' };
|
||||
|
||||
@@ -1941,7 +1941,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/hw-ledger-transports@6.0.2, @polkadot/hw-ledger-transports@workspace:packages/hw-ledger-transports":
|
||||
"@polkadot/hw-ledger-transports@6.0.3, @polkadot/hw-ledger-transports@workspace:packages/hw-ledger-transports":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/hw-ledger-transports@workspace:packages/hw-ledger-transports"
|
||||
dependencies:
|
||||
@@ -1961,8 +1961,8 @@ __metadata:
|
||||
resolution: "@polkadot/hw-ledger@workspace:packages/hw-ledger"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.13.9
|
||||
"@polkadot/hw-ledger-transports": 6.0.2
|
||||
"@polkadot/util": ^6.0.2
|
||||
"@polkadot/hw-ledger-transports": 6.0.3
|
||||
"@polkadot/util": ^6.0.3
|
||||
"@zondax/ledger-polkadot": ^0.13.4
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
@@ -1972,21 +1972,21 @@ __metadata:
|
||||
resolution: "@polkadot/keyring@workspace:packages/keyring"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.13.9
|
||||
"@polkadot/util": 6.0.2
|
||||
"@polkadot/util-crypto": 6.0.2
|
||||
"@polkadot/util": 6.0.3
|
||||
"@polkadot/util-crypto": 6.0.3
|
||||
peerDependencies:
|
||||
"@polkadot/util": 6.0.2
|
||||
"@polkadot/util-crypto": 6.0.2
|
||||
"@polkadot/util": 6.0.3
|
||||
"@polkadot/util-crypto": 6.0.3
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/networks@6.0.2, @polkadot/networks@workspace:packages/networks":
|
||||
"@polkadot/networks@6.0.3, @polkadot/networks@workspace:packages/networks":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/networks@workspace:packages/networks"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.13.9
|
||||
"@polkadot/util": 6.0.2
|
||||
"@polkadot/x-fetch": 6.0.2
|
||||
"@polkadot/util": 6.0.3
|
||||
"@polkadot/x-fetch": 6.0.3
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@@ -1999,15 +1999,15 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/util-crypto@6.0.2, @polkadot/util-crypto@workspace:packages/util-crypto":
|
||||
"@polkadot/util-crypto@6.0.3, @polkadot/util-crypto@workspace:packages/util-crypto":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/util-crypto@workspace:packages/util-crypto"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.13.9
|
||||
"@polkadot/networks": 6.0.2
|
||||
"@polkadot/util": 6.0.2
|
||||
"@polkadot/wasm-crypto": ^4.0.1
|
||||
"@polkadot/x-randomvalues": 6.0.2
|
||||
"@polkadot/networks": 6.0.3
|
||||
"@polkadot/util": 6.0.3
|
||||
"@polkadot/wasm-crypto": ^4.0.2
|
||||
"@polkadot/x-randomvalues": 6.0.3
|
||||
"@types/bn.js": ^4.11.6
|
||||
"@types/create-hash": ^1.2.2
|
||||
"@types/elliptic": ^6.4.12
|
||||
@@ -2025,17 +2025,17 @@ __metadata:
|
||||
tweetnacl: ^1.0.3
|
||||
xxhashjs: ^0.2.2
|
||||
peerDependencies:
|
||||
"@polkadot/util": 6.0.2
|
||||
"@polkadot/util": 6.0.3
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/util@6.0.2, @polkadot/util@^6.0.2, @polkadot/util@workspace:packages/util":
|
||||
"@polkadot/util@6.0.3, @polkadot/util@^6.0.3, @polkadot/util@workspace:packages/util":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/util@workspace:packages/util"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.13.9
|
||||
"@polkadot/x-textdecoder": 6.0.2
|
||||
"@polkadot/x-textencoder": 6.0.2
|
||||
"@polkadot/x-textdecoder": 6.0.3
|
||||
"@polkadot/x-textencoder": 6.0.3
|
||||
"@types/bn.js": ^4.11.6
|
||||
bn.js: ^4.11.9
|
||||
camelcase: ^5.3.1
|
||||
@@ -2043,50 +2043,50 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/wasm-crypto-asmjs@npm:^4.0.1":
|
||||
version: 4.0.1
|
||||
resolution: "@polkadot/wasm-crypto-asmjs@npm:4.0.1"
|
||||
"@polkadot/wasm-crypto-asmjs@npm:^4.0.2":
|
||||
version: 4.0.2
|
||||
resolution: "@polkadot/wasm-crypto-asmjs@npm:4.0.2"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.13.9
|
||||
checksum: f4a109e413b511631d98df60c27b646e841a0972b64b198cb4a643f0f95c28b8ac419327502bd48c34630aef85b189c3b2cef17597a92e3c1609a9616972e3cd
|
||||
checksum: 31e88b73a1c73882fd5d8fca4b0b5f1b4db0fc1e5d75c6196b1f7a8f24c19c69cee6f66fd38df41d6f3f0c5b250a346137123dc69a5683bf77294daa11ebdaf0
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/wasm-crypto-wasm@npm:^4.0.1":
|
||||
version: 4.0.1
|
||||
resolution: "@polkadot/wasm-crypto-wasm@npm:4.0.1"
|
||||
"@polkadot/wasm-crypto-wasm@npm:^4.0.2":
|
||||
version: 4.0.2
|
||||
resolution: "@polkadot/wasm-crypto-wasm@npm:4.0.2"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.13.9
|
||||
checksum: de4f4c54df67a82d10ba57331ace93f55435b23b29658420e0e191f39d28d139cf1d441c19ba1da62aecc6ad89e189ce4bdf298df835ec0c5441ceb625d67cda
|
||||
checksum: d149e025a4bc97753adac39f11ec994d3a9a4b0ac37148d5e7c64c41fc6f2cc9c0e4ebb349b043f2dceddbb2ea432b67a11c37fd2547b81aed091680461265cb
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/wasm-crypto@npm:^4.0.1":
|
||||
version: 4.0.1
|
||||
resolution: "@polkadot/wasm-crypto@npm:4.0.1"
|
||||
"@polkadot/wasm-crypto@npm:^4.0.2":
|
||||
version: 4.0.2
|
||||
resolution: "@polkadot/wasm-crypto@npm:4.0.2"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.13.9
|
||||
"@polkadot/wasm-crypto-asmjs": ^4.0.1
|
||||
"@polkadot/wasm-crypto-wasm": ^4.0.1
|
||||
"@polkadot/wasm-crypto-asmjs": ^4.0.2
|
||||
"@polkadot/wasm-crypto-wasm": ^4.0.2
|
||||
peerDependencies:
|
||||
"@polkadot/util": "*"
|
||||
"@polkadot/x-randomvalues": "*"
|
||||
checksum: 5576a10bf7d8adb5e2f7fcde4387a0a40daa060815ad61996e934e4638b4744abc32f450ee1d6685d1253c632d30e85647c1e69a05c27d67e2ed53020b39a423
|
||||
checksum: 3375e334b01f88d454663355806a961868394600d55628067f37407a7764da8f411ba779ccfd3a215dde9873b0aa07e653c9a72f6d587b20e15d543ef52509dc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/x-fetch@6.0.2, @polkadot/x-fetch@workspace:packages/x-fetch":
|
||||
"@polkadot/x-fetch@6.0.3, @polkadot/x-fetch@workspace:packages/x-fetch":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/x-fetch@workspace:packages/x-fetch"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.13.9
|
||||
"@polkadot/x-global": 6.0.2
|
||||
"@polkadot/x-global": 6.0.3
|
||||
"@types/node-fetch": ^2.5.8
|
||||
node-fetch: ^2.6.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/x-global@6.0.2, @polkadot/x-global@workspace:packages/x-global":
|
||||
"@polkadot/x-global@6.0.3, @polkadot/x-global@workspace:packages/x-global":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/x-global@workspace:packages/x-global"
|
||||
dependencies:
|
||||
@@ -2096,12 +2096,12 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/x-randomvalues@6.0.2, @polkadot/x-randomvalues@workspace:packages/x-randomvalues":
|
||||
"@polkadot/x-randomvalues@6.0.3, @polkadot/x-randomvalues@workspace:packages/x-randomvalues":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/x-randomvalues@workspace:packages/x-randomvalues"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.13.9
|
||||
"@polkadot/x-global": 6.0.2
|
||||
"@polkadot/x-global": 6.0.3
|
||||
"@types/react-native": ^0.63.50
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
@@ -2115,21 +2115,21 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/x-textdecoder@6.0.2, @polkadot/x-textdecoder@workspace:packages/x-textdecoder":
|
||||
"@polkadot/x-textdecoder@6.0.3, @polkadot/x-textdecoder@workspace:packages/x-textdecoder":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/x-textdecoder@workspace:packages/x-textdecoder"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.13.9
|
||||
"@polkadot/x-global": 6.0.2
|
||||
"@polkadot/x-global": 6.0.3
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/x-textencoder@6.0.2, @polkadot/x-textencoder@workspace:packages/x-textencoder":
|
||||
"@polkadot/x-textencoder@6.0.3, @polkadot/x-textencoder@workspace:packages/x-textencoder":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/x-textencoder@workspace:packages/x-textencoder"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.13.9
|
||||
"@polkadot/x-global": 6.0.2
|
||||
"@polkadot/x-global": 6.0.3
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@@ -2138,7 +2138,7 @@ __metadata:
|
||||
resolution: "@polkadot/x-ws@workspace:packages/x-ws"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.13.9
|
||||
"@polkadot/x-global": 6.0.2
|
||||
"@polkadot/x-global": 6.0.3
|
||||
"@types/websocket": ^1.0.1
|
||||
websocket: ^1.0.33
|
||||
languageName: unknown
|
||||
|
||||
Reference in New Issue
Block a user