@medusajs/pricing 0.2.0-snapshot-20240423083106 → 0.2.0-snapshot-20240426112214

Sign up to get free protection for your applications and to get access to all the features.
@@ -47,10 +47,12 @@ __decorate([
47
47
  __metadata("design:type", String)
48
48
  ], PriceList.prototype, "id", void 0);
49
49
  __decorate([
50
+ (0, utils_1.Searchable)(),
50
51
  (0, core_1.Property)({ columnType: "text" }),
51
52
  __metadata("design:type", String)
52
53
  ], PriceList.prototype, "title", void 0);
53
54
  __decorate([
55
+ (0, utils_1.Searchable)(),
54
56
  (0, core_1.Property)({ columnType: "text" }),
55
57
  __metadata("design:type", String)
56
58
  ], PriceList.prototype, "description", void 0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medusajs/pricing",
3
- "version": "0.2.0-snapshot-20240423083106",
3
+ "version": "0.2.0-snapshot-20240426112214",
4
4
  "description": "Medusa Pricing module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -40,7 +40,7 @@
40
40
  "@mikro-orm/cli": "5.9.7",
41
41
  "cross-env": "^5.2.1",
42
42
  "jest": "^29.6.3",
43
- "medusa-test-utils": "1.1.44-snapshot-20240423083106",
43
+ "medusa-test-utils": "1.1.44-snapshot-20240426112214",
44
44
  "rimraf": "^3.0.2",
45
45
  "ts-jest": "^29.1.1",
46
46
  "ts-node": "^10.9.1",
@@ -48,9 +48,9 @@
48
48
  "typescript": "^5.1.6"
49
49
  },
50
50
  "dependencies": {
51
- "@medusajs/modules-sdk": "1.12.11-snapshot-20240423083106",
52
- "@medusajs/types": "1.12.0-snapshot-20240423083106",
53
- "@medusajs/utils": "1.12.0-snapshot-20240423083106",
51
+ "@medusajs/modules-sdk": "1.12.11-snapshot-20240426112214",
52
+ "@medusajs/types": "1.12.0-snapshot-20240426112214",
53
+ "@medusajs/utils": "1.12.0-snapshot-20240426112214",
54
54
  "@mikro-orm/core": "5.9.7",
55
55
  "@mikro-orm/migrations": "5.9.7",
56
56
  "@mikro-orm/postgresql": "5.9.7",