@medusajs/medusa 3.0.0-snapshot-20251201170954 → 3.0.0-snapshot-20251202132340

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.
@@ -1,7 +1,7 @@
1
1
  import { HttpTypes } from "@medusajs/framework/types";
2
2
  import { AuthenticatedMedusaRequest, MedusaResponse } from "@medusajs/framework/http";
3
3
  /**
4
- * @since v2.12.0
4
+ * @since 2.12.0
5
5
  */
6
6
  export declare const POST: (req: AuthenticatedMedusaRequest<HttpTypes.AdminUpdateOrderChange, HttpTypes.AdminOrderChangesFilters>, res: MedusaResponse<HttpTypes.AdminOrderChangeResponse>) => Promise<void>;
7
7
  //# sourceMappingURL=route.d.ts.map
@@ -4,7 +4,7 @@ exports.POST = void 0;
4
4
  const core_flows_1 = require("@medusajs/core-flows");
5
5
  const utils_1 = require("@medusajs/framework/utils");
6
6
  /**
7
- * @since v2.12.0
7
+ * @since 2.12.0
8
8
  */
9
9
  const POST = async (req, res) => {
10
10
  const { id } = req.params;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medusajs/medusa",
3
- "version": "3.0.0-snapshot-20251201170954",
3
+ "version": "3.0.0-snapshot-20251202132340",
4
4
  "description": "Building blocks for digital commerce",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
@@ -49,61 +49,61 @@
49
49
  "test:integration": "../../node_modules/.bin/jest --passWithNoTests --forceExit --testPathPattern=\"src/.*/integration-tests/__tests__/.*\\.ts\""
50
50
  },
51
51
  "devDependencies": {
52
- "@medusajs/framework": "3.0.0-snapshot-20251201170954"
52
+ "@medusajs/framework": "3.0.0-snapshot-20251202132340"
53
53
  },
54
54
  "dependencies": {
55
55
  "@inquirer/checkbox": "^2.3.11",
56
56
  "@inquirer/input": "^2.2.9",
57
- "@medusajs/admin-bundler": "3.0.0-snapshot-20251201170954",
58
- "@medusajs/analytics": "3.0.0-snapshot-20251201170954",
59
- "@medusajs/analytics-local": "3.0.0-snapshot-20251201170954",
60
- "@medusajs/analytics-posthog": "3.0.0-snapshot-20251201170954",
61
- "@medusajs/api-key": "3.0.0-snapshot-20251201170954",
62
- "@medusajs/auth": "3.0.0-snapshot-20251201170954",
63
- "@medusajs/auth-emailpass": "3.0.0-snapshot-20251201170954",
64
- "@medusajs/auth-github": "3.0.0-snapshot-20251201170954",
65
- "@medusajs/auth-google": "3.0.0-snapshot-20251201170954",
66
- "@medusajs/cache-inmemory": "3.0.0-snapshot-20251201170954",
67
- "@medusajs/cache-redis": "3.0.0-snapshot-20251201170954",
68
- "@medusajs/caching": "3.0.0-snapshot-20251201170954",
69
- "@medusajs/caching-redis": "3.0.0-snapshot-20251201170954",
70
- "@medusajs/cart": "3.0.0-snapshot-20251201170954",
71
- "@medusajs/core-flows": "3.0.0-snapshot-20251201170954",
72
- "@medusajs/currency": "3.0.0-snapshot-20251201170954",
73
- "@medusajs/customer": "3.0.0-snapshot-20251201170954",
74
- "@medusajs/draft-order": "3.0.0-snapshot-20251201170954",
75
- "@medusajs/event-bus-local": "3.0.0-snapshot-20251201170954",
76
- "@medusajs/event-bus-redis": "3.0.0-snapshot-20251201170954",
77
- "@medusajs/file": "3.0.0-snapshot-20251201170954",
78
- "@medusajs/file-local": "3.0.0-snapshot-20251201170954",
79
- "@medusajs/file-s3": "3.0.0-snapshot-20251201170954",
80
- "@medusajs/fulfillment": "3.0.0-snapshot-20251201170954",
81
- "@medusajs/fulfillment-manual": "3.0.0-snapshot-20251201170954",
82
- "@medusajs/index": "3.0.0-snapshot-20251201170954",
83
- "@medusajs/inventory": "3.0.0-snapshot-20251201170954",
84
- "@medusajs/link-modules": "3.0.0-snapshot-20251201170954",
85
- "@medusajs/locking": "3.0.0-snapshot-20251201170954",
86
- "@medusajs/locking-postgres": "3.0.0-snapshot-20251201170954",
87
- "@medusajs/locking-redis": "3.0.0-snapshot-20251201170954",
88
- "@medusajs/notification": "3.0.0-snapshot-20251201170954",
89
- "@medusajs/notification-local": "3.0.0-snapshot-20251201170954",
90
- "@medusajs/notification-sendgrid": "3.0.0-snapshot-20251201170954",
91
- "@medusajs/order": "3.0.0-snapshot-20251201170954",
92
- "@medusajs/payment": "3.0.0-snapshot-20251201170954",
93
- "@medusajs/payment-stripe": "3.0.0-snapshot-20251201170954",
94
- "@medusajs/pricing": "3.0.0-snapshot-20251201170954",
95
- "@medusajs/product": "3.0.0-snapshot-20251201170954",
96
- "@medusajs/promotion": "3.0.0-snapshot-20251201170954",
97
- "@medusajs/region": "3.0.0-snapshot-20251201170954",
98
- "@medusajs/sales-channel": "3.0.0-snapshot-20251201170954",
99
- "@medusajs/settings": "3.0.0-snapshot-20251201170954",
100
- "@medusajs/stock-location": "3.0.0-snapshot-20251201170954",
101
- "@medusajs/store": "3.0.0-snapshot-20251201170954",
102
- "@medusajs/tax": "3.0.0-snapshot-20251201170954",
103
- "@medusajs/telemetry": "3.0.0-snapshot-20251201170954",
104
- "@medusajs/user": "3.0.0-snapshot-20251201170954",
105
- "@medusajs/workflow-engine-inmemory": "3.0.0-snapshot-20251201170954",
106
- "@medusajs/workflow-engine-redis": "3.0.0-snapshot-20251201170954",
57
+ "@medusajs/admin-bundler": "3.0.0-snapshot-20251202132340",
58
+ "@medusajs/analytics": "3.0.0-snapshot-20251202132340",
59
+ "@medusajs/analytics-local": "3.0.0-snapshot-20251202132340",
60
+ "@medusajs/analytics-posthog": "3.0.0-snapshot-20251202132340",
61
+ "@medusajs/api-key": "3.0.0-snapshot-20251202132340",
62
+ "@medusajs/auth": "3.0.0-snapshot-20251202132340",
63
+ "@medusajs/auth-emailpass": "3.0.0-snapshot-20251202132340",
64
+ "@medusajs/auth-github": "3.0.0-snapshot-20251202132340",
65
+ "@medusajs/auth-google": "3.0.0-snapshot-20251202132340",
66
+ "@medusajs/cache-inmemory": "3.0.0-snapshot-20251202132340",
67
+ "@medusajs/cache-redis": "3.0.0-snapshot-20251202132340",
68
+ "@medusajs/caching": "3.0.0-snapshot-20251202132340",
69
+ "@medusajs/caching-redis": "3.0.0-snapshot-20251202132340",
70
+ "@medusajs/cart": "3.0.0-snapshot-20251202132340",
71
+ "@medusajs/core-flows": "3.0.0-snapshot-20251202132340",
72
+ "@medusajs/currency": "3.0.0-snapshot-20251202132340",
73
+ "@medusajs/customer": "3.0.0-snapshot-20251202132340",
74
+ "@medusajs/draft-order": "3.0.0-snapshot-20251202132340",
75
+ "@medusajs/event-bus-local": "3.0.0-snapshot-20251202132340",
76
+ "@medusajs/event-bus-redis": "3.0.0-snapshot-20251202132340",
77
+ "@medusajs/file": "3.0.0-snapshot-20251202132340",
78
+ "@medusajs/file-local": "3.0.0-snapshot-20251202132340",
79
+ "@medusajs/file-s3": "3.0.0-snapshot-20251202132340",
80
+ "@medusajs/fulfillment": "3.0.0-snapshot-20251202132340",
81
+ "@medusajs/fulfillment-manual": "3.0.0-snapshot-20251202132340",
82
+ "@medusajs/index": "3.0.0-snapshot-20251202132340",
83
+ "@medusajs/inventory": "3.0.0-snapshot-20251202132340",
84
+ "@medusajs/link-modules": "3.0.0-snapshot-20251202132340",
85
+ "@medusajs/locking": "3.0.0-snapshot-20251202132340",
86
+ "@medusajs/locking-postgres": "3.0.0-snapshot-20251202132340",
87
+ "@medusajs/locking-redis": "3.0.0-snapshot-20251202132340",
88
+ "@medusajs/notification": "3.0.0-snapshot-20251202132340",
89
+ "@medusajs/notification-local": "3.0.0-snapshot-20251202132340",
90
+ "@medusajs/notification-sendgrid": "3.0.0-snapshot-20251202132340",
91
+ "@medusajs/order": "3.0.0-snapshot-20251202132340",
92
+ "@medusajs/payment": "3.0.0-snapshot-20251202132340",
93
+ "@medusajs/payment-stripe": "3.0.0-snapshot-20251202132340",
94
+ "@medusajs/pricing": "3.0.0-snapshot-20251202132340",
95
+ "@medusajs/product": "3.0.0-snapshot-20251202132340",
96
+ "@medusajs/promotion": "3.0.0-snapshot-20251202132340",
97
+ "@medusajs/region": "3.0.0-snapshot-20251202132340",
98
+ "@medusajs/sales-channel": "3.0.0-snapshot-20251202132340",
99
+ "@medusajs/settings": "3.0.0-snapshot-20251202132340",
100
+ "@medusajs/stock-location": "3.0.0-snapshot-20251202132340",
101
+ "@medusajs/store": "3.0.0-snapshot-20251202132340",
102
+ "@medusajs/tax": "3.0.0-snapshot-20251202132340",
103
+ "@medusajs/telemetry": "3.0.0-snapshot-20251202132340",
104
+ "@medusajs/user": "3.0.0-snapshot-20251202132340",
105
+ "@medusajs/workflow-engine-inmemory": "3.0.0-snapshot-20251202132340",
106
+ "@medusajs/workflow-engine-redis": "3.0.0-snapshot-20251202132340",
107
107
  "boxen": "^5.0.1",
108
108
  "chalk": "^4.1.2",
109
109
  "chokidar": "^3.5.3",
@@ -120,7 +120,7 @@
120
120
  "zod": "3.25.76"
121
121
  },
122
122
  "peerDependencies": {
123
- "@medusajs/framework": "3.0.0-snapshot-20251201170954",
123
+ "@medusajs/framework": "3.0.0-snapshot-20251202132340",
124
124
  "@swc/core": "^1.7.28",
125
125
  "posthog-node": "^5.11.0",
126
126
  "react-dom": "^18.3.1",