@medusajs/framework 2.9.0 → 2.9.1-snapshot-20250814175308
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/mikro-orm-cli/bin.js +0 -0
- package/package.json +16 -16
File without changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@medusajs/framework",
|
3
|
-
"version": "2.9.
|
3
|
+
"version": "2.9.1-snapshot-20250814175308",
|
4
4
|
"description": "Framework",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -47,9 +47,15 @@
|
|
47
47
|
},
|
48
48
|
"author": "Medusa",
|
49
49
|
"license": "MIT",
|
50
|
+
"scripts": {
|
51
|
+
"watch": "tsc --watch ",
|
52
|
+
"watch:test": "tsc --watch",
|
53
|
+
"build": "rimraf dist && tsc --build",
|
54
|
+
"test": "jest --runInBand --bail --forceExit -- src/**/__tests__/**/*.ts"
|
55
|
+
},
|
50
56
|
"devDependencies": {
|
51
57
|
"@aws-sdk/client-dynamodb": "^3.218.0",
|
52
|
-
"@medusajs/cli": "2.9.
|
58
|
+
"@medusajs/cli": "2.9.1-snapshot-20250814175308",
|
53
59
|
"@mikro-orm/core": "6.4.3",
|
54
60
|
"@mikro-orm/knex": "6.4.3",
|
55
61
|
"@mikro-orm/migrations": "6.4.3",
|
@@ -70,12 +76,12 @@
|
|
70
76
|
},
|
71
77
|
"dependencies": {
|
72
78
|
"@jercle/yargonaut": "^1.1.5",
|
73
|
-
"@medusajs/modules-sdk": "2.9.
|
74
|
-
"@medusajs/orchestration": "2.9.
|
75
|
-
"@medusajs/telemetry": "2.9.
|
76
|
-
"@medusajs/types": "2.9.
|
77
|
-
"@medusajs/utils": "2.9.
|
78
|
-
"@medusajs/workflows-sdk": "2.9.
|
79
|
+
"@medusajs/modules-sdk": "2.9.1-snapshot-20250814175308",
|
80
|
+
"@medusajs/orchestration": "2.9.1-snapshot-20250814175308",
|
81
|
+
"@medusajs/telemetry": "2.9.1-snapshot-20250814175308",
|
82
|
+
"@medusajs/types": "2.9.1-snapshot-20250814175308",
|
83
|
+
"@medusajs/utils": "2.9.1-snapshot-20250814175308",
|
84
|
+
"@medusajs/workflows-sdk": "2.9.1-snapshot-20250814175308",
|
79
85
|
"@opentelemetry/api": "^1.9.0",
|
80
86
|
"@types/express": "^4.17.17",
|
81
87
|
"chokidar": "^3.4.2",
|
@@ -96,7 +102,7 @@
|
|
96
102
|
},
|
97
103
|
"peerDependencies": {
|
98
104
|
"@aws-sdk/client-dynamodb": "^3.218.0",
|
99
|
-
"@medusajs/cli": "2.9.
|
105
|
+
"@medusajs/cli": "2.9.1-snapshot-20250814175308",
|
100
106
|
"@mikro-orm/cli": "6.4.3",
|
101
107
|
"@mikro-orm/core": "6.4.3",
|
102
108
|
"@mikro-orm/knex": "6.4.3",
|
@@ -124,11 +130,5 @@
|
|
124
130
|
"vite": {
|
125
131
|
"optional": true
|
126
132
|
}
|
127
|
-
},
|
128
|
-
"scripts": {
|
129
|
-
"watch": "tsc --watch ",
|
130
|
-
"watch:test": "tsc --watch",
|
131
|
-
"build": "rimraf dist && tsc --build",
|
132
|
-
"test": "jest --runInBand --bail --forceExit -- src/**/__tests__/**/*.ts"
|
133
133
|
}
|
134
|
-
}
|
134
|
+
}
|