@nsshunt/stskafka 1.0.67 → 1.0.68
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/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +10 -10
package/dist/index.cjs
CHANGED
|
@@ -6,7 +6,7 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
|
6
6
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
7
7
|
var __getProtoOf = Object.getPrototypeOf;
|
|
8
8
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
9
|
-
var __commonJSMin = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
|
|
9
|
+
var __commonJSMin = (cb, mod) => () => (mod || (cb((mod = { exports: {} }).exports, mod), cb = null), mod.exports);
|
|
10
10
|
var __copyProps = (to, from, except, desc) => {
|
|
11
11
|
if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
|
|
12
12
|
key = keys[i];
|
package/dist/index.mjs
CHANGED
|
@@ -4,7 +4,7 @@ import chalk from "chalk";
|
|
|
4
4
|
import net from "node:net";
|
|
5
5
|
import tls from "node:tls";
|
|
6
6
|
//#region \0rolldown/runtime.js
|
|
7
|
-
var __commonJSMin = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
|
|
7
|
+
var __commonJSMin = (cb, mod) => () => (mod || (cb((mod = { exports: {} }).exports, mod), cb = null), mod.exports);
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/kafka/kafkaconsumer.ts
|
|
10
10
|
var import___vite_browser_external = (/* @__PURE__ */ __commonJSMin(((exports, module) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nsshunt/stskafka",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.68",
|
|
4
4
|
"description": "STS Kafka",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -42,18 +42,18 @@
|
|
|
42
42
|
"homepage": "https://github.com/nsshunt/stskafka#readme",
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@testcontainers/kafka": "^11.14.0",
|
|
45
|
-
"@types/node": "^25.
|
|
46
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
47
|
-
"@typescript-eslint/parser": "^8.
|
|
48
|
-
"eslint": "^10.2.
|
|
49
|
-
"globals": "^17.
|
|
45
|
+
"@types/node": "^25.6.0",
|
|
46
|
+
"@typescript-eslint/eslint-plugin": "^8.59.1",
|
|
47
|
+
"@typescript-eslint/parser": "^8.59.1",
|
|
48
|
+
"eslint": "^10.2.1",
|
|
49
|
+
"globals": "^17.5.0",
|
|
50
50
|
"testcontainers": "^11.14.0",
|
|
51
|
-
"typescript": "^6.0.
|
|
52
|
-
"vite": "^8.0.
|
|
53
|
-
"vitest": "^4.1.
|
|
51
|
+
"typescript": "^6.0.3",
|
|
52
|
+
"vite": "^8.0.10",
|
|
53
|
+
"vitest": "^4.1.5"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@nsshunt/stsutils": "^1.19.
|
|
56
|
+
"@nsshunt/stsutils": "^1.19.103",
|
|
57
57
|
"chalk": "^5.6.2",
|
|
58
58
|
"kafkajs": "^2.2.4",
|
|
59
59
|
"winston": "^3.19.0"
|