@horizon-republic/nestjs-jetstream 2.8.0 → 2.9.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@horizon-republic/nestjs-jetstream",
3
- "version": "2.8.0",
3
+ "version": "2.9.0",
4
4
  "description": "A NestJS transport for NATS with JetStream events, broadcast fan-out, and Core/JetStream RPC.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -63,35 +63,35 @@
63
63
  "devDependencies": {
64
64
  "@faker-js/faker": "^10.4.0",
65
65
  "@golevelup/ts-vitest": "^4.0.0",
66
- "@nestjs/platform-express": "^11.1.17",
67
- "@nestjs/testing": "^11.1.17",
68
- "@types/node": "^25.5.0",
69
- "@vitest/coverage-v8": "^4.1.2",
70
- "eslint": "^10.1.0",
66
+ "@nestjs/platform-express": "^11.1.18",
67
+ "@nestjs/testing": "^11.1.18",
68
+ "@types/node": "^25.6.0",
69
+ "@vitest/coverage-v8": "^4.1.4",
70
+ "eslint": "^10.2.0",
71
71
  "eslint-config-prettier": "^10.1.8",
72
72
  "eslint-plugin-prefer-arrow": "^1.2.3",
73
73
  "eslint-plugin-prettier": "^5.5.5",
74
74
  "eslint-plugin-sonarjs": "^4.0.2",
75
75
  "eslint-plugin-unused-imports": "^4.4.1",
76
- "prettier": "^3.8.1",
77
- "testcontainers": "^11.13.0",
76
+ "prettier": "^3.8.2",
77
+ "testcontainers": "^11.14.0",
78
78
  "tsup": "^8.5.1",
79
79
  "tsx": "^4.21.0",
80
- "typescript": "~5.9.3",
81
- "typescript-eslint": "^8.58.0",
82
- "vitest": "^4.1.2"
80
+ "typescript": "~6.0.2",
81
+ "typescript-eslint": "^8.58.1",
82
+ "vitest": "^4.1.4"
83
83
  },
84
84
  "dependencies": {
85
85
  "@nats-io/jetstream": "^3.3.1",
86
+ "@nats-io/kv": "^3.3.1",
86
87
  "@nats-io/nuid": "^2.0.3",
87
88
  "@nats-io/transport-node": "^3.3.1"
88
89
  },
89
90
  "scripts": {
90
91
  "build": "tsup",
91
92
  "build:watch": "tsup --watch",
92
- "build:example": "tsc -p examples/tsconfig.json",
93
- "start:example": "pnpm build && pnpm build:example && node dist-example/examples/main.js",
94
- "dev:example": "tsx --tsconfig examples/tsconfig.json examples/main.ts",
93
+ "start:example": "pnpm build && tsx --tsconfig examples/tsconfig.json examples/01-basic/main.ts",
94
+ "dev:example": "tsx --tsconfig examples/tsconfig.json examples/01-basic/main.ts",
95
95
  "lint": "eslint",
96
96
  "lint:fix": "eslint --fix",
97
97
  "docs:dev": "pnpm --filter ./website start",