file-entry-cache 10.0.3 → 10.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/dist/index.cjs +0 -3
- package/dist/index.js +0 -3
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -251,9 +251,6 @@ var FileEntryCache = class {
|
|
|
251
251
|
this._cache.setKey(result.key, result.meta);
|
|
252
252
|
return result;
|
|
253
253
|
}
|
|
254
|
-
if (result.meta.data !== metaCache.data) {
|
|
255
|
-
result.changed = true;
|
|
256
|
-
}
|
|
257
254
|
if (result.meta.data === void 0) {
|
|
258
255
|
result.meta.data = metaCache.data;
|
|
259
256
|
}
|
package/dist/index.js
CHANGED
|
@@ -214,9 +214,6 @@ var FileEntryCache = class {
|
|
|
214
214
|
this._cache.setKey(result.key, result.meta);
|
|
215
215
|
return result;
|
|
216
216
|
}
|
|
217
|
-
if (result.meta.data !== metaCache.data) {
|
|
218
|
-
result.changed = true;
|
|
219
|
-
}
|
|
220
217
|
if (result.meta.data === void 0) {
|
|
221
218
|
result.meta.data = metaCache.data;
|
|
222
219
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "file-entry-cache",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.4",
|
|
4
4
|
"description": "A lightweight cache for file metadata, ideal for processes that work on a specific set of files and only need to reprocess files that have changed since the last run",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|