@helium/helium-admin-cli 0.6.27 → 0.6.28
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-boost-config.js +7 -1
- package/lib/cjs/create-boost-config.js.map +1 -1
- package/lib/cjs/create-dao.js +0 -1
- package/lib/cjs/create-dao.js.map +1 -1
- package/lib/cjs/create-subdao.js +0 -4
- package/lib/cjs/create-subdao.js.map +1 -1
- package/lib/esm/src/create-boost-config.js +7 -1
- package/lib/esm/src/create-boost-config.js.map +1 -1
- package/lib/esm/src/create-dao.js +0 -1
- package/lib/esm/src/create-dao.js.map +1 -1
- package/lib/esm/src/create-subdao.js +1 -5
- package/lib/esm/src/create-subdao.js.map +1 -1
- package/lib/esm/tsconfig.esm.tsbuildinfo +1 -1
- package/lib/types/src/create-boost-config.d.ts.map +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/package.json +13 -13
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-boost-config.d.ts","sourceRoot":"","sources":["../../../src/create-boost-config.ts"],"names":[],"mappings":"AAYA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,
|
|
1
|
+
{"version":3,"file":"create-boost-config.d.ts","sourceRoot":"","sources":["../../../src/create-boost-config.ts"],"names":[],"mappings":"AAYA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBA4GjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-dao.d.ts","sourceRoot":"","sources":["../../../src/create-dao.ts"],"names":[],"mappings":"AAwEA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,
|
|
1
|
+
{"version":3,"file":"create-dao.d.ts","sourceRoot":"","sources":["../../../src/create-dao.ts"],"names":[],"mappings":"AAwEA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAycjD"}
|
|
@@ -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":"AA4DA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAqgBjD"}
|
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.6.
|
|
8
|
+
"version": "0.6.28",
|
|
9
9
|
"description": "CLI to bootstrap the network",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
@@ -40,18 +40,18 @@
|
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@coral-xyz/anchor": "^0.28.0",
|
|
42
42
|
"@helium/address": "^4.10.2",
|
|
43
|
-
"@helium/circuit-breaker-sdk": "^0.6.
|
|
43
|
+
"@helium/circuit-breaker-sdk": "^0.6.28",
|
|
44
44
|
"@helium/crypto": "^4.10.2",
|
|
45
|
-
"@helium/data-credits-sdk": "^0.6.
|
|
46
|
-
"@helium/distributor-oracle": "^0.6.
|
|
47
|
-
"@helium/fanout-sdk": "^0.6.
|
|
48
|
-
"@helium/helium-entity-manager-sdk": "^0.6.
|
|
49
|
-
"@helium/helium-sub-daos-sdk": "^0.6.
|
|
50
|
-
"@helium/lazy-distributor-sdk": "^0.6.
|
|
51
|
-
"@helium/mobile-entity-manager-sdk": "^0.6.
|
|
52
|
-
"@helium/price-oracle-sdk": "^0.6.
|
|
53
|
-
"@helium/spl-utils": "^0.6.
|
|
54
|
-
"@helium/treasury-management-sdk": "^0.6.
|
|
45
|
+
"@helium/data-credits-sdk": "^0.6.28",
|
|
46
|
+
"@helium/distributor-oracle": "^0.6.28",
|
|
47
|
+
"@helium/fanout-sdk": "^0.6.28",
|
|
48
|
+
"@helium/helium-entity-manager-sdk": "^0.6.28",
|
|
49
|
+
"@helium/helium-sub-daos-sdk": "^0.6.28",
|
|
50
|
+
"@helium/lazy-distributor-sdk": "^0.6.28",
|
|
51
|
+
"@helium/mobile-entity-manager-sdk": "^0.6.28",
|
|
52
|
+
"@helium/price-oracle-sdk": "^0.6.28",
|
|
53
|
+
"@helium/spl-utils": "^0.6.28",
|
|
54
|
+
"@helium/treasury-management-sdk": "^0.6.28",
|
|
55
55
|
"@solana/spl-account-compression": "^0.1.7",
|
|
56
56
|
"@solana/spl-governance": "^0.3.18",
|
|
57
57
|
"@solana/spl-token": "^0.3.8",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"typescript": "^5.2.2"
|
|
71
71
|
},
|
|
72
72
|
"author": "",
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "98f0e037b4b35f87dcb3b55c6baf60522695e447"
|
|
74
74
|
}
|