@ptc-org/nestjs-query-core
Advanced tools
Comparing version 4.0.0 to 4.1.0
{ | ||
"name": "@ptc-org/nestjs-query-core", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"description": "Base query package", | ||
@@ -8,3 +8,3 @@ "author": "doug-martin <doug@dougamartin.com>", | ||
"license": "MIT", | ||
"main": "src/index.js", | ||
"main": "./src/index.js", | ||
"types": "src/index.d.ts", | ||
@@ -31,3 +31,3 @@ "directories": { | ||
"reflect-metadata": "^0.1.13", | ||
"tslib": "^2.6.1" | ||
"tslib": "^2.6.2" | ||
}, | ||
@@ -37,3 +37,4 @@ "peerDependencies": { | ||
"class-transformer": "^0.5" | ||
} | ||
}, | ||
"type": "commonjs" | ||
} |
@@ -41,2 +41,3 @@ "use strict"; | ||
} | ||
// eslint-disable-next-line @typescript-eslint/no-explicit-any | ||
isConstructor(x) { | ||
@@ -43,0 +44,0 @@ const handler = { |
@@ -179,3 +179,3 @@ /** | ||
} | ||
type BuiltInTypes = boolean | boolean | string | string | number | Date | RegExp | bigint | symbol | null | undefined | never; | ||
type BuiltInTypes = boolean | string | number | Date | RegExp | bigint | symbol | null | undefined; | ||
/** | ||
@@ -182,0 +182,0 @@ * Type for field comparisons. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
199986
2914
Updatedtslib@^2.6.2