@medusajs/pricing 0.1.13-preview-20240930112011 → 0.1.13-preview-20240930111314

Sign up to get free protection for your applications and to get access to all the features.
@@ -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/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/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": "0.1.13-preview-20240930112011",
3
+ "version": "0.1.13-preview-20240930111314",
4
4
  "description": "Medusa Pricing module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -37,7 +37,7 @@
37
37
  "orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts mikro-orm cache:clear"
38
38
  },
39
39
  "devDependencies": {
40
- "@medusajs/framework": "0.0.2-preview-20240930112011",
40
+ "@medusajs/framework": "0.0.2-preview-20240930111314",
41
41
  "@mikro-orm/cli": "5.9.7",
42
42
  "@mikro-orm/core": "5.9.7",
43
43
  "@mikro-orm/migrations": "5.9.7",
@@ -45,13 +45,13 @@
45
45
  "@swc/core": "^1.7.28",
46
46
  "@swc/jest": "^0.2.36",
47
47
  "jest": "^29.7.0",
48
- "medusa-test-utils": "1.1.45-preview-20240930112011",
48
+ "medusa-test-utils": "1.1.45-preview-20240930111314",
49
49
  "rimraf": "^3.0.2",
50
50
  "tsc-alias": "^1.8.6",
51
51
  "typescript": "^5.6.2"
52
52
  },
53
53
  "peerDependencies": {
54
- "@medusajs/framework": "0.0.2-preview-20240930112011",
54
+ "@medusajs/framework": "0.0.2-preview-20240930111314",
55
55
  "@mikro-orm/core": "5.9.7",
56
56
  "@mikro-orm/migrations": "5.9.7",
57
57
  "@mikro-orm/postgresql": "5.9.7",