@neo4j/cypher-builder
Advanced tools
Comparing version 1.20.0 to 1.20.1
@@ -25,3 +25,4 @@ import type { CypherASTNode } from "../../CypherASTNode"; | ||
* @category Clauses | ||
* @deprecated Use `Cypher.utils.concat` instead | ||
*/ | ||
export declare function concat(...clauses: Array<Clause | undefined>): CompositeClause; |
@@ -89,2 +89,3 @@ "use strict"; | ||
* @category Clauses | ||
* @deprecated Use `Cypher.utils.concat` instead | ||
*/ | ||
@@ -91,0 +92,0 @@ function concat(...clauses) { |
@@ -1,3 +0,4 @@ | ||
export { escapeLabel, escapeType, escapeProperty, escapeVariable } from "./escape"; | ||
export { compileCypher } from "./compile-cypher"; | ||
export { concat } from "./concat"; | ||
export { escapeLabel, escapeProperty, escapeType, escapeVariable } from "./escape"; | ||
export { toCypherParams } from "./to-cypher-params"; | ||
export { compileCypher } from "./compile-cypher"; |
@@ -21,12 +21,14 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.compileCypher = exports.toCypherParams = exports.escapeVariable = exports.escapeProperty = exports.escapeType = exports.escapeLabel = void 0; | ||
exports.toCypherParams = exports.escapeVariable = exports.escapeType = exports.escapeProperty = exports.escapeLabel = exports.concat = exports.compileCypher = void 0; | ||
// Note: This file exists for exported utils to the user | ||
var compile_cypher_1 = require("./compile-cypher"); | ||
Object.defineProperty(exports, "compileCypher", { enumerable: true, get: function () { return compile_cypher_1.compileCypher; } }); | ||
var concat_1 = require("./concat"); | ||
Object.defineProperty(exports, "concat", { enumerable: true, get: function () { return concat_1.concat; } }); | ||
var escape_1 = require("./escape"); | ||
Object.defineProperty(exports, "escapeLabel", { enumerable: true, get: function () { return escape_1.escapeLabel; } }); | ||
Object.defineProperty(exports, "escapeProperty", { enumerable: true, get: function () { return escape_1.escapeProperty; } }); | ||
Object.defineProperty(exports, "escapeType", { enumerable: true, get: function () { return escape_1.escapeType; } }); | ||
Object.defineProperty(exports, "escapeProperty", { enumerable: true, get: function () { return escape_1.escapeProperty; } }); | ||
Object.defineProperty(exports, "escapeVariable", { enumerable: true, get: function () { return escape_1.escapeVariable; } }); | ||
var to_cypher_params_1 = require("./to-cypher-params"); | ||
Object.defineProperty(exports, "toCypherParams", { enumerable: true, get: function () { return to_cypher_params_1.toCypherParams; } }); | ||
var compile_cypher_1 = require("./compile-cypher"); | ||
Object.defineProperty(exports, "compileCypher", { enumerable: true, get: function () { return compile_cypher_1.compileCypher; } }); |
{ | ||
"name": "@neo4j/cypher-builder", | ||
"version": "1.20.0", | ||
"version": "1.20.1", | ||
"description": "A programmatic API for building Cypher queries for Neo4j", | ||
@@ -5,0 +5,0 @@ "exports": "./dist/index.js", |
@@ -10,3 +10,2 @@ # Cypher Builder | ||
- [Documentation](https://neo4j.github.io/cypher-builder/cypher-builder/current/) | ||
- [Discussions](https://github.com/neo4j/cypher-builder/discussions) | ||
@@ -13,0 +12,0 @@ ```typescript |
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
475073
253
11530
50