@rudsys/n8n-nodes-sqlite3 0.1.1 → 0.1.2

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.
@@ -132,7 +132,6 @@ class SqliteSsh {
132
132
  typeOptions: { multipleValues: true },
133
133
  displayOptions: {
134
134
  show: { operation: ['select', 'update', 'delete'] },
135
- hide: { deleteMode: ['dropTable'] },
136
135
  },
137
136
  default: {},
138
137
  options: [
@@ -161,7 +160,7 @@ class SqliteSsh {
161
160
  name: 'value',
162
161
  type: 'string',
163
162
  default: '',
164
- displayOptions: { hide: { operator: ['isNull', 'isNotNull'] } },
163
+ // displayOptions removed to prevent dependency loop inside fixedCollection
165
164
  },
166
165
  ],
167
166
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rudsys/n8n-nodes-sqlite3",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "n8n node for Remote SQLite operations via SSH",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/rudsys/n8n-nodes-sqlite3",