@embracesql/client
Advanced tools
Comparing version 0.0.12 to 0.0.13
{ | ||
"name": "@embracesql/client", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "Connects to EmbraceSQL over HTTP/S from browser and node.", | ||
@@ -13,5 +13,5 @@ "type": "module", | ||
"dependencies": { | ||
"@embracesql/shared": "^0.0.12" | ||
"@embracesql/shared": "^0.0.13" | ||
}, | ||
"gitHead": "e74a2ae4a81e2afbe6281b9b7073c4472cd0e26f" | ||
"gitHead": "448c86eec2b97e67e555867f7c3ca08459993d24" | ||
} |
@@ -44,3 +44,3 @@ import { | ||
before: async (_: GenerationContext, node: IndexOperationNode) => { | ||
// will return a single record on a unique index | ||
// will return a single row on a unique index | ||
const parametersType = node.index.typescriptNamespacedName; | ||
@@ -212,3 +212,3 @@ const resultType = node.index.unique | ||
before: async (_: GenerationContext, node) => { | ||
// will return a single record on a unique index | ||
// will return a single row on a unique index | ||
const parametersType = node.index.typescriptNamespacedName; | ||
@@ -215,0 +215,0 @@ const valuesType = `Partial<${node.index.table.type.typescriptNamespacedName}>`; |
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
11451
+ Added@embracesql/shared@0.0.13(transitive)
- Removed@embracesql/shared@0.0.12(transitive)
Updated@embracesql/shared@^0.0.13