@helium/helium-admin-cli 0.10.3 → 0.10.5
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/update-destinations.js +209 -0
- package/lib/cjs/update-destinations.js.map +1 -0
- package/lib/cjs/update-subdao-vehnt.js +27 -14
- package/lib/cjs/update-subdao-vehnt.js.map +1 -1
- package/lib/esm/src/update-destinations.js +161 -0
- package/lib/esm/src/update-destinations.js.map +1 -0
- package/lib/esm/src/update-subdao-vehnt.js +27 -14
- package/lib/esm/src/update-subdao-vehnt.js.map +1 -1
- package/lib/esm/tsconfig.esm.tsbuildinfo +1 -1
- package/lib/types/src/update-destinations.d.ts +5 -0
- package/lib/types/src/update-destinations.d.ts.map +1 -0
- package/lib/types/src/update-subdao-vehnt.d.ts.map +1 -1
- package/package.json +13 -13
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as anchor from "@coral-xyz/anchor";
|
|
2
|
+
import { PublicKey } from "@solana/web3.js";
|
|
3
|
+
export declare function exists(provider: anchor.AnchorProvider, account: PublicKey): Promise<boolean>;
|
|
4
|
+
export declare function run(args?: any): Promise<void>;
|
|
5
|
+
//# sourceMappingURL=update-destinations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-destinations.d.ts","sourceRoot":"","sources":["../../../src/update-destinations.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAgB5C,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAI5C,wBAAsB,MAAM,CAC1B,QAAQ,EAAE,MAAM,CAAC,cAAc,EAC/B,OAAO,EAAE,SAAS,GACjB,OAAO,CAAC,OAAO,CAAC,CAElB;AAyBD,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBA2MjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-subdao-vehnt.d.ts","sourceRoot":"","sources":["../../../src/update-subdao-vehnt.ts"],"names":[],"mappings":"AAYA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,
|
|
1
|
+
{"version":3,"file":"update-subdao-vehnt.d.ts","sourceRoot":"","sources":["../../../src/update-subdao-vehnt.ts"],"names":[],"mappings":"AAYA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBA4QjD"}
|
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.5",
|
|
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.31.0",
|
|
42
42
|
"@helium/address": "^4.12.0",
|
|
43
|
-
"@helium/circuit-breaker-sdk": "^0.10.
|
|
43
|
+
"@helium/circuit-breaker-sdk": "^0.10.5",
|
|
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/mobile-entity-manager-sdk": "^0.10.
|
|
45
|
+
"@helium/data-credits-sdk": "^0.10.5",
|
|
46
|
+
"@helium/distributor-oracle": "^0.10.5",
|
|
47
|
+
"@helium/fanout-sdk": "^0.10.5",
|
|
48
|
+
"@helium/helium-entity-manager-sdk": "^0.10.5",
|
|
49
|
+
"@helium/helium-sub-daos-sdk": "^0.10.5",
|
|
50
|
+
"@helium/lazy-distributor-sdk": "^0.10.5",
|
|
51
|
+
"@helium/mobile-entity-manager-sdk": "^0.10.5",
|
|
52
52
|
"@helium/nft-proxy-sdk": "^0.1.5-alpha.0",
|
|
53
53
|
"@helium/organization-sdk": "^0.1.5-alpha.0",
|
|
54
|
-
"@helium/price-oracle-sdk": "^0.10.
|
|
54
|
+
"@helium/price-oracle-sdk": "^0.10.5",
|
|
55
55
|
"@helium/proposal-sdk": "^0.1.5-alpha.0",
|
|
56
|
-
"@helium/spl-utils": "^0.10.
|
|
57
|
-
"@helium/treasury-management-sdk": "^0.10.
|
|
56
|
+
"@helium/spl-utils": "^0.10.5",
|
|
57
|
+
"@helium/treasury-management-sdk": "^0.10.5",
|
|
58
58
|
"@helium/tuktuk-sdk": "^0.0.6",
|
|
59
59
|
"@solana/spl-account-compression": "^0.1.7",
|
|
60
60
|
"@solana/spl-governance": "^0.3.18",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"typescript": "^5.2.2"
|
|
77
77
|
},
|
|
78
78
|
"author": "",
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "9ba7b183156863d02660d19b1aeb5e93f6192ee9"
|
|
80
80
|
}
|