@helium/helium-admin-cli 0.2.4 → 0.2.6
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 +63 -0
- package/lib/cjs/create-dao.js.map +1 -1
- package/lib/cjs/create-subdao.js +2 -0
- package/lib/cjs/create-subdao.js.map +1 -1
- package/lib/cjs/issue-test-hotspot.js +111 -0
- package/lib/cjs/issue-test-hotspot.js.map +1 -0
- package/lib/cjs/mint-dc.js +2 -3
- package/lib/cjs/mint-dc.js.map +1 -1
- package/lib/cjs/update-dao.js +8 -0
- package/lib/cjs/update-dao.js.map +1 -1
- package/lib/cjs/update-subdao.js +8 -0
- package/lib/cjs/update-subdao.js.map +1 -1
- package/lib/esm/src/create-dao.js +64 -1
- package/lib/esm/src/create-dao.js.map +1 -1
- package/lib/esm/src/create-subdao.js +2 -0
- package/lib/esm/src/create-subdao.js.map +1 -1
- package/lib/esm/src/issue-test-hotspot.js +70 -0
- package/lib/esm/src/issue-test-hotspot.js.map +1 -0
- package/lib/esm/src/mint-dc.js +3 -4
- package/lib/esm/src/mint-dc.js.map +1 -1
- package/lib/esm/src/update-dao.js +8 -0
- package/lib/esm/src/update-dao.js.map +1 -1
- package/lib/esm/src/update-subdao.js +8 -0
- package/lib/esm/src/update-subdao.js.map +1 -1
- 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/issue-test-hotspot.d.ts +2 -0
- package/lib/types/src/issue-test-hotspot.d.ts.map +1 -0
- package/lib/types/src/mint-dc.d.ts.map +1 -1
- package/lib/types/src/update-dao.d.ts.map +1 -1
- package/lib/types/src/update-subdao.d.ts.map +1 -1
- package/package.json +13 -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":"AAgFA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBA0djD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-subdao.d.ts","sourceRoot":"","sources":["../../../src/create-subdao.ts"],"names":[],"mappings":"AA8DA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,
|
|
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":"issue-test-hotspot.d.ts","sourceRoot":"","sources":["../../../src/issue-test-hotspot.ts"],"names":[],"mappings":"AAoBA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAsEjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mint-dc.d.ts","sourceRoot":"","sources":["../../../src/mint-dc.ts"],"names":[],"mappings":"AAQA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,
|
|
1
|
+
{"version":3,"file":"mint-dc.d.ts","sourceRoot":"","sources":["../../../src/mint-dc.ts"],"names":[],"mappings":"AAQA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBA2EjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-dao.d.ts","sourceRoot":"","sources":["../../../src/update-dao.ts"],"names":[],"mappings":"AAWA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,
|
|
1
|
+
{"version":3,"file":"update-dao.d.ts","sourceRoot":"","sources":["../../../src/update-dao.ts"],"names":[],"mappings":"AAWA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAgHjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-subdao.d.ts","sourceRoot":"","sources":["../../../src/update-subdao.ts"],"names":[],"mappings":"AA2BA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,
|
|
1
|
+
{"version":3,"file":"update-subdao.d.ts","sourceRoot":"","sources":["../../../src/update-subdao.ts"],"names":[],"mappings":"AA2BA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAoOjD"}
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
7
7
|
},
|
|
8
8
|
"license": "Apache-2.0",
|
|
9
|
-
"version": "0.2.
|
|
9
|
+
"version": "0.2.6",
|
|
10
10
|
"description": "CLI to bootstrap the network",
|
|
11
11
|
"repository": {
|
|
12
12
|
"type": "git",
|
|
@@ -42,18 +42,18 @@
|
|
|
42
42
|
"@clockwork-xyz/sdk": "^0.2.4",
|
|
43
43
|
"@coral-xyz/anchor": "^0.26.0",
|
|
44
44
|
"@helium/address": "^4.6.2",
|
|
45
|
-
"@helium/circuit-breaker-sdk": "^0.2.
|
|
45
|
+
"@helium/circuit-breaker-sdk": "^0.2.5",
|
|
46
46
|
"@helium/crypto": "^4.6.2",
|
|
47
|
-
"@helium/data-credits-sdk": "^0.2.
|
|
48
|
-
"@helium/distributor-oracle": "^0.2.
|
|
49
|
-
"@helium/fanout-sdk": "^0.2.
|
|
50
|
-
"@helium/helium-entity-manager-sdk": "^0.2.
|
|
51
|
-
"@helium/helium-sub-daos-sdk": "^0.2.
|
|
52
|
-
"@helium/lazy-distributor-sdk": "^0.2.
|
|
53
|
-
"@helium/mobile-entity-manager-sdk": "^0.2.
|
|
54
|
-
"@helium/price-oracle-sdk": "^0.2.
|
|
55
|
-
"@helium/spl-utils": "^0.2.
|
|
56
|
-
"@helium/treasury-management-sdk": "^0.2.
|
|
47
|
+
"@helium/data-credits-sdk": "^0.2.5",
|
|
48
|
+
"@helium/distributor-oracle": "^0.2.6",
|
|
49
|
+
"@helium/fanout-sdk": "^0.2.5",
|
|
50
|
+
"@helium/helium-entity-manager-sdk": "^0.2.6",
|
|
51
|
+
"@helium/helium-sub-daos-sdk": "^0.2.5",
|
|
52
|
+
"@helium/lazy-distributor-sdk": "^0.2.5",
|
|
53
|
+
"@helium/mobile-entity-manager-sdk": "^0.2.6",
|
|
54
|
+
"@helium/price-oracle-sdk": "^0.2.5",
|
|
55
|
+
"@helium/spl-utils": "^0.2.6",
|
|
56
|
+
"@helium/treasury-management-sdk": "^0.2.5",
|
|
57
57
|
"@solana/spl-account-compression": "^0.1.4",
|
|
58
58
|
"@solana/spl-governance": "^0.3.18",
|
|
59
59
|
"@solana/spl-token": "^0.3.6",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"yarn": "^1.22.18"
|
|
76
76
|
},
|
|
77
77
|
"author": "",
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "c715a1800e723af9f57649664539ae4b22be7920"
|
|
79
79
|
}
|