@candledottv/cli 0.9.1 → 0.9.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +3 -1
package/dist/index.js CHANGED
@@ -20438,7 +20438,7 @@ async function resolveApiKey(deps, profile) {
20438
20438
  }
20439
20439
 
20440
20440
  // src/version.ts
20441
- var CLI_VERSION = "0.9.1";
20441
+ var CLI_VERSION = "0.9.2";
20442
20442
 
20443
20443
  // src/commands/auth.ts
20444
20444
  var DEVICE_CODE_PATH = "/api/v1/agent/device/code";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@candledottv/cli",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "description": "The Candle CLI: authorize a device from your browser, then manage API keys, wallets, and setup health from the terminal",
5
5
  "type": "module",
6
6
  "bin": {
@@ -49,6 +49,8 @@
49
49
  "@sigstore/protobuf-specs": "0.5.2",
50
50
  "@sigstore/tuf": "5.0.0",
51
51
  "@sigstore/verify": "4.1.2",
52
+ "@solana/spl-token": "^0.4.14",
53
+ "@solana/web3.js": "^1.98.4",
52
54
  "@types/bun": "^1.1.14",
53
55
  "typescript": "^5.7.2",
54
56
  "zod": "^3.23.0"