medusa-test-utils 2.0.0-rc-20241014161631 → 2.0.0-rc-20241014171650
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": "medusa-test-utils",
|
3
|
-
"version": "2.0.0-rc-
|
3
|
+
"version": "2.0.0-rc-20241014171650",
|
4
4
|
"description": "Test utils for Medusa",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"repository": {
|
@@ -25,7 +25,7 @@
|
|
25
25
|
"author": "Medusa",
|
26
26
|
"license": "MIT",
|
27
27
|
"devDependencies": {
|
28
|
-
"@medusajs/framework": "1.0.0-rc-
|
28
|
+
"@medusajs/framework": "1.0.0-rc-20241014171650",
|
29
29
|
"@mikro-orm/core": "5.9.7",
|
30
30
|
"@mikro-orm/knex": "5.9.7",
|
31
31
|
"@mikro-orm/migrations": "5.9.7",
|
@@ -45,8 +45,8 @@
|
|
45
45
|
"randomatic": "^3.1.1"
|
46
46
|
},
|
47
47
|
"peerDependencies": {
|
48
|
-
"@medusajs/framework": "1.0.0-rc-
|
49
|
-
"@medusajs/medusa": "2.0.0-rc-
|
48
|
+
"@medusajs/framework": "1.0.0-rc-20241014171650",
|
49
|
+
"@medusajs/medusa": "2.0.0-rc-20241014171650",
|
50
50
|
"@mikro-orm/postgresql": "5.9.7",
|
51
51
|
"awilix": "^8.0.1"
|
52
52
|
},
|