@tybys/native-require
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "@tybys/native-require", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Export native require function. It can be ignored by webpack preprocessing and avoid bundling webpack node polyfills.", | ||
@@ -26,3 +26,3 @@ "module": "index.esm.js", | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^11.0.0", | ||
"@rollup/plugin-commonjs": "^13.0.0", | ||
"@rollup/plugin-node-resolve": "^8.1.0", | ||
@@ -29,0 +29,0 @@ "rollup": "^2.18.1", |
@@ -61,3 +61,3 @@ # native-require | ||
**NOTE**: If you are using commonjs `require('@tybys/native-require/index.js')` with `@rollup/plugin-commonjs` and it's major version is less than `12`, you need add `@tybys/native-require/plugins/rollup.js`. | ||
**NOTE**: If you are using commonjs `require('@tybys/native-require/index.js')` with `@rollup/plugin-commonjs`, you need to add `@tybys/native-require/plugins/rollup.js`. | ||
@@ -64,0 +64,0 @@ ``` js |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
4
18475