@sqb/connect
Advanced tools
Comparing version 4.0.1-beta.25 to 4.0.1-beta.26
{ | ||
"name": "@sqb/connect", | ||
"description": "Multi-dialect database connection framework written with TypeScript", | ||
"version": "4.0.1-beta.25", | ||
"version": "4.0.1-beta.26", | ||
"author": "Panates Ltd.", | ||
@@ -40,3 +40,4 @@ "contributors": [ | ||
"putil-varhelpers": "^1.6.1", | ||
"reflect-metadata": "^0.1.13" | ||
"reflect-metadata": "^0.1.13", | ||
"strict-event-emitter-types": "^2.0.0" | ||
}, | ||
@@ -46,4 +47,3 @@ "devDependencies": { | ||
"@types/lodash": "^4.14.171", | ||
"typed-emitter": "^1.3.1", | ||
"strict-event-emitter-types": "^2.0.0" | ||
"typed-emitter": "^1.3.1" | ||
}, | ||
@@ -74,2 +74,2 @@ "peerDependencies": { | ||
} | ||
} | ||
} |
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
186487
3
11
+ Addedstrict-event-emitter-types@2.0.0(transitive)