@shieldedtech/moth-cli 0.2.0 → 0.3.0-canary.20260814132231-aad995e
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shieldedtech/moth-cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0-canary.20260814132231-aad995e",
|
|
4
4
|
"description": "CLI tool for Midnight Network wallet operations and contract deployments. USE AT YOUR OWN RISK. Experimental software provided AS-IS with no warranty. Not audited. For development and testing purposes only.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@oclif/core": "^4.2.0",
|
|
35
|
-
"@shieldedtech/moth-tui": "
|
|
36
|
-
"@shieldedtech/moth-wallet": "
|
|
35
|
+
"@shieldedtech/moth-tui": "0.3.0-canary.20260814132231-aad995e",
|
|
36
|
+
"@shieldedtech/moth-wallet": "0.3.0-canary.20260814132231-aad995e",
|
|
37
37
|
"dotenv": "17.4.2",
|
|
38
38
|
"ink": "^7.0.1"
|
|
39
39
|
},
|