@nsshunt/stskafka 1.0.37 → 1.0.39

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,6 +1,6 @@
1
1
  (function(global, factory) {
2
2
  typeof exports === "object" && typeof module !== "undefined" ? factory(exports, require("@nsshunt/stsutils"), require("kafkajs"), require("uuid"), require("node:fs"), require("chalk"), require("node:net"), require("node:tls")) : typeof define === "function" && define.amd ? define(["exports", "@nsshunt/stsutils", "kafkajs", "uuid", "node:fs", "chalk", "node:net", "node:tls"], factory) : (global = typeof globalThis !== "undefined" ? globalThis : global || self, factory(global["@nsshunt/stskafka"] = {}, global.stsutils, global.kafkajs, global.uuid, global["node:fs"], global.chalk, global["node:net"], global["node:tls"]));
3
- })(this, function(exports2, stsutils, kafkajs, uuid, fs, chalk, net, tls) {
3
+ })(this, (function(exports2, stsutils, kafkajs, uuid, fs, chalk, net, tls) {
4
4
  "use strict";
5
5
  class KafkaConsumer {
6
6
  #id;
@@ -287,5 +287,5 @@
287
287
  exports2.KafkaManager = KafkaManager;
288
288
  exports2.KafkaProducer = KafkaProducer;
289
289
  Object.defineProperty(exports2, Symbol.toStringTag, { value: "Module" });
290
- });
290
+ }));
291
291
  //# sourceMappingURL=stskafka.umd.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nsshunt/stskafka",
3
- "version": "1.0.37",
3
+ "version": "1.0.39",
4
4
  "description": "STS Kafka",
5
5
  "main": "./dist/stskafka.umd.js",
6
6
  "module": "./dist/stskafka.mjs",
@@ -49,10 +49,10 @@
49
49
  "vitest": "^3.2.4"
50
50
  },
51
51
  "dependencies": {
52
- "@nsshunt/stsutils": "^1.19.41",
52
+ "@nsshunt/stsutils": "^1.19.45",
53
53
  "chalk": "^4.1.2",
54
54
  "kafkajs": "^2.2.4",
55
55
  "uuid": "^13.0.0",
56
- "winston": "^3.18.2"
56
+ "winston": "^3.18.3"
57
57
  }
58
58
  }