@medusajs/link-modules 0.2.12-preview-20240520092647 → 0.2.12-preview-20240520150505

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,6 +9,7 @@ export * from "./product-variant-inventory-item";
9
9
  export * from "./product-variant-price-set";
10
10
  export * from "./publishable-api-key-sales-channel";
11
11
  export * from "./readonly";
12
+ export * from "./order-fulfillment";
12
13
  export * from "./region-payment-provider";
13
14
  export * from "./sales-channel-location";
14
15
  export * from "./shipping-option-price-set";
@@ -25,6 +25,7 @@ __exportStar(require("./product-variant-inventory-item"), exports);
25
25
  __exportStar(require("./product-variant-price-set"), exports);
26
26
  __exportStar(require("./publishable-api-key-sales-channel"), exports);
27
27
  __exportStar(require("./readonly"), exports);
28
+ __exportStar(require("./order-fulfillment"), exports);
28
29
  __exportStar(require("./region-payment-provider"), exports);
29
30
  __exportStar(require("./sales-channel-location"), exports);
30
31
  __exportStar(require("./shipping-option-price-set"), exports);
@@ -8,7 +8,7 @@ exports.OrderFulfillment = {
8
8
  isLink: true,
9
9
  databaseConfig: {
10
10
  tableName: "order_fulfillment",
11
- idPrefix: "orderful",
11
+ idPrefix: "ordful",
12
12
  },
13
13
  alias: [
14
14
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medusajs/link-modules",
3
- "version": "0.2.12-preview-20240520092647",
3
+ "version": "0.2.12-preview-20240520150505",
4
4
  "description": "Medusa Default Link Modules Package and Definitions",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -39,9 +39,9 @@
39
39
  "typescript": "^5.1.6"
40
40
  },
41
41
  "dependencies": {
42
- "@medusajs/modules-sdk": "1.13.0-preview-20240520092647",
43
- "@medusajs/types": "1.12.0-preview-20240520092647",
44
- "@medusajs/utils": "1.12.0-preview-20240520092647",
42
+ "@medusajs/modules-sdk": "1.13.0-preview-20240520150505",
43
+ "@medusajs/types": "1.12.0-preview-20240520150505",
44
+ "@medusajs/utils": "1.12.0-preview-20240520150505",
45
45
  "@mikro-orm/core": "5.9.7",
46
46
  "@mikro-orm/postgresql": "5.9.7",
47
47
  "awilix": "^8.0.0"