@intlayer/types 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 +2 -2
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/types",
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": [
@@ -78,7 +78,7 @@
78
78
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
79
79
  },
80
80
  "devDependencies": {
81
- "@types/node": "25.3.0",
81
+ "@types/node": "25.3.3",
82
82
  "@utils/ts-config": "1.0.4",
83
83
  "@utils/ts-config-types": "1.0.4",
84
84
  "@utils/tsdown-config": "1.0.4",