@slonik/types
Advanced tools
Comparing version 46.0.0 to 46.0.1
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
export type PrimitiveValueExpression = Buffer | bigint | boolean | number | string | readonly PrimitiveValueExpression[] | null; | ||
@@ -3,0 +2,0 @@ export type Query = { |
@@ -69,2 +69,4 @@ { | ||
}, | ||
"types": "./dist/index.d.ts", | ||
"version": "46.0.1", | ||
"scripts": { | ||
@@ -77,5 +79,3 @@ "build": "rm -fr ./dist && tsc --project ./tsconfig.json", | ||
"test": "nyc ava --verbose --serial" | ||
}, | ||
"types": "./dist/index.d.ts", | ||
"version": "46.0.0" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
7953
18
94