@getanthill/event-source
Advanced tools
Comparing version 0.6.0 to 0.6.1
{ | ||
"name": "@getanthill/event-source", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Event-sourced data store handling library", | ||
@@ -34,30 +34,30 @@ "main": "dist/index.js", | ||
"@airbnb/node-memwatch": "2.0.0", | ||
"@babel/preset-env": "^7.16.11", | ||
"@babel/preset-env": "^7.17.10", | ||
"@babel/preset-typescript": "^7.16.7", | ||
"@commitlint/cli": "16.2.3", | ||
"@commitlint/config-conventional": "16.2.1", | ||
"@commitlint/cli": "16.2.4", | ||
"@commitlint/config-conventional": "16.2.4", | ||
"@semantic-release/changelog": "6.0.1", | ||
"@semantic-release/gitlab": "8.0.2", | ||
"@rollup/plugin-commonjs": "^21.0.1", | ||
"@rollup/plugin-node-resolve": "^13.1.3", | ||
"@rollup/plugin-typescript": "^8.3.0", | ||
"@types/jest": "^27.4.0", | ||
"babel-jest": "^27.5.1", | ||
"babel-loader": "^8.2.3", | ||
"@semantic-release/gitlab": "9.2.0", | ||
"@rollup/plugin-commonjs": "^22.0.0", | ||
"@rollup/plugin-node-resolve": "^13.2.1", | ||
"@rollup/plugin-typescript": "^8.3.2", | ||
"@types/jest": "^27.4.1", | ||
"babel-jest": "^28.0.3", | ||
"babel-loader": "^8.2.5", | ||
"install": "^0.13.0", | ||
"husky": "7.0.4", | ||
"jest": "^27.5.1", | ||
"mongodb": "^4.3.1", | ||
"npm": "^8.5.0", | ||
"prettier": "^2.5.1", | ||
"rollup": "^2.67.2", | ||
"jest": "^28.0.3", | ||
"mongodb": "^4.5.0", | ||
"npm": "^8.8.0", | ||
"prettier": "^2.6.2", | ||
"rollup": "^2.71.0", | ||
"rollup-plugin-external-globals": "^0.6.1", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"semantic-release": "19.0.2", | ||
"tslib": "^2.3.1", | ||
"typescript": "^4.5.5", | ||
"tslib": "^2.4.0", | ||
"typescript": "^4.6.4", | ||
"validate-branch-name": "1.3.0" | ||
}, | ||
"dependencies": { | ||
"@getanthill/mongodb-connector": "1.0.2" | ||
"@getanthill/mongodb-connector": "1.2.0" | ||
}, | ||
@@ -64,0 +64,0 @@ "directories": { |
# `getanthill` Event-Source | ||
[![pipeline](https://gitlab.com/getanthill/event-source/badges/master/pipeline.svg)](https://gitlab.com/getanthill/event-source/-/commits/master) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=getanthill%2Fevent-source&metric=alert_status)](https://sonarcloud.io/dashboard?id=getanthill%2Fevent-source) | ||
[![pipeline](https://gitlab.com/getanthill/event-source/badges/master/pipeline.svg?ignore_skipped=true)](https://gitlab.com/getanthill/event-source/-/commits/master) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=getanthill%2Fevent-source&metric=alert_status)](https://sonarcloud.io/dashboard?id=getanthill%2Fevent-source) | ||
@@ -5,0 +5,0 @@ [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=getanthill%2Fevent-source&metric=coverage)](https://sonarcloud.io/dashboard?id=getanthill%2Fevent-source) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=getanthill%2Fevent-source&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=getanthill%2Fevent-source) |
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
80801
+ Added@getanthill/mongodb-connector@1.2.0(transitive)
- Removed@getanthill/mongodb-connector@1.0.2(transitive)