@intlayer/chokidar 4.0.2 → 4.0.3

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 -1
  2. package/package.json +13 -13
package/README.md CHANGED
@@ -17,7 +17,7 @@
17
17
  </a>
18
18
  </div>
19
19
 
20
- # @intlayer/chokidar: NPM Package to Scan and build Intlayer declaration files into dictionaries
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.2",
3
+ "version": "4.0.3",
4
4
  "private": false,
5
- "description": "Chokidar application for IntLayer - Transpile IntLayer declaration files into dictionaries.",
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.2",
68
- "@intlayer/core": "4.0.2",
69
- "@intlayer/config": "4.0.2",
70
- "intlayer": "4.0.2"
67
+ "@intlayer/core": "4.0.3",
68
+ "intlayer": "4.0.3",
69
+ "@intlayer/config": "4.0.3",
70
+ "@intlayer/api": "4.0.3"
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
- "@utils/eslint-config": "1.0.4",
85
- "@intlayer/backend": "4.0.2",
84
+ "@intlayer/backend": "4.0.3",
86
85
  "@utils/ts-config": "1.0.4",
87
86
  "@utils/ts-config-types": "1.0.4",
88
- "@utils/tsup-config": "1.0.4"
87
+ "@utils/tsup-config": "1.0.4",
88
+ "@utils/eslint-config": "1.0.4"
89
89
  },
90
90
  "peerDependencies": {
91
91
  "fast-glob": "^3.3.3",
92
- "@intlayer/api": "4.0.2",
93
- "@intlayer/config": "4.0.2",
94
- "@intlayer/core": "4.0.2",
95
- "intlayer": "^4.0.2"
92
+ "@intlayer/api": "4.0.3",
93
+ "@intlayer/core": "4.0.3",
94
+ "intlayer": "^4.0.3",
95
+ "@intlayer/config": "4.0.3"
96
96
  },
97
97
  "engines": {
98
98
  "node": ">=14.18"