@netlify/cache-utils 5.1.1 → 5.1.2

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/lib/fs.js +1 -0
  2. package/package.json +2 -2
package/lib/fs.js CHANGED
@@ -64,5 +64,6 @@ const getStat = async (src) => {
64
64
  }
65
65
  catch {
66
66
  // continue regardless error
67
+ return undefined;
67
68
  }
68
69
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netlify/cache-utils",
3
- "version": "5.1.1",
3
+ "version": "5.1.2",
4
4
  "description": "Utility for caching files in Netlify Build",
5
5
  "type": "module",
6
6
  "exports": "./lib/main.js",
@@ -69,5 +69,5 @@
69
69
  "engines": {
70
70
  "node": "^14.16.0 || >=16.0.0"
71
71
  },
72
- "gitHead": "356667c6173362b294f9037efdb7b5ef1c726d48"
72
+ "gitHead": "d78a65c209ed987d3475cd1f37cf357693b99e3c"
73
73
  }