@helium/helium-admin-cli 0.10.20 → 0.10.22
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/issue-mapping-rewards-nft.js +112 -0
- package/lib/cjs/issue-mapping-rewards-nft.js.map +1 -0
- package/lib/cjs/queue-position-claims.js +1 -1
- package/lib/cjs/repair-all-position-claims.js +1 -1
- package/lib/esm/src/issue-mapping-rewards-nft.js +71 -0
- package/lib/esm/src/issue-mapping-rewards-nft.js.map +1 -0
- package/lib/esm/src/queue-position-claims.js +1 -1
- package/lib/esm/src/repair-all-position-claims.js +1 -1
- package/lib/esm/tsconfig.esm.tsbuildinfo +1 -1
- package/lib/types/src/issue-mapping-rewards-nft.d.ts +2 -0
- package/lib/types/src/issue-mapping-rewards-nft.d.ts.map +1 -0
- package/package.json +14 -14
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"issue-mapping-rewards-nft.d.ts","sourceRoot":"","sources":["../../../src/issue-mapping-rewards-nft.ts"],"names":[],"mappings":"AAkBA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAwEjD"}
|
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.22",
|
|
9
9
|
"description": "CLI to bootstrap the network",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
@@ -40,21 +40,21 @@
|
|
|
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.22",
|
|
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/mobile-entity-manager-sdk": "^0.10.
|
|
45
|
+
"@helium/data-credits-sdk": "^0.10.22",
|
|
46
|
+
"@helium/distributor-oracle": "^0.10.22",
|
|
47
|
+
"@helium/fanout-sdk": "^0.10.22",
|
|
48
|
+
"@helium/helium-entity-manager-sdk": "^0.10.22",
|
|
49
|
+
"@helium/helium-sub-daos-sdk": "^0.10.22",
|
|
50
|
+
"@helium/lazy-distributor-sdk": "^0.10.22",
|
|
51
|
+
"@helium/mobile-entity-manager-sdk": "^0.10.22",
|
|
52
52
|
"@helium/nft-proxy-sdk": "^0.1.5-alpha.0",
|
|
53
53
|
"@helium/organization-sdk": "^0.1.5-alpha.0",
|
|
54
|
-
"@helium/price-oracle-sdk": "^0.10.
|
|
54
|
+
"@helium/price-oracle-sdk": "^0.10.22",
|
|
55
55
|
"@helium/proposal-sdk": "^0.1.5-alpha.0",
|
|
56
|
-
"@helium/spl-utils": "^0.10.
|
|
57
|
-
"@helium/treasury-management-sdk": "^0.10.
|
|
56
|
+
"@helium/spl-utils": "^0.10.22",
|
|
57
|
+
"@helium/treasury-management-sdk": "^0.10.22",
|
|
58
58
|
"@helium/tuktuk-sdk": "^0.0.9",
|
|
59
59
|
"@metaplex-foundation/mpl-token-metadata": "^2.10.0",
|
|
60
60
|
"@solana/spl-account-compression": "^0.1.7",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@solana/spl-token": "^0.3.8",
|
|
63
63
|
"@solana/web3.js": "^1.91.1",
|
|
64
64
|
"@sqds/sdk": "2.0.4",
|
|
65
|
-
"axios": "^1.
|
|
65
|
+
"axios": "^1.9.0",
|
|
66
66
|
"bn.js": "^5.2.0",
|
|
67
67
|
"bs58": "^4.0.1",
|
|
68
68
|
"fast-deep-equal": "^3.1.3",
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"typescript": "^5.2.2"
|
|
78
78
|
},
|
|
79
79
|
"author": "",
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "2ded295f4ab62957605dbf7cd5caabbabd881657"
|
|
81
81
|
}
|