@helium/helium-admin-cli 0.2.10 → 0.2.11
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-subdao.js +6 -0
- package/lib/cjs/create-subdao.js.map +1 -1
- package/lib/cjs/update-rewardable-entity-config.js +20 -12
- package/lib/cjs/update-rewardable-entity-config.js.map +1 -1
- package/lib/cjs/update-subdao.js +14 -1
- package/lib/cjs/update-subdao.js.map +1 -1
- package/lib/esm/src/create-subdao.js +6 -0
- package/lib/esm/src/create-subdao.js.map +1 -1
- package/lib/esm/src/update-rewardable-entity-config.js +21 -13
- package/lib/esm/src/update-rewardable-entity-config.js.map +1 -1
- package/lib/esm/src/update-subdao.js +14 -1
- package/lib/esm/src/update-subdao.js.map +1 -1
- package/lib/esm/tsconfig.esm.tsbuildinfo +1 -1
- package/lib/types/src/create-subdao.d.ts.map +1 -1
- package/lib/types/src/update-rewardable-entity-config.d.ts.map +1 -1
- package/lib/types/src/update-subdao.d.ts.map +1 -1
- package/package.json +5 -5
|
@@ -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,iBA2iBjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-rewardable-entity-config.d.ts","sourceRoot":"","sources":["../../../src/update-rewardable-entity-config.ts"],"names":[],"mappings":"AAaA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,
|
|
1
|
+
{"version":3,"file":"update-rewardable-entity-config.d.ts","sourceRoot":"","sources":["../../../src/update-rewardable-entity-config.ts"],"names":[],"mappings":"AAaA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAmHjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-subdao.d.ts","sourceRoot":"","sources":["../../../src/update-subdao.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"update-subdao.d.ts","sourceRoot":"","sources":["../../../src/update-subdao.ts"],"names":[],"mappings":"AA4BA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAiPjD"}
|
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.11",
|
|
10
10
|
"description": "CLI to bootstrap the network",
|
|
11
11
|
"repository": {
|
|
12
12
|
"type": "git",
|
|
@@ -45,12 +45,12 @@
|
|
|
45
45
|
"@helium/circuit-breaker-sdk": "^0.2.5",
|
|
46
46
|
"@helium/crypto": "^4.6.2",
|
|
47
47
|
"@helium/data-credits-sdk": "^0.2.5",
|
|
48
|
-
"@helium/distributor-oracle": "^0.2.
|
|
48
|
+
"@helium/distributor-oracle": "^0.2.11",
|
|
49
49
|
"@helium/fanout-sdk": "^0.2.5",
|
|
50
|
-
"@helium/helium-entity-manager-sdk": "^0.2.
|
|
50
|
+
"@helium/helium-entity-manager-sdk": "^0.2.11",
|
|
51
51
|
"@helium/helium-sub-daos-sdk": "^0.2.5",
|
|
52
52
|
"@helium/lazy-distributor-sdk": "^0.2.5",
|
|
53
|
-
"@helium/mobile-entity-manager-sdk": "^0.2.
|
|
53
|
+
"@helium/mobile-entity-manager-sdk": "^0.2.11",
|
|
54
54
|
"@helium/price-oracle-sdk": "^0.2.5",
|
|
55
55
|
"@helium/spl-utils": "^0.2.6",
|
|
56
56
|
"@helium/treasury-management-sdk": "^0.2.5",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"yarn": "^1.22.18"
|
|
76
76
|
},
|
|
77
77
|
"author": "",
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "441156a08d754221a7e436618d8358b94e42c94c"
|
|
79
79
|
}
|