@medusajs/modules-sdk 2.0.5-preview-20241120121037 → 2.0.5-preview-20241120150151
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@medusajs/modules-sdk",
|
3
|
-
"version": "2.0.5-preview-
|
3
|
+
"version": "2.0.5-preview-20241120150151",
|
4
4
|
"description": "SDK for medusa modules",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"export": {
|
@@ -45,9 +45,9 @@
|
|
45
45
|
"typescript": "^5.6.2"
|
46
46
|
},
|
47
47
|
"dependencies": {
|
48
|
-
"@medusajs/orchestration": "2.0.5-preview-
|
49
|
-
"@medusajs/types": "2.0.5-preview-
|
50
|
-
"@medusajs/utils": "2.0.5-preview-
|
48
|
+
"@medusajs/orchestration": "2.0.5-preview-20241120150151",
|
49
|
+
"@medusajs/types": "2.0.5-preview-20241120150151",
|
50
|
+
"@medusajs/utils": "2.0.5-preview-20241120150151"
|
51
51
|
},
|
52
52
|
"peerDependencies": {
|
53
53
|
"@mikro-orm/core": "5.9.7",
|