2 Commits

Author SHA1 Message Date
pezkuwichain 25f98dd613 chore: migrate git dependencies to Gitea mirror (git.pezkuwichain.io) 2026-04-21 18:53:13 +03:00
pezkuwichain 24350615c0 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.
2026-02-25 04:27:14 +03:00
275 changed files with 1173 additions and 664 deletions
+17 -17
View File
@@ -1,16 +1,16 @@
{
"author": "PezkuwiChain <dev@pezkuwichain.io>",
"bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues",
"bugs": "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-api/issues",
"engines": {
"node": ">=18.14"
},
"homepage": "https://github.com/pezkuwichain/pezkuwi-api#readme",
"homepage": "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-api#readme",
"license": "Apache-2.0",
"packageManager": "yarn@4.6.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/pezkuwichain/pezkuwi-api.git"
"url": "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-api.git"
},
"sideEffects": false,
"type": "module",
@@ -51,23 +51,23 @@
"@pezkuwi/dev": "^0.85.11",
"@pezkuwi/dev-test": "^0.85.7",
"@pezkuwi/dev-ts": "^0.85.7",
"@pezkuwi/hw-ledger": "14.0.11",
"@pezkuwi/hw-ledger-transports": "14.0.11",
"@pezkuwi/keyring": "14.0.11",
"@pezkuwi/networks": "14.0.11",
"@pezkuwi/util": "14.0.11",
"@pezkuwi/util-crypto": "14.0.11",
"@pezkuwi/hw-ledger": "14.0.25",
"@pezkuwi/hw-ledger-transports": "14.0.25",
"@pezkuwi/keyring": "14.0.25",
"@pezkuwi/networks": "14.0.25",
"@pezkuwi/util": "14.0.25",
"@pezkuwi/util-crypto": "14.0.25",
"@pezkuwi/wasm-bridge": "7.5.4",
"@pezkuwi/wasm-crypto": "7.5.4",
"@pezkuwi/wasm-util": "7.5.4",
"@pezkuwi/x-bigint": "14.0.11",
"@pezkuwi/x-bundle": "14.0.11",
"@pezkuwi/x-fetch": "14.0.11",
"@pezkuwi/x-global": "14.0.11",
"@pezkuwi/x-randomvalues": "14.0.11",
"@pezkuwi/x-textdecoder": "14.0.11",
"@pezkuwi/x-textencoder": "14.0.11",
"@pezkuwi/x-ws": "14.0.11",
"@pezkuwi/x-bigint": "14.0.25",
"@pezkuwi/x-bundle": "14.0.25",
"@pezkuwi/x-fetch": "14.0.25",
"@pezkuwi/x-global": "14.0.25",
"@pezkuwi/x-randomvalues": "14.0.25",
"@pezkuwi/x-textdecoder": "14.0.25",
"@pezkuwi/x-textencoder": "14.0.25",
"@pezkuwi/x-ws": "14.0.25",
"typescript": "5.5.4"
}
}
+1
View File
@@ -0,0 +1 @@
build/assetHubDicle
+1
View File
@@ -0,0 +1 @@
build/assetHubPezkuwi
+1
View File
@@ -0,0 +1 @@
build/base.d.ts
+1
View File
@@ -0,0 +1 @@
build/base.js
+1
View File
@@ -0,0 +1 @@
build/bizinikiwi
+1
View File
@@ -0,0 +1 @@
build/bundle.d.ts
+1
View File
@@ -0,0 +1 @@
build/bundle.js
+1
View File
@@ -0,0 +1 @@
build/cjs
+1
View File
@@ -0,0 +1 @@
build/dicle
+1
View File
@@ -0,0 +1 @@
build/index.d.ts
+1
View File
@@ -0,0 +1 @@
build/index.js
+10 -10
View File
@@ -1,17 +1,17 @@
{
"author": "PezkuwiChain <dev@pezkuwichain.io>",
"bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues",
"bugs": "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-api/issues",
"description": "API generated augmentation",
"engines": {
"node": ">=18"
},
"homepage": "https://github.com/pezkuwichain/pezkuwi-api/tree/master/packages/api-augment#readme",
"homepage": "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-api/tree/master/packages/api-augment#readme",
"license": "Apache-2.0",
"name": "@pezkuwi/api-augment",
"repository": {
"directory": "packages/api-augment",
"type": "git",
"url": "https://github.com/pezkuwichain/pezkuwi-api.git"
"url": "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-api.git"
},
"sideEffects": [
"./packageDetect.js",
@@ -19,7 +19,7 @@
],
"type": "module",
"types": "./index.d.ts",
"version": "16.5.34",
"version": "16.5.36",
"main": "./cjs/index.js",
"module": "./index.js",
"exports": {
@@ -449,12 +449,12 @@
}
},
"dependencies": {
"@pezkuwi/api-base": "16.5.34",
"@pezkuwi/rpc-augment": "16.5.34",
"@pezkuwi/types": "16.5.34",
"@pezkuwi/types-augment": "16.5.34",
"@pezkuwi/types-codec": "16.5.34",
"@pezkuwi/util": "14.0.23",
"@pezkuwi/api-base": "16.5.36",
"@pezkuwi/rpc-augment": "16.5.36",
"@pezkuwi/types": "16.5.36",
"@pezkuwi/types-augment": "16.5.36",
"@pezkuwi/types-codec": "16.5.36",
"@pezkuwi/util": "14.0.25",
"tslib": "^2.8.1"
}
}
+1
View File
@@ -0,0 +1 @@
build/packageDetect.d.ts
+1
View File
@@ -0,0 +1 @@
build/packageDetect.js
+1
View File
@@ -0,0 +1 @@
build/packageInfo.d.ts
+1
View File
@@ -0,0 +1 @@
build/packageInfo.js
+1
View File
@@ -0,0 +1 @@
build/pezkuwi
+1
View File
@@ -0,0 +1 @@
build/bundle.d.ts
+1
View File
@@ -0,0 +1 @@
build/bundle.js
+1
View File
@@ -0,0 +1 @@
build/cjs
+1
View File
@@ -0,0 +1 @@
build/index.d.ts
+1
View File
@@ -0,0 +1 @@
build/index.js
+7 -7
View File
@@ -1,17 +1,17 @@
{
"author": "PezkuwiChain <dev@pezkuwichain.io>",
"bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues",
"bugs": "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-api/issues",
"description": "Interfaces for interacting with contracts and contract ABIs",
"engines": {
"node": ">=18"
},
"homepage": "https://github.com/pezkuwichain/pezkuwi-api/tree/master/packages/api-base#readme",
"homepage": "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-api/tree/master/packages/api-base#readme",
"license": "Apache-2.0",
"name": "@pezkuwi/api-base",
"repository": {
"directory": "packages/api-base",
"type": "git",
"url": "https://github.com/pezkuwichain/pezkuwi-api.git"
"url": "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-api.git"
},
"sideEffects": [
"./packageDetect.js",
@@ -19,7 +19,7 @@
],
"type": "module",
"types": "./index.d.ts",
"version": "16.5.34",
"version": "16.5.36",
"main": "./cjs/index.js",
"module": "./index.js",
"exports": {
@@ -255,9 +255,9 @@
}
},
"dependencies": {
"@pezkuwi/rpc-core": "16.5.34",
"@pezkuwi/types": "16.5.34",
"@pezkuwi/util": "14.0.23",
"@pezkuwi/rpc-core": "16.5.36",
"@pezkuwi/types": "16.5.36",
"@pezkuwi/util": "14.0.25",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
}
+1
View File
@@ -0,0 +1 @@
build/packageDetect.d.ts
+1
View File
@@ -0,0 +1 @@
build/packageDetect.js
+1
View File
@@ -0,0 +1 @@
build/packageInfo.d.ts
+1
View File
@@ -0,0 +1 @@
build/packageInfo.js
+1
View File
@@ -0,0 +1 @@
build/types
+1
View File
@@ -0,0 +1 @@
build/Abi
+1
View File
@@ -0,0 +1 @@
build/augment.d.ts
+1
View File
@@ -0,0 +1 @@
build/augment.js
+1
View File
@@ -0,0 +1 @@
build/base
+1
View File
@@ -0,0 +1 @@
build/bundle-pezkuwi-api-contract.js
+1
View File
@@ -0,0 +1 @@
build/bundle.d.ts
+1
View File
@@ -0,0 +1 @@
build/bundle.js
+1
View File
@@ -0,0 +1 @@
build/cjs
+1
View File
@@ -0,0 +1 @@
build/index.d.ts
+1
View File
@@ -0,0 +1 @@
build/index.js
+13 -13
View File
@@ -1,17 +1,17 @@
{
"author": "PezkuwiChain <dev@pezkuwichain.io>",
"bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues",
"bugs": "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-api/issues",
"description": "Interfaces for interacting with contracts and contract ABIs",
"engines": {
"node": ">=18"
},
"homepage": "https://github.com/pezkuwichain/pezkuwi-api/tree/master/packages/api-contract#readme",
"homepage": "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-api/tree/master/packages/api-contract#readme",
"license": "Apache-2.0",
"name": "@pezkuwi/api-contract",
"repository": {
"directory": "packages/api-contract",
"type": "git",
"url": "https://github.com/pezkuwichain/pezkuwi-api.git"
"url": "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-api.git"
},
"sideEffects": [
"./packageDetect.js",
@@ -19,7 +19,7 @@
],
"type": "module",
"types": "./index.d.ts",
"version": "16.5.34",
"version": "16.5.36",
"main": "./cjs/index.js",
"module": "./index.js",
"exports": {
@@ -395,15 +395,15 @@
}
},
"dependencies": {
"@pezkuwi/api": "16.5.34",
"@pezkuwi/api-augment": "16.5.34",
"@pezkuwi/keyring": "14.0.23",
"@pezkuwi/types": "16.5.34",
"@pezkuwi/types-codec": "16.5.34",
"@pezkuwi/types-create": "16.5.34",
"@pezkuwi/types-support": "16.5.34",
"@pezkuwi/util": "14.0.23",
"@pezkuwi/util-crypto": "14.0.23",
"@pezkuwi/api": "16.5.36",
"@pezkuwi/api-augment": "16.5.36",
"@pezkuwi/keyring": "14.0.25",
"@pezkuwi/types": "16.5.36",
"@pezkuwi/types-codec": "16.5.36",
"@pezkuwi/types-create": "16.5.36",
"@pezkuwi/types-support": "16.5.36",
"@pezkuwi/util": "14.0.25",
"@pezkuwi/util-crypto": "14.0.25",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
}
+1
View File
@@ -0,0 +1 @@
build/packageDetect.d.ts
+1
View File
@@ -0,0 +1 @@
build/packageDetect.js
+1
View File
@@ -0,0 +1 @@
build/packageInfo.d.ts
+1
View File
@@ -0,0 +1 @@
build/packageInfo.js
+1
View File
@@ -0,0 +1 @@
build/promise
+1
View File
@@ -0,0 +1 @@
build/rx
+1
View File
@@ -0,0 +1 @@
build/types.d.ts
+1
View File
@@ -0,0 +1 @@
build/types.js
+1
View File
@@ -0,0 +1 @@
build/util.d.ts
+1
View File
@@ -0,0 +1 @@
build/util.js
+1
View File
@@ -0,0 +1 @@
build/accounts
+1
View File
@@ -0,0 +1 @@
build/augment.d.ts
+1
View File
@@ -0,0 +1 @@
build/augment.js
+1
View File
@@ -0,0 +1 @@
build/bagsList
+1
View File
@@ -0,0 +1 @@
build/balances
+1
View File
@@ -0,0 +1 @@
build/bounties
+1
View File
@@ -0,0 +1 @@
build/bundle.d.ts
+1
View File
@@ -0,0 +1 @@
build/bundle.js
+1
View File
@@ -0,0 +1 @@
build/chain
+1
View File
@@ -0,0 +1 @@
build/cjs
+1
View File
@@ -0,0 +1 @@
build/collective
+1
View File
@@ -0,0 +1 @@
build/contracts
+1
View File
@@ -0,0 +1 @@
build/council
+1
View File
@@ -0,0 +1 @@
build/crowdloan
+1
View File
@@ -0,0 +1 @@
build/democracy
+1
View File
@@ -0,0 +1 @@
build/derive.d.ts
+1
View File
@@ -0,0 +1 @@
build/derive.js
+1
View File
@@ -0,0 +1 @@
build/elections
+1
View File
@@ -0,0 +1 @@
build/imOnline
+1
View File
@@ -0,0 +1 @@
build/index.d.ts
+1
View File
@@ -0,0 +1 @@
build/index.js
+48 -14
View File
@@ -1,17 +1,17 @@
{
"author": "PezkuwiChain <dev@pezkuwichain.io>",
"bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues",
"bugs": "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-api/issues",
"description": "Common functions used across Pezkuwi, derived from RPC calls and storage queries.",
"engines": {
"node": ">=18"
},
"homepage": "https://github.com/pezkuwichain/pezkuwi-api/tree/master/packages/api-derive#readme",
"homepage": "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-api/tree/master/packages/api-derive#readme",
"license": "Apache-2.0",
"name": "@pezkuwi/api-derive",
"repository": {
"directory": "packages/api-derive",
"type": "git",
"url": "https://github.com/pezkuwichain/pezkuwi-api.git"
"url": "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-api.git"
},
"sideEffects": [
"./packageDetect.js",
@@ -19,21 +19,55 @@
],
"type": "module",
"types": "./index.d.ts",
"version": "16.5.34",
"version": "16.5.36",
"main": "./cjs/index.js",
"module": "./index.js",
"dependencies": {
"@pezkuwi/api": "16.5.34",
"@pezkuwi/api-augment": "16.5.34",
"@pezkuwi/api-base": "16.5.34",
"@pezkuwi/rpc-core": "16.5.34",
"@pezkuwi/rpc-provider": "16.5.34",
"@pezkuwi/types": "16.5.34",
"@pezkuwi/types-codec": "16.5.34",
"@pezkuwi/types-support": "16.5.34",
"@pezkuwi/util": "14.0.23",
"@pezkuwi/util-crypto": "14.0.23",
"@pezkuwi/api": "16.5.36",
"@pezkuwi/api-augment": "16.5.36",
"@pezkuwi/api-base": "16.5.36",
"@pezkuwi/rpc-core": "16.5.36",
"@pezkuwi/rpc-provider": "16.5.36",
"@pezkuwi/types": "16.5.36",
"@pezkuwi/types-codec": "16.5.36",
"@pezkuwi/types-support": "16.5.36",
"@pezkuwi/util": "14.0.25",
"@pezkuwi/util-crypto": "14.0.25",
"rxjs": "^7.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"
}
}
}
+1
View File
@@ -0,0 +1 @@
build/packageDetect.d.ts
+1
View File
@@ -0,0 +1 @@
build/packageDetect.js
+1
View File
@@ -0,0 +1 @@
build/packageInfo.d.ts
+1
View File
@@ -0,0 +1 @@
build/packageInfo.js
+1
View File
@@ -0,0 +1 @@
build/session
+1
View File
@@ -0,0 +1 @@
build/society
+1
View File
@@ -0,0 +1 @@
build/staking
+1
View File
@@ -0,0 +1 @@
build/teyrchains
+1
View File
@@ -0,0 +1 @@
build/treasury
+1
View File
@@ -0,0 +1 @@
build/tx
+1
View File
@@ -0,0 +1 @@
build/type
+1
View File
@@ -0,0 +1 @@
build/types.d.ts
+1
View File
@@ -0,0 +1 @@
build/types.js
+1
View File
@@ -0,0 +1 @@
build/util
+1
View File
@@ -0,0 +1 @@
build/augment.d.ts
+1
View File
@@ -0,0 +1 @@
build/augment.js
+1
View File
@@ -0,0 +1 @@
build/base
+1
View File
@@ -0,0 +1 @@
build/bundle-pezkuwi-api.js
+1
View File
@@ -0,0 +1 @@
build/bundle.d.ts
+1
View File
@@ -0,0 +1 @@
build/bundle.js
+1
View File
@@ -0,0 +1 @@
build/cjs
Vendored Symlink
+1
View File
@@ -0,0 +1 @@
build/index.d.ts
+1
View File
@@ -0,0 +1 @@
build/index.js
+19 -19
View File
@@ -1,17 +1,17 @@
{
"author": "PezkuwiChain <dev@pezkuwichain.io>",
"bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues",
"bugs": "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-api/issues",
"description": "Promise and RxJS wrappers around the Pezkuwi JS RPC",
"engines": {
"node": ">=18"
},
"homepage": "https://github.com/pezkuwichain/pezkuwi-api/tree/master/packages/api#readme",
"homepage": "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-api/tree/master/packages/api#readme",
"license": "Apache-2.0",
"name": "@pezkuwi/api",
"repository": {
"directory": "packages/api",
"type": "git",
"url": "https://github.com/pezkuwichain/pezkuwi-api.git"
"url": "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-api.git"
},
"sideEffects": [
"./packageDetect.js",
@@ -19,7 +19,7 @@
],
"type": "module",
"types": "./index.d.ts",
"version": "16.5.34",
"version": "16.5.36",
"main": "./cjs/index.js",
"module": "./index.js",
"exports": {
@@ -591,21 +591,21 @@
}
},
"dependencies": {
"@pezkuwi/api-augment": "16.5.34",
"@pezkuwi/api-base": "16.5.34",
"@pezkuwi/api-derive": "16.5.34",
"@pezkuwi/keyring": "14.0.23",
"@pezkuwi/rpc-augment": "16.5.34",
"@pezkuwi/rpc-core": "16.5.34",
"@pezkuwi/rpc-provider": "16.5.34",
"@pezkuwi/types": "16.5.34",
"@pezkuwi/types-augment": "16.5.34",
"@pezkuwi/types-codec": "16.5.34",
"@pezkuwi/types-create": "16.5.34",
"@pezkuwi/types-known": "16.5.34",
"@pezkuwi/types-support": "16.5.34",
"@pezkuwi/util": "14.0.23",
"@pezkuwi/util-crypto": "14.0.23",
"@pezkuwi/api-augment": "16.5.36",
"@pezkuwi/api-base": "16.5.36",
"@pezkuwi/api-derive": "16.5.36",
"@pezkuwi/keyring": "14.0.25",
"@pezkuwi/rpc-augment": "16.5.36",
"@pezkuwi/rpc-core": "16.5.36",
"@pezkuwi/rpc-provider": "16.5.36",
"@pezkuwi/types": "16.5.36",
"@pezkuwi/types-augment": "16.5.36",
"@pezkuwi/types-codec": "16.5.36",
"@pezkuwi/types-create": "16.5.36",
"@pezkuwi/types-known": "16.5.36",
"@pezkuwi/types-support": "16.5.36",
"@pezkuwi/util": "14.0.25",
"@pezkuwi/util-crypto": "14.0.25",
"eventemitter3": "^5.0.1",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
+1
View File
@@ -0,0 +1 @@
build/packageDetect.d.ts
+1
View File
@@ -0,0 +1 @@
build/packageDetect.js
+1
View File
@@ -0,0 +1 @@
build/packageInfo.d.ts
+1
View File
@@ -0,0 +1 @@
build/packageInfo.js

Some files were not shown because too many files have changed in this diff Show More