@helium/helium-admin-cli 0.4.0 → 0.4.1-next.0

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.
@@ -1 +1 @@
1
- {"version":3,"file":"close-lazy-transaction-markers.d.ts","sourceRoot":"","sources":["../../../src/close-lazy-transaction-markers.ts"],"names":[],"mappings":"AAOA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAoEjD"}
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,2 @@
1
+ export declare function run(args?: any): Promise<void>;
2
+ //# sourceMappingURL=temp-claim-failed-claims.d.ts.map
@@ -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,iBAwEjD"}
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,iBAwJjD"}
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.0",
9
+ "version": "0.4.1-next.0",
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.0",
44
+ "@helium/circuit-breaker-sdk": "^0.4.1-next.0",
45
45
  "@helium/crypto": "^4.10.2",
46
- "@helium/data-credits-sdk": "^0.4.0",
47
- "@helium/distributor-oracle": "^0.4.0",
48
- "@helium/fanout-sdk": "^0.4.0",
49
- "@helium/helium-entity-manager-sdk": "^0.4.0",
50
- "@helium/helium-sub-daos-sdk": "^0.4.0",
51
- "@helium/lazy-distributor-sdk": "^0.4.0",
52
- "@helium/mobile-entity-manager-sdk": "^0.4.0",
53
- "@helium/price-oracle-sdk": "^0.4.0",
54
- "@helium/spl-utils": "^0.4.0",
55
- "@helium/treasury-management-sdk": "^0.4.0",
46
+ "@helium/data-credits-sdk": "^0.4.1-next.0",
47
+ "@helium/distributor-oracle": "^0.4.1-next.0",
48
+ "@helium/fanout-sdk": "^0.4.1-next.0",
49
+ "@helium/helium-entity-manager-sdk": "^0.4.1-next.0",
50
+ "@helium/helium-sub-daos-sdk": "^0.4.1-next.0",
51
+ "@helium/lazy-distributor-sdk": "^0.4.1-next.0",
52
+ "@helium/mobile-entity-manager-sdk": "^0.4.1-next.0",
53
+ "@helium/price-oracle-sdk": "^0.4.1-next.0",
54
+ "@helium/spl-utils": "^0.4.1-next.0",
55
+ "@helium/treasury-management-sdk": "^0.4.1-next.0",
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": "5c65b5460234146b833a3b43b5bdd3837c958007"
75
+ "gitHead": "cf8dfca6713e480e0633a2f23ec94c8294f1a6a5"
76
76
  }