mirror of
https://github.com/pezkuwichain/pezkuwi-api.git
synced 2026-04-22 02:08:01 +00:00
fix: upgrade all @pezkuwi/* dependencies to 14.0.25
Root resolutions were pinned to 14.0.11, preventing yarn from resolving to the latest published versions. Updated resolutions and all package.json dependencies to 14.0.25 which includes native bizinikiwi signing context via @pezkuwi/scure-sr25519.
This commit is contained in:
+14
-14
@@ -51,23 +51,23 @@
|
|||||||
"@pezkuwi/dev": "^0.85.11",
|
"@pezkuwi/dev": "^0.85.11",
|
||||||
"@pezkuwi/dev-test": "^0.85.7",
|
"@pezkuwi/dev-test": "^0.85.7",
|
||||||
"@pezkuwi/dev-ts": "^0.85.7",
|
"@pezkuwi/dev-ts": "^0.85.7",
|
||||||
"@pezkuwi/hw-ledger": "14.0.11",
|
"@pezkuwi/hw-ledger": "14.0.25",
|
||||||
"@pezkuwi/hw-ledger-transports": "14.0.11",
|
"@pezkuwi/hw-ledger-transports": "14.0.25",
|
||||||
"@pezkuwi/keyring": "14.0.11",
|
"@pezkuwi/keyring": "14.0.25",
|
||||||
"@pezkuwi/networks": "14.0.11",
|
"@pezkuwi/networks": "14.0.25",
|
||||||
"@pezkuwi/util": "14.0.11",
|
"@pezkuwi/util": "14.0.25",
|
||||||
"@pezkuwi/util-crypto": "14.0.11",
|
"@pezkuwi/util-crypto": "14.0.25",
|
||||||
"@pezkuwi/wasm-bridge": "7.5.4",
|
"@pezkuwi/wasm-bridge": "7.5.4",
|
||||||
"@pezkuwi/wasm-crypto": "7.5.4",
|
"@pezkuwi/wasm-crypto": "7.5.4",
|
||||||
"@pezkuwi/wasm-util": "7.5.4",
|
"@pezkuwi/wasm-util": "7.5.4",
|
||||||
"@pezkuwi/x-bigint": "14.0.11",
|
"@pezkuwi/x-bigint": "14.0.25",
|
||||||
"@pezkuwi/x-bundle": "14.0.11",
|
"@pezkuwi/x-bundle": "14.0.25",
|
||||||
"@pezkuwi/x-fetch": "14.0.11",
|
"@pezkuwi/x-fetch": "14.0.25",
|
||||||
"@pezkuwi/x-global": "14.0.11",
|
"@pezkuwi/x-global": "14.0.25",
|
||||||
"@pezkuwi/x-randomvalues": "14.0.11",
|
"@pezkuwi/x-randomvalues": "14.0.25",
|
||||||
"@pezkuwi/x-textdecoder": "14.0.11",
|
"@pezkuwi/x-textdecoder": "14.0.25",
|
||||||
"@pezkuwi/x-textencoder": "14.0.11",
|
"@pezkuwi/x-textencoder": "14.0.25",
|
||||||
"@pezkuwi/x-ws": "14.0.11",
|
"@pezkuwi/x-ws": "14.0.25",
|
||||||
"typescript": "5.5.4"
|
"typescript": "5.5.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
],
|
],
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./index.d.ts",
|
"types": "./index.d.ts",
|
||||||
"version": "16.5.34",
|
"version": "16.5.36",
|
||||||
"main": "./cjs/index.js",
|
"main": "./cjs/index.js",
|
||||||
"module": "./index.js",
|
"module": "./index.js",
|
||||||
"exports": {
|
"exports": {
|
||||||
@@ -449,12 +449,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@pezkuwi/api-base": "16.5.34",
|
"@pezkuwi/api-base": "16.5.36",
|
||||||
"@pezkuwi/rpc-augment": "16.5.34",
|
"@pezkuwi/rpc-augment": "16.5.36",
|
||||||
"@pezkuwi/types": "16.5.34",
|
"@pezkuwi/types": "16.5.36",
|
||||||
"@pezkuwi/types-augment": "16.5.34",
|
"@pezkuwi/types-augment": "16.5.36",
|
||||||
"@pezkuwi/types-codec": "16.5.34",
|
"@pezkuwi/types-codec": "16.5.36",
|
||||||
"@pezkuwi/util": "14.0.23",
|
"@pezkuwi/util": "14.0.25",
|
||||||
"tslib": "^2.8.1"
|
"tslib": "^2.8.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
],
|
],
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./index.d.ts",
|
"types": "./index.d.ts",
|
||||||
"version": "16.5.34",
|
"version": "16.5.36",
|
||||||
"main": "./cjs/index.js",
|
"main": "./cjs/index.js",
|
||||||
"module": "./index.js",
|
"module": "./index.js",
|
||||||
"exports": {
|
"exports": {
|
||||||
@@ -255,9 +255,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@pezkuwi/rpc-core": "16.5.34",
|
"@pezkuwi/rpc-core": "16.5.36",
|
||||||
"@pezkuwi/types": "16.5.34",
|
"@pezkuwi/types": "16.5.36",
|
||||||
"@pezkuwi/util": "14.0.23",
|
"@pezkuwi/util": "14.0.25",
|
||||||
"rxjs": "^7.8.1",
|
"rxjs": "^7.8.1",
|
||||||
"tslib": "^2.8.1"
|
"tslib": "^2.8.1"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
],
|
],
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./index.d.ts",
|
"types": "./index.d.ts",
|
||||||
"version": "16.5.34",
|
"version": "16.5.36",
|
||||||
"main": "./cjs/index.js",
|
"main": "./cjs/index.js",
|
||||||
"module": "./index.js",
|
"module": "./index.js",
|
||||||
"exports": {
|
"exports": {
|
||||||
@@ -395,15 +395,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@pezkuwi/api": "16.5.34",
|
"@pezkuwi/api": "16.5.36",
|
||||||
"@pezkuwi/api-augment": "16.5.34",
|
"@pezkuwi/api-augment": "16.5.36",
|
||||||
"@pezkuwi/keyring": "14.0.23",
|
"@pezkuwi/keyring": "14.0.25",
|
||||||
"@pezkuwi/types": "16.5.34",
|
"@pezkuwi/types": "16.5.36",
|
||||||
"@pezkuwi/types-codec": "16.5.34",
|
"@pezkuwi/types-codec": "16.5.36",
|
||||||
"@pezkuwi/types-create": "16.5.34",
|
"@pezkuwi/types-create": "16.5.36",
|
||||||
"@pezkuwi/types-support": "16.5.34",
|
"@pezkuwi/types-support": "16.5.36",
|
||||||
"@pezkuwi/util": "14.0.23",
|
"@pezkuwi/util": "14.0.25",
|
||||||
"@pezkuwi/util-crypto": "14.0.23",
|
"@pezkuwi/util-crypto": "14.0.25",
|
||||||
"rxjs": "^7.8.1",
|
"rxjs": "^7.8.1",
|
||||||
"tslib": "^2.8.1"
|
"tslib": "^2.8.1"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,21 +19,55 @@
|
|||||||
],
|
],
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./index.d.ts",
|
"types": "./index.d.ts",
|
||||||
"version": "16.5.34",
|
"version": "16.5.36",
|
||||||
"main": "./cjs/index.js",
|
"main": "./cjs/index.js",
|
||||||
"module": "./index.js",
|
"module": "./index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@pezkuwi/api": "16.5.34",
|
"@pezkuwi/api": "16.5.36",
|
||||||
"@pezkuwi/api-augment": "16.5.34",
|
"@pezkuwi/api-augment": "16.5.36",
|
||||||
"@pezkuwi/api-base": "16.5.34",
|
"@pezkuwi/api-base": "16.5.36",
|
||||||
"@pezkuwi/rpc-core": "16.5.34",
|
"@pezkuwi/rpc-core": "16.5.36",
|
||||||
"@pezkuwi/rpc-provider": "16.5.34",
|
"@pezkuwi/rpc-provider": "16.5.36",
|
||||||
"@pezkuwi/types": "16.5.34",
|
"@pezkuwi/types": "16.5.36",
|
||||||
"@pezkuwi/types-codec": "16.5.34",
|
"@pezkuwi/types-codec": "16.5.36",
|
||||||
"@pezkuwi/types-support": "16.5.34",
|
"@pezkuwi/types-support": "16.5.36",
|
||||||
"@pezkuwi/util": "14.0.23",
|
"@pezkuwi/util": "14.0.25",
|
||||||
"@pezkuwi/util-crypto": "14.0.23",
|
"@pezkuwi/util-crypto": "14.0.25",
|
||||||
"rxjs": "^7.8.1",
|
"rxjs": "^7.8.1",
|
||||||
"tslib": "^2.8.1"
|
"tslib": "^2.8.1"
|
||||||
|
},
|
||||||
|
"exports": {
|
||||||
|
".": {
|
||||||
|
"module": "./build/index.js",
|
||||||
|
"default": "./build/index.js"
|
||||||
|
},
|
||||||
|
"./*": {
|
||||||
|
"module": "./build/*.js",
|
||||||
|
"default": "./build/*.js"
|
||||||
|
},
|
||||||
|
"./packageInfo": {
|
||||||
|
"module": "./build/packageInfo.js",
|
||||||
|
"default": "./build/packageInfo.js"
|
||||||
|
},
|
||||||
|
"./types": {
|
||||||
|
"module": "./build/types.js",
|
||||||
|
"default": "./build/types.js"
|
||||||
|
},
|
||||||
|
"./index": {
|
||||||
|
"module": "./build/index.js",
|
||||||
|
"default": "./build/index.js"
|
||||||
|
},
|
||||||
|
"./augment": {
|
||||||
|
"module": "./build/augment.js",
|
||||||
|
"default": "./build/augment.js"
|
||||||
|
},
|
||||||
|
"./packageDetect": {
|
||||||
|
"module": "./build/packageDetect.js",
|
||||||
|
"default": "./build/packageDetect.js"
|
||||||
|
},
|
||||||
|
"./derive": {
|
||||||
|
"module": "./build/derive.js",
|
||||||
|
"default": "./build/derive.js"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+16
-16
@@ -19,7 +19,7 @@
|
|||||||
],
|
],
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./index.d.ts",
|
"types": "./index.d.ts",
|
||||||
"version": "16.5.34",
|
"version": "16.5.36",
|
||||||
"main": "./cjs/index.js",
|
"main": "./cjs/index.js",
|
||||||
"module": "./index.js",
|
"module": "./index.js",
|
||||||
"exports": {
|
"exports": {
|
||||||
@@ -591,21 +591,21 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@pezkuwi/api-augment": "16.5.34",
|
"@pezkuwi/api-augment": "16.5.36",
|
||||||
"@pezkuwi/api-base": "16.5.34",
|
"@pezkuwi/api-base": "16.5.36",
|
||||||
"@pezkuwi/api-derive": "16.5.34",
|
"@pezkuwi/api-derive": "16.5.36",
|
||||||
"@pezkuwi/keyring": "14.0.23",
|
"@pezkuwi/keyring": "14.0.25",
|
||||||
"@pezkuwi/rpc-augment": "16.5.34",
|
"@pezkuwi/rpc-augment": "16.5.36",
|
||||||
"@pezkuwi/rpc-core": "16.5.34",
|
"@pezkuwi/rpc-core": "16.5.36",
|
||||||
"@pezkuwi/rpc-provider": "16.5.34",
|
"@pezkuwi/rpc-provider": "16.5.36",
|
||||||
"@pezkuwi/types": "16.5.34",
|
"@pezkuwi/types": "16.5.36",
|
||||||
"@pezkuwi/types-augment": "16.5.34",
|
"@pezkuwi/types-augment": "16.5.36",
|
||||||
"@pezkuwi/types-codec": "16.5.34",
|
"@pezkuwi/types-codec": "16.5.36",
|
||||||
"@pezkuwi/types-create": "16.5.34",
|
"@pezkuwi/types-create": "16.5.36",
|
||||||
"@pezkuwi/types-known": "16.5.34",
|
"@pezkuwi/types-known": "16.5.36",
|
||||||
"@pezkuwi/types-support": "16.5.34",
|
"@pezkuwi/types-support": "16.5.36",
|
||||||
"@pezkuwi/util": "14.0.23",
|
"@pezkuwi/util": "14.0.25",
|
||||||
"@pezkuwi/util-crypto": "14.0.23",
|
"@pezkuwi/util-crypto": "14.0.25",
|
||||||
"eventemitter3": "^5.0.1",
|
"eventemitter3": "^5.0.1",
|
||||||
"rxjs": "^7.8.1",
|
"rxjs": "^7.8.1",
|
||||||
"tslib": "^2.8.1"
|
"tslib": "^2.8.1"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pezkuwi/bizinikiwi-bindings",
|
"name": "@pezkuwi/bizinikiwi-bindings",
|
||||||
"version": "16.5.34",
|
"version": "16.5.36",
|
||||||
"author": "PezkuwiChain <dev@pezkuwichain.io>",
|
"author": "PezkuwiChain <dev@pezkuwichain.io>",
|
||||||
"bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues",
|
"bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues",
|
||||||
"homepage": "https://github.com/pezkuwichain/pezkuwi-api/tree/master/packages/bizinikiwi-bindings#readme",
|
"homepage": "https://github.com/pezkuwichain/pezkuwi-api/tree/master/packages/bizinikiwi-bindings#readme",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pezkuwi/merkleize-metadata",
|
"name": "@pezkuwi/merkleize-metadata",
|
||||||
"version": "16.5.34",
|
"version": "16.5.36",
|
||||||
"author": "PezkuwiChain <dev@pezkuwichain.io>",
|
"author": "PezkuwiChain <dev@pezkuwichain.io>",
|
||||||
"bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues",
|
"bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues",
|
||||||
"homepage": "https://github.com/pezkuwichain/pezkuwi-api/tree/master/packages/merkleize-metadata#readme",
|
"homepage": "https://github.com/pezkuwichain/pezkuwi-api/tree/master/packages/merkleize-metadata#readme",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pezkuwi/metadata-builders",
|
"name": "@pezkuwi/metadata-builders",
|
||||||
"version": "16.5.34",
|
"version": "16.5.36",
|
||||||
"author": "PezkuwiChain <dev@pezkuwichain.io>",
|
"author": "PezkuwiChain <dev@pezkuwichain.io>",
|
||||||
"bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues",
|
"bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues",
|
||||||
"homepage": "https://github.com/pezkuwichain/pezkuwi-api/tree/master/packages/metadata-builders#readme",
|
"homepage": "https://github.com/pezkuwichain/pezkuwi-api/tree/master/packages/metadata-builders#readme",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pezkuwi/papi-utils",
|
"name": "@pezkuwi/papi-utils",
|
||||||
"version": "16.5.34",
|
"version": "16.5.36",
|
||||||
"author": "PezkuwiChain <dev@pezkuwichain.io>",
|
"author": "PezkuwiChain <dev@pezkuwichain.io>",
|
||||||
"bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues",
|
"bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues",
|
||||||
"homepage": "https://github.com/pezkuwichain/pezkuwi-api/tree/master/packages/papi-utils#readme",
|
"homepage": "https://github.com/pezkuwichain/pezkuwi-api/tree/master/packages/papi-utils#readme",
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
],
|
],
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./index.d.ts",
|
"types": "./index.d.ts",
|
||||||
"version": "16.5.34",
|
"version": "16.5.36",
|
||||||
"main": "./cjs/index.js",
|
"main": "./cjs/index.js",
|
||||||
"module": "./index.js",
|
"module": "./index.js",
|
||||||
"exports": {
|
"exports": {
|
||||||
@@ -129,10 +129,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@pezkuwi/rpc-core": "16.5.34",
|
"@pezkuwi/rpc-core": "16.5.36",
|
||||||
"@pezkuwi/types": "16.5.34",
|
"@pezkuwi/types": "16.5.36",
|
||||||
"@pezkuwi/types-codec": "16.5.34",
|
"@pezkuwi/types-codec": "16.5.36",
|
||||||
"@pezkuwi/util": "14.0.23",
|
"@pezkuwi/util": "14.0.25",
|
||||||
"tslib": "^2.8.1"
|
"tslib": "^2.8.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
],
|
],
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./index.d.ts",
|
"types": "./index.d.ts",
|
||||||
"version": "16.5.34",
|
"version": "16.5.36",
|
||||||
"main": "./cjs/index.js",
|
"main": "./cjs/index.js",
|
||||||
"module": "./index.js",
|
"module": "./index.js",
|
||||||
"exports": {
|
"exports": {
|
||||||
@@ -199,11 +199,11 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@pezkuwi/keyring": "14.0.23",
|
"@pezkuwi/keyring": "14.0.25",
|
||||||
"@pezkuwi/rpc-augment": "16.5.34",
|
"@pezkuwi/rpc-augment": "16.5.36",
|
||||||
"@pezkuwi/rpc-provider": "16.5.34",
|
"@pezkuwi/rpc-provider": "16.5.36",
|
||||||
"@pezkuwi/types": "16.5.34",
|
"@pezkuwi/types": "16.5.36",
|
||||||
"@pezkuwi/util": "14.0.23",
|
"@pezkuwi/util": "14.0.25",
|
||||||
"rxjs": "^7.8.1",
|
"rxjs": "^7.8.1",
|
||||||
"tslib": "^2.8.1"
|
"tslib": "^2.8.1"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
],
|
],
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./index.d.ts",
|
"types": "./index.d.ts",
|
||||||
"version": "16.5.34",
|
"version": "16.5.36",
|
||||||
"main": "./cjs/index.js",
|
"main": "./cjs/index.js",
|
||||||
"module": "./index.js",
|
"module": "./index.js",
|
||||||
"exports": {
|
"exports": {
|
||||||
@@ -325,14 +325,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@pezkuwi/keyring": "14.0.23",
|
"@pezkuwi/keyring": "14.0.25",
|
||||||
"@pezkuwi/types": "16.5.34",
|
"@pezkuwi/types": "16.5.36",
|
||||||
"@pezkuwi/types-support": "16.5.34",
|
"@pezkuwi/types-support": "16.5.36",
|
||||||
"@pezkuwi/util": "14.0.23",
|
"@pezkuwi/util": "14.0.25",
|
||||||
"@pezkuwi/util-crypto": "14.0.23",
|
"@pezkuwi/util-crypto": "14.0.25",
|
||||||
"@pezkuwi/x-fetch": "14.0.23",
|
"@pezkuwi/x-fetch": "14.0.25",
|
||||||
"@pezkuwi/x-global": "14.0.23",
|
"@pezkuwi/x-global": "14.0.25",
|
||||||
"@pezkuwi/x-ws": "14.0.23",
|
"@pezkuwi/x-ws": "14.0.25",
|
||||||
"eventemitter3": "^5.0.1",
|
"eventemitter3": "^5.0.1",
|
||||||
"mock-socket": "^9.3.1",
|
"mock-socket": "^9.3.1",
|
||||||
"nock": "^13.5.5",
|
"nock": "^13.5.5",
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
],
|
],
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./index.d.ts",
|
"types": "./index.d.ts",
|
||||||
"version": "16.5.34",
|
"version": "16.5.36",
|
||||||
"main": "./cjs/index.js",
|
"main": "./cjs/index.js",
|
||||||
"module": "./index.js",
|
"module": "./index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
@@ -527,19 +527,19 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@pezkuwi/api": "16.5.34",
|
"@pezkuwi/api": "16.5.36",
|
||||||
"@pezkuwi/api-augment": "16.5.34",
|
"@pezkuwi/api-augment": "16.5.36",
|
||||||
"@pezkuwi/api-derive": "16.5.34",
|
"@pezkuwi/api-derive": "16.5.36",
|
||||||
"@pezkuwi/rpc-augment": "16.5.34",
|
"@pezkuwi/rpc-augment": "16.5.36",
|
||||||
"@pezkuwi/rpc-provider": "16.5.34",
|
"@pezkuwi/rpc-provider": "16.5.36",
|
||||||
"@pezkuwi/types": "16.5.34",
|
"@pezkuwi/types": "16.5.36",
|
||||||
"@pezkuwi/types-augment": "16.5.34",
|
"@pezkuwi/types-augment": "16.5.36",
|
||||||
"@pezkuwi/types-codec": "16.5.34",
|
"@pezkuwi/types-codec": "16.5.36",
|
||||||
"@pezkuwi/types-create": "16.5.34",
|
"@pezkuwi/types-create": "16.5.36",
|
||||||
"@pezkuwi/types-support": "16.5.34",
|
"@pezkuwi/types-support": "16.5.36",
|
||||||
"@pezkuwi/util": "14.0.23",
|
"@pezkuwi/util": "14.0.25",
|
||||||
"@pezkuwi/util-crypto": "14.0.23",
|
"@pezkuwi/util-crypto": "14.0.25",
|
||||||
"@pezkuwi/x-ws": "14.0.23",
|
"@pezkuwi/x-ws": "14.0.25",
|
||||||
"comment-parser": "^1.4.1",
|
"comment-parser": "^1.4.1",
|
||||||
"handlebars": "^4.7.8",
|
"handlebars": "^4.7.8",
|
||||||
"tslib": "^2.8.1",
|
"tslib": "^2.8.1",
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
],
|
],
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./index.d.ts",
|
"types": "./index.d.ts",
|
||||||
"version": "16.5.34",
|
"version": "16.5.36",
|
||||||
"main": "./cjs/index.js",
|
"main": "./cjs/index.js",
|
||||||
"module": "./index.js",
|
"module": "./index.js",
|
||||||
"exports": {
|
"exports": {
|
||||||
@@ -395,9 +395,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@pezkuwi/types": "16.5.34",
|
"@pezkuwi/types": "16.5.36",
|
||||||
"@pezkuwi/types-codec": "16.5.34",
|
"@pezkuwi/types-codec": "16.5.36",
|
||||||
"@pezkuwi/util": "14.0.23",
|
"@pezkuwi/util": "14.0.25",
|
||||||
"tslib": "^2.8.1"
|
"tslib": "^2.8.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
],
|
],
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./index.d.ts",
|
"types": "./index.d.ts",
|
||||||
"version": "16.5.34",
|
"version": "16.5.36",
|
||||||
"main": "./cjs/index.js",
|
"main": "./cjs/index.js",
|
||||||
"module": "./index.js",
|
"module": "./index.js",
|
||||||
"exports": {
|
"exports": {
|
||||||
@@ -1142,12 +1142,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@pezkuwi/types": "16.5.34",
|
"@pezkuwi/types": "16.5.36",
|
||||||
"@pezkuwi/types-augment": "16.5.34",
|
"@pezkuwi/types-augment": "16.5.36",
|
||||||
"@pezkuwi/types-support": "16.5.34",
|
"@pezkuwi/types-support": "16.5.36",
|
||||||
"@pezkuwi/util": "14.0.23",
|
"@pezkuwi/util": "14.0.25",
|
||||||
"@pezkuwi/util-crypto": "14.0.23",
|
"@pezkuwi/util-crypto": "14.0.25",
|
||||||
"@pezkuwi/x-bigint": "14.0.22",
|
"@pezkuwi/x-bigint": "14.0.25",
|
||||||
"tslib": "^2.8.1"
|
"tslib": "^2.8.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
],
|
],
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./index.d.ts",
|
"types": "./index.d.ts",
|
||||||
"version": "16.5.34",
|
"version": "16.5.36",
|
||||||
"main": "./cjs/index.js",
|
"main": "./cjs/index.js",
|
||||||
"module": "./index.js",
|
"module": "./index.js",
|
||||||
"exports": {
|
"exports": {
|
||||||
@@ -283,9 +283,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@pezkuwi/types": "16.5.34",
|
"@pezkuwi/types": "16.5.36",
|
||||||
"@pezkuwi/types-codec": "16.5.34",
|
"@pezkuwi/types-codec": "16.5.36",
|
||||||
"@pezkuwi/util": "14.0.23",
|
"@pezkuwi/util": "14.0.25",
|
||||||
"tslib": "^2.8.1"
|
"tslib": "^2.8.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
],
|
],
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./index.d.ts",
|
"types": "./index.d.ts",
|
||||||
"version": "16.5.34",
|
"version": "16.5.36",
|
||||||
"main": "./cjs/index.js",
|
"main": "./cjs/index.js",
|
||||||
"module": "./index.js",
|
"module": "./index.js",
|
||||||
"exports": {
|
"exports": {
|
||||||
@@ -437,11 +437,11 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@pezkuwi/networks": "14.0.23",
|
"@pezkuwi/networks": "14.0.25",
|
||||||
"@pezkuwi/types": "16.5.34",
|
"@pezkuwi/types": "16.5.36",
|
||||||
"@pezkuwi/types-codec": "16.5.34",
|
"@pezkuwi/types-codec": "16.5.36",
|
||||||
"@pezkuwi/types-create": "16.5.34",
|
"@pezkuwi/types-create": "16.5.36",
|
||||||
"@pezkuwi/util": "14.0.23",
|
"@pezkuwi/util": "14.0.25",
|
||||||
"tslib": "^2.8.1"
|
"tslib": "^2.8.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
],
|
],
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./index.d.ts",
|
"types": "./index.d.ts",
|
||||||
"version": "16.5.34",
|
"version": "16.5.36",
|
||||||
"main": "./cjs/index.js",
|
"main": "./cjs/index.js",
|
||||||
"module": "./index.js",
|
"module": "./index.js",
|
||||||
"exports": {
|
"exports": {
|
||||||
@@ -705,7 +705,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@pezkuwi/util": "14.0.23",
|
"@pezkuwi/util": "14.0.25",
|
||||||
"tslib": "^2.8.1"
|
"tslib": "^2.8.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
],
|
],
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./build/index.d.ts",
|
"types": "./build/index.d.ts",
|
||||||
"version": "16.5.34",
|
"version": "16.5.36",
|
||||||
"main": "./build/cjs/index.js",
|
"main": "./build/cjs/index.js",
|
||||||
"module": "./build/index.js",
|
"module": "./build/index.js",
|
||||||
"exports": {
|
"exports": {
|
||||||
@@ -5926,13 +5926,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@pezkuwi/keyring": "14.0.23",
|
"@pezkuwi/keyring": "14.0.25",
|
||||||
"@pezkuwi/types-augment": "16.5.34",
|
"@pezkuwi/types-augment": "16.5.36",
|
||||||
"@pezkuwi/types-codec": "16.5.34",
|
"@pezkuwi/types-codec": "16.5.36",
|
||||||
"@pezkuwi/types-create": "16.5.34",
|
"@pezkuwi/types-create": "16.5.36",
|
||||||
"@pezkuwi/types-support": "16.5.34",
|
"@pezkuwi/types-support": "16.5.36",
|
||||||
"@pezkuwi/util": "14.0.23",
|
"@pezkuwi/util": "14.0.25",
|
||||||
"@pezkuwi/util-crypto": "14.0.23",
|
"@pezkuwi/util-crypto": "14.0.25",
|
||||||
"rxjs": "^7.8.1",
|
"rxjs": "^7.8.1",
|
||||||
"tslib": "^2.8.1"
|
"tslib": "^2.8.1"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user