@intlayer/chokidar 4.0.2 → 4.0.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.
- package/README.md +1 -1
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
</a>
|
|
18
18
|
</div>
|
|
19
19
|
|
|
20
|
-
# @intlayer/chokidar:
|
|
20
|
+
# @intlayer/chokidar: Scan and build Intlayer declaration files into dictionaries
|
|
21
21
|
|
|
22
22
|
**Intlayer** is a suite of packages designed specifically for JavaScript developers. It is compatible with frameworks like React, React, and Express.js.
|
|
23
23
|
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intlayer/chokidar",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.4",
|
|
4
4
|
"private": false,
|
|
5
|
-
"description": "
|
|
5
|
+
"description": "Uses chokidar to scan and build Intlayer declaration files into dictionaries based on Intlayer configuration.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"intlayer",
|
|
8
8
|
"chokidar",
|
|
@@ -64,10 +64,10 @@
|
|
|
64
64
|
"p-limit": "^3.1.0",
|
|
65
65
|
"quicktype-core": "^23.0.170",
|
|
66
66
|
"react": "^18.3.1",
|
|
67
|
-
"@intlayer/api": "4.0.
|
|
68
|
-
"@intlayer/
|
|
69
|
-
"
|
|
70
|
-
"intlayer": "4.0.
|
|
67
|
+
"@intlayer/api": "4.0.4",
|
|
68
|
+
"@intlayer/config": "4.0.4",
|
|
69
|
+
"intlayer": "4.0.4",
|
|
70
|
+
"@intlayer/core": "4.0.4"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@changesets/cli": "2.27.11",
|
|
@@ -81,18 +81,18 @@
|
|
|
81
81
|
"tsc-alias": "^1.8.10",
|
|
82
82
|
"tsup": "^8.3.5",
|
|
83
83
|
"typescript": "^5.7.3",
|
|
84
|
-
"@
|
|
85
|
-
"@intlayer/backend": "4.0.2",
|
|
84
|
+
"@intlayer/backend": "4.0.4",
|
|
86
85
|
"@utils/ts-config": "1.0.4",
|
|
86
|
+
"@utils/eslint-config": "1.0.4",
|
|
87
87
|
"@utils/ts-config-types": "1.0.4",
|
|
88
88
|
"@utils/tsup-config": "1.0.4"
|
|
89
89
|
},
|
|
90
90
|
"peerDependencies": {
|
|
91
91
|
"fast-glob": "^3.3.3",
|
|
92
|
-
"@intlayer/
|
|
93
|
-
"@intlayer/
|
|
94
|
-
"@intlayer/
|
|
95
|
-
"intlayer": "^4.0.
|
|
92
|
+
"@intlayer/config": "4.0.4",
|
|
93
|
+
"@intlayer/core": "4.0.4",
|
|
94
|
+
"@intlayer/api": "4.0.4",
|
|
95
|
+
"intlayer": "^4.0.4"
|
|
96
96
|
},
|
|
97
97
|
"engines": {
|
|
98
98
|
"node": ">=14.18"
|