@embracesql/postgres
Advanced tools
Comparing version 0.0.11 to 0.0.12
{ | ||
"name": "@embracesql/postgres", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "EmbraceSQL shared library for talking to postgres. Used in Node.", | ||
@@ -13,3 +13,3 @@ "type": "module", | ||
"dependencies": { | ||
"@embracesql/shared": "^0.0.11", | ||
"@embracesql/shared": "^0.0.12", | ||
"glob": "^10.3.10", | ||
@@ -23,3 +23,3 @@ "object-hash": "^3.0.0", | ||
}, | ||
"gitHead": "bcd2d7f0e7681e426b6017e798d6e6e83615564f" | ||
"gitHead": "e74a2ae4a81e2afbe6281b9b7073c4472cd0e26f" | ||
} |
@@ -115,3 +115,3 @@ import { AllOperation } from "./autocrud/all"; | ||
(c) => | ||
`${c.typescriptPropertyName}: undefinedIsNull(${c.type.typescriptNamespacedName}.parse(record.${c.typescriptPropertyName}))`, | ||
`${c.typescriptPropertyName}: undefinedIsNull(${c.type.typescriptNamespacedName}.parse(record.${c.name}))`, | ||
) | ||
@@ -118,0 +118,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
115936
+ Added@embracesql/shared@0.0.12(transitive)
- Removed@embracesql/shared@0.0.11(transitive)
Updated@embracesql/shared@^0.0.12