@medusajs/medusa 2.8.9-snapshot-20250731113849 → 2.8.9-snapshot-20250804131132

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,7 +4,7 @@ import { AdminUpdateDraftOrderType } from "../validators";
4
4
  export declare const GET: (req: MedusaRequest, res: MedusaResponse<HttpTypes.AdminDraftOrderResponse>) => Promise<void>;
5
5
  export declare const POST: (req: AuthenticatedMedusaRequest<AdminUpdateDraftOrderType>, res: MedusaResponse<HttpTypes.AdminDraftOrderResponse>) => Promise<void>;
6
6
  /**
7
- * @version 2.8.4
7
+ * @since 2.8.4
8
8
  */
9
9
  export declare const DELETE: (req: AuthenticatedMedusaRequest, res: MedusaResponse) => Promise<void>;
10
10
  //# sourceMappingURL=route.d.ts.map
@@ -38,7 +38,7 @@ const POST = async (req, res) => {
38
38
  };
39
39
  exports.POST = POST;
40
40
  /**
41
- * @version 2.8.4
41
+ * @since 2.8.4
42
42
  */
43
43
  const DELETE = async (req, res) => {
44
44
  const { id } = req.params;
@@ -1,6 +1,6 @@
1
1
  import { AuthenticatedMedusaRequest, MedusaResponse } from "@medusajs/framework/http";
2
2
  /**
3
- * @version 2.8.5
3
+ * @since 2.8.5
4
4
  */
5
5
  export declare const POST: (req: AuthenticatedMedusaRequest, res: MedusaResponse) => Promise<void>;
6
6
  //# sourceMappingURL=route.d.ts.map
@@ -5,7 +5,7 @@ const core_flows_1 = require("@medusajs/core-flows");
5
5
  const utils_1 = require("@medusajs/framework/utils");
6
6
  const workflows_sdk_1 = require("@medusajs/framework/workflows-sdk");
7
7
  /**
8
- * @version 2.8.5
8
+ * @since 2.8.5
9
9
  */
10
10
  const POST = async (req, res) => {
11
11
  const workflowEngineService = req.scope.resolve(utils_1.Modules.WORKFLOW_ENGINE);
@@ -2,7 +2,7 @@ import { MedusaResponse, AuthenticatedMedusaRequest } from "@medusajs/framework/
2
2
  import type { HttpTypes } from "@medusajs/framework/types";
3
3
  import type { AdminImportProductsType } from "../validators";
4
4
  /**
5
- * @version 2.8.5
5
+ * @since 2.8.5
6
6
  */
7
7
  export declare const POST: (req: AuthenticatedMedusaRequest<AdminImportProductsType>, res: MedusaResponse<HttpTypes.AdminImportProductResponse>) => Promise<void>;
8
8
  //# sourceMappingURL=route.d.ts.map
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.POST = void 0;
4
4
  const core_flows_1 = require("@medusajs/core-flows");
5
5
  /**
6
- * @version 2.8.5
6
+ * @since 2.8.5
7
7
  */
8
8
  const POST = async (req, res) => {
9
9
  const { result, transaction } = await (0, core_flows_1.importProductsAsChunksWorkflow)(req.scope).run({
@@ -1,7 +1,7 @@
1
1
  import { AuthenticatedMedusaRequest, MedusaResponse } from "@medusajs/framework/http";
2
2
  import { HttpTypes } from "@medusajs/framework/types";
3
3
  /**
4
- * @version 2.8.0
4
+ * @since 2.8.0
5
5
  */
6
6
  export declare const GET: (req: AuthenticatedMedusaRequest<HttpTypes.AdminGetTaxProvidersParams>, res: MedusaResponse<HttpTypes.AdminTaxProviderListResponse>) => Promise<void>;
7
7
  //# sourceMappingURL=route.d.ts.map
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GET = void 0;
4
4
  const utils_1 = require("@medusajs/framework/utils");
5
5
  /**
6
- * @version 2.8.0
6
+ * @since 2.8.0
7
7
  */
8
8
  const GET = async (req, res) => {
9
9
  const query = req.scope.resolve(utils_1.ContainerRegistrationKeys.QUERY);
@@ -1,7 +1,7 @@
1
1
  import { MedusaRequest, MedusaResponse } from "@medusajs/framework/http";
2
2
  import { HttpTypes } from "@medusajs/framework/types";
3
3
  /**
4
- * @version 2.8.0
4
+ * @since 2.8.0
5
5
  */
6
6
  export declare const POST: (req: MedusaRequest<HttpTypes.StoreCreateReturn>, res: MedusaResponse<HttpTypes.StoreReturnResponse>) => Promise<void>;
7
7
  //# sourceMappingURL=route.d.ts.map
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.POST = void 0;
4
4
  const core_flows_1 = require("@medusajs/core-flows");
5
5
  /**
6
- * @version 2.8.0
6
+ * @since 2.8.0
7
7
  */
8
8
  const POST = async (req, res) => {
9
9
  const input = req.validatedBody;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medusajs/medusa",
3
- "version": "2.8.9-snapshot-20250731113849",
3
+ "version": "2.8.9-snapshot-20250804131132",
4
4
  "description": "Building blocks for digital commerce",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
@@ -36,6 +36,10 @@
36
36
  },
37
37
  "author": "Sebastian Rindom",
38
38
  "license": "MIT",
39
+ "homepage": "https://medusajs.com",
40
+ "llms": "https://docs.medusajs.com/llms.txt",
41
+ "llmsFull": "https://docs.medusajs.com/llms-full.txt",
42
+ "mcpServer": "https://docs.medusajs.com/mcp",
39
43
  "scripts": {
40
44
  "watch": "tsc --build --watch",
41
45
  "build": "rimraf dist && tsc --build",
@@ -44,7 +48,7 @@
44
48
  "test:integration": "jest --forceExit -- src/**/integration-tests/**/__tests__/**/*.ts"
45
49
  },
46
50
  "devDependencies": {
47
- "@medusajs/framework": "2.8.9-snapshot-20250731113849",
51
+ "@medusajs/framework": "2.8.9-snapshot-20250804131132",
48
52
  "@opentelemetry/instrumentation-pg": "^0.52.0",
49
53
  "@opentelemetry/resources": "^2.0.0",
50
54
  "@opentelemetry/sdk-node": "^0.200.0",
@@ -65,52 +69,52 @@
65
69
  "dependencies": {
66
70
  "@inquirer/checkbox": "^2.3.11",
67
71
  "@inquirer/input": "^2.2.9",
68
- "@medusajs/admin-bundler": "2.8.9-snapshot-20250731113849",
69
- "@medusajs/analytics": "2.8.9-snapshot-20250731113849",
70
- "@medusajs/analytics-local": "2.8.9-snapshot-20250731113849",
71
- "@medusajs/analytics-posthog": "2.8.9-snapshot-20250731113849",
72
- "@medusajs/api-key": "2.8.9-snapshot-20250731113849",
73
- "@medusajs/auth": "2.8.9-snapshot-20250731113849",
74
- "@medusajs/auth-emailpass": "2.8.9-snapshot-20250731113849",
75
- "@medusajs/auth-github": "2.8.9-snapshot-20250731113849",
76
- "@medusajs/auth-google": "2.8.9-snapshot-20250731113849",
77
- "@medusajs/cache-inmemory": "2.8.9-snapshot-20250731113849",
78
- "@medusajs/cache-redis": "2.8.9-snapshot-20250731113849",
79
- "@medusajs/cart": "2.8.9-snapshot-20250731113849",
80
- "@medusajs/core-flows": "2.8.9-snapshot-20250731113849",
81
- "@medusajs/currency": "2.8.9-snapshot-20250731113849",
82
- "@medusajs/customer": "2.8.9-snapshot-20250731113849",
83
- "@medusajs/event-bus-local": "2.8.9-snapshot-20250731113849",
84
- "@medusajs/event-bus-redis": "2.8.9-snapshot-20250731113849",
85
- "@medusajs/file": "2.8.9-snapshot-20250731113849",
86
- "@medusajs/file-local": "2.8.9-snapshot-20250731113849",
87
- "@medusajs/file-s3": "2.8.9-snapshot-20250731113849",
88
- "@medusajs/fulfillment": "2.8.9-snapshot-20250731113849",
89
- "@medusajs/fulfillment-manual": "2.8.9-snapshot-20250731113849",
90
- "@medusajs/index": "2.8.9-snapshot-20250731113849",
91
- "@medusajs/inventory": "2.8.9-snapshot-20250731113849",
92
- "@medusajs/link-modules": "2.8.9-snapshot-20250731113849",
93
- "@medusajs/locking": "2.8.9-snapshot-20250731113849",
94
- "@medusajs/locking-postgres": "2.8.9-snapshot-20250731113849",
95
- "@medusajs/locking-redis": "2.8.9-snapshot-20250731113849",
96
- "@medusajs/notification": "2.8.9-snapshot-20250731113849",
97
- "@medusajs/notification-local": "2.8.9-snapshot-20250731113849",
98
- "@medusajs/notification-sendgrid": "2.8.9-snapshot-20250731113849",
99
- "@medusajs/order": "2.8.9-snapshot-20250731113849",
100
- "@medusajs/payment": "2.8.9-snapshot-20250731113849",
101
- "@medusajs/payment-stripe": "2.8.9-snapshot-20250731113849",
102
- "@medusajs/pricing": "2.8.9-snapshot-20250731113849",
103
- "@medusajs/product": "2.8.9-snapshot-20250731113849",
104
- "@medusajs/promotion": "2.8.9-snapshot-20250731113849",
105
- "@medusajs/region": "2.8.9-snapshot-20250731113849",
106
- "@medusajs/sales-channel": "2.8.9-snapshot-20250731113849",
107
- "@medusajs/stock-location": "2.8.9-snapshot-20250731113849",
108
- "@medusajs/store": "2.8.9-snapshot-20250731113849",
109
- "@medusajs/tax": "2.8.9-snapshot-20250731113849",
110
- "@medusajs/telemetry": "2.8.9-snapshot-20250731113849",
111
- "@medusajs/user": "2.8.9-snapshot-20250731113849",
112
- "@medusajs/workflow-engine-inmemory": "2.8.9-snapshot-20250731113849",
113
- "@medusajs/workflow-engine-redis": "2.8.9-snapshot-20250731113849",
72
+ "@medusajs/admin-bundler": "2.8.9-snapshot-20250804131132",
73
+ "@medusajs/analytics": "2.8.9-snapshot-20250804131132",
74
+ "@medusajs/analytics-local": "2.8.9-snapshot-20250804131132",
75
+ "@medusajs/analytics-posthog": "2.8.9-snapshot-20250804131132",
76
+ "@medusajs/api-key": "2.8.9-snapshot-20250804131132",
77
+ "@medusajs/auth": "2.8.9-snapshot-20250804131132",
78
+ "@medusajs/auth-emailpass": "2.8.9-snapshot-20250804131132",
79
+ "@medusajs/auth-github": "2.8.9-snapshot-20250804131132",
80
+ "@medusajs/auth-google": "2.8.9-snapshot-20250804131132",
81
+ "@medusajs/cache-inmemory": "2.8.9-snapshot-20250804131132",
82
+ "@medusajs/cache-redis": "2.8.9-snapshot-20250804131132",
83
+ "@medusajs/cart": "2.8.9-snapshot-20250804131132",
84
+ "@medusajs/core-flows": "2.8.9-snapshot-20250804131132",
85
+ "@medusajs/currency": "2.8.9-snapshot-20250804131132",
86
+ "@medusajs/customer": "2.8.9-snapshot-20250804131132",
87
+ "@medusajs/event-bus-local": "2.8.9-snapshot-20250804131132",
88
+ "@medusajs/event-bus-redis": "2.8.9-snapshot-20250804131132",
89
+ "@medusajs/file": "2.8.9-snapshot-20250804131132",
90
+ "@medusajs/file-local": "2.8.9-snapshot-20250804131132",
91
+ "@medusajs/file-s3": "2.8.9-snapshot-20250804131132",
92
+ "@medusajs/fulfillment": "2.8.9-snapshot-20250804131132",
93
+ "@medusajs/fulfillment-manual": "2.8.9-snapshot-20250804131132",
94
+ "@medusajs/index": "2.8.9-snapshot-20250804131132",
95
+ "@medusajs/inventory": "2.8.9-snapshot-20250804131132",
96
+ "@medusajs/link-modules": "2.8.9-snapshot-20250804131132",
97
+ "@medusajs/locking": "2.8.9-snapshot-20250804131132",
98
+ "@medusajs/locking-postgres": "2.8.9-snapshot-20250804131132",
99
+ "@medusajs/locking-redis": "2.8.9-snapshot-20250804131132",
100
+ "@medusajs/notification": "2.8.9-snapshot-20250804131132",
101
+ "@medusajs/notification-local": "2.8.9-snapshot-20250804131132",
102
+ "@medusajs/notification-sendgrid": "2.8.9-snapshot-20250804131132",
103
+ "@medusajs/order": "2.8.9-snapshot-20250804131132",
104
+ "@medusajs/payment": "2.8.9-snapshot-20250804131132",
105
+ "@medusajs/payment-stripe": "2.8.9-snapshot-20250804131132",
106
+ "@medusajs/pricing": "2.8.9-snapshot-20250804131132",
107
+ "@medusajs/product": "2.8.9-snapshot-20250804131132",
108
+ "@medusajs/promotion": "2.8.9-snapshot-20250804131132",
109
+ "@medusajs/region": "2.8.9-snapshot-20250804131132",
110
+ "@medusajs/sales-channel": "2.8.9-snapshot-20250804131132",
111
+ "@medusajs/stock-location": "2.8.9-snapshot-20250804131132",
112
+ "@medusajs/store": "2.8.9-snapshot-20250804131132",
113
+ "@medusajs/tax": "2.8.9-snapshot-20250804131132",
114
+ "@medusajs/telemetry": "2.8.9-snapshot-20250804131132",
115
+ "@medusajs/user": "2.8.9-snapshot-20250804131132",
116
+ "@medusajs/workflow-engine-inmemory": "2.8.9-snapshot-20250804131132",
117
+ "@medusajs/workflow-engine-redis": "2.8.9-snapshot-20250804131132",
114
118
  "@opentelemetry/api": "^1.9.0",
115
119
  "boxen": "^5.0.1",
116
120
  "chalk": "^4.0.0",
@@ -129,7 +133,7 @@
129
133
  "zod": "3.25.76"
130
134
  },
131
135
  "peerDependencies": {
132
- "@medusajs/framework": "2.8.9-snapshot-20250731113849",
136
+ "@medusajs/framework": "2.8.9-snapshot-20250804131132",
133
137
  "@mikro-orm/core": "6.4.3",
134
138
  "@mikro-orm/knex": "6.4.3",
135
139
  "@mikro-orm/migrations": "6.4.3",