@nodescript/adapter-mongodb-protocol
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -1,3 +0,3 @@ | ||
import { Schema } from '@nodescript/schema'; | ||
import { Schema } from 'airtight'; | ||
export type MongoAggregate = Record<string, any>; | ||
export declare const MongoAggregateSchema: Schema<MongoAggregate>; |
@@ -1,2 +0,2 @@ | ||
import { Schema } from '@nodescript/schema'; | ||
import { Schema } from 'airtight'; | ||
export const MongoAggregateSchema = new Schema({ | ||
@@ -3,0 +3,0 @@ type: 'object', |
@@ -1,3 +0,3 @@ | ||
import { Schema } from '@nodescript/schema'; | ||
import { Schema } from 'airtight'; | ||
export type MongoDocument = any; | ||
export declare const MongoDocumentSchema: Schema<any>; |
@@ -1,2 +0,2 @@ | ||
import { Schema } from '@nodescript/schema'; | ||
import { Schema } from 'airtight'; | ||
export const MongoDocumentSchema = new Schema({ | ||
@@ -3,0 +3,0 @@ type: 'any' |
@@ -1,3 +0,3 @@ | ||
import { Schema } from '@nodescript/schema'; | ||
import { Schema } from 'airtight'; | ||
export type MongoFilter = Record<string, any>; | ||
export declare const MongoFilterSchema: Schema<MongoFilter>; |
@@ -1,2 +0,2 @@ | ||
import { Schema } from '@nodescript/schema'; | ||
import { Schema } from 'airtight'; | ||
export const MongoFilterSchema = new Schema({ | ||
@@ -3,0 +3,0 @@ type: 'object', |
@@ -1,3 +0,3 @@ | ||
import { Schema } from '@nodescript/schema'; | ||
import { Schema } from 'airtight'; | ||
export type MongoProjection = Record<string, any>; | ||
export declare const MongoProjectionSchema: Schema<MongoProjection>; |
@@ -1,2 +0,2 @@ | ||
import { Schema } from '@nodescript/schema'; | ||
import { Schema } from 'airtight'; | ||
export const MongoProjectionSchema = new Schema({ | ||
@@ -3,0 +3,0 @@ type: 'object', |
@@ -1,3 +0,3 @@ | ||
import { Schema } from '@nodescript/schema'; | ||
import { Schema } from 'airtight'; | ||
export type MongoSort = Record<string, any>; | ||
export declare const MongoSortSchema: Schema<MongoSort>; |
@@ -1,2 +0,2 @@ | ||
import { Schema } from '@nodescript/schema'; | ||
import { Schema } from 'airtight'; | ||
export const MongoSortSchema = new Schema({ | ||
@@ -3,0 +3,0 @@ type: 'object', |
@@ -1,3 +0,3 @@ | ||
import { Schema } from '@nodescript/schema'; | ||
import { Schema } from 'airtight'; | ||
export type MongoUpdate = Record<string, any>; | ||
export declare const MongoUpdateSchema: Schema<MongoUpdate>; |
@@ -1,2 +0,2 @@ | ||
import { Schema } from '@nodescript/schema'; | ||
import { Schema } from 'airtight'; | ||
export const MongoUpdateSchema = new Schema({ | ||
@@ -3,0 +3,0 @@ type: 'object', |
{ | ||
"name": "@nodescript/adapter-mongodb-protocol", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "MongoDb Adapter Protocol", | ||
@@ -19,5 +19,5 @@ "type": "module", | ||
"dependencies": { | ||
"@nodescript/protocomm": "^0.5.3", | ||
"@nodescript/schema": "^5.2.2" | ||
"@nodescript/protocomm": "^0.5.5", | ||
"airtight": "^5.2.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
17351
+ Addedairtight@^5.2.3
- Removed@nodescript/schema@^5.2.2
- Removed@nodescript/schema@5.2.2(transitive)
Updated@nodescript/protocomm@^0.5.5