node-opcua-packet-analyzer 2.90.0 → 2.90.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.
|
@@ -9,7 +9,7 @@ export interface IExtensionObject extends BaseUAObject {
|
|
|
9
9
|
encodingDefaultBinary?: ExpandedNodeId;
|
|
10
10
|
constructor: any;
|
|
11
11
|
}
|
|
12
|
-
|
|
12
|
+
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.90.
|
|
3
|
+
"version": "2.90.1",
|
|
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",
|
|
@@ -16,14 +16,14 @@
|
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"chalk": "4.1.2",
|
|
18
18
|
"node-opcua-assert": "2.88.0",
|
|
19
|
-
"node-opcua-basic-types": "2.90.
|
|
20
|
-
"node-opcua-binary-stream": "2.
|
|
21
|
-
"node-opcua-debug": "2.90.
|
|
22
|
-
"node-opcua-factory": "2.90.
|
|
23
|
-
"node-opcua-utils": "2.
|
|
19
|
+
"node-opcua-basic-types": "2.90.1",
|
|
20
|
+
"node-opcua-binary-stream": "2.90.1",
|
|
21
|
+
"node-opcua-debug": "2.90.1",
|
|
22
|
+
"node-opcua-factory": "2.90.1",
|
|
23
|
+
"node-opcua-utils": "2.90.1"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"node-opcua-nodeid": "2.90.
|
|
26
|
+
"node-opcua-nodeid": "2.90.1",
|
|
27
27
|
"node-opcua-test-helpers": "2.88.0",
|
|
28
28
|
"should": "^13.2.3"
|
|
29
29
|
},
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"internet of things"
|
|
41
41
|
],
|
|
42
42
|
"homepage": "http://node-opcua.github.io/",
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "3325ff5f8477fd058ba574d19e8128c36e3e831f"
|
|
44
44
|
}
|