@medusajs/store 0.1.1-snapshot-20240318153725 → 0.1.2-snapshot-20240426112214

Sign up to get free protection for your applications and to get access to all the features.
@@ -38,6 +38,7 @@ __decorate([
38
38
  __metadata("design:type", String)
39
39
  ], Store.prototype, "id", void 0);
40
40
  __decorate([
41
+ (0, utils_1.Searchable)(),
41
42
  (0, core_1.Property)({ columnType: "text", default: "Medusa Store" }),
42
43
  __metadata("design:type", String)
43
44
  ], Store.prototype, "name", void 0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medusajs/store",
3
- "version": "0.1.1-snapshot-20240318153725",
3
+ "version": "0.1.2-snapshot-20240426112214",
4
4
  "description": "Medusa Store module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -48,9 +48,9 @@
48
48
  "typescript": "^5.1.6"
49
49
  },
50
50
  "dependencies": {
51
- "@medusajs/modules-sdk": "1.12.9-snapshot-20240318153725",
52
- "@medusajs/types": "1.11.14-snapshot-20240318153725",
53
- "@medusajs/utils": "1.11.7-snapshot-20240318153725",
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",