@otokton/common
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -8,5 +8,5 @@ import { Db } from 'mongodb'; | ||
db(): Db; | ||
connect(uri: string): void; | ||
connect(): void; | ||
createCollection(schema: JsonSchemaMongo[]): void; | ||
fillCollection(): void; | ||
} |
@@ -12,3 +12,3 @@ "use strict"; | ||
}; | ||
AbstractMongoDatabase.prototype.connect = function (uri) { | ||
AbstractMongoDatabase.prototype.connect = function () { | ||
var _this = this; | ||
@@ -15,0 +15,0 @@ this._client |
{ | ||
"name": "@otokton/common", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
24951