@myna-sh/cli 0.6.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 +1 -1
- package/dist/main.js.map +1 -1
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -3334,7 +3334,7 @@ import { existsSync as existsSync4, readFileSync as readFileSync3, readdirSync a
|
|
|
3334
3334
|
import { join as join6 } from "path";
|
|
3335
3335
|
|
|
3336
3336
|
// src/version.ts
|
|
3337
|
-
var VERSION = true ? "0.
|
|
3337
|
+
var VERSION = true ? "0.7.0" : "0.0.0-dev";
|
|
3338
3338
|
|
|
3339
3339
|
// src/commands/doctor.ts
|
|
3340
3340
|
var NPM_REGISTRY = "https://registry.npmjs.org";
|