@lad-tech/nsc-toolkit 1.26.0 → 1.26.1

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
- # [1.26.0](https://github.com/lad-tech/nsc-toolkit/compare/v1.25.0...v1.26.0) (2025-01-14)
1
+ ## [1.26.1](https://github.com/lad-tech/nsc-toolkit/compare/v1.26.0...v1.26.1) (2025-01-17)
2
2
 
3
3
 
4
- ### Features
4
+ ### Bug Fixes
5
5
 
6
- * add rollup support ([#138](https://github.com/lad-tech/nsc-toolkit/issues/138)) ([423d1a8](https://github.com/lad-tech/nsc-toolkit/commit/423d1a86b4fb37b97a9cb9af8e4871b1e62caa76))
6
+ * Remove inbox from config old consumer ([#140](https://github.com/lad-tech/nsc-toolkit/issues/140)) ([69ddd98](https://github.com/lad-tech/nsc-toolkit/commit/69ddd980ebd7258991542946a1252b11d424199a))
@@ -114,7 +114,7 @@ class StreamManager extends Root_1.Root {
114
114
  await this.jsm.consumers.add(streamName, { ...options.config, filter_subject: subject });
115
115
  }
116
116
  else {
117
- await this.jsm.consumers.update(streamName, consumerName, { ...options.config, filter_subject: subject });
117
+ await this.jsm.consumers.update(streamName, consumerName, { ...options.config, filter_subject: subject, deliver_subject: undefined });
118
118
  }
119
119
  }
120
120
  const consumer = await this.broker.jetstream().consumers.get(streamName, consumerName);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lad-tech/nsc-toolkit",
3
- "version": "1.26.0",
3
+ "version": "1.26.1",
4
4
  "description": "Toolkit for create microservices around NATS",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/types/index.d.ts",