@file-services/memory
Advanced tools
Comparing version 9.2.1 to 9.3.0
{ | ||
"name": "@file-services/memory", | ||
"description": "An in-memory, sync/async, file system implementation.", | ||
"version": "9.2.1", | ||
"version": "9.3.0", | ||
"main": "./dist/fs-memory.cjs", | ||
@@ -21,5 +21,5 @@ "types": "./dist/index.d.ts", | ||
"dependencies": { | ||
"@file-services/path": "^9.2.1", | ||
"@file-services/types": "^9.2.1", | ||
"@file-services/utils": "^9.2.1" | ||
"@file-services/path": "^9.3.0", | ||
"@file-services/types": "^9.3.0", | ||
"@file-services/utils": "^9.3.0" | ||
}, | ||
@@ -26,0 +26,0 @@ "files": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Updated@file-services/path@^9.3.0
Updated@file-services/types@^9.3.0
Updated@file-services/utils@^9.3.0