@intlayer/chokidar 8.7.1 → 8.7.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.
|
@@ -110,11 +110,15 @@ const config = {
|
|
|
110
110
|
},
|
|
111
111
|
build: {
|
|
112
112
|
/**
|
|
113
|
+
* (Experimental feature)
|
|
114
|
+
*
|
|
113
115
|
* Minify the dictionaries to reduce the bundle size.
|
|
114
116
|
*/
|
|
115
117
|
minify: true,
|
|
116
118
|
|
|
117
119
|
/**
|
|
120
|
+
* (Experimental feature)
|
|
121
|
+
*
|
|
118
122
|
* Purge the unused keys in a dictionaries
|
|
119
123
|
*/
|
|
120
124
|
purge: true,
|
|
@@ -71,11 +71,15 @@
|
|
|
71
71
|
},
|
|
72
72
|
"build": {
|
|
73
73
|
/**
|
|
74
|
+
* (Experimental feature)
|
|
75
|
+
*
|
|
74
76
|
* Minify the dictionaries to reduce the bundle size.
|
|
75
77
|
*/
|
|
76
78
|
"minify": true,
|
|
77
79
|
|
|
78
80
|
/**
|
|
81
|
+
* (Experimental feature)
|
|
82
|
+
*
|
|
79
83
|
* Purge the unused keys in a dictionaries
|
|
80
84
|
*/
|
|
81
85
|
"purge": true,
|
|
@@ -110,11 +110,15 @@ const config = {
|
|
|
110
110
|
},
|
|
111
111
|
build: {
|
|
112
112
|
/**
|
|
113
|
+
* (Experimental feature)
|
|
114
|
+
*
|
|
113
115
|
* Minify the dictionaries to reduce the bundle size.
|
|
114
116
|
*/
|
|
115
117
|
minify: true,
|
|
116
118
|
|
|
117
119
|
/**
|
|
120
|
+
* (Experimental feature)
|
|
121
|
+
*
|
|
118
122
|
* Purge the unused keys in a dictionaries
|
|
119
123
|
*/
|
|
120
124
|
purge: true,
|
|
@@ -109,11 +109,15 @@ const config: IntlayerConfig = {
|
|
|
109
109
|
},
|
|
110
110
|
build: {
|
|
111
111
|
/**
|
|
112
|
+
* (Experimental feature)
|
|
113
|
+
*
|
|
112
114
|
* Minify the dictionaries to reduce the bundle size.
|
|
113
115
|
*/
|
|
114
116
|
minify: true,
|
|
115
117
|
|
|
116
118
|
/**
|
|
119
|
+
* (Experimental feature)
|
|
120
|
+
*
|
|
117
121
|
* Purge the unused keys in a dictionaries
|
|
118
122
|
*/
|
|
119
123
|
purge: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intlayer/chokidar",
|
|
3
|
-
"version": "8.7.
|
|
3
|
+
"version": "8.7.4",
|
|
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": [
|
|
@@ -109,13 +109,13 @@
|
|
|
109
109
|
"typecheck": "tsc --noEmit --project tsconfig.types.json"
|
|
110
110
|
},
|
|
111
111
|
"dependencies": {
|
|
112
|
-
"@intlayer/api": "8.7.
|
|
113
|
-
"@intlayer/config": "8.7.
|
|
114
|
-
"@intlayer/core": "8.7.
|
|
112
|
+
"@intlayer/api": "8.7.4",
|
|
113
|
+
"@intlayer/config": "8.7.4",
|
|
114
|
+
"@intlayer/core": "8.7.4",
|
|
115
115
|
"@intlayer/dictionaries-entry": "8.7.1",
|
|
116
|
-
"@intlayer/remote-dictionaries-entry": "8.7.
|
|
117
|
-
"@intlayer/types": "8.7.
|
|
118
|
-
"@intlayer/unmerged-dictionaries-entry": "8.7.
|
|
116
|
+
"@intlayer/remote-dictionaries-entry": "8.7.4",
|
|
117
|
+
"@intlayer/types": "8.7.4",
|
|
118
|
+
"@intlayer/unmerged-dictionaries-entry": "8.7.4",
|
|
119
119
|
"chokidar": "3.6.0",
|
|
120
120
|
"defu": "6.1.7",
|
|
121
121
|
"fast-glob": "3.3.3",
|
|
@@ -124,13 +124,13 @@
|
|
|
124
124
|
"zod-to-ts": "2.0.0"
|
|
125
125
|
},
|
|
126
126
|
"devDependencies": {
|
|
127
|
-
"@types/node": "25.
|
|
127
|
+
"@types/node": "25.6.0",
|
|
128
128
|
"@utils/ts-config": "1.0.4",
|
|
129
129
|
"@utils/ts-config-types": "1.0.4",
|
|
130
130
|
"@utils/tsdown-config": "1.0.4",
|
|
131
131
|
"rimraf": "6.1.3",
|
|
132
|
-
"tsdown": "0.21.
|
|
133
|
-
"typescript": "6.0.
|
|
132
|
+
"tsdown": "0.21.9",
|
|
133
|
+
"typescript": "6.0.3",
|
|
134
134
|
"vitest": "4.1.4",
|
|
135
135
|
"zod": "4.3.6"
|
|
136
136
|
},
|