@helium/helium-admin-cli 0.10.29 → 0.10.31
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/cjs/extend-common-lut.js +6 -2
- package/lib/cjs/extend-common-lut.js.map +1 -1
- package/lib/cjs/reschedule-all-mini-fanouts.js +116 -0
- package/lib/cjs/reschedule-all-mini-fanouts.js.map +1 -0
- package/lib/cjs/update-subdao-vehnt.js +2 -2
- package/lib/esm/src/extend-common-lut.js +6 -2
- package/lib/esm/src/extend-common-lut.js.map +1 -1
- package/lib/esm/src/reschedule-all-mini-fanouts.js +75 -0
- package/lib/esm/src/reschedule-all-mini-fanouts.js.map +1 -0
- package/lib/esm/src/update-subdao-vehnt.js +2 -2
- package/lib/esm/tsconfig.esm.tsbuildinfo +1 -1
- package/lib/types/src/extend-common-lut.d.ts.map +1 -1
- package/lib/types/src/reschedule-all-mini-fanouts.d.ts +2 -0
- package/lib/types/src/reschedule-all-mini-fanouts.d.ts.map +1 -0
- package/package.json +14 -13
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"extend-common-lut.d.ts","sourceRoot":"","sources":["../../../src/extend-common-lut.ts"],"names":[],"mappings":"AAiBA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,
|
|
1
|
+
{"version":3,"file":"extend-common-lut.d.ts","sourceRoot":"","sources":["../../../src/extend-common-lut.ts"],"names":[],"mappings":"AAiBA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAiFjD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reschedule-all-mini-fanouts.d.ts","sourceRoot":"","sources":["../../../src/reschedule-all-mini-fanouts.ts"],"names":[],"mappings":"AAUA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBA4EjD"}
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"registry": "https://registry.npmjs.org/"
|
|
6
6
|
},
|
|
7
7
|
"license": "Apache-2.0",
|
|
8
|
-
"version": "0.10.
|
|
8
|
+
"version": "0.10.31",
|
|
9
9
|
"description": "CLI to bootstrap the network",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
@@ -40,21 +40,22 @@
|
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@coral-xyz/anchor": "^0.31.0",
|
|
42
42
|
"@helium/address": "^4.12.0",
|
|
43
|
-
"@helium/circuit-breaker-sdk": "^0.10.
|
|
43
|
+
"@helium/circuit-breaker-sdk": "^0.10.31",
|
|
44
44
|
"@helium/crypto": "^4.10.2",
|
|
45
|
-
"@helium/data-credits-sdk": "^0.10.
|
|
46
|
-
"@helium/distributor-oracle": "^0.10.
|
|
47
|
-
"@helium/fanout-sdk": "^0.10.
|
|
48
|
-
"@helium/helium-entity-manager-sdk": "^0.10.
|
|
49
|
-
"@helium/helium-sub-daos-sdk": "^0.10.
|
|
50
|
-
"@helium/lazy-distributor-sdk": "^0.10.
|
|
51
|
-
"@helium/
|
|
45
|
+
"@helium/data-credits-sdk": "^0.10.31",
|
|
46
|
+
"@helium/distributor-oracle": "^0.10.31",
|
|
47
|
+
"@helium/fanout-sdk": "^0.10.31",
|
|
48
|
+
"@helium/helium-entity-manager-sdk": "^0.10.31",
|
|
49
|
+
"@helium/helium-sub-daos-sdk": "^0.10.31",
|
|
50
|
+
"@helium/lazy-distributor-sdk": "^0.10.31",
|
|
51
|
+
"@helium/mini-fanout-sdk": "^0.10.31",
|
|
52
|
+
"@helium/mobile-entity-manager-sdk": "^0.10.31",
|
|
52
53
|
"@helium/nft-proxy-sdk": "^0.1.5-alpha.0",
|
|
53
54
|
"@helium/organization-sdk": "^0.1.5-alpha.0",
|
|
54
|
-
"@helium/price-oracle-sdk": "^0.10.
|
|
55
|
+
"@helium/price-oracle-sdk": "^0.10.31",
|
|
55
56
|
"@helium/proposal-sdk": "^0.1.5-alpha.0",
|
|
56
|
-
"@helium/spl-utils": "^0.10.
|
|
57
|
-
"@helium/treasury-management-sdk": "^0.10.
|
|
57
|
+
"@helium/spl-utils": "^0.10.31",
|
|
58
|
+
"@helium/treasury-management-sdk": "^0.10.31",
|
|
58
59
|
"@helium/tuktuk-sdk": "^0.0.9",
|
|
59
60
|
"@metaplex-foundation/mpl-token-metadata": "^2.10.0",
|
|
60
61
|
"@solana/spl-account-compression": "^0.1.7",
|
|
@@ -77,5 +78,5 @@
|
|
|
77
78
|
"typescript": "^5.2.2"
|
|
78
79
|
},
|
|
79
80
|
"author": "",
|
|
80
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "5be13f2aff1a33b8fcf7923413ae7b9aaa15b4d7"
|
|
81
82
|
}
|