@getanthill/event-source
Advanced tools
Comparing version 0.12.1 to 0.12.2
{ | ||
"name": "@getanthill/event-source", | ||
"version": "0.12.1", | ||
"version": "0.12.2", | ||
"description": "Event-sourced data store handling library", | ||
@@ -38,24 +38,24 @@ "main": "dist/index.js", | ||
"@babel/preset-typescript": "^7.18.6", | ||
"@commitlint/cli": "17.3.0", | ||
"@commitlint/config-conventional": "17.3.0", | ||
"@semantic-release/changelog": "6.0.1", | ||
"@semantic-release/gitlab": "9.5.0", | ||
"@rollup/plugin-commonjs": "^23.0.2", | ||
"@commitlint/cli": "17.4.2", | ||
"@commitlint/config-conventional": "17.4.2", | ||
"@semantic-release/changelog": "6.0.2", | ||
"@semantic-release/gitlab": "9.5.1", | ||
"@rollup/plugin-commonjs": "^24.0.0", | ||
"@rollup/plugin-node-resolve": "^15.0.1", | ||
"@rollup/plugin-typescript": "^9.0.2", | ||
"@types/jest": "^29.2.3", | ||
"@rollup/plugin-typescript": "^11.0.0", | ||
"@types/jest": "^29.2.5", | ||
"babel-jest": "^29.3.1", | ||
"babel-loader": "^9.1.0", | ||
"babel-loader": "^9.1.2", | ||
"install": "^0.13.0", | ||
"husky": "8.0.2", | ||
"husky": "8.0.3", | ||
"jest": "^29.3.1", | ||
"mongodb": "^4.12.0", | ||
"npm": "^9.1.2", | ||
"prettier": "^2.7.1", | ||
"rollup": "^3.4.0", | ||
"mongodb": "^4.13.0", | ||
"npm": "^9.2.0", | ||
"prettier": "^2.8.2", | ||
"rollup": "^3.10.0", | ||
"rollup-plugin-external-globals": "^0.7.1", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"semantic-release": "19.0.5", | ||
"semantic-release": "20.0.2", | ||
"tslib": "^2.4.1", | ||
"typescript": "^4.9.3", | ||
"typescript": "^4.9.4", | ||
"validate-branch-name": "1.3.0" | ||
@@ -62,0 +62,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
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
101093