Comparing version 4.5.0 to 4.6.0-alpha.0
import { QueryConfig } from "pg"; | ||
declare const $$trusted: unique symbol; | ||
interface SQLRawNode { | ||
export interface SQLRawNode { | ||
text: string; | ||
@@ -8,3 +8,3 @@ type: "RAW"; | ||
} | ||
interface SQLIdentifierNode { | ||
export interface SQLIdentifierNode { | ||
names: Array<string | symbol>; | ||
@@ -14,3 +14,3 @@ type: "IDENTIFIER"; | ||
} | ||
interface SQLValueNode { | ||
export interface SQLValueNode { | ||
value: any; | ||
@@ -54,3 +54,4 @@ type: "VALUE"; | ||
export declare function escapeSqlIdentifier(str: string): string; | ||
export declare const blank: SQLNode[]; | ||
export declare const blank: SQLQuery; | ||
export { query as fragment, nullNode as null }; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "pg-sql2", | ||
"version": "4.5.0", | ||
"version": "4.6.0-alpha.0", | ||
"description": "Generate safe Postgres-compliant SQL with tagged template literals", | ||
@@ -9,7 +9,6 @@ "main": "node8plus/index.js", | ||
"jest": "jest", | ||
"test": "tsc && node node8plus/index.js && jest && markdown-doctest", | ||
"test:u": "tsc && node node8plus/index.js && jest -u && markdown-doctest", | ||
"test": "tsc -b && node node8plus/index.js && jest && markdown-doctest", | ||
"test:u": "tsc -b && node node8plus/index.js && jest -u && markdown-doctest", | ||
"test:docs": "markdown-doctest", | ||
"watch": "tsc --watch", | ||
"prepack": "tsc" | ||
"prepack": "tsc -b" | ||
}, | ||
@@ -44,3 +43,3 @@ "repository": { | ||
"ts-node": "8.4.1", | ||
"typescript": "^3.6.3" | ||
"typescript": "^3.7.2" | ||
}, | ||
@@ -51,3 +50,3 @@ "peerDependencies": { | ||
"dependencies": { | ||
"@graphile/lru": "4.5.0", | ||
"@graphile/lru": "4.6.0-alpha.0", | ||
"@types/pg": ">=6 <8", | ||
@@ -62,3 +61,3 @@ "debug": ">=3 <5" | ||
}, | ||
"gitHead": "46257b486fb53851962581aacb3063ebd435f580" | ||
"gitHead": "4f7f78ce99ef1bdd8be1330fc7fc68d607e878eb" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
29671
7
1
+ Added@graphile/lru@4.6.0-alpha.0(transitive)
- Removed@graphile/lru@4.5.0(transitive)
Updated@graphile/lru@4.6.0-alpha.0