@medusajs/pricing 2.11.0-snapshot-20251020120939 → 2.11.0

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/migrations/Migration20251009110625.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/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/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/migrations/migration20251009110625.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/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/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.11.0-snapshot-20251020120939",
3
+ "version": "2.11.0",
4
4
  "description": "Medusa Pricing module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -23,6 +23,19 @@
23
23
  },
24
24
  "author": "Medusa",
25
25
  "license": "MIT",
26
+ "devDependencies": {
27
+ "@medusajs/framework": "2.11.0",
28
+ "@medusajs/test-utils": "2.11.0",
29
+ "@swc/core": "^1.7.28",
30
+ "@swc/jest": "^0.2.36",
31
+ "jest": "^29.7.0",
32
+ "rimraf": "^3.0.2",
33
+ "tsc-alias": "^1.8.6",
34
+ "typescript": "^5.6.2"
35
+ },
36
+ "peerDependencies": {
37
+ "@medusajs/framework": "2.11.0"
38
+ },
26
39
  "scripts": {
27
40
  "watch": "tsc --build --watch",
28
41
  "watch:test": "tsc --build tsconfig.spec.json --watch",
@@ -34,18 +47,5 @@
34
47
  "migration:create": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm migration:create",
35
48
  "migration:up": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm migration:up",
36
49
  "orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
37
- },
38
- "devDependencies": {
39
- "@medusajs/framework": "2.11.0-snapshot-20251020120939",
40
- "@medusajs/test-utils": "2.11.0-snapshot-20251020120939",
41
- "@swc/core": "^1.7.28",
42
- "@swc/jest": "^0.2.36",
43
- "jest": "^29.7.0",
44
- "rimraf": "^3.0.2",
45
- "tsc-alias": "^1.8.6",
46
- "typescript": "^5.6.2"
47
- },
48
- "peerDependencies": {
49
- "@medusajs/framework": "2.11.0-snapshot-20251020120939"
50
50
  }
51
- }
51
+ }