@intlayer/config 9.5.2 → 9.5.3
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/README.md +1 -1
- package/dist/types/built.d.ts +13 -13
- package/dist/types/built.d.ts.map +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -328,4 +328,4 @@ Contribute on [GitHub](https://github.com/aymericzip/intlayer), [GitLab](https:/
|
|
|
328
328
|
|
|
329
329
|
If you like Intlayer, give us a ⭐ on GitHub. It helps others discover the project! [See why GitHub Stars matter](https://github.com/aymericzip/intlayer/blob/main/CONTRIBUTING.md#why-github-stars-matter-).
|
|
330
330
|
|
|
331
|
-
[](https://
|
|
331
|
+
[](https://star-history.com/#aymericzip/intlayer&Date)
|
package/dist/types/built.d.ts
CHANGED
|
@@ -3,18 +3,18 @@
|
|
|
3
3
|
* @intlayer/config/built is a package that only returns the configuration file as a JSON object.
|
|
4
4
|
* Using an external package allow to alias it in the bundle configuration (such as webpack).
|
|
5
5
|
*/
|
|
6
|
-
export declare const internationalization: import("@intlayer/types").InternationalizationConfig;
|
|
7
|
-
export declare const dictionary: Partial<import("@intlayer/types").DictionaryConfig>;
|
|
8
|
-
export declare const routing: import("@intlayer/types").RoutingConfig;
|
|
9
|
-
export declare const content: import("@intlayer/types").ContentConfig;
|
|
10
|
-
export declare const system: import("@intlayer/types").SystemConfig;
|
|
11
|
-
export declare const editor: import("@intlayer/types").EditorConfig;
|
|
12
|
-
export declare const analytics: import("@intlayer/types").AnalyticsConfig;
|
|
13
|
-
export declare const log: import("@intlayer/types").LogConfig;
|
|
14
|
-
export declare const ai: Partial<import("@intlayer/types").AiConfig>;
|
|
15
|
-
export declare const build: import("@intlayer/types").BuildConfig;
|
|
16
|
-
export declare const compiler: import("@intlayer/types").CompilerConfig;
|
|
17
|
-
export declare const schemas: Record<string, import("@intlayer/types").ConfigSchema>;
|
|
18
|
-
export declare const plugins: import("@intlayer/types").Plugin[];
|
|
6
|
+
export declare const internationalization: import("@intlayer/types/config").InternationalizationConfig;
|
|
7
|
+
export declare const dictionary: Partial<import("@intlayer/types/config").DictionaryConfig>;
|
|
8
|
+
export declare const routing: import("@intlayer/types/config").RoutingConfig;
|
|
9
|
+
export declare const content: import("@intlayer/types/config").ContentConfig;
|
|
10
|
+
export declare const system: import("@intlayer/types/config").SystemConfig;
|
|
11
|
+
export declare const editor: import("@intlayer/types/config").EditorConfig;
|
|
12
|
+
export declare const analytics: import("@intlayer/types/config").AnalyticsConfig;
|
|
13
|
+
export declare const log: import("@intlayer/types/config").LogConfig;
|
|
14
|
+
export declare const ai: Partial<import("@intlayer/types/config").AiConfig>;
|
|
15
|
+
export declare const build: import("@intlayer/types/config").BuildConfig;
|
|
16
|
+
export declare const compiler: import("@intlayer/types/config").CompilerConfig;
|
|
17
|
+
export declare const schemas: Record<string, import("@intlayer/types/config").ConfigSchema>;
|
|
18
|
+
export declare const plugins: import("@intlayer/types/plugin").Plugin[];
|
|
19
19
|
//#endregion
|
|
20
20
|
//# sourceMappingURL=built.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"built.d.ts","names":[],"sources":["../../src/built.ts"],"mappings":";;;;;qBAea,
|
|
1
|
+
{"version":3,"file":"built.d.ts","names":[],"sources":["../../src/built.ts"],"mappings":";;;;;qBAea,uDAAoB;qBACpB,YAAU,yCAAA;qBACV,0CAAO;qBACP,0CAAO;qBACP,yCAAM;qBACN,yCAAM;qBACN,4CAAS;qBACT,sCAAG;qBACH,IAAE,yCAAA;qBACF,wCAAK;qBACL,2CAAQ;qBACR,SAAO,gDAAA;qBACP,0CAAO"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intlayer/config",
|
|
3
|
-
"version": "9.5.
|
|
3
|
+
"version": "9.5.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Retrieve Intlayer configurations and manage environment variables for both server-side and client-side environments.",
|
|
6
6
|
"keywords": [
|
|
@@ -189,12 +189,12 @@
|
|
|
189
189
|
"typecheck": "tsc --noEmit --project tsconfig.types.json"
|
|
190
190
|
},
|
|
191
191
|
"dependencies": {
|
|
192
|
-
"@intlayer/types": "9.5.
|
|
192
|
+
"@intlayer/types": "9.5.3",
|
|
193
193
|
"defu": "6.1.7",
|
|
194
194
|
"dotenv": "17.4.2",
|
|
195
195
|
"esbuild": "0.28.2",
|
|
196
196
|
"json5": "2.2.3",
|
|
197
|
-
"zod": "4.6.
|
|
197
|
+
"zod": "4.6.5"
|
|
198
198
|
},
|
|
199
199
|
"devDependencies": {
|
|
200
200
|
"@types/node": "^22",
|