@emblemvault/agentwallet 1.1.0 → 1.1.1
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/enhanced-hustle.js +1 -1
- package/package.json +2 -2
package/enhanced-hustle.js
CHANGED
|
@@ -91,7 +91,7 @@ class EnhancedHustle {
|
|
|
91
91
|
program
|
|
92
92
|
.name('enhanced-hustle')
|
|
93
93
|
.description('Stateful conversation with EmblemVault Hustle AI')
|
|
94
|
-
.version('1.
|
|
94
|
+
.version('1.1.1')
|
|
95
95
|
.requiredOption('-p, --password <password>', 'EmblemVault password')
|
|
96
96
|
.requiredOption('-m, --message <message>', 'Message to send to Hustle AI')
|
|
97
97
|
.parse();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@emblemvault/agentwallet",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "CLI for EmblemVault Hustle AI - autonomous crypto wallet management",
|
|
5
5
|
"main": "enhanced-hustle.js",
|
|
6
6
|
"type": "module",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"node-fetch": "^3.3.2",
|
|
20
20
|
"commander": "^11.1.0",
|
|
21
21
|
"hustle-incognito": "^0.5.0",
|
|
22
|
-
"@emblemvault/auth-sdk": "^
|
|
22
|
+
"@emblemvault/auth-sdk": "^2.3.16",
|
|
23
23
|
"dotenv": "^16.3.1"
|
|
24
24
|
},
|
|
25
25
|
"keywords": [
|