n8n-nodes-base 1.6.0 → 1.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -128,7 +128,7 @@ const displayOptions = {
|
|
|
128
128
|
exports.description = (0, utilities_1.updateDisplayOptions)(displayOptions, properties);
|
|
129
129
|
async function execute(runQueries, items, nodeOptions, db) {
|
|
130
130
|
items = (0, utils_1.replaceEmptyStringsByNulls)(items, nodeOptions.replaceEmptyStrings);
|
|
131
|
-
const nodeVersion = nodeOptions.
|
|
131
|
+
const nodeVersion = nodeOptions.nodeVersion;
|
|
132
132
|
let schema = this.getNodeParameter('schema', 0, undefined, {
|
|
133
133
|
extractValue: true,
|
|
134
134
|
});
|
|
@@ -160,7 +160,7 @@ const displayOptions = {
|
|
|
160
160
|
exports.description = (0, utilities_1.updateDisplayOptions)(displayOptions, properties);
|
|
161
161
|
async function execute(runQueries, items, nodeOptions, db) {
|
|
162
162
|
items = (0, utils_1.replaceEmptyStringsByNulls)(items, nodeOptions.replaceEmptyStrings);
|
|
163
|
-
const nodeVersion = nodeOptions.
|
|
163
|
+
const nodeVersion = nodeOptions.nodeVersion;
|
|
164
164
|
let schema = this.getNodeParameter('schema', 0, undefined, {
|
|
165
165
|
extractValue: true,
|
|
166
166
|
});
|
|
@@ -160,7 +160,7 @@ const displayOptions = {
|
|
|
160
160
|
exports.description = (0, utilities_1.updateDisplayOptions)(displayOptions, properties);
|
|
161
161
|
async function execute(runQueries, items, nodeOptions, db) {
|
|
162
162
|
items = (0, utils_1.replaceEmptyStringsByNulls)(items, nodeOptions.replaceEmptyStrings);
|
|
163
|
-
const nodeVersion = nodeOptions.
|
|
163
|
+
const nodeVersion = nodeOptions.nodeVersion;
|
|
164
164
|
let schema = this.getNodeParameter('schema', 0, undefined, {
|
|
165
165
|
extractValue: true,
|
|
166
166
|
});
|