@medusajs/store 0.1.2-preview-20240708060551 → 0.1.2-preview-20240708090459
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/models/store.d.ts +1 -1
- package/package.json +3 -3
package/dist/models/store.d.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
import { DAL } from "@medusajs/types";
|
2
2
|
import { OptionalProps, Collection } from "@mikro-orm/core";
|
3
3
|
import StoreCurrency from "./currency";
|
4
|
-
type StoreOptionalProps = DAL.
|
4
|
+
type StoreOptionalProps = DAL.SoftDeletableModelDateColumns;
|
5
5
|
export default class Store {
|
6
6
|
[OptionalProps]?: StoreOptionalProps;
|
7
7
|
id: string;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@medusajs/store",
|
3
|
-
"version": "0.1.2-preview-
|
3
|
+
"version": "0.1.2-preview-20240708090459",
|
4
4
|
"description": "Medusa Store module",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -34,7 +34,7 @@
|
|
34
34
|
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts mikro-orm cache:clear"
|
35
35
|
},
|
36
36
|
"devDependencies": {
|
37
|
-
"@medusajs/types": "1.12.0-preview-
|
37
|
+
"@medusajs/types": "1.12.0-preview-20240708090459",
|
38
38
|
"@mikro-orm/cli": "5.9.7",
|
39
39
|
"cross-env": "^5.2.1",
|
40
40
|
"jest": "^29.7.0",
|
@@ -45,7 +45,7 @@
|
|
45
45
|
"typescript": "^5.1.6"
|
46
46
|
},
|
47
47
|
"dependencies": {
|
48
|
-
"@medusajs/utils": "1.12.0-preview-
|
48
|
+
"@medusajs/utils": "1.12.0-preview-20240708090459",
|
49
49
|
"@mikro-orm/core": "5.9.7",
|
50
50
|
"@mikro-orm/migrations": "5.9.7",
|
51
51
|
"@mikro-orm/postgresql": "5.9.7",
|