medusa-test-utils 1.1.45-snapshot-20240825092159 → 1.1.45-snapshot-20240826184008
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +21 -10
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "medusa-test-utils",
|
3
|
-
"version": "1.1.45-snapshot-
|
3
|
+
"version": "1.1.45-snapshot-20240826184008",
|
4
4
|
"description": "Test utils for Medusa",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"repository": {
|
@@ -23,27 +23,40 @@
|
|
23
23
|
"author": "Medusa",
|
24
24
|
"license": "MIT",
|
25
25
|
"devDependencies": {
|
26
|
-
"@medusajs/framework": "0.0.2-snapshot-
|
27
|
-
"@medusajs/types": "1.12.0-snapshot-
|
28
|
-
"@medusajs/utils": "1.12.0-snapshot-20240825092159",
|
26
|
+
"@medusajs/framework": "0.0.2-snapshot-20240826184008",
|
27
|
+
"@medusajs/types": "1.12.0-snapshot-20240826184008",
|
29
28
|
"cross-env": "^5.2.1",
|
30
29
|
"jest": "^29.7.0",
|
31
30
|
"rimraf": "^3.0.2",
|
32
31
|
"typescript": "^5.1.6"
|
33
32
|
},
|
34
33
|
"peerDependencies": {
|
35
|
-
"@medusajs/medusa": "1.20.6-snapshot-
|
36
|
-
"@medusajs/modules-sdk": "1.13.0-snapshot-
|
37
|
-
"@mikro-orm/core": "
|
34
|
+
"@medusajs/medusa": "1.20.6-snapshot-20240826184008",
|
35
|
+
"@medusajs/modules-sdk": "1.13.0-snapshot-20240826184008",
|
36
|
+
"@mikro-orm/core": "*",
|
37
|
+
"@mikro-orm/migrations": "*",
|
38
|
+
"@mikro-orm/postgresql": "*",
|
38
39
|
"axios": "^0.28.0",
|
39
40
|
"express": "^4.18.3",
|
40
41
|
"get-port": "^5.1.0",
|
41
42
|
"pg-god": "^1.0.12"
|
42
43
|
},
|
43
44
|
"peerDependenciesMeta": {
|
45
|
+
"@medusajs/core": {
|
46
|
+
"optional": true
|
47
|
+
},
|
44
48
|
"@medusajs/medusa": {
|
45
49
|
"optional": true
|
46
50
|
},
|
51
|
+
"@medusajs/migrations": {
|
52
|
+
"optional": true
|
53
|
+
},
|
54
|
+
"@medusajs/modules-sdk": {
|
55
|
+
"optional": true
|
56
|
+
},
|
57
|
+
"@medusajs/postgresql": {
|
58
|
+
"optional": true
|
59
|
+
},
|
47
60
|
"axios": {
|
48
61
|
"optional": true
|
49
62
|
},
|
@@ -58,9 +71,7 @@
|
|
58
71
|
}
|
59
72
|
},
|
60
73
|
"dependencies": {
|
61
|
-
"@medusajs/utils": "1.12.0-snapshot-
|
62
|
-
"@mikro-orm/migrations": "5.9.7",
|
63
|
-
"@mikro-orm/postgresql": "5.9.7",
|
74
|
+
"@medusajs/utils": "1.12.0-snapshot-20240826184008",
|
64
75
|
"randomatic": "^3.1.1"
|
65
76
|
},
|
66
77
|
"gitHead": "81a7ff73d012fda722f6e9ef0bd9ba0232d37808"
|