@nx/shared-fs-cache 5.0.0 → 5.0.1
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/THIRD_PARTY_LICENSES.txt +24 -38
- package/package.json +3 -3
package/THIRD_PARTY_LICENSES.txt
CHANGED
|
@@ -397,25 +397,33 @@ limitations under the License.
|
|
|
397
397
|
|
|
398
398
|
---
|
|
399
399
|
|
|
400
|
-
Package: lru-cache (
|
|
400
|
+
Package: lru-cache (2.2.4)
|
|
401
401
|
Type: npm
|
|
402
|
-
License:
|
|
403
|
-
|
|
404
|
-
|
|
402
|
+
License: [object Object]
|
|
403
|
+
|
|
404
|
+
Copyright 2009, 2010, 2011 Isaac Z. Schlueter.
|
|
405
|
+
All rights reserved.
|
|
406
|
+
|
|
407
|
+
Permission is hereby granted, free of charge, to any person
|
|
408
|
+
obtaining a copy of this software and associated documentation
|
|
409
|
+
files (the "Software"), to deal in the Software without
|
|
410
|
+
restriction, including without limitation the rights to use,
|
|
411
|
+
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
412
|
+
copies of the Software, and to permit persons to whom the
|
|
413
|
+
Software is furnished to do so, subject to the following
|
|
414
|
+
conditions:
|
|
405
415
|
|
|
406
|
-
|
|
416
|
+
The above copyright notice and this permission notice shall be
|
|
417
|
+
included in all copies or substantial portions of the Software.
|
|
407
418
|
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
417
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
418
|
-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
419
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
420
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
421
|
+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
422
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
423
|
+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
424
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
425
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
426
|
+
OTHER DEALINGS IN THE SOFTWARE.
|
|
419
427
|
|
|
420
428
|
---
|
|
421
429
|
|
|
@@ -786,25 +794,3 @@ SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
|
|
|
786
794
|
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
|
|
787
795
|
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
788
796
|
DEALINGS IN THE SOFTWARE.
|
|
789
|
-
|
|
790
|
-
---
|
|
791
|
-
|
|
792
|
-
Package: yallist (3.1.1)
|
|
793
|
-
Type: npm
|
|
794
|
-
License: ISC
|
|
795
|
-
|
|
796
|
-
The ISC License
|
|
797
|
-
|
|
798
|
-
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
799
|
-
|
|
800
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
801
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
802
|
-
copyright notice and this permission notice appear in all copies.
|
|
803
|
-
|
|
804
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
805
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
806
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
807
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
808
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
809
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
810
|
-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/shared-fs-cache",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.1",
|
|
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,10 +21,10 @@
|
|
|
21
21
|
],
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@nx/devkit": "22.0.3",
|
|
24
|
-
"@nx/key": "5.0.
|
|
24
|
+
"@nx/key": "5.0.1",
|
|
25
25
|
"semver": "7.5.4"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"nx": ">= 18 < 23"
|
|
29
29
|
}
|
|
30
|
-
}
|
|
30
|
+
}
|