@okf/ootils 1.6.5 → 1.6.6

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.
package/dist/node.js CHANGED
@@ -1102,6 +1102,12 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
1102
1102
  attempts: 3,
1103
1103
  removeOnComplete: 30,
1104
1104
  removeOnFail: 100
1105
+ },
1106
+ streams: {
1107
+ events: {
1108
+ maxLen: 1e3
1109
+ // Keep only last 1000 events
1110
+ }
1105
1111
  }
1106
1112
  },
1107
1113
  workerConfig: {
@@ -1127,6 +1133,12 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
1127
1133
  attempts: 3,
1128
1134
  removeOnComplete: 30,
1129
1135
  removeOnFail: 100
1136
+ },
1137
+ streams: {
1138
+ events: {
1139
+ maxLen: 1e3
1140
+ // Keep only last 1000 events
1141
+ }
1130
1142
  }
1131
1143
  },
1132
1144
  workerConfig: {
@@ -1151,6 +1163,12 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
1151
1163
  attempts: 3,
1152
1164
  removeOnComplete: 30,
1153
1165
  removeOnFail: 100
1166
+ },
1167
+ streams: {
1168
+ events: {
1169
+ maxLen: 1e3
1170
+ // Keep only last 1000 events
1171
+ }
1154
1172
  }
1155
1173
  },
1156
1174
  workerConfig: {
@@ -1175,6 +1193,12 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
1175
1193
  attempts: 3,
1176
1194
  removeOnComplete: 30,
1177
1195
  removeOnFail: 100
1196
+ },
1197
+ streams: {
1198
+ events: {
1199
+ maxLen: 1e3
1200
+ // Keep only last 1000 events
1201
+ }
1178
1202
  }
1179
1203
  },
1180
1204
  workerConfig: {
@@ -1198,6 +1222,12 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
1198
1222
  attempts: 3,
1199
1223
  removeOnComplete: 30,
1200
1224
  removeOnFail: 100
1225
+ },
1226
+ streams: {
1227
+ events: {
1228
+ maxLen: 1e3
1229
+ // Keep only last 1000 events
1230
+ }
1201
1231
  }
1202
1232
  },
1203
1233
  workerConfig: {
@@ -1221,6 +1251,12 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
1221
1251
  },
1222
1252
  removeOnComplete: 30,
1223
1253
  removeOnFail: 100
1254
+ },
1255
+ streams: {
1256
+ events: {
1257
+ maxLen: 1e3
1258
+ // Keep only last 1000 events
1259
+ }
1224
1260
  }
1225
1261
  },
1226
1262
  workerConfig: {
@@ -1244,6 +1280,12 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
1244
1280
  },
1245
1281
  removeOnComplete: 30,
1246
1282
  removeOnFail: 100
1283
+ },
1284
+ streams: {
1285
+ events: {
1286
+ maxLen: 1e3
1287
+ // Keep only last 1000 events
1288
+ }
1247
1289
  }
1248
1290
  },
1249
1291
  workerConfig: {
@@ -1267,6 +1309,12 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
1267
1309
  },
1268
1310
  removeOnComplete: 30,
1269
1311
  removeOnFail: 100
1312
+ },
1313
+ streams: {
1314
+ events: {
1315
+ maxLen: 1e3
1316
+ // Keep only last 1000 events
1317
+ }
1270
1318
  }
1271
1319
  },
1272
1320
  workerConfig: {
package/dist/node.mjs CHANGED
@@ -1107,6 +1107,12 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
1107
1107
  attempts: 3,
1108
1108
  removeOnComplete: 30,
1109
1109
  removeOnFail: 100
1110
+ },
1111
+ streams: {
1112
+ events: {
1113
+ maxLen: 1e3
1114
+ // Keep only last 1000 events
1115
+ }
1110
1116
  }
1111
1117
  },
1112
1118
  workerConfig: {
@@ -1132,6 +1138,12 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
1132
1138
  attempts: 3,
1133
1139
  removeOnComplete: 30,
1134
1140
  removeOnFail: 100
1141
+ },
1142
+ streams: {
1143
+ events: {
1144
+ maxLen: 1e3
1145
+ // Keep only last 1000 events
1146
+ }
1135
1147
  }
1136
1148
  },
1137
1149
  workerConfig: {
@@ -1156,6 +1168,12 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
1156
1168
  attempts: 3,
1157
1169
  removeOnComplete: 30,
1158
1170
  removeOnFail: 100
1171
+ },
1172
+ streams: {
1173
+ events: {
1174
+ maxLen: 1e3
1175
+ // Keep only last 1000 events
1176
+ }
1159
1177
  }
1160
1178
  },
1161
1179
  workerConfig: {
@@ -1180,6 +1198,12 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
1180
1198
  attempts: 3,
1181
1199
  removeOnComplete: 30,
1182
1200
  removeOnFail: 100
1201
+ },
1202
+ streams: {
1203
+ events: {
1204
+ maxLen: 1e3
1205
+ // Keep only last 1000 events
1206
+ }
1183
1207
  }
1184
1208
  },
1185
1209
  workerConfig: {
@@ -1203,6 +1227,12 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
1203
1227
  attempts: 3,
1204
1228
  removeOnComplete: 30,
1205
1229
  removeOnFail: 100
1230
+ },
1231
+ streams: {
1232
+ events: {
1233
+ maxLen: 1e3
1234
+ // Keep only last 1000 events
1235
+ }
1206
1236
  }
1207
1237
  },
1208
1238
  workerConfig: {
@@ -1226,6 +1256,12 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
1226
1256
  },
1227
1257
  removeOnComplete: 30,
1228
1258
  removeOnFail: 100
1259
+ },
1260
+ streams: {
1261
+ events: {
1262
+ maxLen: 1e3
1263
+ // Keep only last 1000 events
1264
+ }
1229
1265
  }
1230
1266
  },
1231
1267
  workerConfig: {
@@ -1249,6 +1285,12 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
1249
1285
  },
1250
1286
  removeOnComplete: 30,
1251
1287
  removeOnFail: 100
1288
+ },
1289
+ streams: {
1290
+ events: {
1291
+ maxLen: 1e3
1292
+ // Keep only last 1000 events
1293
+ }
1252
1294
  }
1253
1295
  },
1254
1296
  workerConfig: {
@@ -1272,6 +1314,12 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
1272
1314
  },
1273
1315
  removeOnComplete: 30,
1274
1316
  removeOnFail: 100
1317
+ },
1318
+ streams: {
1319
+ events: {
1320
+ maxLen: 1e3
1321
+ // Keep only last 1000 events
1322
+ }
1275
1323
  }
1276
1324
  },
1277
1325
  workerConfig: {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.6.5",
6
+ "version": "1.6.6",
7
7
  "description": "Utility functions for both browser and Node.js",
8
8
  "main": "dist/index.js",
9
9
  "module": "dist/index.mjs",