@myna-sh/cli 0.4.0 → 0.4.1

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/main.js +1 -1
  2. package/package.json +3 -3
package/dist/main.js CHANGED
@@ -3080,7 +3080,7 @@ import { existsSync as existsSync4, readFileSync as readFileSync3, readdirSync a
3080
3080
  import { join as join6 } from "path";
3081
3081
 
3082
3082
  // src/version.ts
3083
- var VERSION = true ? "0.4.0" : "0.0.0-dev";
3083
+ var VERSION = true ? "0.4.1" : "0.0.0-dev";
3084
3084
 
3085
3085
  // src/commands/doctor.ts
3086
3086
  var NPM_REGISTRY = "https://registry.npmjs.org";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myna-sh/cli",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -32,9 +32,9 @@
32
32
  "eslint": "9.39.5",
33
33
  "typescript": "5.9.3",
34
34
  "@myna-sh/config": "0.0.0",
35
- "@myna-sh/schema": "0.0.0",
36
35
  "@myna-sh/api-contracts": "0.0.0",
37
- "@myna-sh/sdk": "0.4.0",
36
+ "@myna-sh/schema": "0.0.0",
37
+ "@myna-sh/sdk": "0.4.1",
38
38
  "@myna-sh/shared": "0.0.0"
39
39
  },
40
40
  "scripts": {