@nodescript/adapter-mongodb-protocol
Advanced tools
Comparing version 1.22.1 to 1.22.2
@@ -10,2 +10,6 @@ import { DomainDef } from '@nodescript/protocomm'; | ||
export interface MongoDomain { | ||
/** | ||
* @deprecated Left for backwards compatibility, | ||
* remove when there are no more calls to /Mongo/connect | ||
*/ | ||
connect(req: { | ||
@@ -12,0 +16,0 @@ databaseUrl: string; |
{ | ||
"name": "@nodescript/adapter-mongodb-protocol", | ||
"version": "1.22.1", | ||
"version": "1.22.2", | ||
"description": "MongoDb Adapter Protocol", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
21313
406