@argonprotocol/mainchain 1.3.5 → 1.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.js CHANGED
@@ -60,6 +60,7 @@ import {
60
60
  hexToU8a,
61
61
  i128,
62
62
  keyringFromSuri,
63
+ miniSecretFromUri,
63
64
  mnemonicGenerate,
64
65
  setConfig,
65
66
  toFixedNumber,
@@ -71,7 +72,7 @@ import {
71
72
  u8aEq,
72
73
  u8aToHex,
73
74
  waitForLoad
74
- } from "./chunk-GZ2TLGCG.js";
75
+ } from "./chunk-PXZPYJ4P.js";
75
76
  export {
76
77
  AccountMiners,
77
78
  AccountRegistry,
@@ -134,6 +135,7 @@ export {
134
135
  hexToU8a,
135
136
  i128,
136
137
  keyringFromSuri,
138
+ miniSecretFromUri,
137
139
  mnemonicGenerate,
138
140
  setConfig,
139
141
  toFixedNumber,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@argonprotocol/mainchain",
3
- "version": "1.3.5",
3
+ "version": "1.3.7",
4
4
  "description": "A client for accessing the Argon mainchain apis.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -54,31 +54,31 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@commander-js/extra-typings": "^13.1.0",
57
- "@polkadot/api": "^16.2.1",
58
- "@polkadot/api-base": "^16.2.1",
59
- "@polkadot/keyring": "^13.5.1",
60
- "@polkadot/rpc-core": "^16.2.1",
61
- "@polkadot/rpc-provider": "^16.2.1",
62
- "@polkadot/types": "^16.2.1",
63
- "@polkadot/types-codec": "^16.2.1",
64
- "@polkadot/util": "^13.5.1",
65
- "@polkadot/util-crypto": "^13.5.1",
66
- "bignumber.js": "^9.3.0",
57
+ "@polkadot/api": "^16.4.4",
58
+ "@polkadot/api-base": "^16.4.4",
59
+ "@polkadot/keyring": "^13.5.5",
60
+ "@polkadot/rpc-core": "^16.4.4",
61
+ "@polkadot/rpc-provider": "^16.4.4",
62
+ "@polkadot/types": "^16.4.4",
63
+ "@polkadot/types-codec": "^16.4.4",
64
+ "@polkadot/util": "^13.5.5",
65
+ "@polkadot/util-crypto": "^13.5.5",
66
+ "bignumber.js": "^9.3.1",
67
67
  "bs58check": "^4.0.0",
68
68
  "commander": "^13.1.0",
69
69
  "console-table-printer": "^2.12.1",
70
- "dotenv": "^16.4.7"
70
+ "dotenv": "^16.6.1"
71
71
  },
72
72
  "devDependencies": {
73
- "@argonprotocol/testing": "1.3.5",
74
- "@polkadot/typegen": "^16.2.1",
73
+ "@argonprotocol/testing": "1.3.7",
74
+ "@polkadot/typegen": "^16.4.4",
75
75
  "@substrate/ss58-registry": "^1.51.0",
76
- "@types/node": "^18.19.6",
76
+ "@types/node": "^18.19.122",
77
77
  "shx": "^0.4.0",
78
- "tsup": "^8.4.0",
79
- "tsx": "^4.19.2",
80
- "typescript": "^5.8.3",
81
- "vitest": "^3.1.1"
78
+ "tsup": "^8.5.0",
79
+ "tsx": "^4.20.4",
80
+ "typescript": "^5.9.2",
81
+ "vitest": "^3.2.4"
82
82
  },
83
83
  "packageManager": "yarn@4.1.0"
84
84
  }