@intlayer/docs 8.3.2 → 8.3.4

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.
@@ -71,7 +71,7 @@ npx intlayer init
71
71
  Checking Intlayer configuration...
72
72
  ✓ Added .intlayer to .gitignore
73
73
  ✓ Updated tsconfig.json to include intlayer types
74
- Created intlayer.config.ts
74
+ Created intlayer.config.ts
75
75
  ✓ Injected import into vite.config.ts
76
76
  ✓ Intlayer init setup complete.
77
77
  ```
@@ -71,7 +71,7 @@ npx intlayer init
71
71
  Checking Intlayer configuration...
72
72
  ✓ Added .intlayer to .gitignore
73
73
  ✓ Updated tsconfig.json to include intlayer types
74
- Created intlayer.config.ts
74
+ Created intlayer.config.ts
75
75
  ✓ Injected import into vite.config.ts
76
76
  ✓ Intlayer init setup complete.
77
77
  ```
@@ -71,7 +71,7 @@ npx intlayer init
71
71
  Checking Intlayer configuration...
72
72
  ✓ Added .intlayer to .gitignore
73
73
  ✓ Updated tsconfig.json to include intlayer types
74
- Created intlayer.config.ts
74
+ Created intlayer.config.ts
75
75
  ✓ Injected import into vite.config.ts
76
76
  ✓ Intlayer init setup complete.
77
77
  ```
@@ -79,7 +79,7 @@ npx intlayer init
79
79
  Checking Intlayer configuration...
80
80
  ✓ Added .intlayer to .gitignore
81
81
  ✓ Updated tsconfig.json to include intlayer types
82
- Created intlayer.config.ts
82
+ Created intlayer.config.ts
83
83
  ✓ Injected import into vite.config.ts
84
84
  ✓ Intlayer init setup complete.
85
85
  ```
@@ -71,7 +71,7 @@ npx intlayer init
71
71
  Checking Intlayer configuration...
72
72
  ✓ Added .intlayer to .gitignore
73
73
  ✓ Updated tsconfig.json to include intlayer types
74
- Created intlayer.config.ts
74
+ Created intlayer.config.ts
75
75
  ✓ Injected import into vite.config.ts
76
76
  ✓ Intlayer init setup complete.
77
77
  ```
@@ -71,7 +71,7 @@ npx intlayer init
71
71
  Checking Intlayer configuration...
72
72
  ✓ Added .intlayer to .gitignore
73
73
  ✓ Updated tsconfig.json to include intlayer types
74
- Created intlayer.config.ts
74
+ Created intlayer.config.ts
75
75
  ✓ Injected import into vite.config.ts
76
76
  ✓ Intlayer init setup complete.
77
77
  ```
@@ -71,7 +71,7 @@ npx intlayer init
71
71
  Checking Intlayer configuration...
72
72
  ✓ Added .intlayer to .gitignore
73
73
  ✓ Updated tsconfig.json to include intlayer types
74
- Created intlayer.config.ts
74
+ Created intlayer.config.ts
75
75
  ✓ Injected import into vite.config.ts
76
76
  ✓ Intlayer init setup complete.
77
77
  ```
@@ -71,7 +71,7 @@ npx intlayer init
71
71
  Checking Intlayer configuration...
72
72
  ✓ Added .intlayer to .gitignore
73
73
  ✓ Updated tsconfig.json to include intlayer types
74
- Created intlayer.config.ts
74
+ Created intlayer.config.ts
75
75
  ✓ Injected import into vite.config.ts
76
76
  ✓ Intlayer init setup complete.
77
77
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/docs",
3
- "version": "8.3.2",
3
+ "version": "8.3.4",
4
4
  "private": false,
5
5
  "description": "Intlayer documentation",
6
6
  "keywords": [
@@ -72,20 +72,20 @@
72
72
  "watch": "webpack --config ./webpack.config.ts --watch"
73
73
  },
74
74
  "dependencies": {
75
- "@intlayer/config": "8.3.2",
76
- "@intlayer/core": "8.3.2",
77
- "@intlayer/types": "8.3.2"
75
+ "@intlayer/config": "8.3.4",
76
+ "@intlayer/core": "8.3.4",
77
+ "@intlayer/types": "8.3.4"
78
78
  },
79
79
  "devDependencies": {
80
- "@intlayer/api": "8.3.2",
81
- "@intlayer/cli": "8.3.2",
80
+ "@intlayer/api": "8.3.4",
81
+ "@intlayer/cli": "8.3.4",
82
82
  "@types/node": "25.5.0",
83
83
  "@utils/ts-config": "1.0.4",
84
84
  "@utils/ts-config-types": "1.0.4",
85
85
  "@utils/tsdown-config": "1.0.4",
86
86
  "fast-glob": "3.3.3",
87
87
  "rimraf": "6.1.3",
88
- "tsdown": "0.21.2",
88
+ "tsdown": "0.21.4",
89
89
  "typescript": "5.9.3",
90
90
  "vitest": "4.1.0"
91
91
  },