@intlayer/config 8.1.8 → 8.1.10

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 (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -7,6 +7,7 @@
7
7
  <h1 align="center">
8
8
  <strong>Per-component i18n</strong>
9
9
  </h1>
10
+
10
11
  <h2 align="center">
11
12
  <strong>AI-powered translation. Visual Editor. Multilingual CMS.</strong>
12
13
  </h2>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/config",
3
- "version": "8.1.8",
3
+ "version": "8.1.10",
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": [
@@ -132,14 +132,14 @@
132
132
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
133
133
  },
134
134
  "dependencies": {
135
- "@intlayer/types": "8.1.8",
135
+ "@intlayer/types": "8.1.10",
136
136
  "defu": "6.1.4",
137
137
  "dotenv": "17.3.1",
138
138
  "esbuild": "0.27.2",
139
139
  "json5": "2.2.3"
140
140
  },
141
141
  "devDependencies": {
142
- "@types/node": "25.3.0",
142
+ "@types/node": "25.3.3",
143
143
  "@utils/ts-config": "1.0.4",
144
144
  "@utils/ts-config-types": "1.0.4",
145
145
  "@utils/tsdown-config": "1.0.4",