node-opcua-transport 2.96.0 → 2.97.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.
@@ -6,7 +6,7 @@
6
6
  import * as url from "url";
7
7
  import { BinaryStream, OutputBinaryStream } from "node-opcua-binary-stream";
8
8
  import { BaseUAObject } from "node-opcua-factory";
9
- export declare type ConstructorFunc = new (...args: any[]) => BaseUAObject;
9
+ export type ConstructorFunc = new (...args: any[]) => BaseUAObject;
10
10
  export declare function decodeMessage(stream: BinaryStream, classNameConstructor: ConstructorFunc): BaseUAObject;
11
11
  export declare function packTcpMessage(msgType: string, encodeableObject: BaseUAObject): Buffer;
12
12
  export declare function parseEndpointUrl(endpointUrl: string): url.Url;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-transport",
3
- "version": "2.96.0",
3
+ "version": "2.97.0",
4
4
  "description": "pure nodejs OPCUA SDK - module -transport",
5
5
  "main": "./dist/source/index.js",
6
6
  "types": "./dist/source/index.d.ts",
@@ -14,12 +14,12 @@
14
14
  "dependencies": {
15
15
  "chalk": "4.1.2",
16
16
  "node-opcua-assert": "2.88.0",
17
- "node-opcua-basic-types": "2.92.0",
17
+ "node-opcua-basic-types": "2.97.0",
18
18
  "node-opcua-binary-stream": "2.90.1",
19
19
  "node-opcua-buffer-utils": "2.90.1",
20
- "node-opcua-chunkmanager": "2.95.0",
20
+ "node-opcua-chunkmanager": "2.97.0",
21
21
  "node-opcua-debug": "2.90.1",
22
- "node-opcua-factory": "2.95.0",
22
+ "node-opcua-factory": "2.97.0",
23
23
  "node-opcua-object-registry": "2.90.1",
24
24
  "node-opcua-packet-assembler": "2.90.1",
25
25
  "node-opcua-status-code": "2.90.1",
@@ -44,5 +44,5 @@
44
44
  "internet of things"
45
45
  ],
46
46
  "homepage": "http://node-opcua.github.io/",
47
- "gitHead": "43642e4aaa1ca2a3938b044cc2237544dfff764a"
47
+ "gitHead": "19c96bda0810d2dec73dd1c2427546be40908646"
48
48
  }