@candledottv/cli 0.11.1 → 0.11.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 +1 -1
package/dist/index.js CHANGED
@@ -35776,7 +35776,7 @@ async function resolveApiKey(deps, profile) {
35776
35776
  init_render();
35777
35777
 
35778
35778
  // src/version.ts
35779
- var CLI_VERSION = "0.11.1";
35779
+ var CLI_VERSION = "0.11.2";
35780
35780
 
35781
35781
  // src/commands/auth.ts
35782
35782
  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.11.1",
3
+ "version": "0.11.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": {