requirefresh
Advanced tools
Comparing version 4.0.0 to 4.1.0-next.1590007847.d45678143532d3f2704cb1f5955c192410c6fd62
# History | ||
## v4.1.0 2020 May 21 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v4.0.0 2020 May 11 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "Require Fresh", | ||
"name": "requirefresh", | ||
"version": "4.0.0", | ||
"version": "4.1.0-next.1590007847.d45678143532d3f2704cb1f5955c192410c6fd62", | ||
"description": "Require a file without adding it into the require cache", | ||
@@ -90,6 +90,6 @@ "homepage": "https://github.com/bevry/requirefresh", | ||
"devDependencies": { | ||
"@bevry/update-contributors": "^1.4.0", | ||
"assert-helpers": "^6.2.0", | ||
"@bevry/update-contributors": "^1.5.0", | ||
"assert-helpers": "^6.4.0", | ||
"eslint": "^7.0.0", | ||
"eslint-config-bevry": "^3.4.0", | ||
"eslint-config-bevry": "^3.5.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
@@ -99,6 +99,6 @@ "eslint-plugin-babel": "^5.3.0", | ||
"jsdoc": "^3.6.4", | ||
"kava": "^5.0.0", | ||
"kava": "^5.1.0", | ||
"minami": "^1.2.3", | ||
"prettier": "^2.0.5", | ||
"projectz": "^2.1.0", | ||
"projectz": "^2.2.0", | ||
"surge": "^0.21.3", | ||
@@ -112,6 +112,6 @@ "valid-directory": "^1.6.0" | ||
"our:meta": "npm run our:meta:contributors && npm run our:meta:docs && npm run our:meta:projectz", | ||
"our:meta:contributors": "npx @bevry/update-contributors", | ||
"our:meta:contributors": "update-contributors", | ||
"our:meta:docs": "npm run our:meta:docs:jsdoc", | ||
"our:meta:docs:jsdoc": "rm -Rf ./docs && npx jsdoc --recurse --pedantic --access all --destination ./docs --package ./package.json --readme ./README.md --template ./node_modules/minami ./source && mv ./docs/$npm_package_name/$npm_package_version/* ./docs/ && rm -Rf ./docs/$npm_package_name/$npm_package_version", | ||
"our:meta:projectz": "npx projectz compile", | ||
"our:meta:docs:jsdoc": "rm -Rf ./docs && jsdoc --recurse --pedantic --access all --destination ./docs --package ./package.json --readme ./README.md --template ./node_modules/minami ./source && mv ./docs/$npm_package_name/$npm_package_version/* ./docs/ && rm -Rf ./docs/$npm_package_name/$npm_package_version", | ||
"our:meta:projectz": "projectz compile", | ||
"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", | ||
@@ -127,5 +127,5 @@ "our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)", | ||
"our:verify": "npm run our:verify:directory && npm run our:verify:eslint && npm run our:verify:prettier", | ||
"our:verify:directory": "npx valid-directory", | ||
"our:verify:eslint": "npx eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source", | ||
"our:verify:prettier": "npx prettier --write .", | ||
"our:verify:directory": "valid-directory", | ||
"our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source", | ||
"our:verify:prettier": "prettier --write .", | ||
"test": "node ./source/test.js" | ||
@@ -132,0 +132,0 @@ }, |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
21149
1