akeyless-client-commons 1.1.104 → 1.1.105

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.
@@ -1545,7 +1545,7 @@ var getDocVersionKey = function(doc2) {
1545
1545
  var wrapDocumentConfigsWithWorker = function(cfgs, runProcessor, options) {
1546
1546
  var _options_eventTtlMs;
1547
1547
  var docOptions = _object_spread_props(_object_spread({}, options), {
1548
- eventTtlMs: (_options_eventTtlMs = options === null || options === void 0 ? void 0 : options.eventTtlMs) !== null && _options_eventTtlMs !== void 0 ? _options_eventTtlMs : 80
1548
+ eventTtlMs: (_options_eventTtlMs = options === null || options === void 0 ? void 0 : options.eventTtlMs) !== null && _options_eventTtlMs !== void 0 ? _options_eventTtlMs : 100
1549
1549
  });
1550
1550
  var shouldProcess = createRecentEventsDedupe(docOptions).shouldProcess;
1551
1551
  var makeKey = function(op, docs, collectionName, documentId) {
@@ -1449,7 +1449,7 @@ var getDocVersionKey = function(doc2) {
1449
1449
  var wrapDocumentConfigsWithWorker = function(cfgs, runProcessor, options) {
1450
1450
  var _options_eventTtlMs;
1451
1451
  var docOptions = _object_spread_props(_object_spread({}, options), {
1452
- eventTtlMs: (_options_eventTtlMs = options === null || options === void 0 ? void 0 : options.eventTtlMs) !== null && _options_eventTtlMs !== void 0 ? _options_eventTtlMs : 80
1452
+ eventTtlMs: (_options_eventTtlMs = options === null || options === void 0 ? void 0 : options.eventTtlMs) !== null && _options_eventTtlMs !== void 0 ? _options_eventTtlMs : 100
1453
1453
  });
1454
1454
  var shouldProcess = createRecentEventsDedupe(docOptions).shouldProcess;
1455
1455
  var makeKey = function(op, docs, collectionName, documentId) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akeyless-client-commons",
3
- "version": "1.1.104",
3
+ "version": "1.1.105",
4
4
  "scripts": {
5
5
  "build": "tsup",
6
6
  "deploy": "npm run build && npm version patch --no-git-tag-version && npm publish",