on-error-resume-next
Advanced tools
Comparing version 1.1.0 to 1.1.1-master.47f83b8
@@ -8,2 +8,14 @@ # Changelog | ||
## [Unreleased] | ||
### Changed | ||
- Bump dependencies | ||
- [@babel/cli@^7.5.5](https://www.npmjs.com/package/@babel/cli) | ||
- [@babel/core@^7.5.5](https://www.npmjs.com/package/@babel/core) | ||
- [@babel/plugin-proposal-object-rest-spread@^7.5.5](https://www.npmjs.com/package/@babel/plugin-proposal-object-rest-spread) | ||
- [@babel/preset-env@^7.5.5](https://www.npmjs.com/package/@babel/preset-env) | ||
- [babel-jest@^24.8.0](https://www.npmjs.com/package/babel-jest) | ||
- [babel-plugin-add-module-exports@^1.0.2](https://www.npmjs.com/package/babel-plugin-add-module-exports) | ||
- [jest@^24.8.0](https://www.npmjs.com/package/jest) | ||
- [regenerator-runtime@^0.13.2](https://www.npmjs.com/package/regenerator-runtime) | ||
## [1.1.0] - 2018-10-08 | ||
### Added | ||
@@ -10,0 +22,0 @@ - Default exports for CommonJS |
@@ -6,3 +6,3 @@ "use strict"; | ||
}); | ||
exports.default = onErrorResumeNext; | ||
exports["default"] = onErrorResumeNext; | ||
@@ -9,0 +9,0 @@ function onErrorResumeNext(fn) { |
{ | ||
"name": "on-error-resume-next", | ||
"version": "1.1.0", | ||
"version": "1.1.1-master.47f83b8", | ||
"description": "", | ||
@@ -28,12 +28,13 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@babel/cli": "^7.1.2", | ||
"@babel/core": "^7.1.2", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.0.0", | ||
"@babel/preset-env": "^7.1.0", | ||
"@babel/cli": "^7.5.5", | ||
"@babel/core": "^7.5.5", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.5.5", | ||
"@babel/preset-env": "^7.5.5", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-jest": "^23.6.0", | ||
"babel-plugin-add-module-exports": "^1.0.0", | ||
"jest": "^23.6.0" | ||
"babel-jest": "^24.8.0", | ||
"babel-plugin-add-module-exports": "^1.0.2", | ||
"jest": "^24.8.0", | ||
"regenerator-runtime": "^0.13.2" | ||
}, | ||
"dependencies": {} | ||
} |
@@ -0,1 +1,2 @@ | ||
import 'regenerator-runtime/runtime'; | ||
import onErrorResumeNext from '.'; | ||
@@ -2,0 +3,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
10394
70
9
1