@medusajs/region 0.1.2-snapshot-20241011084104 → 0.1.2-snapshot-20241013171145
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.ts +4 -4
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
@@ -3,13 +3,13 @@ declare const _default: import("@medusajs/types").ModuleExports<typeof RegionMod
|
|
3
3
|
linkable: {
|
4
4
|
region: {
|
5
5
|
id: {
|
6
|
-
serviceName: "
|
6
|
+
serviceName: "region";
|
7
7
|
field: "region";
|
8
8
|
linkable: "region_id";
|
9
9
|
primaryKey: "id";
|
10
10
|
};
|
11
11
|
toJSON: () => {
|
12
|
-
serviceName: "
|
12
|
+
serviceName: "region";
|
13
13
|
field: "region";
|
14
14
|
linkable: "region_id";
|
15
15
|
primaryKey: "id";
|
@@ -17,13 +17,13 @@ declare const _default: import("@medusajs/types").ModuleExports<typeof RegionMod
|
|
17
17
|
};
|
18
18
|
country: {
|
19
19
|
iso_2: {
|
20
|
-
serviceName: "
|
20
|
+
serviceName: "region";
|
21
21
|
field: "country";
|
22
22
|
linkable: "country_iso_2";
|
23
23
|
primaryKey: "iso_2";
|
24
24
|
};
|
25
25
|
toJSON: () => {
|
26
|
-
serviceName: "
|
26
|
+
serviceName: "region";
|
27
27
|
field: "country";
|
28
28
|
linkable: "country_iso_2";
|
29
29
|
primaryKey: "iso_2";
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@medusajs/region",
|
3
|
-
"version": "0.1.2-snapshot-
|
3
|
+
"version": "0.1.2-snapshot-20241013171145",
|
4
4
|
"description": "Medusa Region 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 medusa-mikro-orm cache:clear"
|
38
38
|
},
|
39
39
|
"devDependencies": {
|
40
|
-
"@medusajs/framework": "0.0.2-snapshot-
|
40
|
+
"@medusajs/framework": "0.0.2-snapshot-20241013171145",
|
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-snapshot-
|
48
|
+
"medusa-test-utils": "1.1.45-snapshot-20241013171145",
|
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-snapshot-
|
54
|
+
"@medusajs/framework": "0.0.2-snapshot-20241013171145",
|
55
55
|
"@mikro-orm/core": "5.9.7",
|
56
56
|
"@mikro-orm/migrations": "5.9.7",
|
57
57
|
"@mikro-orm/postgresql": "5.9.7",
|