@intlayer/types 7.0.8 → 7.0.9-canary.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.
package/README.md CHANGED
@@ -20,9 +20,9 @@
20
20
  <p align="center" style="margin-top:15px;">
21
21
  <a href="https://www.npmjs.com/package/intlayer" target="_blank" rel="noopener noreferrer nofollow"><img src="https://img.shields.io/npm/v/intlayer?style=for-the-badge&labelColor=FFFFFF&color=000000&logoColor=FFFFFF" alt="npm version" height="24"/></a>
22
22
  <a href="https://github.com/aymericzip/intlayer/stargazers" target="_blank" rel="noopener noreferrer nofollow"><img src="https://img.shields.io/github/stars/aymericzip/intlayer?style=for-the-badge&labelColor=000000&color=FFFFFF&logo=github&logoColor=FFD700" alt="GitHub Stars" height="24"/></a>
23
- <a href="https://www.npmjs.org/package/intlayer" target="_blank" rel="noopener noreferrer nofollow"><img src="https://img.shields.io/npm/dm/intlayer?style=for-the-badge&labelColor=000000&color=FFFFFF&logoColor=000000" alt="monthly downloads" height="24"/></a>
24
- <a href="https://github.com/aymericzip/intlayer/blob/main/LICENSE" target="_blank" rel="noopener noreferrer nofollow"><img src="https://img.shields.io/github/license/aymericzip/intlayer?style=for-the-badge&labelColor=000000&color=FFFFFF&logoColor=000000" alt="license"/></a>
25
- <a href="https://github.com/aymericzip/intlayer/commits/main" target="_blank" rel="noopener noreferrer nofollow"><img src="https://img.shields.io/github/last-commit/aymericzip/intlayer?style=for-the-badge&labelColor=000000&color=FFFFFF&logoColor=000000" alt="last commit"/>
23
+ <a href="https://www.npmjs.org/package/intlayer" target="_blank" rel="noopener noreferrer nofollow"><img src="https://img.shields.io/npm/dm/intlayer?style=for-the-badge&labelColor=000000&color=FFFFFF&logoColor=000000&cacheSeconds=86400" alt="monthly downloads" height="24"/></a>
24
+ <a href="https://github.com/aymericzip/intlayer/blob/main/LICENSE" target="_blank" rel="noopener noreferrer nofollow"><img src="https://img.shields.io/github/license/aymericzip/intlayer?style=for-the-badge&labelColor=000000&color=FFFFFF&logoColor=000000&cacheSeconds=86400" alt="license"/></a>
25
+ <a href="https://github.com/aymericzip/intlayer/commits/main" target="_blank" rel="noopener noreferrer nofollow"><img src="https://img.shields.io/github/last-commit/aymericzip/intlayer?style=for-the-badge&labelColor=000000&color=FFFFFF&logoColor=000000&cacheSeconds=86400" alt="last commit"/>
26
26
  </a>
27
27
  </p>
28
28
 
@@ -60,7 +60,7 @@ With **per-locale content files**, **TypeScript autocompletion**, **tree-shakabl
60
60
  | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/static_rendering.png?raw=true" alt="Feature" width="700"> | **Static Rendering**<br><br>Doesn't block Static Rendering. <br><br> - [Next.js integration](https://intlayer.org/doc/environment/nextjs) |
61
61
  | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/AI_translation.png?raw=true" alt="Feature" width="700"> | **AI-Powered Translation**<br><br>Transform your website into 231 languages with just one click using Intlayer's advanced AI-powered translation tools using your own AI provider / API key. <br><br> - [CI/CD integration](https://intlayer.org/doc/concept/ci-cd) <br> - [Intlayer CLI](https://intlayer.org/doc/concept/cli) <br> - [Auto fill](https://intlayer.org/doc/concept/auto-fill) |
62
62
  | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/mcp.png?raw=true" alt="Feature" width="700"> | **MCP Server Integration**<br><br>Provides an MCP (Model Context Protocol) server for IDE automation, enabling seamless content management and i18n workflows directly within your development environment. <br><br> - [MCP Server](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/mcp_server.md) |
63
- | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/vscode_extension.png?raw=true" alt="Feature" width="700"> | **VSCode Extension**<br><br>Intlayer provides a VSCode extension to help you manage your content and translations, builting your dictionaries, translating your content, and more. <br><br> - [VSCode Extension](https://intlayer.org/doc/vs-code-extension) |
63
+ | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/vscode_extension.png?raw=true" alt="Feature" width="700"> | **VSCode Extension**<br><br>Intlayer provides a VSCode extension to help you manage your content and translations, building your dictionaries, translating your content, and more. <br><br> - [VSCode Extension](https://intlayer.org/doc/vs-code-extension) |
64
64
  | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/interoperability.png?raw=true" alt="Feature" width="700"> | **Interoperability**<br><br>Allow interoperability with react-i18next, next-i18next, next-intl, and react-intl. <br><br> - [Intlayer and react-intl](https://intlayer.org/blog/intlayer-with-react-intl) <br> - [Intlayer and next-intl](https://intlayer.org/blog/intlayer-with-next-intl) <br> - [Intlayer and next-i18next](https://intlayer.org/blog/intlayer-with-next-i18next) |
65
65
 
66
66
  ---
@@ -171,8 +171,9 @@ Explore our comprehensive documentation to get started with Intlayer and learn h
171
171
  <details open>
172
172
  <summary style="font-size:16px; font-weight:bold;">🌐 Environment</summary>
173
173
  <ul>
174
- <li><a href="https://intlayer.org/doc/environment/nextjs" rel=''>Intlayer with Next.js 15</a>
174
+ <li><a href="https://intlayer.org/doc/environment/nextjs" rel=''>Intlayer with Next.js 16</a>
175
175
  <ul>
176
+ <li><a href="https://intlayer.org/doc/environment/nextjs/15" rel=''>Next.js 15</a></li>
176
177
  <li><a href="https://intlayer.org/doc/environment/nextjs/14" rel=''>Next.js 14 (App Router)</a></li>
177
178
  <li><a href="https://intlayer.org/doc/environment/nextjs/next-with-Page-Router" rel=''>Next.js Page Router</a></li>
178
179
  </ul>
@@ -16,7 +16,10 @@ ContentNode<T, FetchableNode> | ReplaceContentValue<U, FetchableNode>[] : never;
16
16
  type ReplaceContentValueObject<T, FetchableNode> = { [K in keyof T]: ReplaceContentValue<T[K], FetchableNode> };
17
17
  type ReplaceContentValue<NodeType$1, FetchableNode = true> = NodeType$1 extends object ? IsArray<NodeType$1> extends true ? ReplaceContentValueArray<NodeType$1, FetchableNode> : ContentNode<NodeType$1, FetchableNode> | ReplaceContentValueObject<NodeType$1, FetchableNode> : ContentNode<NodeType$1, FetchableNode>;
18
18
  type Fill = boolean | string | Partial<Record<DeclaredLocales, boolean | string>>;
19
- type LocalDictionaryId = `${Dictionary['key']}::${Dictionary['location']}::${Dictionary['filePath'] | Dictionary['id']}`;
19
+ type DictionaryId = string;
20
+ type DictionaryKey = string;
21
+ type DictionaryLocation = 'remote' | 'local' | 'plugin';
22
+ type LocalDictionaryId = `${DictionaryKey}::${Dictionary['location']}::${Dictionary['filePath'] | DictionaryId}`;
20
23
  type Dictionary<ContentType = undefined, FetchableNode = false> = {
21
24
  /**
22
25
  * _Auto generated by the intlayer, do not modify it_
@@ -29,7 +32,7 @@ type Dictionary<ContentType = undefined, FetchableNode = false> = {
29
32
  *
30
33
  * For remote dictionaries, the id is the id of the dictionary in the remote server
31
34
  */
32
- id?: string;
35
+ id?: DictionaryId;
33
36
  /**
34
37
  * _Auto generated by the intlayer, do not modify it_
35
38
  *
@@ -62,7 +65,7 @@ type Dictionary<ContentType = undefined, FetchableNode = false> = {
62
65
  * }
63
66
  * ```
64
67
  */
65
- key: string;
68
+ key: DictionaryKey;
66
69
  /**
67
70
  * The title of the dictionary. Helps to identify the dictionary in the editor, and the CMS.
68
71
  *
@@ -211,7 +214,7 @@ type Dictionary<ContentType = undefined, FetchableNode = false> = {
211
214
  *
212
215
  * Indicates the location of the dictionary.
213
216
  */
214
- location?: 'remote' | 'local' | 'plugin';
217
+ location?: DictionaryLocation;
215
218
  /**
216
219
  * The content of the dictionary.
217
220
  *
@@ -290,5 +293,5 @@ type Dictionary<ContentType = undefined, FetchableNode = false> = {
290
293
  };
291
294
  type GetSubPath<T, P> = P extends `${infer K}.${infer Rest}` ? K extends keyof T ? GetSubPath<T[K], Rest> : never : P extends keyof T ? T[P] : T;
292
295
  //#endregion
293
- export { ContentNode, Dictionary, Fill, GetSubPath, LocalDictionaryId, TypedNode };
296
+ export { ContentNode, Dictionary, DictionaryId, DictionaryKey, DictionaryLocation, Fill, GetSubPath, LocalDictionaryId, TypedNode };
294
297
  //# sourceMappingURL=dictionary.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"dictionary.d.ts","names":[],"sources":["../../src/dictionary.ts"],"sourcesContent":[],"mappings":"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"}
1
+ {"version":3,"file":"dictionary.d.ts","names":[],"sources":["../../src/dictionary.ts"],"sourcesContent":[],"mappings":";;;;KAGK,QAAA;KAEA,aAAA;EAFA,QAAA,EAGO,QAHC,GAAA,GAGa,QAHb,EAAA;AAAA,CAAA;AAMI,UAAA,SAAS,CAAA,aAA+B,SAAA,CAAA,SAAA,aAAa,CAAA,CAAG;KAEpE,oBAEY,CAAA,UAAA,CAAA,GAAA,CAAA,IAAA,CAAA,EAAA,GAAA,EAAA,GAAZ,WAAY,CAAA,UAAA,CAAA,GAAY,OAAZ,CAAoB,WAApB,CAAgC,UAAhC,CAAA,CAAA;AAAZ,KAEO,WAFP,CAAA,IAAA,SAAA,EAAA,gBAAA,KAAA,EAAA,cAKQ,CALR,SAAA,SAAA,GAK8B,QAL9B,GAKyC,CALzC,EAAA,GAOD,UAPC,GAQD,SARC,CAQS,UART,CAAA,GAAA,CAAA,CAAA,IAAA,CAAA,EAAA,GAAA,EAAA,GASgB,WAThB,CAS4B,UAT5B,CAAA,CAAA,GAAA,CAUA,aAVA,SAAA,IAAA,GAU6B,oBAV7B,CAUkD,UAVlD,CAAA,GAAA,SAAA,CAAA;KAaA,OAb4C,CAAA,CAAA,CAAA,GAa/B,CAb+B,SAAA,GAAA,EAAA,GAAA,IAAA,GAAA,KAAA;KAe5C,wBAfgC,CAAA,CAAA,EAAA,aAAA,CAAA,GAea,CAfb,SAAA,CAAA,KAAA,EAAA,CAAA,EAAA;AAAA;AAkBjC,WAlByB,CAkBb,CAlBa,EAkBV,aAlBU,CAAA,GAkBO,mBAlBP,CAkB2B,CAlB3B,EAkB8B,aAlB9B,CAAA,EAAA,GAAA,KAAA;KAqBxB,yBArB+B,CAAA,CAAA,EAAA,aAAA,CAAA,GAAA,QAExB,MAoBE,CApBF,GAoBM,mBApBK,CAoBe,CApBf,CAoBiB,CApBjB,CAAA,EAoBqB,aApBrB,CAAA,EAGV;KAqBR,mBArB8B,CAAA,UAAA,EAAA,gBAAA,IAAA,CAAA,GAwB/B,UAxB+B,SAAA,MAAA,GAyB/B,OAzB+B,CAyBvB,UAzBuB,CAAA,SAAA,IAAA,GA0B7B,wBA1B6B,CA0BJ,UA1BI,EA0BM,aA1BN,CAAA,GA4BzB,WA5ByB,CA4Bb,UA5Ba,EA4BH,aA5BG,CAAA,GA6BzB,yBA7ByB,CA6BC,UA7BD,EA6BW,aA7BX,CAAA,GA8B/B,WA9B+B,CA8BnB,UA9BmB,EA8BT,aA9BS,CAAA;AAAW,KAgClC,IAAA,GAhCkC,OAAA,GAAA,MAAA,GAmC1C,OAnC0C,CAmClC,MAnCkC,CAmC3B,eAnC2B,EAAA,OAAA,GAAA,MAAA,CAAA,CAAA;AAE1C,KAmCQ,YAAA,GAnCR,MAAA;AACU,KAmCF,aAAA,GAnCE,MAAA;AAAV,KAoCQ,kBAAA,GApCR,QAAA,GAAA,OAAA,GAAA,QAAA;AAC6B,KAqCrB,iBAAA,GArCqB,GAsC5B,aAtC4B,KAsCV,UAtCU,CAAA,UAAA,CAAA,KAsCiB,UAtCjB,CAAA,UAAA,CAAA,GAsC0C,YAtC1C,EAAA;AAAZ,KAwCT,UAxCS,CAAA,cAAA,SAAA,EAAA,gBAAA,KAAA,CAAA,GAAA;EAChB;;;;AAAyE;EAKzE,OAAA,CAAA,EAAA,MAAA;EAA6C;;;;;EAGS,EAAA,CAAA,EA4CpD,YA5CoD;EAAvB;;AAAmB;;;;EAIX,UAAA,CAAA,EAAA,MAAA,EAAA;EAA1B;;AAAmB;;;EAQjC,OAAA,CAAA,EA+CQ,iBA/CR;EAC2B;;;;;EAErB,QAAA,CAAA,EAmDG,iBAnDH,EAAA;EAC0B;;;;;;;AAGpC;;;;;AAKA;EACY,GAAA,EAwDL,aAxDkB;EACb;AAEZ;;;;;;AAGA;;;;;EAyIW,KAAA,CAAA,EAAA,MAAA;EAoCF;;;;;;;;AAuHT;;;;;;;;;;EAKM,WAAA,CAAA,EAAA,MAAA;EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAhKG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAoCF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAsCI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA4EF,sCAEL,oBAAoB,aAAa,iBAAiB;;KAG5C,mBAAmB,uCAC3B,gBAAgB,IACd,WAAW,EAAE,IAAI,gBAEnB,gBAAgB,IACd,EAAE,KACF"}
@@ -1,8 +1,8 @@
1
1
  import { Locale, locales_d_exports } from "./locales.js";
2
2
  import { DeclaredLocales, DictionaryKeys, DictionaryRegistry, DictionaryRegistryContent, DictionaryRegistryElement, LocalesValues, RequiredLocales, StrictModeLocaleMap } from "./module_augmentation.js";
3
3
  import { NodeType, TypedNodeModel, formatNodeType } from "./nodeType.js";
4
- import { ContentNode, Dictionary, Fill, GetSubPath, LocalDictionaryId, TypedNode } from "./dictionary.js";
4
+ import { ContentNode, Dictionary, DictionaryId, DictionaryKey, DictionaryLocation, Fill, GetSubPath, LocalDictionaryId, TypedNode } from "./dictionary.js";
5
5
  import { MergedDictionaryOutput, MergedDictionaryResult, Plugin, UnmergedDictionaryOutput, UnmergedDictionaryResult } from "./plugin.js";
6
6
  import { AiConfig, BaseContentConfig, BaseDerivedConfig, BuildConfig, ContentConfig, CookiesAttributes, CustomIntlayerConfig, DictionaryConfig, EditorConfig, InternationalizationConfig, IntlayerConfig, LogConfig, LogFunctions, PatternsContentConfig, RoutingConfig, StorageAttributes, StrictMode } from "./config.js";
7
7
  import { ArrayNode, ConditionNode, EnumerationNode, FileNode, GenderNode, InsertionNode, KeyPath, MarkdownNode, NestedNode, ObjectNode, ReactNode, TranslationNode } from "./keyPath.js";
8
- export { AiConfig, ArrayNode, BaseContentConfig, BaseDerivedConfig, BuildConfig, ConditionNode, ContentConfig, ContentNode, CookiesAttributes, CustomIntlayerConfig, DeclaredLocales, Dictionary, DictionaryConfig, DictionaryKeys, DictionaryRegistry, DictionaryRegistryContent, DictionaryRegistryElement, EditorConfig, EnumerationNode, FileNode, Fill, GenderNode, GetSubPath, InsertionNode, InternationalizationConfig, IntlayerConfig, KeyPath, LocalDictionaryId, type Locale, locales_d_exports as Locales, LocalesValues, LogConfig, LogFunctions, MarkdownNode, MergedDictionaryOutput, MergedDictionaryResult, NestedNode, NodeType, ObjectNode, PatternsContentConfig, Plugin, ReactNode, RequiredLocales, RoutingConfig, StorageAttributes, StrictMode, StrictModeLocaleMap, TranslationNode, TypedNode, TypedNodeModel, UnmergedDictionaryOutput, UnmergedDictionaryResult, formatNodeType };
8
+ export { AiConfig, ArrayNode, BaseContentConfig, BaseDerivedConfig, BuildConfig, ConditionNode, ContentConfig, ContentNode, CookiesAttributes, CustomIntlayerConfig, DeclaredLocales, Dictionary, DictionaryConfig, DictionaryId, DictionaryKey, DictionaryKeys, DictionaryLocation, DictionaryRegistry, DictionaryRegistryContent, DictionaryRegistryElement, EditorConfig, EnumerationNode, FileNode, Fill, GenderNode, GetSubPath, InsertionNode, InternationalizationConfig, IntlayerConfig, KeyPath, LocalDictionaryId, type Locale, locales_d_exports as Locales, LocalesValues, LogConfig, LogFunctions, MarkdownNode, MergedDictionaryOutput, MergedDictionaryResult, NestedNode, NodeType, ObjectNode, PatternsContentConfig, Plugin, ReactNode, RequiredLocales, RoutingConfig, StorageAttributes, StrictMode, StrictModeLocaleMap, TranslationNode, TypedNode, TypedNodeModel, UnmergedDictionaryOutput, UnmergedDictionaryResult, formatNodeType };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/types",
3
- "version": "7.0.8",
3
+ "version": "7.0.9-canary.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": [
@@ -70,19 +70,22 @@
70
70
  "lint": "biome lint .",
71
71
  "lint:fix": "biome lint --write .",
72
72
  "prepublish": "cp -f ../../../README.md ./README.md",
73
+ "publish": "bun publish --access public",
74
+ "publish:canary": "bun publish --tag canary --access public",
75
+ "publish:latest": "bun publish --tag latest --access public",
73
76
  "test": "vitest run",
74
77
  "test:watch": "vitest",
75
78
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
76
79
  },
77
80
  "devDependencies": {
78
- "@types/node": "24.10.0",
79
- "@utils/ts-config": "7.0.8",
80
- "@utils/ts-config-types": "7.0.8",
81
- "@utils/tsdown-config": "7.0.8",
81
+ "@types/node": "24.10.1",
82
+ "@utils/ts-config": "1.0.4",
83
+ "@utils/ts-config-types": "1.0.4",
84
+ "@utils/tsdown-config": "1.0.4",
82
85
  "rimraf": "6.1.0",
83
- "tsdown": "0.16.0",
86
+ "tsdown": "0.16.4",
84
87
  "typescript": "5.9.3",
85
- "vitest": "4.0.7"
88
+ "vitest": "4.0.8"
86
89
  },
87
90
  "engines": {
88
91
  "node": ">=14.18"