@medusajs/pricing 0.1.13-snapshot-20240823075240 → 0.1.13-snapshot-20240825092159
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +10 -10
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-20240825092159",
|
4
4
|
"description": "Medusa Pricing module",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -23,7 +23,6 @@
|
|
23
23
|
"scripts": {
|
24
24
|
"watch": "tsc --build --watch",
|
25
25
|
"watch:test": "tsc --build tsconfig.spec.json --watch",
|
26
|
-
"prepublishOnly": "cross-env NODE_ENV=production tsc --build && tsc-alias -p tsconfig.json",
|
27
26
|
"build": "rimraf dist && tsc --build && tsc-alias -p tsconfig.json",
|
28
27
|
"test": "jest --runInBand --bail --forceExit -- src/**/__tests__/**/*.ts",
|
29
28
|
"test:integration": "jest --forceExit -- integration-tests/**/__tests__/**/*.ts",
|
@@ -34,12 +33,11 @@
|
|
34
33
|
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts mikro-orm cache:clear"
|
35
34
|
},
|
36
35
|
"devDependencies": {
|
37
|
-
"@medusajs/
|
38
|
-
"@medusajs/types": "1.12.0-snapshot-20240823075240",
|
36
|
+
"@medusajs/types": "1.12.0-snapshot-20240825092159",
|
39
37
|
"@mikro-orm/cli": "5.9.7",
|
40
38
|
"cross-env": "^5.2.1",
|
41
39
|
"jest": "^29.7.0",
|
42
|
-
"medusa-test-utils": "1.1.45-snapshot-
|
40
|
+
"medusa-test-utils": "1.1.45-snapshot-20240825092159",
|
43
41
|
"rimraf": "^3.0.2",
|
44
42
|
"ts-jest": "^29.1.1",
|
45
43
|
"ts-node": "^10.9.1",
|
@@ -47,10 +45,12 @@
|
|
47
45
|
"typescript": "^5.1.6"
|
48
46
|
},
|
49
47
|
"dependencies": {
|
50
|
-
"@medusajs/utils": "1.12.0-snapshot-
|
51
|
-
|
52
|
-
|
53
|
-
"@mikro-orm/
|
54
|
-
"
|
48
|
+
"@medusajs/utils": "1.12.0-snapshot-20240825092159"
|
49
|
+
},
|
50
|
+
"peerDependencies": {
|
51
|
+
"@mikro-orm/core": "*",
|
52
|
+
"@mikro-orm/migrations": "*",
|
53
|
+
"@mikro-orm/postgresql": "*",
|
54
|
+
"awilix": "*"
|
55
55
|
}
|
56
56
|
}
|