@intlayer/chokidar 4.1.0 → 4.1.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 +2 -3
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
<a href="https://
|
|
2
|
+
<a href="https://intlayer.org">
|
|
3
3
|
<img src="https://raw.githubusercontent.com/aymericzip/intlayer/572ae9c9acafb74307b81530c1931a8e98990aef/docs/assets/logo.png" width="500" alt="intlayer" />
|
|
4
4
|
</a>
|
|
5
5
|
</div>
|
|
@@ -14,14 +14,13 @@
|
|
|
14
14
|
<a href="https://npmjs.org/package/intlayer">
|
|
15
15
|
<img alt="types included" src="https://badgen.net/npm/types/intlayer?labelColor=49516F&color=8994BC"
|
|
16
16
|
/>
|
|
17
|
-
</a>
|
|
18
17
|
</div>
|
|
19
18
|
|
|
20
19
|
# @intlayer/chokidar: Scan and build Intlayer declaration files into dictionaries
|
|
21
20
|
|
|
22
21
|
**Intlayer** is a suite of packages designed specifically for JavaScript developers. It is compatible with frameworks like React, React, and Express.js.
|
|
23
22
|
|
|
24
|
-
The **`@intlayer/chokidar`** package is used to scan and build Intlayer declaration files into dictionaries using [chokidar](https://github.com/paulmillr/chokidar) and according to the [Intlayer configuration](https://
|
|
23
|
+
The **`@intlayer/chokidar`** package is used to scan and build Intlayer declaration files into dictionaries using [chokidar](https://github.com/paulmillr/chokidar) and according to the [Intlayer configuration](https://intlayer.org//doc/concept/configuration).
|
|
25
24
|
|
|
26
25
|
## Usage
|
|
27
26
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intlayer/chokidar",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Uses chokidar to scan and build Intlayer declaration files into dictionaries based on Intlayer configuration.",
|
|
6
6
|
"keywords": [
|
|
@@ -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.1.
|
|
68
|
-
"@intlayer/
|
|
69
|
-
"@intlayer/
|
|
70
|
-
"intlayer": "4.1.
|
|
67
|
+
"@intlayer/api": "4.1.1",
|
|
68
|
+
"@intlayer/config": "4.1.1",
|
|
69
|
+
"@intlayer/core": "4.1.1",
|
|
70
|
+
"intlayer": "4.1.1"
|
|
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
|
+
"@intlayer/backend": "4.1.1",
|
|
84
85
|
"@utils/eslint-config": "1.0.4",
|
|
85
86
|
"@utils/ts-config": "1.0.4",
|
|
86
|
-
"@utils/
|
|
87
|
-
"@
|
|
88
|
-
"@utils/tsup-config": "1.0.4"
|
|
87
|
+
"@utils/tsup-config": "1.0.4",
|
|
88
|
+
"@utils/ts-config-types": "1.0.4"
|
|
89
89
|
},
|
|
90
90
|
"peerDependencies": {
|
|
91
91
|
"fast-glob": "^3.3.3",
|
|
92
|
-
"@intlayer/api": "4.1.
|
|
93
|
-
"@intlayer/config": "4.1.
|
|
94
|
-
"@intlayer/core": "4.1.
|
|
95
|
-
"intlayer": "^4.1.
|
|
92
|
+
"@intlayer/api": "4.1.1",
|
|
93
|
+
"@intlayer/config": "4.1.1",
|
|
94
|
+
"@intlayer/core": "4.1.1",
|
|
95
|
+
"intlayer": "^4.1.1"
|
|
96
96
|
},
|
|
97
97
|
"engines": {
|
|
98
98
|
"node": ">=14.18"
|