@helium/helium-admin-cli 0.4.0 → 0.4.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/close-lazy-transaction-markers.js +52 -17
- package/lib/cjs/close-lazy-transaction-markers.js.map +1 -1
- package/lib/cjs/end-epoch.js +1 -1
- package/lib/cjs/temp-claim-failed-claims.js +149 -0
- package/lib/cjs/temp-claim-failed-claims.js.map +1 -0
- package/lib/cjs/update-lazy-transactions.js +1 -0
- package/lib/cjs/update-lazy-transactions.js.map +1 -1
- package/lib/cjs/update-rewardable-entity-config.js +1 -0
- package/lib/cjs/update-rewardable-entity-config.js.map +1 -1
- package/lib/esm/src/close-lazy-transaction-markers.js +54 -19
- package/lib/esm/src/close-lazy-transaction-markers.js.map +1 -1
- package/lib/esm/src/end-epoch.js +1 -1
- package/lib/esm/src/temp-claim-failed-claims.js +107 -0
- package/lib/esm/src/temp-claim-failed-claims.js.map +1 -0
- package/lib/esm/src/update-lazy-transactions.js +1 -0
- package/lib/esm/src/update-lazy-transactions.js.map +1 -1
- package/lib/esm/src/update-rewardable-entity-config.js +1 -0
- package/lib/esm/src/update-rewardable-entity-config.js.map +1 -1
- package/lib/esm/tsconfig.esm.tsbuildinfo +1 -1
- package/lib/types/src/close-lazy-transaction-markers.d.ts.map +1 -1
- package/lib/types/src/temp-claim-failed-claims.d.ts +2 -0
- package/lib/types/src/temp-claim-failed-claims.d.ts.map +1 -0
- package/lib/types/src/update-lazy-transactions.d.ts.map +1 -1
- package/lib/types/src/update-rewardable-entity-config.d.ts.map +1 -1
- package/package.json +13 -13
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"close-lazy-transaction-markers.d.ts","sourceRoot":"","sources":["../../../src/close-lazy-transaction-markers.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"close-lazy-transaction-markers.d.ts","sourceRoot":"","sources":["../../../src/close-lazy-transaction-markers.ts"],"names":[],"mappings":"AAkBA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAgHjD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"temp-claim-failed-claims.d.ts","sourceRoot":"","sources":["../../../src/temp-claim-failed-claims.ts"],"names":[],"mappings":"AAsBA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBA6HjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-lazy-transactions.d.ts","sourceRoot":"","sources":["../../../src/update-lazy-transactions.ts"],"names":[],"mappings":"AAWA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,
|
|
1
|
+
{"version":3,"file":"update-lazy-transactions.d.ts","sourceRoot":"","sources":["../../../src/update-lazy-transactions.ts"],"names":[],"mappings":"AAWA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAyEjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-rewardable-entity-config.d.ts","sourceRoot":"","sources":["../../../src/update-rewardable-entity-config.ts"],"names":[],"mappings":"AAeA,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":"AAeA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAyJjD"}
|
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.4.
|
|
9
|
+
"version": "0.4.1",
|
|
10
10
|
"description": "CLI to bootstrap the network",
|
|
11
11
|
"repository": {
|
|
12
12
|
"type": "git",
|
|
@@ -41,18 +41,18 @@
|
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@coral-xyz/anchor": "^0.28.0",
|
|
43
43
|
"@helium/address": "^4.10.2",
|
|
44
|
-
"@helium/circuit-breaker-sdk": "^0.4.
|
|
44
|
+
"@helium/circuit-breaker-sdk": "^0.4.1",
|
|
45
45
|
"@helium/crypto": "^4.10.2",
|
|
46
|
-
"@helium/data-credits-sdk": "^0.4.
|
|
47
|
-
"@helium/distributor-oracle": "^0.4.
|
|
48
|
-
"@helium/fanout-sdk": "^0.4.
|
|
49
|
-
"@helium/helium-entity-manager-sdk": "^0.4.
|
|
50
|
-
"@helium/helium-sub-daos-sdk": "^0.4.
|
|
51
|
-
"@helium/lazy-distributor-sdk": "^0.4.
|
|
52
|
-
"@helium/mobile-entity-manager-sdk": "^0.4.
|
|
53
|
-
"@helium/price-oracle-sdk": "^0.4.
|
|
54
|
-
"@helium/spl-utils": "^0.4.
|
|
55
|
-
"@helium/treasury-management-sdk": "^0.4.
|
|
46
|
+
"@helium/data-credits-sdk": "^0.4.1",
|
|
47
|
+
"@helium/distributor-oracle": "^0.4.1",
|
|
48
|
+
"@helium/fanout-sdk": "^0.4.1",
|
|
49
|
+
"@helium/helium-entity-manager-sdk": "^0.4.1",
|
|
50
|
+
"@helium/helium-sub-daos-sdk": "^0.4.1",
|
|
51
|
+
"@helium/lazy-distributor-sdk": "^0.4.1",
|
|
52
|
+
"@helium/mobile-entity-manager-sdk": "^0.4.1",
|
|
53
|
+
"@helium/price-oracle-sdk": "^0.4.1",
|
|
54
|
+
"@helium/spl-utils": "^0.4.1",
|
|
55
|
+
"@helium/treasury-management-sdk": "^0.4.1",
|
|
56
56
|
"@solana/spl-account-compression": "^0.1.7",
|
|
57
57
|
"@solana/spl-governance": "^0.3.18",
|
|
58
58
|
"@solana/spl-token": "^0.3.8",
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"yarn": "^1.22.18"
|
|
73
73
|
},
|
|
74
74
|
"author": "",
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "bc5db113afc65a244e5140a18f1143d6922dd749"
|
|
76
76
|
}
|