@acuris/eventstore-api
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -10,3 +10,3 @@ "use strict"; | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
@@ -13,0 +13,0 @@ var __importDefault = (this && this.__importDefault) || function (mod) { |
{ | ||
"name": "@acuris/eventstore-api", | ||
"private": false, | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "API for accessing event stores", | ||
@@ -27,13 +27,10 @@ "keywords": [ | ||
"devDependencies": { | ||
"@types/jest": "^26.0.9", | ||
"@types/node": "^14.0.27", | ||
"@typescript-eslint/eslint-plugin": "^3.8.0", | ||
"@typescript-eslint/parser": "^3.8.0", | ||
"eslint": "^7.6.0", | ||
"jest": "^26.3.0", | ||
"ts-jest": "^26.1.4", | ||
"typescript": "^3.9.7" | ||
"@types/jest": "^26.0.14", | ||
"@types/node": "^12.12.6", | ||
"jest": "^26.4.2", | ||
"ts-jest": "^26.4.0", | ||
"typescript": "^4.0.3" | ||
}, | ||
"dependencies": { | ||
"rxjs": "^6.6.2" | ||
"rxjs": "^6.6.3" | ||
}, | ||
@@ -40,0 +37,0 @@ "jest": { |
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
5
12500
Updatedrxjs@^6.6.3