UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

7 lines 679 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ENABLE_LESS_STRICT_TYPE_VALIDATION = exports.LOCALHOST = exports.NODE_RAN_MULTIPLE_TIMES_WARNING = void 0; exports.NODE_RAN_MULTIPLE_TIMES_WARNING = "This node ran multiple times - once for each input item. You can change this by setting 'execute once' in the node settings. <a href='https://docs.n8n.io/flow-logic/looping/#executing-nodes-once' target='_blank'>More Info</a>"; exports.LOCALHOST = '127.0.0.1'; exports.ENABLE_LESS_STRICT_TYPE_VALIDATION = "Try changing the type of comparison. Alternatively you can enable 'Convert types where required'."; //# sourceMappingURL=constants.js.map