@myna-sh/cli 0.5.0 → 0.7.0
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/main.js +3 -2
- package/dist/main.js.map +1 -1
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -2695,7 +2695,8 @@ var ID_PREFIXES = {
|
|
|
2695
2695
|
mcpClient: "mcl",
|
|
2696
2696
|
mcpGrant: "mgr",
|
|
2697
2697
|
mcpAuthorizationCode: "mac",
|
|
2698
|
-
mcpToken: "mtk"
|
|
2698
|
+
mcpToken: "mtk",
|
|
2699
|
+
deviceAuthorization: "dev"
|
|
2699
2700
|
};
|
|
2700
2701
|
var PREFIX_SET = new Set(Object.values(ID_PREFIXES));
|
|
2701
2702
|
|
|
@@ -3333,7 +3334,7 @@ import { existsSync as existsSync4, readFileSync as readFileSync3, readdirSync a
|
|
|
3333
3334
|
import { join as join6 } from "path";
|
|
3334
3335
|
|
|
3335
3336
|
// src/version.ts
|
|
3336
|
-
var VERSION = true ? "0.
|
|
3337
|
+
var VERSION = true ? "0.7.0" : "0.0.0-dev";
|
|
3337
3338
|
|
|
3338
3339
|
// src/commands/doctor.ts
|
|
3339
3340
|
var NPM_REGISTRY = "https://registry.npmjs.org";
|