@intlayer/config 8.12.0 → 8.12.1

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.
@@ -8,18 +8,18 @@ import { IntlayerConfig } from "@intlayer/types/config";
8
8
  * only read when a property is first accessed.
9
9
  */
10
10
  declare const configuration: IntlayerConfig;
11
- declare const internationalization: import("@intlayer/types/config").InternationalizationConfig;
12
- declare const dictionary: Partial<import("@intlayer/types/config").DictionaryConfig>;
13
- declare const routing: import("@intlayer/types/config").RoutingConfig;
14
- declare const content: import("@intlayer/types/config").ContentConfig;
15
- declare const system: import("@intlayer/types/config").SystemConfig;
16
- declare const editor: import("@intlayer/types/config").EditorConfig;
17
- declare const log: import("@intlayer/types/config").LogConfig;
18
- declare const ai: Partial<import("@intlayer/types/config").AiConfig>;
19
- declare const build: import("@intlayer/types/config").BuildConfig;
20
- declare const compiler: import("@intlayer/types/config").CompilerConfig;
21
- declare const schemas: Record<string, import("@intlayer/types/config").ConfigSchema>;
22
- declare const plugins: import("@intlayer/types/plugin").Plugin[];
11
+ declare const internationalization: import("@intlayer/types").InternationalizationConfig;
12
+ declare const dictionary: Partial<import("@intlayer/types").DictionaryConfig>;
13
+ declare const routing: import("@intlayer/types").RoutingConfig;
14
+ declare const content: import("@intlayer/types").ContentConfig;
15
+ declare const system: import("@intlayer/types").SystemConfig;
16
+ declare const editor: import("@intlayer/types").EditorConfig;
17
+ declare const log: import("@intlayer/types").LogConfig;
18
+ declare const ai: Partial<import("@intlayer/types").AiConfig>;
19
+ declare const build: import("@intlayer/types").BuildConfig;
20
+ declare const compiler: import("@intlayer/types").CompilerConfig;
21
+ declare const schemas: Record<string, import("@intlayer/types").ConfigSchema>;
22
+ declare const plugins: import("@intlayer/types").Plugin[];
23
23
  //#endregion
24
24
  export { ai, build, compiler, content, configuration as default, dictionary, editor, internationalization, log, plugins, routing, schemas, system };
25
25
  //# sourceMappingURL=built.browser.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"built.browser.d.ts","names":[],"sources":["../../src/built.browser.ts"],"mappings":";;;;;AAsCuB;AACvB;;;cAfM,aAAA,EAAa,cAWjB;AAAA,cAEW,oBAAA,mCAAoB,0BAAqC;AAAA,cACzD,UAAA,EAAU,OAAA,kCAAA,gBAAA;AAAA,cACV,OAAA,mCAAO,aAAwB;AAAA,cAC/B,OAAA,mCAAO,aAAwB;AAAA,cAC/B,MAAA,mCAAM,YAAuB;AAAA,cAC7B,MAAA,mCAAM,YAAuB;AAAA,cAC7B,GAAA,mCAAG,SAAoB;AAAA,cACvB,EAAA,EAAE,OAAA,kCAAA,QAAA;AAAA,cACF,KAAA,mCAAK,WAAsB;AAAA,cAC3B,QAAA,mCAAQ,cAAyB;AAAA,cACjC,OAAA,EAAO,MAAA,0CAAA,YAAA;AAAA,cACP,OAAA,mCAAO,MAAA"}
1
+ {"version":3,"file":"built.browser.d.ts","names":[],"sources":["../../src/built.browser.ts"],"mappings":";;;;;AAsCuB;AACvB;;;cAfM,aAAA,EAAa,cAWjB;AAAA,cAEW,oBAAA,4BAAoB,0BAAqC;AAAA,cACzD,UAAA,EAAU,OAAA,2BAAA,gBAAA;AAAA,cACV,OAAA,4BAAO,aAAwB;AAAA,cAC/B,OAAA,4BAAO,aAAwB;AAAA,cAC/B,MAAA,4BAAM,YAAuB;AAAA,cAC7B,MAAA,4BAAM,YAAuB;AAAA,cAC7B,GAAA,4BAAG,SAAoB;AAAA,cACvB,EAAA,EAAE,OAAA,2BAAA,QAAA;AAAA,cACF,KAAA,4BAAK,WAAsB;AAAA,cAC3B,QAAA,4BAAQ,cAAyB;AAAA,cACjC,OAAA,EAAO,MAAA,mCAAA,YAAA;AAAA,cACP,OAAA,4BAAO,MAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/config",
3
- "version": "8.12.0",
3
+ "version": "8.12.1",
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": [
@@ -160,7 +160,7 @@
160
160
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
161
161
  },
162
162
  "dependencies": {
163
- "@intlayer/types": "8.12.0",
163
+ "@intlayer/types": "8.12.1",
164
164
  "defu": "6.1.7",
165
165
  "dotenv": "17.4.2",
166
166
  "esbuild": "0.28.0",