@medusajs/promotion 0.0.5-snapshot-20240821182836 → 0.0.5-snapshot-20240822035751

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 +6 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medusajs/promotion",
3
- "version": "0.0.5-snapshot-20240821182836",
3
+ "version": "0.0.5-snapshot-20240822035751",
4
4
  "description": "Medusa Promotion module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -23,6 +23,7 @@
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",
26
27
  "build": "rimraf dist && tsc --build && tsc-alias -p tsconfig.json",
27
28
  "test": "jest --runInBand --passWithNoTests --bail --forceExit -- src",
28
29
  "test:integration": "jest --forceExit -- integration-tests/**/__tests__/**/*.ts",
@@ -33,12 +34,12 @@
33
34
  "orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts mikro-orm cache:clear"
34
35
  },
35
36
  "devDependencies": {
36
- "@medusajs/modules-sdk": "1.13.0-snapshot-20240821182836",
37
- "@medusajs/types": "1.12.0-snapshot-20240821182836",
37
+ "@medusajs/modules-sdk": "1.13.0-snapshot-20240822035751",
38
+ "@medusajs/types": "1.12.0-snapshot-20240822035751",
38
39
  "@mikro-orm/cli": "5.9.7",
39
40
  "cross-env": "^5.2.1",
40
41
  "jest": "^29.7.0",
41
- "medusa-test-utils": "1.1.45-snapshot-20240821182836",
42
+ "medusa-test-utils": "1.1.45-snapshot-20240822035751",
42
43
  "rimraf": "^3.0.2",
43
44
  "ts-jest": "^29.1.1",
44
45
  "ts-node": "^10.9.1",
@@ -46,7 +47,7 @@
46
47
  "typescript": "^5.1.6"
47
48
  },
48
49
  "dependencies": {
49
- "@medusajs/utils": "1.12.0-snapshot-20240821182836",
50
+ "@medusajs/utils": "1.12.0-snapshot-20240822035751",
50
51
  "@mikro-orm/core": "5.9.7",
51
52
  "@mikro-orm/migrations": "5.9.7",
52
53
  "@mikro-orm/postgresql": "5.9.7",