@helium/helium-admin-cli 0.9.4 → 0.9.5

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.
Files changed (29) hide show
  1. package/lib/cjs/create-carrier.js +6 -0
  2. package/lib/cjs/create-carrier.js.map +1 -1
  3. package/lib/cjs/set-dc-onboarding-fees-paid-epoch-info.js +127 -0
  4. package/lib/cjs/set-dc-onboarding-fees-paid-epoch-info.js.map +1 -0
  5. package/lib/cjs/set-dc-onboarding-fees-paid.js +122 -0
  6. package/lib/cjs/set-dc-onboarding-fees-paid.js.map +1 -0
  7. package/lib/cjs/update-carrier.js +5 -0
  8. package/lib/cjs/update-carrier.js.map +1 -1
  9. package/lib/cjs/update-rewardable-entity-config.js +7 -0
  10. package/lib/cjs/update-rewardable-entity-config.js.map +1 -1
  11. package/lib/esm/src/create-carrier.js +6 -0
  12. package/lib/esm/src/create-carrier.js.map +1 -1
  13. package/lib/esm/src/set-dc-onboarding-fees-paid-epoch-info.js +86 -0
  14. package/lib/esm/src/set-dc-onboarding-fees-paid-epoch-info.js.map +1 -0
  15. package/lib/esm/src/set-dc-onboarding-fees-paid.js +81 -0
  16. package/lib/esm/src/set-dc-onboarding-fees-paid.js.map +1 -0
  17. package/lib/esm/src/update-carrier.js +5 -0
  18. package/lib/esm/src/update-carrier.js.map +1 -1
  19. package/lib/esm/src/update-rewardable-entity-config.js +7 -0
  20. package/lib/esm/src/update-rewardable-entity-config.js.map +1 -1
  21. package/lib/esm/tsconfig.esm.tsbuildinfo +1 -1
  22. package/lib/types/src/create-carrier.d.ts.map +1 -1
  23. package/lib/types/src/set-dc-onboarding-fees-paid-epoch-info.d.ts +2 -0
  24. package/lib/types/src/set-dc-onboarding-fees-paid-epoch-info.d.ts.map +1 -0
  25. package/lib/types/src/set-dc-onboarding-fees-paid.d.ts +2 -0
  26. package/lib/types/src/set-dc-onboarding-fees-paid.d.ts.map +1 -0
  27. package/lib/types/src/update-carrier.d.ts.map +1 -1
  28. package/lib/types/src/update-rewardable-entity-config.d.ts.map +1 -1
  29. package/package.json +14 -14
@@ -1 +1 @@
1
- {"version":3,"file":"create-carrier.d.ts","sourceRoot":"","sources":["../../../src/create-carrier.ts"],"names":[],"mappings":"AA6BA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAyLjD"}
1
+ {"version":3,"file":"create-carrier.d.ts","sourceRoot":"","sources":["../../../src/create-carrier.ts"],"names":[],"mappings":"AA6BA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBA+LjD"}
@@ -0,0 +1,2 @@
1
+ export declare function run(args?: any): Promise<void>;
2
+ //# sourceMappingURL=set-dc-onboarding-fees-paid-epoch-info.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"set-dc-onboarding-fees-paid-epoch-info.d.ts","sourceRoot":"","sources":["../../../src/set-dc-onboarding-fees-paid-epoch-info.ts"],"names":[],"mappings":"AASA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAoFjD"}
@@ -0,0 +1,2 @@
1
+ export declare function run(args?: any): Promise<void>;
2
+ //# sourceMappingURL=set-dc-onboarding-fees-paid.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"set-dc-onboarding-fees-paid.d.ts","sourceRoot":"","sources":["../../../src/set-dc-onboarding-fees-paid.ts"],"names":[],"mappings":"AASA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBA+EjD"}
@@ -1 +1 @@
1
- {"version":3,"file":"update-carrier.d.ts","sourceRoot":"","sources":["../../../src/update-carrier.ts"],"names":[],"mappings":"AAUA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAkGjD"}
1
+ {"version":3,"file":"update-carrier.d.ts","sourceRoot":"","sources":["../../../src/update-carrier.ts"],"names":[],"mappings":"AAUA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAuGjD"}
@@ -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,iBA+JjD"}
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,iBAsKjD"}
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.9.4",
8
+ "version": "0.9.5",
9
9
  "description": "CLI to bootstrap the network",
10
10
  "repository": {
11
11
  "type": "git",
@@ -40,19 +40,19 @@
40
40
  "dependencies": {
41
41
  "@coral-xyz/anchor": "^0.28.0",
42
42
  "@helium/address": "^4.10.2",
43
- "@helium/circuit-breaker-sdk": "^0.9.4",
43
+ "@helium/circuit-breaker-sdk": "^0.9.5",
44
44
  "@helium/crypto": "^4.10.2",
45
- "@helium/data-credits-sdk": "^0.9.4",
46
- "@helium/distributor-oracle": "^0.9.4",
47
- "@helium/fanout-sdk": "^0.9.4",
48
- "@helium/helium-entity-manager-sdk": "^0.9.4",
49
- "@helium/helium-sub-daos-sdk": "^0.9.4",
50
- "@helium/lazy-distributor-sdk": "^0.9.4",
51
- "@helium/mobile-entity-manager-sdk": "^0.9.4",
52
- "@helium/nft-proxy-sdk": "0.0.8-next.39+d213e1d",
53
- "@helium/price-oracle-sdk": "^0.9.4",
54
- "@helium/spl-utils": "^0.9.4",
55
- "@helium/treasury-management-sdk": "^0.9.4",
45
+ "@helium/data-credits-sdk": "^0.9.5",
46
+ "@helium/distributor-oracle": "^0.9.5",
47
+ "@helium/fanout-sdk": "^0.9.5",
48
+ "@helium/helium-entity-manager-sdk": "^0.9.5",
49
+ "@helium/helium-sub-daos-sdk": "^0.9.5",
50
+ "@helium/lazy-distributor-sdk": "^0.9.5",
51
+ "@helium/mobile-entity-manager-sdk": "^0.9.5",
52
+ "@helium/nft-proxy-sdk": "^0.0.12",
53
+ "@helium/price-oracle-sdk": "^0.9.5",
54
+ "@helium/spl-utils": "^0.9.5",
55
+ "@helium/treasury-management-sdk": "^0.9.5",
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",
@@ -71,5 +71,5 @@
71
71
  "typescript": "^5.2.2"
72
72
  },
73
73
  "author": "",
74
- "gitHead": "3da803c89a716291aabb1cb493cddbcf64945301"
74
+ "gitHead": "0fd48f14fefd36da4c84edb91fbaa0c1d6657f2b"
75
75
  }