Comparing version 4.8.0 to 4.9.0
@@ -52,3 +52,3 @@ import { QueryConfig } from "pg"; | ||
export declare function escapeSqlIdentifier(str: string): string; | ||
export declare const blank: SQLNode[]; | ||
export declare const blank: SQLQuery; | ||
export { query as fragment, nullNode as null }; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.null = exports.fragment = exports.blank = exports.escapeSqlIdentifier = exports.join = exports.literal = exports.value = exports.identifier = exports.raw = exports.query = exports.compile = void 0; | ||
const debugFactory = require("debug"); | ||
@@ -4,0 +5,0 @@ const lru_1 = require("@graphile/lru"); |
{ | ||
"name": "pg-sql2", | ||
"version": "4.8.0", | ||
"version": "4.9.0", | ||
"description": "Generate safe Postgres-compliant SQL with tagged template literals", | ||
@@ -38,8 +38,8 @@ "main": "node8plus/index.js", | ||
"@types/debug": "4.1.5", | ||
"@types/node": "12.7.5", | ||
"jest": "24.9.0", | ||
"@types/node": "14.6.4", | ||
"jest": "25.x", | ||
"markdown-doctest": "^1.0.0", | ||
"ts-jest": "24.1.0", | ||
"ts-node": "8.4.1", | ||
"typescript": "^3.6.3" | ||
"ts-jest": "25.x", | ||
"ts-node": "9.0.0", | ||
"typescript": "^4.0.2" | ||
}, | ||
@@ -50,6 +50,6 @@ "peerDependencies": { | ||
"dependencies": { | ||
"@graphile/lru": "4.8.0-rc.0", | ||
"@graphile/lru": "4.9.0", | ||
"@types/pg": ">=6 <8", | ||
"debug": ">=3 <5", | ||
"tslib": "^1.13.0" | ||
"tslib": "^2.0.1" | ||
}, | ||
@@ -62,3 +62,3 @@ "files": [ | ||
}, | ||
"gitHead": "9bd73ee7d20c059856af8e8d347e3711ba1b0d72" | ||
"gitHead": "a575f0ac46f7636e726ed9092a374aef65ef23eb" | ||
} |
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
28914
320
+ Added@graphile/lru@4.9.0(transitive)
+ Addedtslib@2.8.1(transitive)
- Removed@graphile/lru@4.8.0-rc.0(transitive)
- Removedtslib@1.14.1(transitive)
Updated@graphile/lru@4.9.0
Updatedtslib@^2.0.1