@neo4j/cypher-builder
Advanced tools
Comparing version 1.10.1 to 1.10.2
@@ -67,6 +67,7 @@ "use strict"; | ||
const removeCypher = (0, compile_cypher_if_exists_1.compileCypherIfExists)(this.removeClause, env, { prefix: "\n" }); | ||
const deleteCypher = (0, compile_cypher_if_exists_1.compileCypherIfExists)(this.deleteClause, env, { prefix: "\n" }); | ||
const setCypher = (0, compile_cypher_if_exists_1.compileCypherIfExists)(this.setSubClause, env, { prefix: "\n" }); | ||
const inCallBlock = `${innerWithCypher}${subQueryStr}`; | ||
const nextClause = this.compileNextClause(env); | ||
return `CALL {\n${(0, pad_block_1.padBlock)(inCallBlock)}\n}${setCypher}${removeCypher}${nextClause}`; | ||
return `CALL {\n${(0, pad_block_1.padBlock)(inCallBlock)}\n}${setCypher}${removeCypher}${deleteCypher}${nextClause}`; | ||
} | ||
@@ -73,0 +74,0 @@ }; |
{ | ||
"name": "@neo4j/cypher-builder", | ||
"version": "1.10.1", | ||
"version": "1.10.2", | ||
"description": "A programmatic API for building Cypher queries for Neo4j", | ||
@@ -5,0 +5,0 @@ "exports": "./dist/index.js", |
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
395463
9649