@medusajs/pricing 0.1.13-snapshot-20240826112546 → 0.1.13-snapshot-20240827104434
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +8 -8
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@medusajs/pricing",
|
3
|
-
"version": "0.1.13-snapshot-
|
3
|
+
"version": "0.1.13-snapshot-20240827104434",
|
4
4
|
"description": "Medusa Pricing module",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -33,11 +33,11 @@
|
|
33
33
|
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts mikro-orm cache:clear"
|
34
34
|
},
|
35
35
|
"devDependencies": {
|
36
|
-
"@medusajs/types": "1.12.0-snapshot-
|
36
|
+
"@medusajs/types": "1.12.0-snapshot-20240827104434",
|
37
37
|
"@mikro-orm/cli": "5.9.7",
|
38
38
|
"cross-env": "^5.2.1",
|
39
39
|
"jest": "^29.7.0",
|
40
|
-
"medusa-test-utils": "1.1.45-snapshot-
|
40
|
+
"medusa-test-utils": "1.1.45-snapshot-20240827104434",
|
41
41
|
"rimraf": "^3.0.2",
|
42
42
|
"ts-jest": "^29.1.1",
|
43
43
|
"ts-node": "^10.9.1",
|
@@ -45,12 +45,12 @@
|
|
45
45
|
"typescript": "^5.1.6"
|
46
46
|
},
|
47
47
|
"dependencies": {
|
48
|
-
"@medusajs/utils": "1.12.0-snapshot-
|
48
|
+
"@medusajs/utils": "1.12.0-snapshot-20240827104434"
|
49
49
|
},
|
50
50
|
"peerDependencies": {
|
51
|
-
"@mikro-orm/core": "
|
52
|
-
"@mikro-orm/migrations": "
|
53
|
-
"@mikro-orm/postgresql": "
|
54
|
-
"awilix": "
|
51
|
+
"@mikro-orm/core": "5.9.7",
|
52
|
+
"@mikro-orm/migrations": "5.9.7",
|
53
|
+
"@mikro-orm/postgresql": "5.9.7",
|
54
|
+
"awilix": "^8.0.1"
|
55
55
|
}
|
56
56
|
}
|