Comparing version 8.2.0 to 8.3.0-next.1700120101.40737ec3aeb4ea010ffa815ba5f2f47b31ee8c88
{ | ||
"title": "Safe FS", | ||
"name": "safefs", | ||
"version": "8.2.0", | ||
"version": "8.3.0-next.1700120101.40737ec3aeb4ea010ffa815ba5f2f47b31ee8c88", | ||
"description": "Stop getting EMFILE errors! Open only as many files as the operating system supports.", | ||
@@ -95,9 +95,9 @@ "homepage": "https://github.com/bevry/safefs", | ||
"graceful-fs": "^4.2.11", | ||
"version-compare": "^3.1.0" | ||
"version-compare": "^3.2.0" | ||
}, | ||
"devDependencies": { | ||
"@bevry/update-contributors": "^1.23.0", | ||
"assert-helpers": "^11.2.0", | ||
"assert-helpers": "^11.4.0", | ||
"eslint": "^8.53.0", | ||
"eslint-config-bevry": "^3.29.0", | ||
"eslint-config-bevry": "^4.0.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
@@ -107,10 +107,10 @@ "eslint-plugin-babel": "^5.3.1", | ||
"jsdoc": "^4.0.2", | ||
"kava": "^7.0.0", | ||
"kava": "^7.1.0", | ||
"prettier": "^3.1.0", | ||
"projectz": "^2.23.0", | ||
"projectz": "^3.0.0", | ||
"surge": "^0.23.1", | ||
"valid-directory": "^4.1.0" | ||
"valid-directory": "^4.2.0" | ||
}, | ||
"scripts": { | ||
"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next", | ||
"our:clean": "rm -rf ./docs ./edition* ./es2015 ./es5 ./out ./.next", | ||
"our:compile": "printf '%s\n' 'no need for this project'", | ||
@@ -121,3 +121,3 @@ "our:deploy": "printf '%s\n' 'no need for this project'", | ||
"our:meta:docs": "npm run our:meta:docs:jsdoc", | ||
"our:meta:docs:jsdoc": "rm -Rf ./docs && jsdoc --recurse --pedantic --access all --destination ./docs --package ./package.json --readme ./README.md ./source && mv ./docs/$npm_package_name/$npm_package_version/* ./docs/ && rm -Rf ./docs/$npm_package_name/$npm_package_version", | ||
"our:meta:docs:jsdoc": "rm -rf ./docs && jsdoc --recurse --pedantic --access all --destination ./docs --package ./package.json --readme ./README.md ./source && mv ./docs/$npm_package_name/$npm_package_version/* ./docs/ && rm -rf ./docs/$npm_package_name/$npm_package_version", | ||
"our:meta:projectz": "projectz compile", | ||
@@ -149,2 +149,2 @@ "our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push", | ||
} | ||
} | ||
} |
@@ -57,4 +57,16 @@ <!-- TITLE/ --> | ||
If you want promises and a non-conflicting API, use [@bevry/file](https://github.com/bevry/file). | ||
If you want promises and a non-conflicting API, use these instead: | ||
- [@bevry/fs-accessible](https://github.com/bevry/fs-accessible) | ||
- [@bevry/fs-executable](https://github.com/bevry/fs-executable) | ||
- [@bevry/fs-list](https://github.com/bevry/fs-list) | ||
- [@bevry/fs-mkdirp](https://github.com/bevry/fs-mkdirp) | ||
- [@bevry/fs-read](https://github.com/bevry/fs-read) | ||
- [@bevry/fs-readable](https://github.com/bevry/fs-readable) | ||
- [@bevry/fs-remove](https://github.com/bevry/fs-remove) | ||
- [@bevry/fs-rmdir](https://github.com/bevry/fs-rmdir) | ||
- [@bevry/fs-unlink](https://github.com/bevry/fs-unlink) | ||
- [@bevry/fs-write](https://github.com/bevry/fs-write) | ||
- [@bevry/fs-writable](https://github.com/bevry/fs-writable) | ||
<!-- INSTALL/ --> | ||
@@ -61,0 +73,0 @@ |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
33699
6
175
1
Updatedversion-compare@^3.2.0