@nx/shared-fs-cache 1.3.0-beta.4 → 1.3.0-beta.5

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/shared-fs-cache",
3
- "version": "1.3.0-beta.4",
3
+ "version": "1.3.0-beta.5",
4
4
  "description": "A Nx plugin to enable you to use a shared file system directory",
5
5
  "type": "commonjs",
6
6
  "main": "src/index.js",
@@ -21,7 +21,7 @@
21
21
  ],
22
22
  "dependencies": {
23
23
  "@nx/devkit": ">= 19 < 21",
24
- "@nx/key": "1.3.0-beta.4",
24
+ "@nx/key": "1.3.0-beta.5",
25
25
  "semver": "7.5.4"
26
26
  }
27
27
  }