@medusajs/order 2.7.2-preview-20250428092843 → 2.7.2-preview-20250428150150

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medusajs/order",
3
- "version": "2.7.2-preview-20250428092843",
3
+ "version": "2.7.2-preview-20250428150150",
4
4
  "description": "Medusa Order module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -29,15 +29,15 @@
29
29
  "resolve:aliases": "tsc --showConfig -p tsconfig.json > tsconfig.resolved.json && tsc-alias -p tsconfig.resolved.json && rimraf tsconfig.resolved.json",
30
30
  "build": "rimraf dist && tsc --build && npm run resolve:aliases",
31
31
  "test": "jest --runInBand --bail --forceExit -- src/**/__tests__/**/*.ts",
32
- "test:integration": "jest --forceExit",
32
+ "test:integration": "jest --forceExit -- integration-tests/**/__tests__/**/*.spec.ts",
33
33
  "migration:initial": " MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm migration:create --initial",
34
34
  "migration:create": " MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm migration:create",
35
35
  "migration:up": " MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm migration:up",
36
36
  "orm:cache:clear": " MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
37
37
  },
38
38
  "devDependencies": {
39
- "@medusajs/framework": "2.7.2-preview-20250428092843",
40
- "@medusajs/test-utils": "2.7.2-preview-20250428092843",
39
+ "@medusajs/framework": "2.7.2-preview-20250428150150",
40
+ "@medusajs/test-utils": "2.7.2-preview-20250428150150",
41
41
  "@mikro-orm/cli": "6.4.3",
42
42
  "@mikro-orm/core": "6.4.3",
43
43
  "@mikro-orm/migrations": "6.4.3",
@@ -50,7 +50,7 @@
50
50
  "typescript": "^5.6.2"
51
51
  },
52
52
  "peerDependencies": {
53
- "@medusajs/framework": "2.7.2-preview-20250428092843",
53
+ "@medusajs/framework": "2.7.2-preview-20250428150150",
54
54
  "@mikro-orm/core": "6.4.3",
55
55
  "@mikro-orm/migrations": "6.4.3",
56
56
  "@mikro-orm/postgresql": "6.4.3",