node-opcua 2.91.1 → 2.92.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/README.md +2 -2
- package/package.json +39 -39
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ see http://node-opcua.github.io/
|
|
|
9
9
|
|
|
10
10
|
# Documentation
|
|
11
11
|
|
|
12
|
-
"NodeOPCUA by Example" (https://leanpub.com/node-opcuabyexample) provides a good starting point to understand and start using node-opcua.
|
|
12
|
+
"NodeOPCUA by Example" (https://leanpub.com/node-opcuabyexample-edition2022) provides a good starting point to understand and start using node-opcua.
|
|
13
13
|
|
|
14
14
|
More advanced interactive material & documentation is made available online for Registered members of the NodeOPCUA Subscription. Please visit https://support.sterfive.com to apply or contact Sterfive.
|
|
15
15
|
|
|
@@ -57,7 +57,7 @@ Contact Sterfive SAS (mailto:contact@sterfive.com) for additional companion modu
|
|
|
57
57
|
|
|
58
58
|
# Copyright
|
|
59
59
|
|
|
60
|
-
Copyright (c) 2022-2023 Sterfive
|
|
60
|
+
Copyright (c) 2022-2023 Sterfive SAS - https://www.sterfive.com
|
|
61
61
|
|
|
62
62
|
Copyright (c) 2014-2022 Etienne Rossignon
|
|
63
63
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.92.0",
|
|
4
4
|
"description": "pure nodejs OPCUA SDK - module ",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -14,54 +14,54 @@
|
|
|
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.92.0",
|
|
18
|
+
"node-opcua-address-space-for-conformance-testing": "2.92.0",
|
|
19
|
+
"node-opcua-aggregates": "2.92.0",
|
|
20
20
|
"node-opcua-assert": "2.88.0",
|
|
21
|
-
"node-opcua-basic-types": "2.
|
|
21
|
+
"node-opcua-basic-types": "2.92.0",
|
|
22
22
|
"node-opcua-binary-stream": "2.90.1",
|
|
23
|
-
"node-opcua-certificate-manager": "2.
|
|
24
|
-
"node-opcua-client": "2.
|
|
25
|
-
"node-opcua-client-crawler": "2.
|
|
26
|
-
"node-opcua-client-proxy": "2.
|
|
27
|
-
"node-opcua-common": "2.
|
|
23
|
+
"node-opcua-certificate-manager": "2.92.0",
|
|
24
|
+
"node-opcua-client": "2.92.0",
|
|
25
|
+
"node-opcua-client-crawler": "2.92.0",
|
|
26
|
+
"node-opcua-client-proxy": "2.92.0",
|
|
27
|
+
"node-opcua-common": "2.92.0",
|
|
28
28
|
"node-opcua-constants": "2.88.0",
|
|
29
29
|
"node-opcua-crypto": "^2.1.2",
|
|
30
|
-
"node-opcua-data-access": "2.
|
|
31
|
-
"node-opcua-data-model": "2.
|
|
32
|
-
"node-opcua-data-value": "2.
|
|
30
|
+
"node-opcua-data-access": "2.92.0",
|
|
31
|
+
"node-opcua-data-model": "2.92.0",
|
|
32
|
+
"node-opcua-data-value": "2.92.0",
|
|
33
33
|
"node-opcua-debug": "2.90.1",
|
|
34
34
|
"node-opcua-enum": "2.90.1",
|
|
35
|
-
"node-opcua-factory": "2.
|
|
35
|
+
"node-opcua-factory": "2.92.0",
|
|
36
36
|
"node-opcua-hostname": "2.88.0",
|
|
37
37
|
"node-opcua-nodeid": "2.90.1",
|
|
38
38
|
"node-opcua-nodesets": "2.88.0",
|
|
39
|
-
"node-opcua-numeric-range": "2.
|
|
40
|
-
"node-opcua-packet-analyzer": "2.
|
|
41
|
-
"node-opcua-secure-channel": "2.
|
|
42
|
-
"node-opcua-server": "2.
|
|
43
|
-
"node-opcua-server-discovery": "2.
|
|
44
|
-
"node-opcua-service-browse": "2.
|
|
45
|
-
"node-opcua-service-call": "2.
|
|
46
|
-
"node-opcua-service-discovery": "2.
|
|
47
|
-
"node-opcua-service-endpoints": "2.
|
|
48
|
-
"node-opcua-service-filter": "2.
|
|
49
|
-
"node-opcua-service-history": "2.
|
|
50
|
-
"node-opcua-service-node-management": "2.
|
|
51
|
-
"node-opcua-service-query": "2.
|
|
52
|
-
"node-opcua-service-read": "2.
|
|
53
|
-
"node-opcua-service-register-node": "2.
|
|
54
|
-
"node-opcua-service-secure-channel": "2.
|
|
55
|
-
"node-opcua-service-session": "2.
|
|
56
|
-
"node-opcua-service-subscription": "2.
|
|
57
|
-
"node-opcua-service-translate-browse-path": "2.
|
|
58
|
-
"node-opcua-service-write": "2.
|
|
39
|
+
"node-opcua-numeric-range": "2.92.0",
|
|
40
|
+
"node-opcua-packet-analyzer": "2.92.0",
|
|
41
|
+
"node-opcua-secure-channel": "2.92.0",
|
|
42
|
+
"node-opcua-server": "2.92.0",
|
|
43
|
+
"node-opcua-server-discovery": "2.92.0",
|
|
44
|
+
"node-opcua-service-browse": "2.92.0",
|
|
45
|
+
"node-opcua-service-call": "2.92.0",
|
|
46
|
+
"node-opcua-service-discovery": "2.92.0",
|
|
47
|
+
"node-opcua-service-endpoints": "2.92.0",
|
|
48
|
+
"node-opcua-service-filter": "2.92.0",
|
|
49
|
+
"node-opcua-service-history": "2.92.0",
|
|
50
|
+
"node-opcua-service-node-management": "2.92.0",
|
|
51
|
+
"node-opcua-service-query": "2.92.0",
|
|
52
|
+
"node-opcua-service-read": "2.92.0",
|
|
53
|
+
"node-opcua-service-register-node": "2.92.0",
|
|
54
|
+
"node-opcua-service-secure-channel": "2.92.0",
|
|
55
|
+
"node-opcua-service-session": "2.92.0",
|
|
56
|
+
"node-opcua-service-subscription": "2.92.0",
|
|
57
|
+
"node-opcua-service-translate-browse-path": "2.92.0",
|
|
58
|
+
"node-opcua-service-write": "2.92.0",
|
|
59
59
|
"node-opcua-status-code": "2.90.1",
|
|
60
|
-
"node-opcua-transport": "2.
|
|
61
|
-
"node-opcua-types": "2.
|
|
60
|
+
"node-opcua-transport": "2.92.0",
|
|
61
|
+
"node-opcua-types": "2.92.0",
|
|
62
62
|
"node-opcua-utils": "2.90.1",
|
|
63
|
-
"node-opcua-variant": "2.
|
|
64
|
-
"node-opcua-vendor-diagnostic": "2.
|
|
63
|
+
"node-opcua-variant": "2.92.0",
|
|
64
|
+
"node-opcua-vendor-diagnostic": "2.92.0",
|
|
65
65
|
"semver": "^7.3.8"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
@@ -85,5 +85,5 @@
|
|
|
85
85
|
"url": "https://github.com/sponsors/erossignon"
|
|
86
86
|
},
|
|
87
87
|
"homepage": "http://node-opcua.github.io/",
|
|
88
|
-
"gitHead": "
|
|
88
|
+
"gitHead": "6ee0f52395af2c1f4f03518e675dc3f6edb7a455"
|
|
89
89
|
}
|