@medusajs/region 1.0.0-rc-20241003153304 → 1.0.0-rc-20241014151055

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -1,16 +1,15 @@
1
1
  import { RegionModuleService } from "./services";
2
- import { Modules } from "@medusajs/framework/utils";
3
2
  declare const _default: import("@medusajs/types").ModuleExports<typeof RegionModuleService> & {
4
3
  linkable: {
5
4
  region: {
6
5
  id: {
7
- serviceName: Modules.REGION;
6
+ serviceName: "region";
8
7
  field: "region";
9
8
  linkable: "region_id";
10
9
  primaryKey: "id";
11
10
  };
12
11
  toJSON: () => {
13
- serviceName: Modules.REGION;
12
+ serviceName: "region";
14
13
  field: "region";
15
14
  linkable: "region_id";
16
15
  primaryKey: "id";
@@ -18,13 +17,13 @@ declare const _default: import("@medusajs/types").ModuleExports<typeof RegionMod
18
17
  };
19
18
  country: {
20
19
  iso_2: {
21
- serviceName: Modules.REGION;
20
+ serviceName: "region";
22
21
  field: "country";
23
22
  linkable: "country_iso_2";
24
23
  primaryKey: "iso_2";
25
24
  };
26
25
  toJSON: () => {
27
- serviceName: Modules.REGION;
26
+ serviceName: "region";
28
27
  field: "country";
29
28
  linkable: "country_iso_2";
30
29
  primaryKey: "iso_2";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAA;AAEhD,OAAO,EAAU,OAAO,EAAE,MAAM,2BAA2B,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAE3D,wBAGE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIhD,wBAGE"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medusajs/region",
3
- "version": "1.0.0-rc-20241003153304",
3
+ "version": "1.0.0-rc-20241014151055",
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": "1.0.0-rc-20241003153304",
40
+ "@medusajs/framework": "1.0.0-rc-20241014151055",
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": "2.0.0-rc-20241003153304",
48
+ "medusa-test-utils": "2.0.0-rc-20241014151055",
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": "1.0.0-rc-20241003153304",
54
+ "@medusajs/framework": "1.0.0-rc-20241014151055",
55
55
  "@mikro-orm/core": "5.9.7",
56
56
  "@mikro-orm/migrations": "5.9.7",
57
57
  "@mikro-orm/postgresql": "5.9.7",