vanilla-intlayer 8.9.8 → 8.10.0-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
@@ -67,6 +67,7 @@ With **per-locale content files**, **TypeScript autocompletion**, **tree-shakabl
67
67
  | <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) |
68
68
  | <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) |
69
69
  | <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, react-intl, vue-i18n. <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) <br> - [Intlayer and vue-i18n](https://intlayer.org/blog/intlayer-with-vue-i18n) |
70
+ | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/benchmark.png?raw=true" alt="Feature" width="700"> | **Performances & Benchmark**<br><br>Uses advanced tree-shaking and dynamic loading to boost performances and keep the solution as light as possible. <br><br> - [Performances & Benchmark](https://intlayer.org/doc/benchmark) |
70
71
 
71
72
  ---
72
73
 
@@ -249,6 +250,19 @@ Explore our comprehensive documentation to get started with Intlayer and learn h
249
250
  </ul>
250
251
  </details>
251
252
 
253
+ ## Multilingual content management system
254
+
255
+ More than an i18n library, Intlayer is a complete **multilingual content management system**. A full CMS is available for free at [app.intlayer.org](https://app.intlayer.org).
256
+
257
+ Intlayer connects **developers**, **copywriters**, and **AI agents** in one workflow for creating and maintaining multilingual websites effortlessly.Intlayer replaces the following stack in a single solution:
258
+
259
+ - i18n solutions (e.g. `i18next`, `next-intl`, `vue-i18n`)
260
+ - TMSs (Translation Management Systems) (e.g. Crowdin, Phrase, Lokalise)
261
+ - Feature flags
262
+ - Headless CMSs (e.g. Contentful, Strapi, Sanity)
263
+
264
+ ![CMS Preview](https://github.com/aymericzip/intlayer/blob/main/docs/assets/CMS.png?raw=true)
265
+
252
266
  ## 🌐 Readme in other languages
253
267
 
254
268
  <p align="center">
@@ -1,9 +1,7 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
- const require_markdown_compiler = require('./compiler.cjs');
3
2
  const require_markdown_installIntlayerMarkdown = require('./installIntlayerMarkdown.cjs');
4
3
  const require_markdown_MarkdownRenderer = require('./MarkdownRenderer.cjs');
5
4
 
6
- exports.compileMarkdown = require_markdown_compiler.compileMarkdown;
7
5
  exports.installIntlayerMarkdown = require_markdown_installIntlayerMarkdown.installIntlayerMarkdown;
8
6
  exports.installIntlayerMarkdownDynamic = require_markdown_installIntlayerMarkdown.installIntlayerMarkdownDynamic;
9
7
  exports.renderMarkdown = require_markdown_MarkdownRenderer.renderMarkdown;
@@ -1,5 +1,4 @@
1
- import { compileMarkdown } from "./compiler.mjs";
2
1
  import { installIntlayerMarkdown, installIntlayerMarkdownDynamic, useMarkdown } from "./installIntlayerMarkdown.mjs";
3
2
  import { renderMarkdown, useMarkdownRenderer } from "./MarkdownRenderer.mjs";
4
3
 
5
- export { compileMarkdown, installIntlayerMarkdown, installIntlayerMarkdownDynamic, renderMarkdown, useMarkdown, useMarkdownRenderer };
4
+ export { installIntlayerMarkdown, installIntlayerMarkdownDynamic, renderMarkdown, useMarkdown, useMarkdownRenderer };
@@ -1,4 +1,3 @@
1
1
  import { IntlayerMarkdownPluginOptions, IntlayerMarkdownProvider, MarkdownProviderOptions, RenderMarkdownFunction, installIntlayerMarkdown, installIntlayerMarkdownDynamic, useMarkdown } from "./installIntlayerMarkdown.js";
2
2
  import { RenderMarkdownProps, renderMarkdown, useMarkdownRenderer } from "./MarkdownRenderer.js";
3
- import { compileMarkdown } from "./compiler.js";
4
- export { type IntlayerMarkdownPluginOptions, type IntlayerMarkdownProvider, type MarkdownProviderOptions, type RenderMarkdownFunction, type RenderMarkdownProps, compileMarkdown, installIntlayerMarkdown, installIntlayerMarkdownDynamic, renderMarkdown, useMarkdown, useMarkdownRenderer };
3
+ export { type IntlayerMarkdownPluginOptions, type IntlayerMarkdownProvider, type MarkdownProviderOptions, type RenderMarkdownFunction, type RenderMarkdownProps, installIntlayerMarkdown, installIntlayerMarkdownDynamic, renderMarkdown, useMarkdown, useMarkdownRenderer };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vanilla-intlayer",
3
- "version": "8.9.8",
3
+ "version": "8.10.0-canary.1",
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,14 +101,14 @@
101
101
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
102
102
  },
103
103
  "dependencies": {
104
- "@intlayer/api": "8.9.8",
105
- "@intlayer/config": "8.9.8",
106
- "@intlayer/core": "8.9.8",
107
- "@intlayer/editor": "8.9.8",
108
- "@intlayer/types": "8.9.8"
104
+ "@intlayer/api": "8.10.0-canary.1",
105
+ "@intlayer/config": "8.10.0-canary.1",
106
+ "@intlayer/core": "8.10.0-canary.1",
107
+ "@intlayer/editor": "8.10.0-canary.1",
108
+ "@intlayer/types": "8.10.0-canary.1"
109
109
  },
110
110
  "devDependencies": {
111
- "@types/node": "25.8.0",
111
+ "@types/node": "25.9.1",
112
112
  "@utils/ts-config": "1.0.4",
113
113
  "@utils/ts-config-types": "1.0.4",
114
114
  "@utils/tsdown-config": "1.0.4",
@@ -118,7 +118,7 @@
118
118
  "vitest": "4.1.6"
119
119
  },
120
120
  "peerDependencies": {
121
- "intlayer": "8.9.8"
121
+ "intlayer": "8.10.0-canary.1"
122
122
  },
123
123
  "peerDependenciesMeta": {
124
124
  "intlayer": {