@neo4j/cypher-builder
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -91,3 +91,3 @@ "use strict"; | ||
else { | ||
return `*${this.length.min || ""}..${this.length.max || ""}`; | ||
return `*${this.length.min ?? ""}..${this.length.max ?? ""}`; | ||
} | ||
@@ -94,0 +94,0 @@ } |
{ | ||
"name": "@neo4j/cypher-builder", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "A programmatic API for building Cypher queries for Neo4j", | ||
@@ -5,0 +5,0 @@ "exports": "./dist/index.js", |