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.typeVersion;
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.typeVersion;
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.typeVersion;
163
+ const nodeVersion = nodeOptions.nodeVersion;
164
164
  let schema = this.getNodeParameter('schema', 0, undefined, {
165
165
  extractValue: true,
166
166
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-base",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "Base nodes of n8n",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "homepage": "https://n8n.io",