postgresql-client
Advanced tools
Comparing version 1.9.2 to 1.10.0
@@ -23,2 +23,3 @@ "use strict"; | ||
const BoxType_1 = require("./data-types/BoxType"); | ||
const NumericType_1 = require("./data-types/NumericType"); | ||
class DataTypeMap { | ||
@@ -53,2 +54,3 @@ constructor(other) { | ||
exports.GlobalTypeMap.register(Float8Type_1.Float8Type, Float8Type_1.ArrayFloat8Type, Float4Type_1.Float4Type, Float4Type_1.ArrayFloat4Type); | ||
exports.GlobalTypeMap.register(NumericType_1.NumericType, NumericType_1.ArrayNumericType); | ||
exports.GlobalTypeMap.register(VarcharType_1.VarcharType, VarcharType_1.ArrayVarcharType); | ||
@@ -55,0 +57,0 @@ exports.GlobalTypeMap.register(CharType_1.CharType, CharType_1.ArrayCharType); |
{ | ||
"name": "postgresql-client", | ||
"description": "Professional PostgreSQL client for JavaScript and TypeScript", | ||
"version": "1.9.2", | ||
"version": "1.10.0", | ||
"author": "Panates", | ||
@@ -38,5 +38,5 @@ "contributors": [ | ||
"@types/mocha": "^8.0.4", | ||
"@types/node": "^14.14.9", | ||
"@typescript-eslint/eslint-plugin": "^4.8.2", | ||
"@typescript-eslint/parser": "^4.8.2", | ||
"@types/node": "^14.14.10", | ||
"@typescript-eslint/eslint-plugin": "^4.9.0", | ||
"@typescript-eslint/parser": "^4.9.0", | ||
"babel-eslint": "^10.1.0", | ||
@@ -51,3 +51,3 @@ "dotenv": "^8.2.0", | ||
"ts-loader": "^8.0.11", | ||
"ts-node": "^9.0.0", | ||
"ts-node": "^9.1.0", | ||
"ts-mocha": "^8.0.0", | ||
@@ -54,0 +54,0 @@ "tsconfig-paths": "^3.9.0", |
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
191477
105
4955