@file-services/memory
Advanced tools
Comparing version 9.4.0 to 9.4.1
{ | ||
"name": "@file-services/memory", | ||
"description": "An in-memory, sync/async, file system implementation.", | ||
"version": "9.4.0", | ||
"version": "9.4.1", | ||
"main": "./dist/fs-memory.cjs", | ||
@@ -18,8 +18,8 @@ "types": "./dist/index.d.ts", | ||
"test:node": "mocha \"./dist/test/*.{spec,nodespec}.js\"", | ||
"test:browser": "mocha-play \"./dist/test/**/*.spec.js\"" | ||
"test:browser": "mocha-web \"./dist/test/**/*.spec.js\"" | ||
}, | ||
"dependencies": { | ||
"@file-services/path": "^9.4.0", | ||
"@file-services/types": "^9.4.0", | ||
"@file-services/utils": "^9.4.0" | ||
"@file-services/path": "^9.4.1", | ||
"@file-services/types": "^9.4.1", | ||
"@file-services/utils": "^9.4.1" | ||
}, | ||
@@ -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
155599
Updated@file-services/path@^9.4.1
Updated@file-services/types@^9.4.1
Updated@file-services/utils@^9.4.1