node-opcua-packet-analyzer 2.86.0 → 2.88.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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2022 Sterfive SAS - 833264583 RCS ORLEANS - France (https://www.sterfive.com)
3
+ Copyright (c) 2022-2023 Sterfive SAS - 833264583 RCS ORLEANS - France (https://www.sterfive.com)
4
4
 
5
5
  Copyright (c) 2014-2022 Etienne Rossignon
6
6
 
@@ -9,7 +9,7 @@ export interface IExtensionObject extends BaseUAObject {
9
9
  encodingDefaultBinary?: ExpandedNodeId;
10
10
  constructor: any;
11
11
  }
12
- type encode_decode_round_trip_testCallback = (buffer: Buffer, encoding: any, options: any) => void;
12
+ declare type encode_decode_round_trip_testCallback = (buffer: Buffer, encoding: any, options: any) => void;
13
13
  /**
14
14
  * @method encode_decode_round_trip_test
15
15
  * @param obj : object to test ( the object must provide a binaryStoreSize,encode,decode method
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-packet-analyzer",
3
- "version": "2.86.0",
3
+ "version": "2.88.0",
4
4
  "description": "pure nodejs OPCUA SDK - module -packet-analyzer",
5
5
  "main": "./dist/source/index.js",
6
6
  "types": "./dist/source/index.d.ts",
@@ -15,16 +15,16 @@
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
17
  "chalk": "4.1.2",
18
- "node-opcua-assert": "2.77.0",
19
- "node-opcua-basic-types": "2.86.0",
20
- "node-opcua-binary-stream": "2.86.0",
21
- "node-opcua-debug": "2.86.0",
22
- "node-opcua-factory": "2.86.0",
23
- "node-opcua-utils": "2.86.0"
18
+ "node-opcua-assert": "2.88.0",
19
+ "node-opcua-basic-types": "2.88.0",
20
+ "node-opcua-binary-stream": "2.88.0",
21
+ "node-opcua-debug": "2.88.0",
22
+ "node-opcua-factory": "2.88.0",
23
+ "node-opcua-utils": "2.88.0"
24
24
  },
25
25
  "devDependencies": {
26
- "node-opcua-nodeid": "2.86.0",
27
- "node-opcua-test-helpers": "2.77.0",
26
+ "node-opcua-nodeid": "2.88.0",
27
+ "node-opcua-test-helpers": "2.88.0",
28
28
  "should": "^13.2.3"
29
29
  },
30
30
  "repository": {
@@ -40,5 +40,5 @@
40
40
  "internet of things"
41
41
  ],
42
42
  "homepage": "http://node-opcua.github.io/",
43
- "gitHead": "36afc46fe2c91aa5664a8c5418f4db5a354670c3"
43
+ "gitHead": "0c20078b474f36855b799557f8fe931dbe20c2ca"
44
44
  }