Comparing version 1.9.3 to 1.9.4
@@ -0,1 +1,8 @@ | ||
## [1.9.4](https://github.com/adobe/ferrum/compare/v1.9.3...v1.9.4) (2022-02-03) | ||
### Bug Fixes | ||
* Please create a new release ([89987f4](https://github.com/adobe/ferrum/commit/89987f4a627b1ce32796842c88c5c5bce2e27775)) | ||
## [1.9.3](https://github.com/adobe/ferrum/compare/v1.9.2...v1.9.3) (2021-09-20) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "ferrum", | ||
"version": "1.9.3", | ||
"version": "1.9.4", | ||
"description": "Features from the rust language in javascript: Provides Traits/Type classes & an advanced library for working with sequences/iterators in js.", | ||
@@ -30,25 +30,23 @@ "main": "src/index.js", | ||
"devDependencies": { | ||
"@semantic-release/changelog": "5.0.1", | ||
"@semantic-release/git": "9.0.1", | ||
"@adobe/eslint-config-helix": "1.3.0", | ||
"@semantic-release/changelog": "6.0.1", | ||
"@semantic-release/git": "10.0.1", | ||
"ajv": "8.6.3", | ||
"codecov": "3.8.3", | ||
"commitizen": "4.2.4", | ||
"cz-conventional-changelog": "3.3.0", | ||
"commitizen": "^3.0.0", | ||
"cz-conventional-changelog": "^3.0.1", | ||
"docdash": "git+https://github.com/koraa/docdash.git", | ||
"eslint": "7.32.0", | ||
"eslint-config-airbnb": "18.2.1", | ||
"eslint": "8.2.0", | ||
"eslint-plugin-header": "3.1.1", | ||
"eslint-plugin-import": "2.24.2", | ||
"eslint-plugin-jsx-a11y": "6.4.1", | ||
"eslint-plugin-react": "7.25.3", | ||
"eslint-plugin-import": "2.25.2", | ||
"ferrum.doctest": "1.0.5", | ||
"jsdoc": "3.6.7", | ||
"jsdoc": "^3.6.10", | ||
"junit-report-builder": "3.0.0", | ||
"lint-staged": "11.1.2", | ||
"mocha": "9.1.1", | ||
"mocha-junit-reporter": "2.0.0", | ||
"lint-staged": "12.1.1", | ||
"mocha": "^9.2.0", | ||
"mocha-junit-reporter": "2.0.2", | ||
"mocha-multi-reporters": "1.5.1", | ||
"nyc": "15.1.0", | ||
"object-hash": "2.2.0", | ||
"semantic-release": "17.4.7" | ||
"semantic-release": "^19.0.2" | ||
}, | ||
@@ -55,0 +53,0 @@ "renovate": { |
@@ -566,3 +566,4 @@ /* | ||
mutate, | ||
// eslint-disable-next-line camelcase | ||
let_in, | ||
}; |
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
277355
21
7089