@medusajs/medusa 3.0.0-snapshot-20251216103925 → 3.0.0-snapshot-20251216122339
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.
- package/dist/api/admin/locales/[code]/route.d.ts +4 -0
- package/dist/api/admin/locales/[code]/route.d.ts.map +1 -1
- package/dist/api/admin/locales/[code]/route.js +11 -0
- package/dist/api/admin/locales/[code]/route.js.map +1 -1
- package/dist/api/admin/locales/route.d.ts +4 -0
- package/dist/api/admin/locales/route.d.ts.map +1 -1
- package/dist/api/admin/locales/route.js +11 -0
- package/dist/api/admin/locales/route.js.map +1 -1
- package/dist/api/admin/stores/query-config.d.ts.map +1 -1
- package/dist/api/admin/stores/query-config.js +8 -2
- package/dist/api/admin/stores/query-config.js.map +1 -1
- package/dist/api/admin/translations/batch/route.d.ts +4 -0
- package/dist/api/admin/translations/batch/route.d.ts.map +1 -1
- package/dist/api/admin/translations/batch/route.js +4 -0
- package/dist/api/admin/translations/batch/route.js.map +1 -1
- package/dist/api/admin/translations/route.d.ts +4 -0
- package/dist/api/admin/translations/route.d.ts.map +1 -1
- package/dist/api/admin/translations/route.js +4 -0
- package/dist/api/admin/translations/route.js.map +1 -1
- package/dist/api/admin/translations/settings/route.d.ts +4 -0
- package/dist/api/admin/translations/settings/route.d.ts.map +1 -1
- package/dist/api/admin/translations/settings/route.js +4 -0
- package/dist/api/admin/translations/settings/route.js.map +1 -1
- package/dist/api/admin/translations/statistics/route.d.ts +5 -1
- package/dist/api/admin/translations/statistics/route.d.ts.map +1 -1
- package/dist/api/admin/translations/statistics/route.js +4 -0
- package/dist/api/admin/translations/statistics/route.js.map +1 -1
- package/dist/api/store/locales/route.d.ts +4 -0
- package/dist/api/store/locales/route.d.ts.map +1 -1
- package/dist/api/store/locales/route.js +11 -0
- package/dist/api/store/locales/route.js.map +1 -1
- package/package.json +54 -54
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import { MedusaRequest, MedusaResponse } from "@medusajs/framework/http";
|
|
2
2
|
import { HttpTypes } from "@medusajs/framework/types";
|
|
3
|
+
/**
|
|
4
|
+
* @since 2.12.3
|
|
5
|
+
* @featureFlag translation
|
|
6
|
+
*/
|
|
3
7
|
export declare const GET: (req: MedusaRequest<HttpTypes.AdminLocaleParams>, res: MedusaResponse<HttpTypes.AdminLocaleResponse>) => Promise<void>;
|
|
4
8
|
//# sourceMappingURL=route.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"route.d.ts","sourceRoot":"","sources":["../../../../../src/api/admin/locales/[code]/route.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"route.d.ts","sourceRoot":"","sources":["../../../../../src/api/admin/locales/[code]/route.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAA;AACxE,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAA;AAGrD;;;GAGG;AACH,eAAO,MAAM,GAAG,GACd,KAAK,aAAa,CAAC,SAAS,CAAC,iBAAiB,CAAC,EAC/C,KAAK,cAAc,CAAC,SAAS,CAAC,mBAAmB,CAAC,kBA2BnD,CAAA"}
|
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
2
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
6
|
exports.GET = void 0;
|
|
4
7
|
const utils_1 = require("@medusajs/framework/utils");
|
|
8
|
+
const translation_1 = __importDefault(require("../../../../feature-flags/translation"));
|
|
9
|
+
/**
|
|
10
|
+
* @since 2.12.3
|
|
11
|
+
* @featureFlag translation
|
|
12
|
+
*/
|
|
5
13
|
const GET = async (req, res) => {
|
|
6
14
|
const query = req.scope.resolve(utils_1.ContainerRegistrationKeys.QUERY);
|
|
7
15
|
const { data: [locale], } = await query.graph({
|
|
@@ -19,4 +27,7 @@ const GET = async (req, res) => {
|
|
|
19
27
|
res.status(200).json({ locale });
|
|
20
28
|
};
|
|
21
29
|
exports.GET = GET;
|
|
30
|
+
(0, utils_1.defineFileConfig)({
|
|
31
|
+
isDisabled: () => !utils_1.FeatureFlag.isFeatureEnabled(translation_1.default.key),
|
|
32
|
+
});
|
|
22
33
|
//# sourceMappingURL=route.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"route.js","sourceRoot":"","sources":["../../../../../src/api/admin/locales/[code]/route.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"route.js","sourceRoot":"","sources":["../../../../../src/api/admin/locales/[code]/route.ts"],"names":[],"mappings":";;;;;;AAAA,qDAKkC;AAGlC,wFAA0E;AAE1E;;;GAGG;AACI,MAAM,GAAG,GAAG,KAAK,EACtB,GAA+C,EAC/C,GAAkD,EAClD,EAAE;IACF,MAAM,KAAK,GAAG,GAAG,CAAC,KAAK,CAAC,OAAO,CAAC,iCAAyB,CAAC,KAAK,CAAC,CAAA;IAEhE,MAAM,EACJ,IAAI,EAAE,CAAC,MAAM,CAAC,GACf,GAAG,MAAM,KAAK,CAAC,KAAK,CACnB;QACE,MAAM,EAAE,QAAQ;QAChB,OAAO,EAAE;YACP,IAAI,EAAE,GAAG,CAAC,MAAM,CAAC,IAAI;SACtB;QACD,MAAM,EAAE,GAAG,CAAC,WAAW,CAAC,MAAM;KAC/B,EACD;QACE,KAAK,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE;KACxB,CACF,CAAA;IAED,IAAI,CAAC,MAAM,EAAE,CAAC;QACZ,MAAM,IAAI,mBAAW,CACnB,mBAAW,CAAC,KAAK,CAAC,SAAS,EAC3B,qBAAqB,GAAG,CAAC,MAAM,CAAC,IAAI,gBAAgB,CACrD,CAAA;IACH,CAAC;IAED,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC,CAAA;AAClC,CAAC,CAAA;AA7BY,QAAA,GAAG,OA6Bf;AAED,IAAA,wBAAgB,EAAC;IACf,UAAU,EAAE,GAAG,EAAE,CAAC,CAAC,mBAAW,CAAC,gBAAgB,CAAC,qBAAsB,CAAC,GAAG,CAAC;CAC5E,CAAC,CAAA"}
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import { MedusaRequest, MedusaResponse } from "@medusajs/framework/http";
|
|
2
2
|
import { HttpTypes } from "@medusajs/framework/types";
|
|
3
|
+
/**
|
|
4
|
+
* @since 2.12.3
|
|
5
|
+
* @featureFlag translation
|
|
6
|
+
*/
|
|
3
7
|
export declare const GET: (req: MedusaRequest<HttpTypes.AdminLocaleListParams>, res: MedusaResponse<HttpTypes.AdminLocaleListResponse>) => Promise<void>;
|
|
4
8
|
//# sourceMappingURL=route.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"route.d.ts","sourceRoot":"","sources":["../../../../src/api/admin/locales/route.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"route.d.ts","sourceRoot":"","sources":["../../../../src/api/admin/locales/route.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAA;AACxE,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAA;AAGrD;;;GAGG;AACH,eAAO,MAAM,GAAG,GACd,KAAK,aAAa,CAAC,SAAS,CAAC,qBAAqB,CAAC,EACnD,KAAK,cAAc,CAAC,SAAS,CAAC,uBAAuB,CAAC,kBAsBvD,CAAA"}
|
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
2
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
6
|
exports.GET = void 0;
|
|
4
7
|
const utils_1 = require("@medusajs/framework/utils");
|
|
8
|
+
const translation_1 = __importDefault(require("../../../feature-flags/translation"));
|
|
9
|
+
/**
|
|
10
|
+
* @since 2.12.3
|
|
11
|
+
* @featureFlag translation
|
|
12
|
+
*/
|
|
5
13
|
const GET = async (req, res) => {
|
|
6
14
|
const query = req.scope.resolve(utils_1.ContainerRegistrationKeys.QUERY);
|
|
7
15
|
const { data: locales, metadata } = await query.graph({
|
|
@@ -20,4 +28,7 @@ const GET = async (req, res) => {
|
|
|
20
28
|
});
|
|
21
29
|
};
|
|
22
30
|
exports.GET = GET;
|
|
31
|
+
(0, utils_1.defineFileConfig)({
|
|
32
|
+
isDisabled: () => !utils_1.FeatureFlag.isFeatureEnabled(translation_1.default.key),
|
|
33
|
+
});
|
|
23
34
|
//# sourceMappingURL=route.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"route.js","sourceRoot":"","sources":["../../../../src/api/admin/locales/route.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"route.js","sourceRoot":"","sources":["../../../../src/api/admin/locales/route.ts"],"names":[],"mappings":";;;;;;AAAA,qDAIkC;AAGlC,qFAAuE;AAEvE;;;GAGG;AACI,MAAM,GAAG,GAAG,KAAK,EACtB,GAAmD,EACnD,GAAsD,EACtD,EAAE;IACF,MAAM,KAAK,GAAG,GAAG,CAAC,KAAK,CAAC,OAAO,CAAC,iCAAyB,CAAC,KAAK,CAAC,CAAA;IAEhE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,GAAG,MAAM,KAAK,CAAC,KAAK,CACnD;QACE,MAAM,EAAE,QAAQ;QAChB,OAAO,EAAE,GAAG,CAAC,gBAAgB;QAC7B,MAAM,EAAE,GAAG,CAAC,WAAW,CAAC,MAAM;QAC9B,UAAU,EAAE,GAAG,CAAC,WAAW,CAAC,UAAU;KACvC,EACD;QACE,KAAK,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE;KACxB,CACF,CAAA;IAED,GAAG,CAAC,IAAI,CAAC;QACP,OAAO;QACP,KAAK,EAAE,QAAQ,EAAE,KAAK,IAAI,CAAC;QAC3B,MAAM,EAAE,QAAQ,EAAE,IAAI,IAAI,CAAC;QAC3B,KAAK,EAAE,QAAQ,EAAE,IAAI,IAAI,CAAC;KAC3B,CAAC,CAAA;AACJ,CAAC,CAAA;AAxBY,QAAA,GAAG,OAwBf;AAED,IAAA,wBAAgB,EAAC;IACf,UAAU,EAAE,GAAG,EAAE,CAAC,CAAC,mBAAW,CAAC,gBAAgB,CAAC,qBAAsB,CAAC,GAAG,CAAC;CAC5E,CAAC,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query-config.d.ts","sourceRoot":"","sources":["../../../../src/api/admin/stores/query-config.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"query-config.d.ts","sourceRoot":"","sources":["../../../../src/api/admin/stores/query-config.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,uBAAuB,UAcnC,CAAA;AAED,eAAO,MAAM,4BAA4B;;;CAGxC,CAAA;AAED,eAAO,MAAM,wBAAwB;;;CAGpC,CAAA"}
|
|
@@ -1,13 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
2
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
6
|
exports.listTransformQueryConfig = exports.retrieveTransformQueryConfig = exports.defaultAdminStoreFields = void 0;
|
|
7
|
+
const utils_1 = require("@medusajs/framework/utils");
|
|
8
|
+
const translation_1 = __importDefault(require("../../../feature-flags/translation"));
|
|
4
9
|
exports.defaultAdminStoreFields = [
|
|
5
10
|
"id",
|
|
6
11
|
"name",
|
|
7
12
|
"*supported_currencies",
|
|
8
13
|
"*supported_currencies.currency",
|
|
9
|
-
|
|
10
|
-
|
|
14
|
+
...(utils_1.FeatureFlag.isFeatureEnabled(translation_1.default.key)
|
|
15
|
+
? ["*supported_locales", "*supported_locales.locale"]
|
|
16
|
+
: []),
|
|
11
17
|
"default_sales_channel_id",
|
|
12
18
|
"default_region_id",
|
|
13
19
|
"default_location_id",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query-config.js","sourceRoot":"","sources":["../../../../src/api/admin/stores/query-config.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"query-config.js","sourceRoot":"","sources":["../../../../src/api/admin/stores/query-config.ts"],"names":[],"mappings":";;;;;;AAAA,qDAAuD;AACvD,qFAAuE;AAE1D,QAAA,uBAAuB,GAAG;IACrC,IAAI;IACJ,MAAM;IACN,uBAAuB;IACvB,gCAAgC;IAChC,GAAG,CAAC,mBAAW,CAAC,gBAAgB,CAAC,qBAAsB,CAAC,GAAG,CAAC;QAC1D,CAAC,CAAC,CAAC,oBAAoB,EAAE,2BAA2B,CAAC;QACrD,CAAC,CAAC,EAAE,CAAC;IACP,0BAA0B;IAC1B,mBAAmB;IACnB,qBAAqB;IACrB,UAAU;IACV,YAAY;IACZ,YAAY;CACb,CAAA;AAEY,QAAA,4BAA4B,GAAG;IAC1C,QAAQ,EAAE,+BAAuB;IACjC,MAAM,EAAE,KAAK;CACd,CAAA;AAEY,QAAA,wBAAwB,GAAG;IACtC,GAAG,oCAA4B;IAC/B,MAAM,EAAE,IAAI;CACb,CAAA"}
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { AuthenticatedMedusaRequest, MedusaResponse } from "@medusajs/framework";
|
|
2
2
|
import { BatchMethodRequest, HttpTypes } from "@medusajs/types";
|
|
3
3
|
import { AdminCreateTranslationType, AdminUpdateTranslationType } from "../validators";
|
|
4
|
+
/**
|
|
5
|
+
* @since 2.12.3
|
|
6
|
+
* @featureFlag translation
|
|
7
|
+
*/
|
|
4
8
|
export declare const POST: (req: AuthenticatedMedusaRequest<BatchMethodRequest<AdminCreateTranslationType, AdminUpdateTranslationType>>, res: MedusaResponse<HttpTypes.AdminTranslationsBatchResponse>) => Promise<MedusaResponse<HttpTypes.AdminTranslationsBatchResponse>>;
|
|
5
9
|
//# sourceMappingURL=route.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"route.d.ts","sourceRoot":"","sources":["../../../../../src/api/admin/translations/batch/route.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,0BAA0B,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAA;AAMhF,OAAO,EAAE,kBAAkB,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAA;AAG/D,OAAO,EACL,0BAA0B,EAC1B,0BAA0B,EAC3B,MAAM,eAAe,CAAA;AAEtB,eAAO,MAAM,IAAI,GACf,KAAK,0BAA0B,CAC7B,kBAAkB,CAAC,0BAA0B,EAAE,0BAA0B,CAAC,CAC3E,EACD,KAAK,cAAc,CAAC,SAAS,CAAC,8BAA8B,CAAC,sEA4C9D,CAAA"}
|
|
1
|
+
{"version":3,"file":"route.d.ts","sourceRoot":"","sources":["../../../../../src/api/admin/translations/batch/route.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,0BAA0B,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAA;AAMhF,OAAO,EAAE,kBAAkB,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAA;AAG/D,OAAO,EACL,0BAA0B,EAC1B,0BAA0B,EAC3B,MAAM,eAAe,CAAA;AAEtB;;;GAGG;AACH,eAAO,MAAM,IAAI,GACf,KAAK,0BAA0B,CAC7B,kBAAkB,CAAC,0BAA0B,EAAE,0BAA0B,CAAC,CAC3E,EACD,KAAK,cAAc,CAAC,SAAS,CAAC,8BAA8B,CAAC,sEA4C9D,CAAA"}
|
|
@@ -8,6 +8,10 @@ const core_flows_1 = require("@medusajs/core-flows");
|
|
|
8
8
|
const utils_1 = require("@medusajs/framework/utils");
|
|
9
9
|
const translation_1 = __importDefault(require("../../../../feature-flags/translation"));
|
|
10
10
|
const query_config_1 = require("../query-config");
|
|
11
|
+
/**
|
|
12
|
+
* @since 2.12.3
|
|
13
|
+
* @featureFlag translation
|
|
14
|
+
*/
|
|
11
15
|
const POST = async (req, res) => {
|
|
12
16
|
const { create = [], update = [], delete: deleteIds = [] } = req.validatedBody;
|
|
13
17
|
const { result } = await (0, core_flows_1.batchTranslationsWorkflow)(req.scope).run({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"route.js","sourceRoot":"","sources":["../../../../../src/api/admin/translations/batch/route.ts"],"names":[],"mappings":";;;;;;AAAA,qDAAgE;AAEhE,qDAIkC;AAElC,wFAA0E;AAC1E,kDAA+D;
|
|
1
|
+
{"version":3,"file":"route.js","sourceRoot":"","sources":["../../../../../src/api/admin/translations/batch/route.ts"],"names":[],"mappings":";;;;;;AAAA,qDAAgE;AAEhE,qDAIkC;AAElC,wFAA0E;AAC1E,kDAA+D;AAM/D;;;GAGG;AACI,MAAM,IAAI,GAAG,KAAK,EACvB,GAEC,EACD,GAA6D,EAC7D,EAAE;IACF,MAAM,EAAE,MAAM,GAAG,EAAE,EAAE,MAAM,GAAG,EAAE,EAAE,MAAM,EAAE,SAAS,GAAG,EAAE,EAAE,GAAG,GAAG,CAAC,aAAa,CAAA;IAE9E,MAAM,EAAE,MAAM,EAAE,GAAG,MAAM,IAAA,sCAAyB,EAAC,GAAG,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC;QAChE,KAAK,EAAE;YACL,MAAM;YACN,MAAM;YACN,MAAM,EAAE,SAAS;SAClB;KACF,CAAC,CAAA;IAEF,MAAM,GAAG,GAAG,KAAK,CAAC,IAAI,CACpB,IAAI,GAAG,CAAC;QACN,GAAG,MAAM,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;QAClC,GAAG,MAAM,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;KACnC,CAAC,CACH,CAAA;IAED,MAAM,KAAK,GAAG,GAAG,CAAC,KAAK,CAAC,OAAO,CAAC,iCAAyB,CAAC,KAAK,CAAC,CAAA;IAChE,MAAM,EAAE,IAAI,EAAE,YAAY,EAAE,GAAG,MAAM,KAAK,CAAC,KAAK,CAAC;QAC/C,MAAM,EAAE,aAAa;QACrB,MAAM,EAAE,4CAA6B;QACrC,OAAO,EAAE;YACP,EAAE,EAAE,GAAG;SACR;KACF,CAAC,CAAA;IAEF,MAAM,OAAO,GAAG,YAAY,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CACxC,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,CAAC,EAAE,CAAC,CAC1C,CAAA;IACD,MAAM,OAAO,GAAG,YAAY,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CACxC,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,CAAC,EAAE,CAAC,CAC1C,CAAA;IAED,OAAO,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC;QAC1B,OAAO;QACP,OAAO;QACP,OAAO,EAAE;YACP,GAAG,EAAE,SAAS;YACd,MAAM,EAAE,aAAa;YACrB,OAAO,EAAE,IAAI;SACd;KACF,CAAC,CAAA;AACJ,CAAC,CAAA;AAhDY,QAAA,IAAI,QAgDhB;AAED,IAAA,wBAAgB,EAAC;IACf,UAAU,EAAE,GAAG,EAAE,CAAC,CAAC,mBAAW,CAAC,gBAAgB,CAAC,qBAAsB,CAAC,GAAG,CAAC;CAC5E,CAAC,CAAA"}
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import { MedusaRequest, MedusaResponse } from "@medusajs/framework/http";
|
|
2
2
|
import { HttpTypes } from "@medusajs/framework/types";
|
|
3
|
+
/**
|
|
4
|
+
* @since 2.12.3
|
|
5
|
+
* @featureFlag translation
|
|
6
|
+
*/
|
|
3
7
|
export declare const GET: (req: MedusaRequest<HttpTypes.AdminTranslationsListParams>, res: MedusaResponse<HttpTypes.AdminTranslationsListResponse>) => Promise<MedusaResponse<HttpTypes.AdminTranslationsListResponse>>;
|
|
4
8
|
//# sourceMappingURL=route.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"route.d.ts","sourceRoot":"","sources":["../../../../src/api/admin/translations/route.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAA;AACxE,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAA;AAQrD,eAAO,MAAM,GAAG,GACd,KAAK,aAAa,CAAC,SAAS,CAAC,2BAA2B,CAAC,EACzD,KAAK,cAAc,CAAC,SAAS,CAAC,6BAA6B,CAAC,qEAsB7D,CAAA"}
|
|
1
|
+
{"version":3,"file":"route.d.ts","sourceRoot":"","sources":["../../../../src/api/admin/translations/route.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAA;AACxE,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAA;AAQrD;;;GAGG;AACH,eAAO,MAAM,GAAG,GACd,KAAK,aAAa,CAAC,SAAS,CAAC,2BAA2B,CAAC,EACzD,KAAK,cAAc,CAAC,SAAS,CAAC,6BAA6B,CAAC,qEAsB7D,CAAA"}
|
|
@@ -6,6 +6,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
exports.GET = void 0;
|
|
7
7
|
const utils_1 = require("@medusajs/framework/utils");
|
|
8
8
|
const translation_1 = __importDefault(require("../../../feature-flags/translation"));
|
|
9
|
+
/**
|
|
10
|
+
* @since 2.12.3
|
|
11
|
+
* @featureFlag translation
|
|
12
|
+
*/
|
|
9
13
|
const GET = async (req, res) => {
|
|
10
14
|
const query = req.scope.resolve(utils_1.ContainerRegistrationKeys.QUERY);
|
|
11
15
|
const { data: translations, metadata } = await query.graph({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"route.js","sourceRoot":"","sources":["../../../../src/api/admin/translations/route.ts"],"names":[],"mappings":";;;;;;AAEA,qDAIkC;AAClC,qFAAuE;
|
|
1
|
+
{"version":3,"file":"route.js","sourceRoot":"","sources":["../../../../src/api/admin/translations/route.ts"],"names":[],"mappings":";;;;;;AAEA,qDAIkC;AAClC,qFAAuE;AAEvE;;;GAGG;AACI,MAAM,GAAG,GAAG,KAAK,EACtB,GAAyD,EACzD,GAA4D,EAC5D,EAAE;IACF,MAAM,KAAK,GAAG,GAAG,CAAC,KAAK,CAAC,OAAO,CAAC,iCAAyB,CAAC,KAAK,CAAC,CAAA;IAEhE,MAAM,EAAE,IAAI,EAAE,YAAY,EAAE,QAAQ,EAAE,GAAG,MAAM,KAAK,CAAC,KAAK,CACxD;QACE,MAAM,EAAE,aAAa;QACrB,MAAM,EAAE,GAAG,CAAC,WAAW,CAAC,MAAM;QAC9B,OAAO,EAAE,GAAG,CAAC,gBAAgB;QAC7B,UAAU,EAAE,GAAG,CAAC,WAAW,CAAC,UAAU;KACvC,EACD;QACE,KAAK,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE;KACxB,CACF,CAAA;IAED,OAAO,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC;QAC1B,YAAY;QACZ,KAAK,EAAE,QAAQ,EAAE,KAAK,IAAI,CAAC;QAC3B,MAAM,EAAE,QAAQ,EAAE,IAAI,IAAI,CAAC;QAC3B,KAAK,EAAE,QAAQ,EAAE,IAAI,IAAI,CAAC;KAC3B,CAAC,CAAA;AACJ,CAAC,CAAA;AAxBY,QAAA,GAAG,OAwBf;AAED,IAAA,wBAAgB,EAAC;IACf,UAAU,EAAE,GAAG,EAAE,CAAC,CAAC,mBAAW,CAAC,gBAAgB,CAAC,qBAAsB,CAAC,GAAG,CAAC;CAC5E,CAAC,CAAA"}
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { AuthenticatedMedusaRequest, MedusaResponse } from "@medusajs/framework/http";
|
|
2
2
|
import { HttpTypes } from "@medusajs/framework/types";
|
|
3
3
|
import { AdminTranslationSettingsParamsType } from "../validators";
|
|
4
|
+
/**
|
|
5
|
+
* @since 2.12.3
|
|
6
|
+
* @featureFlag translation
|
|
7
|
+
*/
|
|
4
8
|
export declare const GET: (req: AuthenticatedMedusaRequest<undefined, AdminTranslationSettingsParamsType>, res: MedusaResponse<HttpTypes.AdminTranslationSettingsResponse>) => Promise<void>;
|
|
5
9
|
//# sourceMappingURL=route.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"route.d.ts","sourceRoot":"","sources":["../../../../../src/api/admin/translations/settings/route.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,0BAA0B,EAC1B,cAAc,EACf,MAAM,0BAA0B,CAAA;AACjC,OAAO,EAAE,SAAS,EAA6B,MAAM,2BAA2B,CAAA;AAOhF,OAAO,EAAE,kCAAkC,EAAE,MAAM,eAAe,CAAA;AAElE,eAAO,MAAM,GAAG,GACd,KAAK,0BAA0B,CAC7B,SAAS,EACT,kCAAkC,CACnC,EACD,KAAK,cAAc,CAAC,SAAS,CAAC,gCAAgC,CAAC,kBAYhE,CAAA"}
|
|
1
|
+
{"version":3,"file":"route.d.ts","sourceRoot":"","sources":["../../../../../src/api/admin/translations/settings/route.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,0BAA0B,EAC1B,cAAc,EACf,MAAM,0BAA0B,CAAA;AACjC,OAAO,EAAE,SAAS,EAA6B,MAAM,2BAA2B,CAAA;AAOhF,OAAO,EAAE,kCAAkC,EAAE,MAAM,eAAe,CAAA;AAElE;;;GAGG;AACH,eAAO,MAAM,GAAG,GACd,KAAK,0BAA0B,CAC7B,SAAS,EACT,kCAAkC,CACnC,EACD,KAAK,cAAc,CAAC,SAAS,CAAC,gCAAgC,CAAC,kBAYhE,CAAA"}
|
|
@@ -6,6 +6,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
exports.GET = void 0;
|
|
7
7
|
const utils_1 = require("@medusajs/framework/utils");
|
|
8
8
|
const translation_1 = __importDefault(require("../../../../feature-flags/translation"));
|
|
9
|
+
/**
|
|
10
|
+
* @since 2.12.3
|
|
11
|
+
* @featureFlag translation
|
|
12
|
+
*/
|
|
9
13
|
const GET = async (req, res) => {
|
|
10
14
|
const translationService = req.scope.resolve(utils_1.Modules.TRANSLATION);
|
|
11
15
|
const translatable_fields = translationService.getTranslatableFields(req.validatedQuery.entity_type);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"route.js","sourceRoot":"","sources":["../../../../../src/api/admin/translations/settings/route.ts"],"names":[],"mappings":";;;;;;AAKA,qDAIkC;AAClC,wFAA0E;
|
|
1
|
+
{"version":3,"file":"route.js","sourceRoot":"","sources":["../../../../../src/api/admin/translations/settings/route.ts"],"names":[],"mappings":";;;;;;AAKA,qDAIkC;AAClC,wFAA0E;AAG1E;;;GAGG;AACI,MAAM,GAAG,GAAG,KAAK,EACtB,GAGC,EACD,GAA+D,EAC/D,EAAE;IACF,MAAM,kBAAkB,GAAG,GAAG,CAAC,KAAK,CAAC,OAAO,CAC1C,eAAO,CAAC,WAAW,CACpB,CAAA;IACD,MAAM,mBAAmB,GAAG,kBAAkB,CAAC,qBAAqB,CAClE,GAAG,CAAC,cAAc,CAAC,WAAW,CAC/B,CAAA;IAED,GAAG,CAAC,IAAI,CAAC;QACP,mBAAmB;KACpB,CAAC,CAAA;AACJ,CAAC,CAAA;AAjBY,QAAA,GAAG,OAiBf;AAED,IAAA,wBAAgB,EAAC;IACf,UAAU,EAAE,GAAG,EAAE,CAAC,CAAC,mBAAW,CAAC,gBAAgB,CAAC,qBAAsB,CAAC,GAAG,CAAC;CAC5E,CAAC,CAAA"}
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import { AuthenticatedMedusaRequest, MedusaResponse } from "@medusajs/framework/http";
|
|
2
2
|
import { HttpTypes } from "@medusajs/framework/types";
|
|
3
|
-
|
|
3
|
+
/**
|
|
4
|
+
* @since 2.12.3
|
|
5
|
+
* @featureFlag translation
|
|
6
|
+
*/
|
|
7
|
+
export declare const GET: (req: AuthenticatedMedusaRequest<{}, HttpTypes.AdminTranslationStatisticsParams>, res: MedusaResponse<HttpTypes.AdminTranslationStatisticsResponse>) => Promise<MedusaResponse<HttpTypes.AdminTranslationStatisticsResponse>>;
|
|
4
8
|
//# sourceMappingURL=route.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"route.d.ts","sourceRoot":"","sources":["../../../../../src/api/admin/translations/statistics/route.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,0BAA0B,EAC1B,cAAc,EACf,MAAM,0BAA0B,CAAA;AACjC,OAAO,EAAE,SAAS,EAA6B,MAAM,2BAA2B,CAAA;AAUhF,eAAO,MAAM,GAAG,GACd,KAAK,0BAA0B,CAC7B,
|
|
1
|
+
{"version":3,"file":"route.d.ts","sourceRoot":"","sources":["../../../../../src/api/admin/translations/statistics/route.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,0BAA0B,EAC1B,cAAc,EACf,MAAM,0BAA0B,CAAA;AACjC,OAAO,EAAE,SAAS,EAA6B,MAAM,2BAA2B,CAAA;AAUhF;;;GAGG;AACH,eAAO,MAAM,GAAG,GACd,KAAK,0BAA0B,CAC7B,EAAE,EACF,SAAS,CAAC,gCAAgC,CAC3C,EACD,KAAK,cAAc,CAAC,SAAS,CAAC,kCAAkC,CAAC,0EAmDlE,CAAA"}
|
|
@@ -6,6 +6,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
exports.GET = void 0;
|
|
7
7
|
const utils_1 = require("@medusajs/framework/utils");
|
|
8
8
|
const translation_1 = __importDefault(require("../../../../feature-flags/translation"));
|
|
9
|
+
/**
|
|
10
|
+
* @since 2.12.3
|
|
11
|
+
* @featureFlag translation
|
|
12
|
+
*/
|
|
9
13
|
const GET = async (req, res) => {
|
|
10
14
|
const translationService = req.scope.resolve(utils_1.Modules.TRANSLATION);
|
|
11
15
|
const query = req.scope.resolve(utils_1.ContainerRegistrationKeys.QUERY);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"route.js","sourceRoot":"","sources":["../../../../../src/api/admin/translations/statistics/route.ts"],"names":[],"mappings":";;;;;;AAKA,qDAMkC;AAClC,wFAA0E;
|
|
1
|
+
{"version":3,"file":"route.js","sourceRoot":"","sources":["../../../../../src/api/admin/translations/statistics/route.ts"],"names":[],"mappings":";;;;;;AAKA,qDAMkC;AAClC,wFAA0E;AAE1E;;;GAGG;AACI,MAAM,GAAG,GAAG,KAAK,EACtB,GAGC,EACD,GAAiE,EACjE,EAAE;IACF,MAAM,kBAAkB,GAAG,GAAG,CAAC,KAAK,CAAC,OAAO,CAC1C,eAAO,CAAC,WAAW,CACpB,CAAA;IACD,MAAM,KAAK,GAAG,GAAG,CAAC,KAAK,CAAC,OAAO,CAAC,iCAAyB,CAAC,KAAK,CAAC,CAAA;IAEhE,MAAM,EAAE,OAAO,EAAE,YAAY,EAAE,GAAG,GAAG,CAAC,cAAc,CAAA;IAEpD,gDAAgD;IAChD,MAAM,YAAY,GAAG,MAAM,IAAA,kBAAU,EACnC,YAAY,CAAC,GAAG,CAAC,KAAK,EAAE,UAAU,EAAE,EAAE;QACpC,MAAM,EAAE,QAAQ,EAAE,GAAG,MAAM,KAAK;aAC7B,KAAK,CACJ;YACE,MAAM,EAAE,UAAU;YAClB,MAAM,EAAE,CAAC,IAAI,CAAC;YACd,UAAU,EAAE,EAAE,IAAI,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE;SACjC,EACD;YACE,kBAAkB,EAAE,KAAK;YACzB,KAAK,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE;SACxB,CACF;aACA,KAAK,CAAC,CAAC,CAAC,EAAE,EAAE;YACX,MAAM,iBAAiB,GAAG,CAAC,CAAC,OAAO,CAAC,WAAW,EAAE,CAAA;YACjD,IACE,iBAAiB,CAAC,QAAQ,CAAC,oBAAoB,CAAC;gBAChD,iBAAiB,CAAC,QAAQ,CAAC,eAAe,CAAC,EAC3C,CAAC;gBACD,OAAO,EAAE,QAAQ,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,EAAE,CAAA;YACnC,CAAC;YACD,MAAM,CAAC,CAAA;QACT,CAAC,CAAC,CAAA;QACJ,OAAO,EAAE,UAAU,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,IAAI,CAAC,EAAE,CAAA;IACpD,CAAC,CAAC,CACH,CAAA;IAED,MAAM,QAAQ,GAAsC,EAAE,CAAA;IACtD,KAAK,MAAM,EAAE,UAAU,EAAE,KAAK,EAAE,IAAI,YAAY,EAAE,CAAC;QACjD,QAAQ,CAAC,UAAU,CAAC,GAAG,EAAE,KAAK,EAAE,CAAA;IAClC,CAAC;IAED,MAAM,UAAU,GAAG,MAAM,kBAAkB,CAAC,aAAa,CAAC;QACxD,OAAO;QACP,QAAQ;KACT,CAAC,CAAA;IAEF,OAAO,GAAG,CAAC,IAAI,CAAC;QACd,UAAU;KACX,CAAC,CAAA;AACJ,CAAC,CAAA;AAxDY,QAAA,GAAG,OAwDf;AAED,IAAA,wBAAgB,EAAC;IACf,UAAU,EAAE,GAAG,EAAE,CAAC,CAAC,mBAAW,CAAC,gBAAgB,CAAC,qBAAsB,CAAC,GAAG,CAAC;CAC5E,CAAC,CAAA"}
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import { MedusaRequest, MedusaResponse } from "@medusajs/framework/http";
|
|
2
2
|
import { HttpTypes } from "@medusajs/framework/types";
|
|
3
|
+
/**
|
|
4
|
+
* @since 2.12.3
|
|
5
|
+
* @featureFlag translation
|
|
6
|
+
*/
|
|
3
7
|
export declare const GET: (req: MedusaRequest, res: MedusaResponse<HttpTypes.StoreLocaleListResponse>) => Promise<void>;
|
|
4
8
|
//# sourceMappingURL=route.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"route.d.ts","sourceRoot":"","sources":["../../../../src/api/store/locales/route.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAA;
|
|
1
|
+
{"version":3,"file":"route.d.ts","sourceRoot":"","sources":["../../../../src/api/store/locales/route.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAA;AAMxE,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAA;AAGrD;;;GAGG;AACH,eAAO,MAAM,GAAG,GACd,KAAK,aAAa,EAClB,KAAK,cAAc,CAAC,SAAS,CAAC,uBAAuB,CAAC,kBAyBvD,CAAA"}
|
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
2
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
6
|
exports.GET = void 0;
|
|
4
7
|
const utils_1 = require("@medusajs/framework/utils");
|
|
8
|
+
const translation_1 = __importDefault(require("../../../feature-flags/translation"));
|
|
9
|
+
/**
|
|
10
|
+
* @since 2.12.3
|
|
11
|
+
* @featureFlag translation
|
|
12
|
+
*/
|
|
5
13
|
const GET = async (req, res) => {
|
|
6
14
|
const query = req.scope.resolve(utils_1.ContainerRegistrationKeys.QUERY);
|
|
7
15
|
const { data: [store], } = await query.graph({
|
|
@@ -23,4 +31,7 @@ const GET = async (req, res) => {
|
|
|
23
31
|
});
|
|
24
32
|
};
|
|
25
33
|
exports.GET = GET;
|
|
34
|
+
(0, utils_1.defineFileConfig)({
|
|
35
|
+
isDisabled: () => !utils_1.FeatureFlag.isFeatureEnabled(translation_1.default.key),
|
|
36
|
+
});
|
|
26
37
|
//# sourceMappingURL=route.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"route.js","sourceRoot":"","sources":["../../../../src/api/store/locales/route.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"route.js","sourceRoot":"","sources":["../../../../src/api/store/locales/route.ts"],"names":[],"mappings":";;;;;;AACA,qDAIkC;AAElC,qFAAuE;AAEvE;;;GAGG;AACI,MAAM,GAAG,GAAG,KAAK,EACtB,GAAkB,EAClB,GAAsD,EACtD,EAAE;IACF,MAAM,KAAK,GAAG,GAAG,CAAC,KAAK,CAAC,OAAO,CAAC,iCAAyB,CAAC,KAAK,CAAC,CAAA;IAEhE,MAAM,EACJ,IAAI,EAAE,CAAC,KAAK,CAAC,GACd,GAAG,MAAM,KAAK,CAAC,KAAK,CAAC;QACpB,MAAM,EAAE,OAAO;QACf,MAAM,EAAE,CAAC,qBAAqB,EAAE,4BAA4B,CAAC;QAC7D,UAAU,EAAE;YACV,IAAI,EAAE,CAAC;SACR;KACF,CAAC,CAAA;IAEF,MAAM,OAAO,GAAG,KAAK,EAAE,iBAAiB,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,MAAM,EAAE,EAAE;QAC9D,GAAG,CAAC,IAAI,CAAC;YACP,IAAI,EAAE,MAAM,CAAC,WAAW;YACxB,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI;SACzB,CAAC,CAAA;QACF,OAAO,GAAG,CAAA;IACZ,CAAC,EAAE,EAAE,CAAC,CAAA;IAEN,GAAG,CAAC,IAAI,CAAC;QACP,OAAO;KACR,CAAC,CAAA;AACJ,CAAC,CAAA;AA3BY,QAAA,GAAG,OA2Bf;AAED,IAAA,wBAAgB,EAAC;IACf,UAAU,EAAE,GAAG,EAAE,CAAC,CAAC,mBAAW,CAAC,gBAAgB,CAAC,qBAAsB,CAAC,GAAG,CAAC;CAC5E,CAAC,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medusajs/medusa",
|
|
3
|
-
"version": "3.0.0-snapshot-
|
|
3
|
+
"version": "3.0.0-snapshot-20251216122339",
|
|
4
4
|
"description": "Building blocks for digital commerce",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -49,62 +49,62 @@
|
|
|
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-
|
|
52
|
+
"@medusajs/framework": "3.0.0-snapshot-20251216122339"
|
|
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-
|
|
58
|
-
"@medusajs/analytics": "3.0.0-snapshot-
|
|
59
|
-
"@medusajs/analytics-local": "3.0.0-snapshot-
|
|
60
|
-
"@medusajs/analytics-posthog": "3.0.0-snapshot-
|
|
61
|
-
"@medusajs/api-key": "3.0.0-snapshot-
|
|
62
|
-
"@medusajs/auth": "3.0.0-snapshot-
|
|
63
|
-
"@medusajs/auth-emailpass": "3.0.0-snapshot-
|
|
64
|
-
"@medusajs/auth-github": "3.0.0-snapshot-
|
|
65
|
-
"@medusajs/auth-google": "3.0.0-snapshot-
|
|
66
|
-
"@medusajs/cache-inmemory": "3.0.0-snapshot-
|
|
67
|
-
"@medusajs/cache-redis": "3.0.0-snapshot-
|
|
68
|
-
"@medusajs/caching": "3.0.0-snapshot-
|
|
69
|
-
"@medusajs/caching-redis": "3.0.0-snapshot-
|
|
70
|
-
"@medusajs/cart": "3.0.0-snapshot-
|
|
71
|
-
"@medusajs/core-flows": "3.0.0-snapshot-
|
|
72
|
-
"@medusajs/currency": "3.0.0-snapshot-
|
|
73
|
-
"@medusajs/customer": "3.0.0-snapshot-
|
|
74
|
-
"@medusajs/draft-order": "3.0.0-snapshot-
|
|
75
|
-
"@medusajs/event-bus-local": "3.0.0-snapshot-
|
|
76
|
-
"@medusajs/event-bus-redis": "3.0.0-snapshot-
|
|
77
|
-
"@medusajs/file": "3.0.0-snapshot-
|
|
78
|
-
"@medusajs/file-local": "3.0.0-snapshot-
|
|
79
|
-
"@medusajs/file-s3": "3.0.0-snapshot-
|
|
80
|
-
"@medusajs/fulfillment": "3.0.0-snapshot-
|
|
81
|
-
"@medusajs/fulfillment-manual": "3.0.0-snapshot-
|
|
82
|
-
"@medusajs/index": "3.0.0-snapshot-
|
|
83
|
-
"@medusajs/inventory": "3.0.0-snapshot-
|
|
84
|
-
"@medusajs/link-modules": "3.0.0-snapshot-
|
|
85
|
-
"@medusajs/locking": "3.0.0-snapshot-
|
|
86
|
-
"@medusajs/locking-postgres": "3.0.0-snapshot-
|
|
87
|
-
"@medusajs/locking-redis": "3.0.0-snapshot-
|
|
88
|
-
"@medusajs/notification": "3.0.0-snapshot-
|
|
89
|
-
"@medusajs/notification-local": "3.0.0-snapshot-
|
|
90
|
-
"@medusajs/notification-sendgrid": "3.0.0-snapshot-
|
|
91
|
-
"@medusajs/order": "3.0.0-snapshot-
|
|
92
|
-
"@medusajs/payment": "3.0.0-snapshot-
|
|
93
|
-
"@medusajs/payment-stripe": "3.0.0-snapshot-
|
|
94
|
-
"@medusajs/pricing": "3.0.0-snapshot-
|
|
95
|
-
"@medusajs/product": "3.0.0-snapshot-
|
|
96
|
-
"@medusajs/promotion": "3.0.0-snapshot-
|
|
97
|
-
"@medusajs/region": "3.0.0-snapshot-
|
|
98
|
-
"@medusajs/sales-channel": "3.0.0-snapshot-
|
|
99
|
-
"@medusajs/settings": "3.0.0-snapshot-
|
|
100
|
-
"@medusajs/stock-location": "3.0.0-snapshot-
|
|
101
|
-
"@medusajs/store": "3.0.0-snapshot-
|
|
102
|
-
"@medusajs/tax": "3.0.0-snapshot-
|
|
103
|
-
"@medusajs/telemetry": "3.0.0-snapshot-
|
|
104
|
-
"@medusajs/translation": "3.0.0-snapshot-
|
|
105
|
-
"@medusajs/user": "3.0.0-snapshot-
|
|
106
|
-
"@medusajs/workflow-engine-inmemory": "3.0.0-snapshot-
|
|
107
|
-
"@medusajs/workflow-engine-redis": "3.0.0-snapshot-
|
|
57
|
+
"@medusajs/admin-bundler": "3.0.0-snapshot-20251216122339",
|
|
58
|
+
"@medusajs/analytics": "3.0.0-snapshot-20251216122339",
|
|
59
|
+
"@medusajs/analytics-local": "3.0.0-snapshot-20251216122339",
|
|
60
|
+
"@medusajs/analytics-posthog": "3.0.0-snapshot-20251216122339",
|
|
61
|
+
"@medusajs/api-key": "3.0.0-snapshot-20251216122339",
|
|
62
|
+
"@medusajs/auth": "3.0.0-snapshot-20251216122339",
|
|
63
|
+
"@medusajs/auth-emailpass": "3.0.0-snapshot-20251216122339",
|
|
64
|
+
"@medusajs/auth-github": "3.0.0-snapshot-20251216122339",
|
|
65
|
+
"@medusajs/auth-google": "3.0.0-snapshot-20251216122339",
|
|
66
|
+
"@medusajs/cache-inmemory": "3.0.0-snapshot-20251216122339",
|
|
67
|
+
"@medusajs/cache-redis": "3.0.0-snapshot-20251216122339",
|
|
68
|
+
"@medusajs/caching": "3.0.0-snapshot-20251216122339",
|
|
69
|
+
"@medusajs/caching-redis": "3.0.0-snapshot-20251216122339",
|
|
70
|
+
"@medusajs/cart": "3.0.0-snapshot-20251216122339",
|
|
71
|
+
"@medusajs/core-flows": "3.0.0-snapshot-20251216122339",
|
|
72
|
+
"@medusajs/currency": "3.0.0-snapshot-20251216122339",
|
|
73
|
+
"@medusajs/customer": "3.0.0-snapshot-20251216122339",
|
|
74
|
+
"@medusajs/draft-order": "3.0.0-snapshot-20251216122339",
|
|
75
|
+
"@medusajs/event-bus-local": "3.0.0-snapshot-20251216122339",
|
|
76
|
+
"@medusajs/event-bus-redis": "3.0.0-snapshot-20251216122339",
|
|
77
|
+
"@medusajs/file": "3.0.0-snapshot-20251216122339",
|
|
78
|
+
"@medusajs/file-local": "3.0.0-snapshot-20251216122339",
|
|
79
|
+
"@medusajs/file-s3": "3.0.0-snapshot-20251216122339",
|
|
80
|
+
"@medusajs/fulfillment": "3.0.0-snapshot-20251216122339",
|
|
81
|
+
"@medusajs/fulfillment-manual": "3.0.0-snapshot-20251216122339",
|
|
82
|
+
"@medusajs/index": "3.0.0-snapshot-20251216122339",
|
|
83
|
+
"@medusajs/inventory": "3.0.0-snapshot-20251216122339",
|
|
84
|
+
"@medusajs/link-modules": "3.0.0-snapshot-20251216122339",
|
|
85
|
+
"@medusajs/locking": "3.0.0-snapshot-20251216122339",
|
|
86
|
+
"@medusajs/locking-postgres": "3.0.0-snapshot-20251216122339",
|
|
87
|
+
"@medusajs/locking-redis": "3.0.0-snapshot-20251216122339",
|
|
88
|
+
"@medusajs/notification": "3.0.0-snapshot-20251216122339",
|
|
89
|
+
"@medusajs/notification-local": "3.0.0-snapshot-20251216122339",
|
|
90
|
+
"@medusajs/notification-sendgrid": "3.0.0-snapshot-20251216122339",
|
|
91
|
+
"@medusajs/order": "3.0.0-snapshot-20251216122339",
|
|
92
|
+
"@medusajs/payment": "3.0.0-snapshot-20251216122339",
|
|
93
|
+
"@medusajs/payment-stripe": "3.0.0-snapshot-20251216122339",
|
|
94
|
+
"@medusajs/pricing": "3.0.0-snapshot-20251216122339",
|
|
95
|
+
"@medusajs/product": "3.0.0-snapshot-20251216122339",
|
|
96
|
+
"@medusajs/promotion": "3.0.0-snapshot-20251216122339",
|
|
97
|
+
"@medusajs/region": "3.0.0-snapshot-20251216122339",
|
|
98
|
+
"@medusajs/sales-channel": "3.0.0-snapshot-20251216122339",
|
|
99
|
+
"@medusajs/settings": "3.0.0-snapshot-20251216122339",
|
|
100
|
+
"@medusajs/stock-location": "3.0.0-snapshot-20251216122339",
|
|
101
|
+
"@medusajs/store": "3.0.0-snapshot-20251216122339",
|
|
102
|
+
"@medusajs/tax": "3.0.0-snapshot-20251216122339",
|
|
103
|
+
"@medusajs/telemetry": "3.0.0-snapshot-20251216122339",
|
|
104
|
+
"@medusajs/translation": "3.0.0-snapshot-20251216122339",
|
|
105
|
+
"@medusajs/user": "3.0.0-snapshot-20251216122339",
|
|
106
|
+
"@medusajs/workflow-engine-inmemory": "3.0.0-snapshot-20251216122339",
|
|
107
|
+
"@medusajs/workflow-engine-redis": "3.0.0-snapshot-20251216122339",
|
|
108
108
|
"boxen": "^5.0.1",
|
|
109
109
|
"chalk": "^4.1.2",
|
|
110
110
|
"chokidar": "^4.0.3",
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"zod": "3.25.76"
|
|
122
122
|
},
|
|
123
123
|
"peerDependencies": {
|
|
124
|
-
"@medusajs/framework": "3.0.0-snapshot-
|
|
124
|
+
"@medusajs/framework": "3.0.0-snapshot-20251216122339",
|
|
125
125
|
"@swc/core": "^1.7.28",
|
|
126
126
|
"posthog-node": "^5.11.0",
|
|
127
127
|
"react-dom": "^18.3.1",
|