@medusajs/pricing 0.1.13-snapshot-20240711055158 → 0.1.13-snapshot-20240711070119
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/pricing",
|
3
|
-
"version": "0.1.13-snapshot-
|
3
|
+
"version": "0.1.13-snapshot-20240711070119",
|
4
4
|
"description": "Medusa Pricing module",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -34,11 +34,11 @@
|
|
34
34
|
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts mikro-orm cache:clear"
|
35
35
|
},
|
36
36
|
"devDependencies": {
|
37
|
-
"@medusajs/types": "1.12.0-snapshot-
|
37
|
+
"@medusajs/types": "1.12.0-snapshot-20240711070119",
|
38
38
|
"@mikro-orm/cli": "5.9.7",
|
39
39
|
"cross-env": "^5.2.1",
|
40
40
|
"jest": "^29.7.0",
|
41
|
-
"medusa-test-utils": "1.1.45-snapshot-
|
41
|
+
"medusa-test-utils": "1.1.45-snapshot-20240711070119",
|
42
42
|
"rimraf": "^3.0.2",
|
43
43
|
"ts-jest": "^29.1.1",
|
44
44
|
"ts-node": "^10.9.1",
|
@@ -46,7 +46,7 @@
|
|
46
46
|
"typescript": "^5.1.6"
|
47
47
|
},
|
48
48
|
"dependencies": {
|
49
|
-
"@medusajs/utils": "1.12.0-snapshot-
|
49
|
+
"@medusajs/utils": "1.12.0-snapshot-20240711070119",
|
50
50
|
"@mikro-orm/core": "5.9.7",
|
51
51
|
"@mikro-orm/migrations": "5.9.7",
|
52
52
|
"@mikro-orm/postgresql": "5.9.7",
|