vanilla-intlayer 8.7.12 → 8.7.13

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.
Files changed (35) hide show
  1. package/README.md +27 -1
  2. package/package.json +8 -8
  3. /package/dist/{types/client → client}/index.d.ts +0 -0
  4. /package/dist/{types/client → client}/installIntlayer.d.ts +0 -0
  5. /package/dist/{types/client → client}/useDictionary.d.ts +0 -0
  6. /package/dist/{types/client → client}/useDictionaryDynamic.d.ts +0 -0
  7. /package/dist/{types/client → client}/useIntlayer.d.ts +0 -0
  8. /package/dist/{types/client → client}/useLocale.d.ts +0 -0
  9. /package/dist/{types/client → client}/useLocaleStorage.d.ts +0 -0
  10. /package/dist/{types/client → client}/useRewriteURL.d.ts +0 -0
  11. /package/dist/{types/editor → editor}/useEditor.d.ts +0 -0
  12. /package/dist/{types/format → format}/index.d.ts +0 -0
  13. /package/dist/{types/format → format}/useCompact.d.ts +0 -0
  14. /package/dist/{types/format → format}/useCurrency.d.ts +0 -0
  15. /package/dist/{types/format → format}/useDate.d.ts +0 -0
  16. /package/dist/{types/format → format}/useIntl.d.ts +0 -0
  17. /package/dist/{types/format → format}/useList.d.ts +0 -0
  18. /package/dist/{types/format → format}/useNumber.d.ts +0 -0
  19. /package/dist/{types/format → format}/usePercentage.d.ts +0 -0
  20. /package/dist/{types/format → format}/useRelativeTime.d.ts +0 -0
  21. /package/dist/{types/format → format}/useUnit.d.ts +0 -0
  22. /package/dist/{types/getDictionary.d.ts → getDictionary.d.ts} +0 -0
  23. /package/dist/{types/getIntlayer.d.ts → getIntlayer.d.ts} +0 -0
  24. /package/dist/{types/html → html}/HTMLRenderer.d.ts +0 -0
  25. /package/dist/{types/html → html}/index.d.ts +0 -0
  26. /package/dist/{types/html → html}/installIntlayerHTML.d.ts +0 -0
  27. /package/dist/{types/html → html}/types.d.ts +0 -0
  28. /package/dist/{types/index.d.ts → index.d.ts} +0 -0
  29. /package/dist/{types/markdown → markdown}/MarkdownRenderer.d.ts +0 -0
  30. /package/dist/{types/markdown → markdown}/compiler.d.ts +0 -0
  31. /package/dist/{types/markdown → markdown}/index.d.ts +0 -0
  32. /package/dist/{types/markdown → markdown}/installIntlayerMarkdown.d.ts +0 -0
  33. /package/dist/{types/markdown → markdown}/runtime.d.ts +0 -0
  34. /package/dist/{types/plugins.d.ts → plugins.d.ts} +0 -0
  35. /package/dist/{types/renderIntlayerNode.d.ts → renderIntlayerNode.d.ts} +0 -0
package/README.md CHANGED
@@ -190,7 +190,22 @@ Explore our comprehensive documentation to get started with Intlayer and learn h
190
190
  <li><a href="https://intlayer.org/doc/environment/vite-and-react" rel=''>Vite + React</a></li>
191
191
  <li><a href="https://intlayer.org/doc/environment/vite-and-react" rel=''>Vite + React using Compiler</a></li>
192
192
  <li><a href="https://intlayer.org/doc/environment/vite-and-react/compiler" rel=''>React-router-v7</a></li>
193
- <li><a href="https://intlayer.org/doc/environment/vite-and-react/tanstack-start" rel=''>Tanstack start</a></li>
193
+ <li><a href="https://intlayer.org/doc/environment/tanstack-start" rel=''>Tanstack start</a>
194
+ <ul>
195
+ <li><a href="https://intlayer.org/doc/environment/tanstack-start/solid" rel=''>Solid</a></li>
196
+ </ul>
197
+ </li>
198
+ <li><a href="https://intlayer.org/doc/environment/astro" rel=''>Astro</a>
199
+ <ul>
200
+ <li><a href="https://intlayer.org/doc/environment/astro/react" rel=''>React</a></li>
201
+ <li><a href="https://intlayer.org/doc/environment/astro/vue" rel=''>Vue</a></li>
202
+ <li><a href="https://intlayer.org/doc/environment/astro/svelte" rel=''>Svelte</a></li>
203
+ <li><a href="https://intlayer.org/doc/environment/astro/solid" rel=''>Solid</a></li>
204
+ <li><a href="https://intlayer.org/doc/environment/astro/vanilla" rel=''>Vanilla JS</a></li>
205
+ <li><a href="https://intlayer.org/doc/environment/astro/lit" rel=''>Lit</a></li>
206
+ </ul>
207
+ </li>
208
+
194
209
  <li><a href="https://intlayer.org/doc/environment/react-native-and-expo" rel=''>React Native</a></li>
195
210
  <li><a href="https://intlayer.org/doc/environment/vite-and-svelte" rel=''>Vite + Svelte</a></li>
196
211
  <li><a href="https://intlayer.org/doc/environment/sveltekit" rel=''>SvelteKit</a></li>
@@ -212,6 +227,17 @@ Explore our comprehensive documentation to get started with Intlayer and learn h
212
227
  </ul>
213
228
  </details>
214
229
 
230
+ <details>
231
+ <summary style="font-size:16px; font-weight:bold;">📊 Benchmark</summary>
232
+ <ul>
233
+ <li><a href="https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/benchmark/nextjs.md" rel=''>Next.js</a></li>
234
+ <li><a href="https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/benchmark/tanstack.md" rel=''>TanStack Start</a></li>
235
+ <li><a href="https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/benchmark/vue.md" rel=''>Vue</a></li>
236
+ <li><a href="https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/benchmark/solid.md" rel=''>Solid</a></li>
237
+ <li><a href="https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/benchmark/svelte.md" rel=''>Svelte</a></li>
238
+ </ul>
239
+ </details>
240
+
215
241
  <details>
216
242
  <summary style="font-size:16px; font-weight:bold;">📰 Blog</summary>
217
243
  <ul>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vanilla-intlayer",
3
- "version": "8.7.12",
3
+ "version": "8.7.13",
4
4
  "private": false,
5
5
  "description": "Easily internationalize i18n your Vanilla JS, HTML, and PHP applications with type-safe multilingual content management.",
6
6
  "keywords": [
@@ -101,11 +101,11 @@
101
101
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
102
102
  },
103
103
  "dependencies": {
104
- "@intlayer/api": "8.7.12",
105
- "@intlayer/config": "8.7.12",
106
- "@intlayer/core": "8.7.12",
107
- "@intlayer/editor": "8.7.12",
108
- "@intlayer/types": "8.7.12"
104
+ "@intlayer/api": "8.7.13",
105
+ "@intlayer/config": "8.7.13",
106
+ "@intlayer/core": "8.7.13",
107
+ "@intlayer/editor": "8.7.13",
108
+ "@intlayer/types": "8.7.13"
109
109
  },
110
110
  "devDependencies": {
111
111
  "@types/node": "25.6.0",
@@ -117,11 +117,11 @@
117
117
  "tsdown": "0.21.10",
118
118
  "typescript": "6.0.3",
119
119
  "vite": "8.0.10",
120
- "vite-plugin-dts": "4.5.4",
120
+ "vite-plugin-dts": "5.0.0",
121
121
  "vitest": "4.1.5"
122
122
  },
123
123
  "peerDependencies": {
124
- "intlayer": "8.7.12"
124
+ "intlayer": "8.7.13"
125
125
  },
126
126
  "peerDependenciesMeta": {
127
127
  "intlayer": {
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes