@nx/shared-fs-cache 2.1.0-alpha.2 → 2.1.0

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.
@@ -767,7 +767,7 @@ The package stipulates that it is licensed under the MIT license, but no explici
767
767
 
768
768
  --------------------------------------------------------------------------------
769
769
 
770
- Package: @napi-rs/wasm-runtime (0.2.6)
770
+ Package: @napi-rs/wasm-runtime (0.2.9)
771
771
  Type: npm
772
772
  License: MIT
773
773
 
@@ -818,7 +818,7 @@ SOFTWARE.
818
818
 
819
819
  --------------------------------------------------------------------------------
820
820
 
821
- Package: @emnapi/core (1.3.1)
821
+ Package: @emnapi/core (1.4.3)
822
822
  Type: npm
823
823
  License: MIT
824
824
 
@@ -847,7 +847,7 @@ SOFTWARE.
847
847
 
848
848
  --------------------------------------------------------------------------------
849
849
 
850
- Package: @emnapi/wasi-threads (1.0.1)
850
+ Package: @emnapi/wasi-threads (1.0.2)
851
851
  Type: npm
852
852
  License: MIT
853
853
 
@@ -895,7 +895,7 @@ PERFORMANCE OF THIS SOFTWARE.
895
895
 
896
896
  --------------------------------------------------------------------------------
897
897
 
898
- Package: @emnapi/runtime (1.3.1)
898
+ Package: @emnapi/runtime (1.4.3)
899
899
  Type: npm
900
900
  License: MIT
901
901
 
@@ -932,7 +932,7 @@ The package stipulates that it is licensed under the MIT license, but no explici
932
932
 
933
933
  --------------------------------------------------------------------------------
934
934
 
935
- Package: axios (1.7.7)
935
+ Package: axios (1.7.9)
936
936
  Type: npm
937
937
  License: MIT
938
938
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/shared-fs-cache",
3
- "version": "2.1.0-alpha.2",
3
+ "version": "2.1.0",
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": "21.0.0",
24
- "@nx/key": "2.1.0-alpha.2",
24
+ "@nx/key": "2.1.0",
25
25
  "semver": "7.5.4"
26
26
  }
27
27
  }