node-opcua 2.99.0 → 2.101.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/package.json +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.101.0",
|
|
4
4
|
"description": "pure nodejs OPCUA SDK - module node-opcua",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -14,16 +14,16 @@
|
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@types/semver": "^7.3.13",
|
|
16
16
|
"chalk": "4.1.2",
|
|
17
|
-
"node-opcua-address-space": "2.
|
|
18
|
-
"node-opcua-address-space-for-conformance-testing": "2.
|
|
19
|
-
"node-opcua-aggregates": "2.
|
|
17
|
+
"node-opcua-address-space": "2.101.0",
|
|
18
|
+
"node-opcua-address-space-for-conformance-testing": "2.101.0",
|
|
19
|
+
"node-opcua-aggregates": "2.101.0",
|
|
20
20
|
"node-opcua-assert": "2.98.1",
|
|
21
21
|
"node-opcua-basic-types": "2.99.0",
|
|
22
22
|
"node-opcua-binary-stream": "2.98.1",
|
|
23
23
|
"node-opcua-certificate-manager": "2.99.0",
|
|
24
|
-
"node-opcua-client": "2.
|
|
25
|
-
"node-opcua-client-crawler": "2.
|
|
26
|
-
"node-opcua-client-proxy": "2.
|
|
24
|
+
"node-opcua-client": "2.101.0",
|
|
25
|
+
"node-opcua-client-crawler": "2.101.0",
|
|
26
|
+
"node-opcua-client-proxy": "2.101.0",
|
|
27
27
|
"node-opcua-common": "2.99.0",
|
|
28
28
|
"node-opcua-constants": "2.98.1",
|
|
29
29
|
"node-opcua-crypto": "^2.1.2",
|
|
@@ -38,14 +38,14 @@
|
|
|
38
38
|
"node-opcua-nodesets": "2.99.0",
|
|
39
39
|
"node-opcua-numeric-range": "2.99.0",
|
|
40
40
|
"node-opcua-packet-analyzer": "2.99.0",
|
|
41
|
-
"node-opcua-secure-channel": "2.
|
|
42
|
-
"node-opcua-server": "2.
|
|
43
|
-
"node-opcua-server-discovery": "2.
|
|
41
|
+
"node-opcua-secure-channel": "2.101.0",
|
|
42
|
+
"node-opcua-server": "2.101.0",
|
|
43
|
+
"node-opcua-server-discovery": "2.101.0",
|
|
44
44
|
"node-opcua-service-browse": "2.99.0",
|
|
45
45
|
"node-opcua-service-call": "2.99.0",
|
|
46
|
-
"node-opcua-service-discovery": "2.
|
|
46
|
+
"node-opcua-service-discovery": "2.101.0",
|
|
47
47
|
"node-opcua-service-endpoints": "2.99.0",
|
|
48
|
-
"node-opcua-service-filter": "2.
|
|
48
|
+
"node-opcua-service-filter": "2.100.0",
|
|
49
49
|
"node-opcua-service-history": "2.99.0",
|
|
50
50
|
"node-opcua-service-node-management": "2.99.0",
|
|
51
51
|
"node-opcua-service-query": "2.99.0",
|
|
@@ -53,15 +53,15 @@
|
|
|
53
53
|
"node-opcua-service-register-node": "2.99.0",
|
|
54
54
|
"node-opcua-service-secure-channel": "2.99.0",
|
|
55
55
|
"node-opcua-service-session": "2.99.0",
|
|
56
|
-
"node-opcua-service-subscription": "2.
|
|
56
|
+
"node-opcua-service-subscription": "2.101.0",
|
|
57
57
|
"node-opcua-service-translate-browse-path": "2.99.0",
|
|
58
58
|
"node-opcua-service-write": "2.99.0",
|
|
59
59
|
"node-opcua-status-code": "2.98.1",
|
|
60
|
-
"node-opcua-transport": "2.
|
|
60
|
+
"node-opcua-transport": "2.101.0",
|
|
61
61
|
"node-opcua-types": "2.99.0",
|
|
62
62
|
"node-opcua-utils": "2.98.1",
|
|
63
63
|
"node-opcua-variant": "2.99.0",
|
|
64
|
-
"node-opcua-vendor-diagnostic": "2.
|
|
64
|
+
"node-opcua-vendor-diagnostic": "2.101.0",
|
|
65
65
|
"semver": "^7.3.8"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"url": "https://github.com/sponsors/erossignon"
|
|
86
86
|
},
|
|
87
87
|
"homepage": "http://node-opcua.github.io/",
|
|
88
|
-
"gitHead": "
|
|
88
|
+
"gitHead": "77abad969406b6d7d76e6bc07a8aa94ae07f3db2",
|
|
89
89
|
"files": [
|
|
90
90
|
"dist",
|
|
91
91
|
"source"
|