@medusajs/link-modules 2.1.4-preview-20241220150144 → 2.1.4-preview-20241220210139
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/link-modules",
|
3
|
-
"version": "2.1.4-preview-
|
3
|
+
"version": "2.1.4-preview-20241220210139",
|
4
4
|
"description": "Medusa Default Link Modules Package and Definitions",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -33,8 +33,8 @@
|
|
33
33
|
"test:integration": "jest --forceExit -- integration-tests/**/__tests__/**/*.ts"
|
34
34
|
},
|
35
35
|
"devDependencies": {
|
36
|
-
"@medusajs/framework": "2.1.4-preview-
|
37
|
-
"@medusajs/test-utils": "2.1.4-preview-
|
36
|
+
"@medusajs/framework": "2.1.4-preview-20241220210139",
|
37
|
+
"@medusajs/test-utils": "2.1.4-preview-20241220210139",
|
38
38
|
"@mikro-orm/core": "5.9.7",
|
39
39
|
"@mikro-orm/migrations": "5.9.7",
|
40
40
|
"@mikro-orm/postgresql": "5.9.7",
|
@@ -47,7 +47,7 @@
|
|
47
47
|
"typescript": "^5.6.2"
|
48
48
|
},
|
49
49
|
"peerDependencies": {
|
50
|
-
"@medusajs/framework": "2.1.4-preview-
|
50
|
+
"@medusajs/framework": "2.1.4-preview-20241220210139",
|
51
51
|
"@mikro-orm/core": "5.9.7",
|
52
52
|
"@mikro-orm/migrations": "5.9.7",
|
53
53
|
"@mikro-orm/postgresql": "5.9.7",
|