@helium/helium-admin-cli 0.10.33 → 0.10.34
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/backfill-mobile-deployment-infos.js +53 -29
- package/lib/cjs/backfill-mobile-deployment-infos.js.map +1 -1
- package/lib/esm/src/backfill-mobile-deployment-infos.js +53 -27
- package/lib/esm/src/backfill-mobile-deployment-infos.js.map +1 -1
- package/lib/esm/tsconfig.esm.tsbuildinfo +1 -1
- package/lib/types/src/backfill-mobile-deployment-infos.d.ts.map +1 -1
- package/package.json +14 -14
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"backfill-mobile-deployment-infos.d.ts","sourceRoot":"","sources":["../../../src/backfill-mobile-deployment-infos.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"backfill-mobile-deployment-infos.d.ts","sourceRoot":"","sources":["../../../src/backfill-mobile-deployment-infos.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AA8D5C,eAAO,MAAM,aAAa,QAAS,MAAM,OAAO,MAAM,0BAOrD,CAAC;AAEF,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAoRjD"}
|
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.10.
|
|
8
|
+
"version": "0.10.34",
|
|
9
9
|
"description": "CLI to bootstrap the network",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
@@ -40,22 +40,22 @@
|
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@coral-xyz/anchor": "^0.31.0",
|
|
42
42
|
"@helium/address": "^4.12.0",
|
|
43
|
-
"@helium/circuit-breaker-sdk": "^0.10.
|
|
43
|
+
"@helium/circuit-breaker-sdk": "^0.10.34",
|
|
44
44
|
"@helium/crypto": "^4.10.2",
|
|
45
|
-
"@helium/data-credits-sdk": "^0.10.
|
|
46
|
-
"@helium/distributor-oracle": "^0.10.
|
|
47
|
-
"@helium/fanout-sdk": "^0.10.
|
|
48
|
-
"@helium/helium-entity-manager-sdk": "^0.10.
|
|
49
|
-
"@helium/helium-sub-daos-sdk": "^0.10.
|
|
50
|
-
"@helium/lazy-distributor-sdk": "^0.10.
|
|
51
|
-
"@helium/mini-fanout-sdk": "^0.10.
|
|
52
|
-
"@helium/mobile-entity-manager-sdk": "^0.10.
|
|
45
|
+
"@helium/data-credits-sdk": "^0.10.34",
|
|
46
|
+
"@helium/distributor-oracle": "^0.10.34",
|
|
47
|
+
"@helium/fanout-sdk": "^0.10.34",
|
|
48
|
+
"@helium/helium-entity-manager-sdk": "^0.10.34",
|
|
49
|
+
"@helium/helium-sub-daos-sdk": "^0.10.34",
|
|
50
|
+
"@helium/lazy-distributor-sdk": "^0.10.34",
|
|
51
|
+
"@helium/mini-fanout-sdk": "^0.10.34",
|
|
52
|
+
"@helium/mobile-entity-manager-sdk": "^0.10.34",
|
|
53
53
|
"@helium/nft-proxy-sdk": "^0.1.5-alpha.0",
|
|
54
54
|
"@helium/organization-sdk": "^0.1.5-alpha.0",
|
|
55
|
-
"@helium/price-oracle-sdk": "^0.10.
|
|
55
|
+
"@helium/price-oracle-sdk": "^0.10.34",
|
|
56
56
|
"@helium/proposal-sdk": "^0.1.5-alpha.0",
|
|
57
|
-
"@helium/spl-utils": "^0.10.
|
|
58
|
-
"@helium/treasury-management-sdk": "^0.10.
|
|
57
|
+
"@helium/spl-utils": "^0.10.34",
|
|
58
|
+
"@helium/treasury-management-sdk": "^0.10.34",
|
|
59
59
|
"@helium/tuktuk-sdk": "^0.0.9",
|
|
60
60
|
"@metaplex-foundation/mpl-token-metadata": "^2.10.0",
|
|
61
61
|
"@solana/spl-account-compression": "^0.1.7",
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
"typescript": "^5.2.2"
|
|
79
79
|
},
|
|
80
80
|
"author": "",
|
|
81
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "b995f7ce22df4a6733ad1b5c71859d91baac3eea"
|
|
82
82
|
}
|