requirefresh
Advanced tools
Comparing version 5.3.0-next.1627512593.851b39f02fb4f7758866485c425f7200030f55a5 to 5.4.0-next.1627671436.c4f257e6189ea45bdcffcca8c2a13fd702f72b92
# History | ||
## v5.4.0 2021 July 31 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v5.3.0 2021 July 29 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "Require Fresh", | ||
"name": "requirefresh", | ||
"version": "5.3.0-next.1627512593.851b39f02fb4f7758866485c425f7200030f55a5", | ||
"version": "5.4.0-next.1627671436.c4f257e6189ea45bdcffcca8c2a13fd702f72b92", | ||
"description": "Require a file without adding it into the require cache", | ||
@@ -109,5 +109,5 @@ "homepage": "https://github.com/bevry/requirefresh", | ||
"@typescript-eslint/parser": "^4.28.5", | ||
"assert-helpers": "^8.2.0", | ||
"assert-helpers": "^8.4.0", | ||
"eslint": "^7.31.0", | ||
"eslint-config-bevry": "^3.25.0", | ||
"eslint-config-bevry": "^3.27.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
@@ -119,3 +119,3 @@ "eslint-plugin-babel": "^5.3.1", | ||
"prettier": "^2.3.2", | ||
"projectz": "^2.19.0", | ||
"projectz": "^2.22.0", | ||
"surge": "^0.23.0", | ||
@@ -122,0 +122,0 @@ "typedoc": "^0.21.4", |
@@ -38,3 +38,3 @@ <!-- TITLE/ --> | ||
[Complete API Documentation.](http://master.requirefresh.bevry.surge.sh/docs/globals.html) | ||
[Complete API Documentation.](http://master.requirefresh.bevry.surge.sh/docs/) | ||
@@ -41,0 +41,0 @@ Here is an example that uses Require Fresh to load the `package.json` file without caching. |
33509