@tangle-network/tcloud 0.5.0 → 0.5.2
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/README.md +1 -1
- package/dist/{chunk-GDGQQRE3.js → chunk-3A63NFWW.js} +1 -1
- package/dist/{chunk-YK2SGW76.js → chunk-3AL6YOPC.js} +1 -1
- package/dist/{chunk-O33Y34UQ.js → chunk-4JCVYARS.js} +2 -2
- package/dist/{chunk-H3K3A3EI.js → chunk-ACSUBEP6.js} +1 -1
- package/dist/cli.cjs +1 -1
- package/dist/cli.js +4 -4
- package/dist/index.cjs +1 -1
- package/dist/index.js +4 -4
- package/dist/instance.cjs +1 -1
- package/dist/instance.js +2 -2
- package/dist/mcp.cjs +1 -1
- package/dist/mcp.js +1 -1
- package/dist/shielded.cjs +1 -1
- package/dist/shielded.js +3 -3
- package/package.json +1 -3
package/README.md
CHANGED
|
@@ -397,7 +397,7 @@ tcloud wallet generate -l "research" # With label
|
|
|
397
397
|
tcloud wallet list # List wallets
|
|
398
398
|
```
|
|
399
399
|
|
|
400
|
-
|
|
400
|
+
The CLI generates random ephemeral keys and stores them in `~/.tcloud/wallets.json` with owner-only permissions. Treat this file as sensitive.
|
|
401
401
|
|
|
402
402
|
## Configuration
|
|
403
403
|
|
package/dist/cli.cjs
CHANGED
package/dist/cli.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
TCloud
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-4JCVYARS.js";
|
|
5
5
|
import {
|
|
6
6
|
TCloudSandbox
|
|
7
7
|
} from "./chunk-GNACB23W.js";
|
|
8
8
|
import {
|
|
9
9
|
generateWallet
|
|
10
|
-
} from "./chunk-
|
|
11
|
-
import "./chunk-
|
|
10
|
+
} from "./chunk-3A63NFWW.js";
|
|
11
|
+
import "./chunk-ACSUBEP6.js";
|
|
12
12
|
import {
|
|
13
13
|
packageVersion
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-3AL6YOPC.js";
|
|
15
15
|
|
|
16
16
|
// src/cli.ts
|
|
17
17
|
import { Command } from "commander";
|
package/dist/index.cjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
toHex,
|
|
12
12
|
verifyAttestation,
|
|
13
13
|
verifyAttestationAsync
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-4JCVYARS.js";
|
|
15
15
|
import {
|
|
16
16
|
TCloudSandbox,
|
|
17
17
|
createTeeAttestationChallenge,
|
|
@@ -23,14 +23,14 @@ import {
|
|
|
23
23
|
estimateCost,
|
|
24
24
|
generateWallet,
|
|
25
25
|
signSpendAuth
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-3A63NFWW.js";
|
|
27
27
|
import {
|
|
28
28
|
BridgeSession,
|
|
29
29
|
PrivateRouter,
|
|
30
30
|
TCloudClient,
|
|
31
31
|
TCloudError
|
|
32
|
-
} from "./chunk-
|
|
33
|
-
import "./chunk-
|
|
32
|
+
} from "./chunk-ACSUBEP6.js";
|
|
33
|
+
import "./chunk-3AL6YOPC.js";
|
|
34
34
|
export {
|
|
35
35
|
BridgeSession,
|
|
36
36
|
PrivateRouter,
|
package/dist/instance.cjs
CHANGED
package/dist/instance.js
CHANGED
package/dist/mcp.cjs
CHANGED
package/dist/mcp.js
CHANGED
package/dist/shielded.cjs
CHANGED
package/dist/shielded.js
CHANGED
|
@@ -3,9 +3,9 @@ import {
|
|
|
3
3
|
estimateCost,
|
|
4
4
|
generateWallet,
|
|
5
5
|
signSpendAuth
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
6
|
+
} from "./chunk-3A63NFWW.js";
|
|
7
|
+
import "./chunk-ACSUBEP6.js";
|
|
8
|
+
import "./chunk-3AL6YOPC.js";
|
|
9
9
|
export {
|
|
10
10
|
createShieldedClient,
|
|
11
11
|
estimateCost,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tangle-network/tcloud",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"description": "TypeScript SDK and CLI for Tangle Router, Sandbox, model routing, and agent service calls",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -69,8 +69,6 @@
|
|
|
69
69
|
}
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@scure/bip32": "^2.4.0",
|
|
73
|
-
"@scure/bip39": "^2.4.0",
|
|
74
72
|
"@tangle-network/sandbox": ">=0.34.3 <0.35.0",
|
|
75
73
|
"commander": "^14.0.3",
|
|
76
74
|
"viem": "^2.56.0",
|