@cedx/enum
Advanced tools
Comparing version 6.2.0 to 6.3.0
# Changelog | ||
## Version [6.3.0](https://github.com/cedx/enum.js/compare/v6.2.0...v6.3.0) | ||
- Updated the package dependencies. | ||
## Version [6.2.0](https://github.com/cedx/enum.js/compare/v6.1.1...v6.2.0) | ||
@@ -4,0 +7,0 @@ - Added [`BigInt`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) to the values to be retained. |
@@ -11,3 +11,3 @@ { | ||
"types": "lib/index.d.ts", | ||
"version": "6.2.0", | ||
"version": "6.3.0", | ||
"author": { | ||
@@ -20,6 +20,6 @@ "email": "cedric@belin.io", | ||
"@cedx/coveralls": "^9.4.0", | ||
"@types/node": "^13.1.6", | ||
"@typescript-eslint/eslint-plugin": "^2.16.0", | ||
"@typescript-eslint/parser": "^2.16.0", | ||
"c8": "^7.0.1", | ||
"@types/node": "^13.9.3", | ||
"@typescript-eslint/eslint-plugin": "^2.24.0", | ||
"@typescript-eslint/parser": "^2.24.0", | ||
"c8": "^7.1.0", | ||
"chai": "^4.2.0", | ||
@@ -30,10 +30,10 @@ "del": "^5.1.0", | ||
"gulp-replace": "^1.0.0", | ||
"mocha": "7.0.0-esm1", | ||
"rollup": "^1.29.0", | ||
"terser": "^4.6.3", | ||
"typedoc": "^0.16.2", | ||
"typescript": "^3.7.4" | ||
"mocha": "^7.1.1", | ||
"rollup": "^2.1.0", | ||
"terser": "^4.6.7", | ||
"typedoc": "^0.17.3", | ||
"typescript": "^3.8.3" | ||
}, | ||
"engines": { | ||
"node": ">=12.14.0" | ||
"node": ">=12.16.0" | ||
}, | ||
@@ -40,0 +40,0 @@ "files": [ |
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
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
31393