@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.
- package/dist/index.js +1 -1
- 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.
|
|
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