@helium/helium-admin-cli 0.9.19 → 0.9.20
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/add-expiration-to-delegations.js +52 -26
- package/lib/cjs/add-expiration-to-delegations.js.map +1 -1
- package/lib/cjs/backfill-vote-markers.js +189 -0
- package/lib/cjs/backfill-vote-markers.js.map +1 -0
- package/lib/cjs/dump-vote-markers.js +304 -0
- package/lib/cjs/dump-vote-markers.js.map +1 -0
- package/lib/cjs/release-iot-mobile-positions.js +91 -0
- package/lib/cjs/release-iot-mobile-positions.js.map +1 -0
- package/lib/esm/src/add-expiration-to-delegations.js +53 -27
- package/lib/esm/src/add-expiration-to-delegations.js.map +1 -1
- package/lib/esm/src/backfill-vote-markers.js +148 -0
- package/lib/esm/src/backfill-vote-markers.js.map +1 -0
- package/lib/esm/src/dump-vote-markers.js +256 -0
- package/lib/esm/src/dump-vote-markers.js.map +1 -0
- package/lib/esm/src/release-iot-mobile-positions.js +50 -0
- package/lib/esm/src/release-iot-mobile-positions.js.map +1 -0
- package/lib/esm/tsconfig.esm.tsbuildinfo +1 -1
- package/lib/types/src/add-expiration-to-delegations.d.ts.map +1 -1
- package/lib/types/src/backfill-vote-markers.d.ts +2 -0
- package/lib/types/src/backfill-vote-markers.d.ts.map +1 -0
- package/lib/types/src/dump-vote-markers.d.ts +2 -0
- package/lib/types/src/dump-vote-markers.d.ts.map +1 -0
- package/lib/types/src/release-iot-mobile-positions.d.ts +2 -0
- package/lib/types/src/release-iot-mobile-positions.d.ts.map +1 -0
- package/package.json +14 -13
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add-expiration-to-delegations.d.ts","sourceRoot":"","sources":["../../../src/add-expiration-to-delegations.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"add-expiration-to-delegations.d.ts","sourceRoot":"","sources":["../../../src/add-expiration-to-delegations.ts"],"names":[],"mappings":"AAYA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBA4HjD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"backfill-vote-markers.d.ts","sourceRoot":"","sources":["../../../src/backfill-vote-markers.ts"],"names":[],"mappings":"AAcA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAmKjD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dump-vote-markers.d.ts","sourceRoot":"","sources":["../../../src/dump-vote-markers.ts"],"names":[],"mappings":"AAeA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBA6TjD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"release-iot-mobile-positions.d.ts","sourceRoot":"","sources":["../../../src/release-iot-mobile-positions.ts"],"names":[],"mappings":"AAkBA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAsDjD"}
|
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.9.
|
|
8
|
+
"version": "0.9.20",
|
|
9
9
|
"description": "CLI to bootstrap the network",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
@@ -40,20 +40,21 @@
|
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@coral-xyz/anchor": "^0.28.0",
|
|
42
42
|
"@helium/address": "^4.10.2",
|
|
43
|
-
"@helium/circuit-breaker-sdk": "^0.9.
|
|
43
|
+
"@helium/circuit-breaker-sdk": "^0.9.20",
|
|
44
44
|
"@helium/crypto": "^4.10.2",
|
|
45
|
-
"@helium/data-credits-sdk": "^0.9.
|
|
46
|
-
"@helium/distributor-oracle": "^0.9.
|
|
47
|
-
"@helium/fanout-sdk": "^0.9.
|
|
48
|
-
"@helium/helium-entity-manager-sdk": "^0.9.
|
|
49
|
-
"@helium/helium-sub-daos-sdk": "^0.9.
|
|
50
|
-
"@helium/lazy-distributor-sdk": "^0.9.
|
|
51
|
-
"@helium/mobile-entity-manager-sdk": "^0.9.
|
|
45
|
+
"@helium/data-credits-sdk": "^0.9.20",
|
|
46
|
+
"@helium/distributor-oracle": "^0.9.20",
|
|
47
|
+
"@helium/fanout-sdk": "^0.9.20",
|
|
48
|
+
"@helium/helium-entity-manager-sdk": "^0.9.20",
|
|
49
|
+
"@helium/helium-sub-daos-sdk": "^0.9.20",
|
|
50
|
+
"@helium/lazy-distributor-sdk": "^0.9.20",
|
|
51
|
+
"@helium/mobile-entity-manager-sdk": "^0.9.20",
|
|
52
52
|
"@helium/nft-proxy-sdk": "^0.0.15",
|
|
53
53
|
"@helium/organization-sdk": "^0.0.13",
|
|
54
|
-
"@helium/price-oracle-sdk": "^0.9.
|
|
55
|
-
"@helium/
|
|
56
|
-
"@helium/
|
|
54
|
+
"@helium/price-oracle-sdk": "^0.9.20",
|
|
55
|
+
"@helium/proposal-sdk": "^0.0.15",
|
|
56
|
+
"@helium/spl-utils": "^0.9.20",
|
|
57
|
+
"@helium/treasury-management-sdk": "^0.9.20",
|
|
57
58
|
"@solana/spl-account-compression": "^0.1.7",
|
|
58
59
|
"@solana/spl-governance": "^0.3.18",
|
|
59
60
|
"@solana/spl-token": "^0.3.8",
|
|
@@ -72,5 +73,5 @@
|
|
|
72
73
|
"typescript": "^5.2.2"
|
|
73
74
|
},
|
|
74
75
|
"author": "",
|
|
75
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "fcd864b3f8e1d475821430e48a8cbce6489ec2f6"
|
|
76
77
|
}
|