@nats-io/transport-node 3.0.0-31 → 3.0.0-33

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/README.md CHANGED
@@ -2,9 +2,11 @@
2
2
 
3
3
  A Node.js transport for the [NATS messaging system](https://nats.io).
4
4
 
5
- ![GitHub License](https://img.shields.io/github/license/nats-io/nats.js)
6
- ![NATS.js CI](https://github.com/nats-io/nats.js/workflows/NATS.js%20CI/badge.svg)
7
- ![NPM Version](https://img.shields.io/npm/v/%40nats-io%2Ftransport-node)
5
+ [![License](https://img.shields.io/badge/Licence-Apache%202.0-blue.svg)](./LICENSE)
6
+ ![transport-node](https://github.com/nats-io/nats.js/actions/workflows/transport-node-test.yml/badge.svg)
7
+ [![JSDoc](https://img.shields.io/badge/JSDoc-reference-blue)](https://nats-io.github.io/nats.js)
8
+
9
+ [![NPM Version](https://img.shields.io/npm/v/%40nats-io%2Ftransport-node)](https://www.npmjs.com/package/@nats-io/transport-node)
8
10
  ![NPM Downloads](https://img.shields.io/npm/dt/%40nats-io%2Ftransport-node)
9
11
  ![NPM Downloads](https://img.shields.io/npm/dm/%40nats-io%2Ftransport-node)
10
12
 
@@ -3,7 +3,7 @@ import { Deferred, ServerInfo, Transport } from "./nats-base-client";
3
3
  import { Socket } from "node:net";
4
4
  import { TlsOptions, TLSSocket } from "node:tls";
5
5
  import { Buffer } from "node:buffer";
6
- export declare const VERSION = "3.0.0-31";
6
+ export declare const VERSION = "3.0.0-33";
7
7
  export declare class NodeTransport implements Transport {
8
8
  socket: Socket;
9
9
  version: string;
package/lib/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const version = "3.0.0-31";
1
+ export declare const version = "3.0.0-33";
package/lib/version.js CHANGED
@@ -2,5 +2,5 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
4
  // This file is generated - do not edit
5
- exports.version = "3.0.0-31";
5
+ exports.version = "3.0.0-33";
6
6
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nats-io/transport-node",
3
- "version": "3.0.0-31",
3
+ "version": "3.0.0-33",
4
4
  "description": "Node.js client for NATS, a lightweight, high-performance cloud native messaging system",
5
5
  "keywords": [
6
6
  "nats",
@@ -54,7 +54,7 @@
54
54
  "node": ">= 18.0.0"
55
55
  },
56
56
  "dependencies": {
57
- "@nats-io/nats-core": "3.0.0-46",
57
+ "@nats-io/nats-core": "3.0.0-48",
58
58
  "@nats-io/nkeys": "2.0.0-3",
59
59
  "@nats-io/nuid": "2.0.1-2"
60
60
  },
@@ -63,8 +63,8 @@
63
63
  "minimist": "^1.2.8",
64
64
  "shx": "^0.3.3",
65
65
  "typescript": "5.6.3",
66
- "@nats-io/jetstream": "3.0.0-33",
67
- "@nats-io/kv": "3.0.0-26",
68
- "@nats-io/obj": "3.0.0-28"
66
+ "@nats-io/jetstream": "3.0.0-35",
67
+ "@nats-io/kv": "3.0.0-29",
68
+ "@nats-io/obj": "3.0.0-31"
69
69
  }
70
- }
70
+ }