@medusajs/framework 0.0.2-snapshot-20240929172746 → 0.0.2-snapshot-20240930060235
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +18 -12
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@medusajs/framework",
|
3
|
-
"version": "0.0.2-snapshot-
|
3
|
+
"version": "0.0.2-snapshot-20240930060235",
|
4
4
|
"description": "Framework",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -49,6 +49,7 @@
|
|
49
49
|
"test": "jest --runInBand --bail --passWithNoTests --forceExit"
|
50
50
|
},
|
51
51
|
"devDependencies": {
|
52
|
+
"@medusajs/medusa-cli": "1.3.23-snapshot-20240930060235",
|
52
53
|
"@mikro-orm/core": "5.9.7",
|
53
54
|
"@mikro-orm/knex": "5.9.7",
|
54
55
|
"@mikro-orm/migrations": "5.9.7",
|
@@ -58,7 +59,6 @@
|
|
58
59
|
"@types/express": "^4.17.17",
|
59
60
|
"@types/jsonwebtoken": "^8.5.9",
|
60
61
|
"awilix": "^8.0.1",
|
61
|
-
"bignumber.js": "^9.1.2",
|
62
62
|
"ioredis": "^5.4.1",
|
63
63
|
"jest": "^29.7.0",
|
64
64
|
"pg": "^8.13.0",
|
@@ -68,33 +68,39 @@
|
|
68
68
|
"vite": "^5.2.11"
|
69
69
|
},
|
70
70
|
"dependencies": {
|
71
|
-
"@medusajs/
|
72
|
-
"@medusajs/
|
73
|
-
"@medusajs/
|
74
|
-
"@medusajs/
|
75
|
-
"@medusajs/
|
76
|
-
"@medusajs/workflows-sdk": "0.1.7-snapshot-20240929172746",
|
71
|
+
"@medusajs/modules-sdk": "1.13.0-snapshot-20240930060235",
|
72
|
+
"@medusajs/orchestration": "0.5.8-snapshot-20240930060235",
|
73
|
+
"@medusajs/types": "1.12.0-snapshot-20240930060235",
|
74
|
+
"@medusajs/utils": "1.12.0-snapshot-20240930060235",
|
75
|
+
"@medusajs/workflows-sdk": "0.1.7-snapshot-20240930060235",
|
77
76
|
"@opentelemetry/api": "^1.9.0",
|
78
77
|
"connect-redis": "5.2.0",
|
79
78
|
"cookie-parser": "^1.4.6",
|
80
79
|
"cors": "^2.8.5",
|
81
|
-
"express": "^4.
|
80
|
+
"express": "^4.21.0",
|
82
81
|
"express-session": "^1.17.3",
|
83
|
-
"ioredis": "^5.4.1",
|
84
82
|
"jsonwebtoken": "^9.0.2",
|
85
|
-
"medusa-telemetry": "0.0.18-snapshot-
|
83
|
+
"medusa-telemetry": "0.0.18-snapshot-20240930060235",
|
86
84
|
"morgan": "^1.9.1",
|
87
85
|
"zod": "3.22.4"
|
88
86
|
},
|
89
87
|
"peerDependencies": {
|
88
|
+
"@medusajs/medusa-cli": "1.3.23-snapshot-20240930060235",
|
90
89
|
"@mikro-orm/core": "5.9.7",
|
91
90
|
"@mikro-orm/knex": "5.9.7",
|
92
91
|
"@mikro-orm/migrations": "5.9.7",
|
93
92
|
"@mikro-orm/postgresql": "5.9.7",
|
94
93
|
"awilix": "^8.0.1",
|
95
|
-
"bignumber.js": "^9.1.2",
|
96
94
|
"ioredis": "^5.4.1",
|
97
95
|
"pg": "^8.13.0",
|
98
96
|
"vite": "^5.2.11"
|
97
|
+
},
|
98
|
+
"peerDependenciesMeta": {
|
99
|
+
"ioredis": {
|
100
|
+
"optional": true
|
101
|
+
},
|
102
|
+
"vite": {
|
103
|
+
"optional": true
|
104
|
+
}
|
99
105
|
}
|
100
106
|
}
|