@helium/helium-admin-cli 0.10.6 → 0.10.8
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/update-subdao-vehnt.js +3 -2
- package/lib/cjs/update-subdao-vehnt.js.map +1 -1
- package/lib/cjs/update-token-metadata.js +147 -0
- package/lib/cjs/update-token-metadata.js.map +1 -0
- package/lib/esm/src/update-subdao-vehnt.js +3 -2
- package/lib/esm/src/update-subdao-vehnt.js.map +1 -1
- package/lib/esm/src/update-token-metadata.js +106 -0
- package/lib/esm/src/update-token-metadata.js.map +1 -0
- package/lib/esm/tsconfig.esm.tsbuildinfo +1 -1
- package/lib/types/src/update-subdao-vehnt.d.ts.map +1 -1
- package/lib/types/src/update-token-metadata.d.ts +2 -0
- package/lib/types/src/update-token-metadata.d.ts.map +1 -0
- package/package.json +14 -13
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-subdao-vehnt.d.ts","sourceRoot":"","sources":["../../../src/update-subdao-vehnt.ts"],"names":[],"mappings":"AAYA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,
|
|
1
|
+
{"version":3,"file":"update-subdao-vehnt.d.ts","sourceRoot":"","sources":["../../../src/update-subdao-vehnt.ts"],"names":[],"mappings":"AAYA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBA6QjD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-token-metadata.d.ts","sourceRoot":"","sources":["../../../src/update-token-metadata.ts"],"names":[],"mappings":"AAYA,wBAAsB,GAAG,CAAC,IAAI,GAAE,GAAkB,iBAgHjD"}
|
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.8",
|
|
9
9
|
"description": "CLI to bootstrap the network",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
@@ -40,22 +40,23 @@
|
|
|
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.8",
|
|
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.8",
|
|
46
|
+
"@helium/distributor-oracle": "^0.10.8",
|
|
47
|
+
"@helium/fanout-sdk": "^0.10.8",
|
|
48
|
+
"@helium/helium-entity-manager-sdk": "^0.10.8",
|
|
49
|
+
"@helium/helium-sub-daos-sdk": "^0.10.8",
|
|
50
|
+
"@helium/lazy-distributor-sdk": "^0.10.8",
|
|
51
|
+
"@helium/mobile-entity-manager-sdk": "^0.10.8",
|
|
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.8",
|
|
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.8",
|
|
57
|
+
"@helium/treasury-management-sdk": "^0.10.8",
|
|
58
58
|
"@helium/tuktuk-sdk": "^0.0.6",
|
|
59
|
+
"@metaplex-foundation/mpl-token-metadata": "^2.10.0",
|
|
59
60
|
"@solana/spl-account-compression": "^0.1.7",
|
|
60
61
|
"@solana/spl-governance": "^0.3.18",
|
|
61
62
|
"@solana/spl-token": "^0.3.8",
|
|
@@ -76,5 +77,5 @@
|
|
|
76
77
|
"typescript": "^5.2.2"
|
|
77
78
|
},
|
|
78
79
|
"author": "",
|
|
79
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "e5b777f4050cb03ee8ce9770067cbfa4a17f97d4"
|
|
80
81
|
}
|