@atom8n/n8n-core 2.2.9 → 2.3.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.
Files changed (120) hide show
  1. package/dist/binary-data/binary-data.config.js +0 -1
  2. package/dist/binary-data/binary-data.service.js +0 -1
  3. package/dist/binary-data/file-system.manager.js +0 -1
  4. package/dist/binary-data/index.js +0 -1
  5. package/dist/binary-data/object-store/object-store.config.js +0 -1
  6. package/dist/binary-data/object-store/object-store.service.ee.js +0 -1
  7. package/dist/binary-data/object-store/types.js +0 -1
  8. package/dist/binary-data/object-store.manager.js +0 -1
  9. package/dist/binary-data/types.js +0 -1
  10. package/dist/binary-data/utils.js +0 -1
  11. package/dist/build.tsbuildinfo +1 -1
  12. package/dist/constants.js +0 -1
  13. package/dist/credentials.js +0 -1
  14. package/dist/data-deduplication-service.js +0 -1
  15. package/dist/encryption/cipher.js +0 -1
  16. package/dist/encryption/index.js +0 -1
  17. package/dist/errors/abstract/binary-data.error.js +0 -1
  18. package/dist/errors/abstract/filesystem.error.js +0 -1
  19. package/dist/errors/binary-data-file-not-found.error.js +0 -1
  20. package/dist/errors/disallowed-filepath.error.js +0 -1
  21. package/dist/errors/error-reporter.js +0 -1
  22. package/dist/errors/file-not-found.error.js +0 -1
  23. package/dist/errors/file-too-large.error.js +0 -1
  24. package/dist/errors/index.js +0 -1
  25. package/dist/errors/invalid-execution-metadata.error.js +0 -1
  26. package/dist/errors/invalid-manager.error.js +0 -1
  27. package/dist/errors/invalid-source-type.error.js +0 -1
  28. package/dist/errors/missing-source-id.error.js +0 -1
  29. package/dist/errors/unrecognized-credential-type.error.js +0 -1
  30. package/dist/errors/unrecognized-node-type.error.js +0 -1
  31. package/dist/errors/workflow-has-issues.error.js +0 -1
  32. package/dist/execution-engine/active-workflows.js +0 -1
  33. package/dist/execution-engine/execution-context-hook-registry.service.js +0 -1
  34. package/dist/execution-engine/execution-context.js +0 -1
  35. package/dist/execution-engine/execution-context.service.js +0 -1
  36. package/dist/execution-engine/execution-lifecycle-hooks.js +0 -1
  37. package/dist/execution-engine/external-secrets-proxy.js +0 -1
  38. package/dist/execution-engine/index.js +0 -1
  39. package/dist/execution-engine/interfaces.js +0 -1
  40. package/dist/execution-engine/node-execution-context/base-execute-context.js +0 -1
  41. package/dist/execution-engine/node-execution-context/credentials-test-context.js +0 -1
  42. package/dist/execution-engine/node-execution-context/execute-context.js +0 -1
  43. package/dist/execution-engine/node-execution-context/execute-single-context.js +0 -1
  44. package/dist/execution-engine/node-execution-context/hook-context.js +0 -1
  45. package/dist/execution-engine/node-execution-context/index.js +0 -1
  46. package/dist/execution-engine/node-execution-context/load-options-context.js +0 -1
  47. package/dist/execution-engine/node-execution-context/local-load-options-context.js +0 -1
  48. package/dist/execution-engine/node-execution-context/node-execution-context.js +0 -1
  49. package/dist/execution-engine/node-execution-context/poll-context.js +0 -1
  50. package/dist/execution-engine/node-execution-context/supply-data-context.js +0 -1
  51. package/dist/execution-engine/node-execution-context/trigger-context.js +0 -1
  52. package/dist/execution-engine/node-execution-context/utils/binary-helper-functions.js +0 -1
  53. package/dist/execution-engine/node-execution-context/utils/cleanup-parameter-data.js +0 -1
  54. package/dist/execution-engine/node-execution-context/utils/construct-execution-metadata.js +0 -1
  55. package/dist/execution-engine/node-execution-context/utils/copy-input-items.js +0 -1
  56. package/dist/execution-engine/node-execution-context/utils/create-node-as-tool.js +0 -1
  57. package/dist/execution-engine/node-execution-context/utils/data-table-helper-functions.js +0 -1
  58. package/dist/execution-engine/node-execution-context/utils/deduplication-helper-functions.js +0 -1
  59. package/dist/execution-engine/node-execution-context/utils/ensure-type.js +0 -1
  60. package/dist/execution-engine/node-execution-context/utils/execution-metadata.js +0 -1
  61. package/dist/execution-engine/node-execution-context/utils/extract-value.js +0 -1
  62. package/dist/execution-engine/node-execution-context/utils/file-system-helper-functions.js +0 -1
  63. package/dist/execution-engine/node-execution-context/utils/get-additional-keys.js +0 -1
  64. package/dist/execution-engine/node-execution-context/utils/get-input-connection-data.js +0 -1
  65. package/dist/execution-engine/node-execution-context/utils/get-secrets-proxy.js +0 -1
  66. package/dist/execution-engine/node-execution-context/utils/normalize-items.js +0 -1
  67. package/dist/execution-engine/node-execution-context/utils/parse-incoming-message.js +0 -1
  68. package/dist/execution-engine/node-execution-context/utils/request-helper-functions.js +0 -1
  69. package/dist/execution-engine/node-execution-context/utils/return-json-array.js +0 -1
  70. package/dist/execution-engine/node-execution-context/utils/scheduling-helper-functions.js +0 -1
  71. package/dist/execution-engine/node-execution-context/utils/ssh-tunnel-helper-functions.js +0 -1
  72. package/dist/execution-engine/node-execution-context/utils/validate-value-against-schema.js +0 -1
  73. package/dist/execution-engine/node-execution-context/utils/webhook-helper-functions.js +0 -1
  74. package/dist/execution-engine/node-execution-context/webhook-context.js +0 -1
  75. package/dist/execution-engine/node-execution-context/workflow-node-context.js +0 -1
  76. package/dist/execution-engine/partial-execution-utils/clean-run-data.js +0 -1
  77. package/dist/execution-engine/partial-execution-utils/directed-graph.js +0 -1
  78. package/dist/execution-engine/partial-execution-utils/filter-disabled-nodes.js +0 -1
  79. package/dist/execution-engine/partial-execution-utils/find-start-nodes.js +0 -1
  80. package/dist/execution-engine/partial-execution-utils/find-subgraph.js +0 -1
  81. package/dist/execution-engine/partial-execution-utils/find-trigger-for-partial-execution.js +0 -1
  82. package/dist/execution-engine/partial-execution-utils/get-incoming-data.js +0 -1
  83. package/dist/execution-engine/partial-execution-utils/get-source-data-groups.js +0 -1
  84. package/dist/execution-engine/partial-execution-utils/handle-cycles.js +0 -1
  85. package/dist/execution-engine/partial-execution-utils/index.js +0 -1
  86. package/dist/execution-engine/partial-execution-utils/recreate-node-execution-stack.js +0 -1
  87. package/dist/execution-engine/partial-execution-utils/rewire-graph.js +0 -1
  88. package/dist/execution-engine/partial-execution-utils/run-data-utils.js +0 -1
  89. package/dist/execution-engine/requests-response.js +0 -1
  90. package/dist/execution-engine/routing-node.js +0 -1
  91. package/dist/execution-engine/scheduled-task-manager.js +0 -1
  92. package/dist/execution-engine/ssh-clients-manager.js +0 -1
  93. package/dist/execution-engine/triggers-and-pollers.js +0 -1
  94. package/dist/execution-engine/workflow-execute.js +0 -1
  95. package/dist/html-sandbox.js +0 -1
  96. package/dist/http-proxy.js +0 -1
  97. package/dist/index.js +0 -1
  98. package/dist/instance-settings/index.js +0 -1
  99. package/dist/instance-settings/instance-settings.js +0 -1
  100. package/dist/instance-settings/worker-missing-encryption-key.error.js +0 -1
  101. package/dist/interfaces.js +0 -1
  102. package/dist/node-execute-functions.js +0 -1
  103. package/dist/nodes-loader/constants.js +0 -1
  104. package/dist/nodes-loader/custom-directory-loader.js +0 -1
  105. package/dist/nodes-loader/directory-loader.d.ts +1 -0
  106. package/dist/nodes-loader/directory-loader.js +3 -1
  107. package/dist/nodes-loader/index.js +0 -1
  108. package/dist/nodes-loader/lazy-package-directory-loader.js +0 -1
  109. package/dist/nodes-loader/load-class-in-isolation.js +0 -1
  110. package/dist/nodes-loader/package-directory-loader.d.ts +2 -0
  111. package/dist/nodes-loader/package-directory-loader.js +6 -3
  112. package/dist/nodes-loader/types.d.ts +1 -0
  113. package/dist/nodes-loader/types.js +0 -1
  114. package/dist/utils/assertions.js +0 -1
  115. package/dist/utils/deep-merge.js +0 -1
  116. package/dist/utils/index.js +0 -1
  117. package/dist/utils/is-json-compatible.js +0 -1
  118. package/dist/utils/serialized-buffer.js +0 -1
  119. package/dist/utils/signature-helpers.js +0 -1
  120. package/package.json +10 -10
@@ -59,4 +59,3 @@ exports.BinaryDataConfig = BinaryDataConfig = __decorate([
59
59
  config_1.Config,
60
60
  __metadata("design:paramtypes", [instance_settings_1.InstanceSettings, config_1.ExecutionsConfig])
61
61
  ], BinaryDataConfig);
62
- //# sourceMappingURL=binary-data.config.js.map
@@ -240,4 +240,3 @@ exports.BinaryDataService = BinaryDataService = __decorate([
240
240
  errors_1.ErrorReporter,
241
241
  backend_common_1.Logger])
242
242
  ], BinaryDataService);
243
- //# sourceMappingURL=binary-data.service.js.map
@@ -151,4 +151,3 @@ class FileSystemManager {
151
151
  }
152
152
  }
153
153
  exports.FileSystemManager = FileSystemManager;
154
- //# sourceMappingURL=file-system.manager.js.map
@@ -24,4 +24,3 @@ var utils_1 = require("./utils");
24
24
  Object.defineProperty(exports, "isValidNonDefaultMode", { enumerable: true, get: function () { return utils_1.isStoredMode; } });
25
25
  Object.defineProperty(exports, "FileLocation", { enumerable: true, get: function () { return utils_1.FileLocation; } });
26
26
  Object.defineProperty(exports, "binaryToBuffer", { enumerable: true, get: function () { return utils_1.binaryToBuffer; } });
27
- //# sourceMappingURL=index.js.map
@@ -80,4 +80,3 @@ __decorate([
80
80
  exports.ObjectStoreConfig = ObjectStoreConfig = __decorate([
81
81
  config_1.Config
82
82
  ], ObjectStoreConfig);
83
- //# sourceMappingURL=object-store.config.js.map
@@ -232,4 +232,3 @@ exports.ObjectStoreService = ObjectStoreService = __decorate([
232
232
  __metadata("design:paramtypes", [backend_common_1.Logger,
233
233
  object_store_config_1.ObjectStoreConfig])
234
234
  ], ObjectStoreService);
235
- //# sourceMappingURL=object-store.service.ee.js.map
@@ -1,3 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=types.js.map
@@ -83,4 +83,3 @@ exports.ObjectStoreManager = ObjectStoreManager = __decorate([
83
83
  (0, di_1.Service)(),
84
84
  __metadata("design:paramtypes", [object_store_service_ee_1.ObjectStoreService])
85
85
  ], ObjectStoreManager);
86
- //# sourceMappingURL=object-store.manager.js.map
@@ -1,3 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=types.js.map
@@ -63,4 +63,3 @@ exports.FileLocation = {
63
63
  sourceId,
64
64
  }),
65
65
  };
66
- //# sourceMappingURL=utils.js.map