@helium/helium-admin-cli 0.8.6 → 0.9.0-alpha.1
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/create-dao.js +88 -61
- package/lib/cjs/create-dao.js.map +1 -1
- package/lib/cjs/create-subdao.js +107 -82
- package/lib/cjs/create-subdao.js.map +1 -1
- package/lib/cjs/set-proxy-config.js +139 -0
- package/lib/cjs/set-proxy-config.js.map +1 -0
- package/lib/esm/src/create-dao.js +105 -78
- package/lib/esm/src/create-dao.js.map +1 -1
- package/lib/esm/src/create-subdao.js +120 -95
- package/lib/esm/src/create-subdao.js.map +1 -1
- package/lib/esm/src/set-proxy-config.js +98 -0
- package/lib/esm/src/set-proxy-config.js.map +1 -0
- package/lib/esm/tsconfig.esm.tsbuildinfo +1 -1
- package/lib/types/src/create-dao.d.ts.map +1 -1
- package/lib/types/src/create-subdao.d.ts.map +1 -1
- package/lib/types/src/set-proxy-config.d.ts +2 -0
- package/lib/types/src/set-proxy-config.d.ts.map +1 -0
- package/package.json +14 -13
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-dao.d.ts","sourceRoot":"","sources":["../../../src/create-dao.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"create-dao.d.ts","sourceRoot":"","sources":["../../../src/create-dao.ts"],"names":[],"mappings":"AAyEA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBA8ejD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-subdao.d.ts","sourceRoot":"","sources":["../../../src/create-subdao.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"create-subdao.d.ts","sourceRoot":"","sources":["../../../src/create-subdao.ts"],"names":[],"mappings":"AA8DA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAqiBjD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"set-proxy-config.d.ts","sourceRoot":"","sources":["../../../src/set-proxy-config.ts"],"names":[],"mappings":"AAWA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAiGjD"}
|
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.
|
|
8
|
+
"version": "0.9.0-alpha.1",
|
|
9
9
|
"description": "CLI to bootstrap the network",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
@@ -40,18 +40,19 @@
|
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@coral-xyz/anchor": "^0.28.0",
|
|
42
42
|
"@helium/address": "^4.10.2",
|
|
43
|
-
"@helium/circuit-breaker-sdk": "^0.
|
|
43
|
+
"@helium/circuit-breaker-sdk": "^0.9.0-alpha.1",
|
|
44
44
|
"@helium/crypto": "^4.10.2",
|
|
45
|
-
"@helium/data-credits-sdk": "^0.
|
|
46
|
-
"@helium/distributor-oracle": "^0.
|
|
47
|
-
"@helium/fanout-sdk": "^0.
|
|
48
|
-
"@helium/helium-entity-manager-sdk": "^0.
|
|
49
|
-
"@helium/helium-sub-daos-sdk": "^0.
|
|
50
|
-
"@helium/lazy-distributor-sdk": "^0.
|
|
51
|
-
"@helium/mobile-entity-manager-sdk": "^0.
|
|
52
|
-
"@helium/
|
|
53
|
-
"@helium/
|
|
54
|
-
"@helium/
|
|
45
|
+
"@helium/data-credits-sdk": "^0.9.0-alpha.1",
|
|
46
|
+
"@helium/distributor-oracle": "^0.9.0-alpha.1",
|
|
47
|
+
"@helium/fanout-sdk": "^0.9.0-alpha.1",
|
|
48
|
+
"@helium/helium-entity-manager-sdk": "^0.9.0-alpha.1",
|
|
49
|
+
"@helium/helium-sub-daos-sdk": "^0.9.0-alpha.1",
|
|
50
|
+
"@helium/lazy-distributor-sdk": "^0.9.0-alpha.1",
|
|
51
|
+
"@helium/mobile-entity-manager-sdk": "^0.9.0-alpha.1",
|
|
52
|
+
"@helium/nft-proxy-sdk": "0.0.8-next.19+4fa4c6b",
|
|
53
|
+
"@helium/price-oracle-sdk": "^0.9.0-alpha.1",
|
|
54
|
+
"@helium/spl-utils": "^0.9.0-alpha.1",
|
|
55
|
+
"@helium/treasury-management-sdk": "^0.9.0-alpha.1",
|
|
55
56
|
"@solana/spl-account-compression": "^0.1.7",
|
|
56
57
|
"@solana/spl-governance": "^0.3.18",
|
|
57
58
|
"@solana/spl-token": "^0.3.8",
|
|
@@ -70,5 +71,5 @@
|
|
|
70
71
|
"typescript": "^5.2.2"
|
|
71
72
|
},
|
|
72
73
|
"author": "",
|
|
73
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "238e31c3854a06bdf02c78212ae43489bf21b0c1"
|
|
74
75
|
}
|