@medusajs/cli 2.6.0-snapshot-20250221164338 → 3.0.0-preview-20250211091350
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/cli.js +1 -9
- package/package.json +3 -3
package/cli.js
CHANGED
@@ -3,14 +3,6 @@
|
|
3
3
|
try {
|
4
4
|
require("ts-node").register({})
|
5
5
|
require("tsconfig-paths").register({})
|
6
|
-
} catch
|
7
|
-
const isProduction = process.env.NODE_ENV === "production"
|
8
|
-
if (!isProduction) {
|
9
|
-
console.warn(
|
10
|
-
"ts-node cannot be loaded and used, if you are running in production don't forget to set your NODE_ENV to production"
|
11
|
-
)
|
12
|
-
console.warn(e)
|
13
|
-
}
|
14
|
-
}
|
6
|
+
} catch {}
|
15
7
|
require("dotenv").config()
|
16
8
|
require("./dist/index.js")
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@medusajs/cli",
|
3
|
-
"version": "
|
3
|
+
"version": "3.0.0-preview-20250211091350",
|
4
4
|
"description": "Command Line interface for Medusa Commerce",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"bin": {
|
@@ -46,8 +46,8 @@
|
|
46
46
|
"typescript": "^5.6.2"
|
47
47
|
},
|
48
48
|
"dependencies": {
|
49
|
-
"@medusajs/telemetry": "
|
50
|
-
"@medusajs/utils": "
|
49
|
+
"@medusajs/telemetry": "3.0.0-preview-20250211091350",
|
50
|
+
"@medusajs/utils": "3.0.0-preview-20250211091350",
|
51
51
|
"@types/express": "^4.17.17",
|
52
52
|
"chalk": "^4.0.0",
|
53
53
|
"configstore": "5.0.1",
|