@neo4j/cypher-builder
Advanced tools
Comparing version 0.1.8 to 0.1.9
@@ -65,3 +65,5 @@ "use strict"; | ||
addNamedParamReference(name, param) { | ||
this.addParam(name, param); | ||
if (!this.references.has(param)) { | ||
this.addParam(name, param); | ||
} | ||
} | ||
@@ -68,0 +70,0 @@ addExtraParams(params) { |
{ | ||
"name": "@neo4j/cypher-builder", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "Neo4j Cypher query builder", | ||
@@ -36,3 +36,3 @@ "exports": "./dist/index.js", | ||
"devDependencies": { | ||
"@types/jest": "29.2.4", | ||
"@types/jest": "29.2.5", | ||
"@types/node": "18.11.10", | ||
@@ -42,5 +42,5 @@ "expect-type": "0.15.0", | ||
"ts-jest": "29.0.3", | ||
"typedoc": "0.23.22", | ||
"typedoc": "0.23.23", | ||
"typescript": "4.9.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
377169
6035