n8n-core 1.108.0 → 1.109.0

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.
@@ -1,5 +1,5 @@
1
1
  export * from './binary-data.service';
2
2
  export { BinaryDataConfig } from './binary-data.config';
3
- export * from './types';
3
+ export type * from './types';
4
4
  export { ObjectStoreService } from './object-store/object-store.service.ee';
5
5
  export { isStoredMode as isValidNonDefaultMode } from './utils';
@@ -18,7 +18,6 @@ exports.isValidNonDefaultMode = exports.ObjectStoreService = exports.BinaryDataC
18
18
  __exportStar(require("./binary-data.service"), exports);
19
19
  var binary_data_config_1 = require("./binary-data.config");
20
20
  Object.defineProperty(exports, "BinaryDataConfig", { enumerable: true, get: function () { return binary_data_config_1.BinaryDataConfig; } });
21
- __exportStar(require("./types"), exports);
22
21
  var object_store_service_ee_1 = require("./object-store/object-store.service.ee");
23
22
  Object.defineProperty(exports, "ObjectStoreService", { enumerable: true, get: function () { return object_store_service_ee_1.ObjectStoreService; } });
24
23
  var utils_1 = require("./utils");
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/binary-data/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,wDAAsC;AACtC,2DAAwD;AAA/C,sHAAA,gBAAgB,OAAA;AACzB,0CAAwB;AACxB,kFAA4E;AAAnE,6HAAA,kBAAkB,OAAA;AAC3B,iCAAgE;AAAvD,8GAAA,YAAY,OAAyB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/binary-data/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,wDAAsC;AACtC,2DAAwD;AAA/C,sHAAA,gBAAgB,OAAA;AAEzB,kFAA4E;AAAnE,6HAAA,kBAAkB,OAAA;AAC3B,iCAAgE;AAAvD,8GAAA,YAAY,OAAyB"}