@helium/helium-admin-cli 0.9.22 → 0.9.24-alpha.0
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/fix-claimed-epochs.js +91 -0
- package/lib/cjs/fix-claimed-epochs.js.map +1 -0
- package/lib/cjs/unrug-hotspots.js +167 -0
- package/lib/cjs/unrug-hotspots.js.map +1 -0
- package/lib/cjs/update-proxy-config.js +128 -0
- package/lib/cjs/update-proxy-config.js.map +1 -0
- package/lib/esm/src/fix-claimed-epochs.js +50 -0
- package/lib/esm/src/fix-claimed-epochs.js.map +1 -0
- package/lib/esm/src/unrug-hotspots.js +126 -0
- package/lib/esm/src/unrug-hotspots.js.map +1 -0
- package/lib/esm/src/update-proxy-config.js +87 -0
- package/lib/esm/src/update-proxy-config.js.map +1 -0
- package/lib/esm/tsconfig.esm.tsbuildinfo +1 -1
- package/lib/types/src/fix-claimed-epochs.d.ts +2 -0
- package/lib/types/src/fix-claimed-epochs.d.ts.map +1 -0
- package/lib/types/src/unrug-hotspots.d.ts +2 -0
- package/lib/types/src/unrug-hotspots.d.ts.map +1 -0
- package/lib/types/src/update-proxy-config.d.ts +2 -0
- package/lib/types/src/update-proxy-config.d.ts.map +1 -0
- package/package.json +13 -13
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fix-claimed-epochs.d.ts","sourceRoot":"","sources":["../../../src/fix-claimed-epochs.ts"],"names":[],"mappings":"AAsBA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBA4CjD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"unrug-hotspots.d.ts","sourceRoot":"","sources":["../../../src/unrug-hotspots.ts"],"names":[],"mappings":"AAgCA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAiEjD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-proxy-config.d.ts","sourceRoot":"","sources":["../../../src/update-proxy-config.ts"],"names":[],"mappings":"AAeA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAoFjD"}
|
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.24-alpha.0",
|
|
9
9
|
"description": "CLI to bootstrap the network",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
@@ -40,21 +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.24-alpha.0",
|
|
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.24-alpha.0",
|
|
46
|
+
"@helium/distributor-oracle": "^0.9.24-alpha.0",
|
|
47
|
+
"@helium/fanout-sdk": "^0.9.24-alpha.0",
|
|
48
|
+
"@helium/helium-entity-manager-sdk": "^0.9.24-alpha.0",
|
|
49
|
+
"@helium/helium-sub-daos-sdk": "^0.9.24-alpha.0",
|
|
50
|
+
"@helium/lazy-distributor-sdk": "^0.9.24-alpha.0",
|
|
51
|
+
"@helium/mobile-entity-manager-sdk": "^0.9.24-alpha.0",
|
|
52
52
|
"@helium/nft-proxy-sdk": "^0.0.15",
|
|
53
53
|
"@helium/organization-sdk": "^0.0.13",
|
|
54
|
-
"@helium/price-oracle-sdk": "^0.9.
|
|
54
|
+
"@helium/price-oracle-sdk": "^0.9.24-alpha.0",
|
|
55
55
|
"@helium/proposal-sdk": "^0.0.15",
|
|
56
|
-
"@helium/spl-utils": "^0.9.
|
|
57
|
-
"@helium/treasury-management-sdk": "^0.9.
|
|
56
|
+
"@helium/spl-utils": "^0.9.24-alpha.0",
|
|
57
|
+
"@helium/treasury-management-sdk": "^0.9.24-alpha.0",
|
|
58
58
|
"@solana/spl-account-compression": "^0.1.7",
|
|
59
59
|
"@solana/spl-governance": "^0.3.18",
|
|
60
60
|
"@solana/spl-token": "^0.3.8",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"typescript": "^5.2.2"
|
|
74
74
|
},
|
|
75
75
|
"author": "",
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "b8b21c7113a21405f29d7067d10ec2a7ccbb5241"
|
|
77
77
|
}
|