@medusajs/pricing 0.1.13-snapshot-20240823073707 → 0.1.13-snapshot-20240823080810

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +9 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medusajs/pricing",
3
- "version": "0.1.13-snapshot-20240823073707",
3
+ "version": "0.1.13-snapshot-20240823080810",
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,11 +33,12 @@
34
33
  "orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts mikro-orm cache:clear"
35
34
  },
36
35
  "devDependencies": {
37
- "@medusajs/types": "1.12.0-snapshot-20240823073707",
36
+ "@medusajs/modules-sdk": "1.13.0-snapshot-20240823080810",
37
+ "@medusajs/types": "1.12.0-snapshot-20240823080810",
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-20240823073707",
41
+ "medusa-test-utils": "1.1.45-snapshot-20240823080810",
42
42
  "rimraf": "^3.0.2",
43
43
  "ts-jest": "^29.1.1",
44
44
  "ts-node": "^10.9.1",
@@ -46,12 +46,10 @@
46
46
  "typescript": "^5.1.6"
47
47
  },
48
48
  "dependencies": {
49
- "@medusajs/utils": "1.12.0-snapshot-20240823073707"
50
- },
51
- "peerDependencies": {
52
- "@mikro-orm/core": "*",
53
- "@mikro-orm/migrations": "*",
54
- "@mikro-orm/postgresql": "*",
55
- "awilix": "*"
49
+ "@medusajs/utils": "1.12.0-snapshot-20240823080810",
50
+ "@mikro-orm/core": "5.9.7",
51
+ "@mikro-orm/migrations": "5.9.7",
52
+ "@mikro-orm/postgresql": "5.9.7",
53
+ "awilix": "^8.0.0"
56
54
  }
57
55
  }