@lroal/on-change
Advanced tools
Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "@lroal/on-change", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "on-change that works with both commonjs and ecmascript", | ||
"type": "module", | ||
"main": "./index.cjs", | ||
"main": "./index-esm.js", | ||
"exports": { | ||
"import": "./index.mjs", | ||
"require": "./index.cjs" | ||
"require": "./index-cjs.js", | ||
"import": "./index-esm.js", | ||
"default": "./index-esm.js" | ||
}, | ||
"module": "index.mjs", | ||
"keywords": [ | ||
@@ -24,6 +23,6 @@ "on-change", | ||
"type": "git", | ||
"url": "git+ssh://git@github.com/alfateam/on-change.git" | ||
"url": "git+ssh://git@github.com/lroal/on-change.git" | ||
}, | ||
"dependencies": { | ||
"on-change": "^4.0.0" | ||
"on-change": "^4.0.1" | ||
}, | ||
@@ -36,5 +35,5 @@ "devDependencies": { | ||
"bugs": { | ||
"url": "https://github.com/alfateam/on-change/issues" | ||
"url": "https://github.com/lroal/on-change/issues" | ||
}, | ||
"homepage": "https://github.com/alfateam/on-change#readme" | ||
"homepage": "https://github.com/lroal/on-change#readme" | ||
} |
@@ -5,5 +5,5 @@ import commonjs from '@rollup/plugin-commonjs'; | ||
export default { | ||
input: 'index.mjs', | ||
input: 'index-esm.js', | ||
output: { | ||
file: 'index.cjs', | ||
file: 'index-cjs.js', | ||
format: 'commonjs', | ||
@@ -10,0 +10,0 @@ exports: 'auto' |
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
23501
1
No
Updatedon-change@^4.0.1