@medusajs/pricing 2.7.0-preview-20250411080918 → 2.7.1-preview-20250413150138

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.
@@ -1 +1 @@
1
- {"root":["../src/index.ts","../src/joiner-config.ts","../src/migrations/migration20230929122253.ts","../src/migrations/migration20240322094407.ts","../src/migrations/migration20240322113359.ts","../src/migrations/migration20240322120125.ts","../src/migrations/migration20240626133555.ts","../src/migrations/migration20240704094505.ts","../src/migrations/migration20241127114534.ts","../src/migrations/migration20241127223829.ts","../src/migrations/migration20241128055359.ts","../src/migrations/migration20241212190401.ts","../src/migrations/migration20250408145122.ts","../src/migrations/migration20250409122219.ts","../src/models/index.ts","../src/models/price-list-rule.ts","../src/models/price-list.ts","../src/models/price-preference.ts","../src/models/price-rule.ts","../src/models/price-set.ts","../src/models/price.ts","../src/repositories/index.ts","../src/repositories/pricing.ts","../src/schema/index.ts","../src/services/index.ts","../src/services/pricing-module.ts","../src/services/__tests__/index.spec.ts","../src/types/index.ts","../src/types/services/index.ts","../src/utils/events.ts","../src/utils/index.ts","../src/utils/validate-price-list-dates.ts"],"version":"5.6.2"}
1
+ {"root":["../src/index.ts","../src/joiner-config.ts","../src/migrations/Migration20230929122253.ts","../src/migrations/Migration20240322094407.ts","../src/migrations/Migration20240322113359.ts","../src/migrations/Migration20240322120125.ts","../src/migrations/Migration20240626133555.ts","../src/migrations/Migration20240704094505.ts","../src/migrations/Migration20241127114534.ts","../src/migrations/Migration20241127223829.ts","../src/migrations/Migration20241128055359.ts","../src/migrations/Migration20241212190401.ts","../src/migrations/Migration20250408145122.ts","../src/migrations/Migration20250409122219.ts","../src/models/index.ts","../src/models/price-list-rule.ts","../src/models/price-list.ts","../src/models/price-preference.ts","../src/models/price-rule.ts","../src/models/price-set.ts","../src/models/price.ts","../src/repositories/index.ts","../src/repositories/pricing.ts","../src/schema/index.ts","../src/services/index.ts","../src/services/pricing-module.ts","../src/services/__tests__/index.spec.ts","../src/types/index.ts","../src/types/services/index.ts","../src/utils/events.ts","../src/utils/index.ts","../src/utils/validate-price-list-dates.ts"],"version":"5.6.2"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medusajs/pricing",
3
- "version": "2.7.0-preview-20250411080918",
3
+ "version": "2.7.1-preview-20250413150138",
4
4
  "description": "Medusa Pricing module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
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.0-preview-20250411080918",
40
- "@medusajs/test-utils": "2.7.0-preview-20250411080918",
39
+ "@medusajs/framework": "2.7.1-preview-20250413150138",
40
+ "@medusajs/test-utils": "2.7.1-preview-20250413150138",
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.0-preview-20250411080918",
53
+ "@medusajs/framework": "2.7.1-preview-20250413150138",
54
54
  "@mikro-orm/core": "6.4.3",
55
55
  "@mikro-orm/migrations": "6.4.3",
56
56
  "@mikro-orm/postgresql": "6.4.3",