node-opcua 2.73.1 → 2.74.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.
Files changed (3) hide show
  1. package/LICENSE +3 -1
  2. package/README.md +56 -1
  3. package/package.json +49 -49
package/LICENSE CHANGED
@@ -1,6 +1,8 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2014-2021 Etienne Rossignon
3
+ Copyright (c) 2022 Sterfive SAS - 833264583 RCS ORLEANS - France (https://www.sterfive.com)
4
+
5
+ Copyright (c) 2014-2022 Etienne Rossignon
4
6
 
5
7
  Permission is hereby granted, free of charge, to any person obtaining a copy of
6
8
  this software and associated documentation files (the "Software"), to deal in
package/README.md CHANGED
@@ -3,6 +3,61 @@ node-opcua
3
3
 
4
4
  an implementation of a OPC UA stack fully written in javascript and nodejs
5
5
 
6
-
7
6
  see http://node-opcua.github.io/
8
7
 
8
+
9
+
10
+ # Documentation
11
+
12
+ "NodeOPCUA by Example" (https://leanpub.com/node-opcuabyexample) provides a good starting point to understand and start using node-opcua.
13
+
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
+
16
+
17
+ ## Sponsors & Backers
18
+
19
+ We appreciate that, once you have evaluated the software you consider supporting our effort by applying to our sponsor program:
20
+
21
+ - https://github.com/sponsors/node-opcua
22
+ - https://opencollective.com/node-opcua
23
+
24
+ Grants ensure the following:
25
+
26
+ - 🔨 Long term maintenance of the project
27
+ - ⚙️ maintain the website and continuous integration platform
28
+ - 🛣 Progress on the road-map
29
+ - 🐛 Quick responses to bug reports
30
+ - 🚀 New features & enhancements
31
+ - ⚖️ representing the node-opcua user community at the OPC Foundation
32
+
33
+ # Support
34
+
35
+ Technical Support is exclusively provided to registered members of the NodeOPCUA Subscription (https://support.sterfive.com) or through dedicated Professional Services.
36
+
37
+
38
+ # License
39
+
40
+ Node-OPCUA is made available to you under the MIT open source license.
41
+
42
+ See [LICENSE](./LICENSE) for details.
43
+
44
+
45
+ # value-added extensions
46
+
47
+ Contact Sterfive SAS (mailto:contact@sterfive.com) for additional companion modules that are available to registered members:
48
+
49
+ - node-opcua-pub-sub : Part 14 implementation to develop OPC UA PubSub over MQTT applications
50
+ - node-opcua-webproxy: to operate node-opcua from within a web browser
51
+ - node-opcua-optimized-client: super-charge OPC UA Client
52
+ - react-components: a collection of React UI components
53
+ - aggregator: a powerful OPC UA aggregator that can combine and monitored hundred of servers and millions of variables.
54
+ - node-opcua-gds: a Global Discovery Server (Part 12)
55
+ - node-opcua-modeler-ex: a powerful NO-GUI OPC UA modeler
56
+
57
+
58
+ # Copyright
59
+
60
+ Copyright (c) 2022 Sterfive SAS
61
+
62
+ Copyright (c) 2014-2022 Etienne Rossignon
63
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua",
3
- "version": "2.73.1",
3
+ "version": "2.74.0",
4
4
  "description": "pure nodejs OPCUA SDK - module ",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -13,54 +13,54 @@
13
13
  },
14
14
  "dependencies": {
15
15
  "chalk": "4.1.2",
16
- "node-opcua-address-space": "2.73.1",
17
- "node-opcua-address-space-for-conformance-testing": "2.73.1",
18
- "node-opcua-aggregates": "2.73.1",
19
- "node-opcua-assert": "2.66.0",
20
- "node-opcua-basic-types": "2.73.0",
21
- "node-opcua-binary-stream": "2.73.0",
22
- "node-opcua-certificate-manager": "2.73.0",
23
- "node-opcua-client": "2.73.1",
24
- "node-opcua-client-crawler": "2.73.1",
25
- "node-opcua-client-proxy": "2.73.1",
26
- "node-opcua-common": "2.73.1",
27
- "node-opcua-constants": "2.70.0",
16
+ "node-opcua-address-space": "2.74.0",
17
+ "node-opcua-address-space-for-conformance-testing": "2.74.0",
18
+ "node-opcua-aggregates": "2.74.0",
19
+ "node-opcua-assert": "2.74.0",
20
+ "node-opcua-basic-types": "2.74.0",
21
+ "node-opcua-binary-stream": "2.74.0",
22
+ "node-opcua-certificate-manager": "2.74.0",
23
+ "node-opcua-client": "2.74.0",
24
+ "node-opcua-client-crawler": "2.74.0",
25
+ "node-opcua-client-proxy": "2.74.0",
26
+ "node-opcua-common": "2.74.0",
27
+ "node-opcua-constants": "2.74.0",
28
28
  "node-opcua-crypto": "^1.11.0",
29
- "node-opcua-data-access": "2.73.1",
30
- "node-opcua-data-model": "2.73.1",
31
- "node-opcua-data-value": "2.73.1",
32
- "node-opcua-debug": "2.71.0",
33
- "node-opcua-enum": "2.71.0",
34
- "node-opcua-factory": "2.73.1",
35
- "node-opcua-hostname": "2.67.0",
36
- "node-opcua-nodeid": "2.71.0",
37
- "node-opcua-nodesets": "2.73.0",
38
- "node-opcua-numeric-range": "2.73.1",
39
- "node-opcua-packet-analyzer": "2.73.1",
40
- "node-opcua-secure-channel": "2.73.1",
41
- "node-opcua-server": "2.73.1",
42
- "node-opcua-server-discovery": "2.73.1",
43
- "node-opcua-service-browse": "2.73.1",
44
- "node-opcua-service-call": "2.73.1",
45
- "node-opcua-service-discovery": "2.73.1",
46
- "node-opcua-service-endpoints": "2.73.1",
47
- "node-opcua-service-filter": "2.73.1",
48
- "node-opcua-service-history": "2.73.1",
49
- "node-opcua-service-node-management": "2.73.1",
50
- "node-opcua-service-query": "2.73.1",
51
- "node-opcua-service-read": "2.73.1",
52
- "node-opcua-service-register-node": "2.73.1",
53
- "node-opcua-service-secure-channel": "2.73.1",
54
- "node-opcua-service-session": "2.73.1",
55
- "node-opcua-service-subscription": "2.73.1",
56
- "node-opcua-service-translate-browse-path": "2.73.1",
57
- "node-opcua-service-write": "2.73.1",
58
- "node-opcua-status-code": "2.73.0",
59
- "node-opcua-transport": "2.73.1",
60
- "node-opcua-types": "2.73.1",
61
- "node-opcua-utils": "2.71.0",
62
- "node-opcua-variant": "2.73.1",
63
- "node-opcua-vendor-diagnostic": "2.73.1",
29
+ "node-opcua-data-access": "2.74.0",
30
+ "node-opcua-data-model": "2.74.0",
31
+ "node-opcua-data-value": "2.74.0",
32
+ "node-opcua-debug": "2.74.0",
33
+ "node-opcua-enum": "2.74.0",
34
+ "node-opcua-factory": "2.74.0",
35
+ "node-opcua-hostname": "2.74.0",
36
+ "node-opcua-nodeid": "2.74.0",
37
+ "node-opcua-nodesets": "2.74.0",
38
+ "node-opcua-numeric-range": "2.74.0",
39
+ "node-opcua-packet-analyzer": "2.74.0",
40
+ "node-opcua-secure-channel": "2.74.0",
41
+ "node-opcua-server": "2.74.0",
42
+ "node-opcua-server-discovery": "2.74.0",
43
+ "node-opcua-service-browse": "2.74.0",
44
+ "node-opcua-service-call": "2.74.0",
45
+ "node-opcua-service-discovery": "2.74.0",
46
+ "node-opcua-service-endpoints": "2.74.0",
47
+ "node-opcua-service-filter": "2.74.0",
48
+ "node-opcua-service-history": "2.74.0",
49
+ "node-opcua-service-node-management": "2.74.0",
50
+ "node-opcua-service-query": "2.74.0",
51
+ "node-opcua-service-read": "2.74.0",
52
+ "node-opcua-service-register-node": "2.74.0",
53
+ "node-opcua-service-secure-channel": "2.74.0",
54
+ "node-opcua-service-session": "2.74.0",
55
+ "node-opcua-service-subscription": "2.74.0",
56
+ "node-opcua-service-translate-browse-path": "2.74.0",
57
+ "node-opcua-service-write": "2.74.0",
58
+ "node-opcua-status-code": "2.74.0",
59
+ "node-opcua-transport": "2.74.0",
60
+ "node-opcua-types": "2.74.0",
61
+ "node-opcua-utils": "2.74.0",
62
+ "node-opcua-variant": "2.74.0",
63
+ "node-opcua-vendor-diagnostic": "2.74.0",
64
64
  "semver": "^7.3.7"
65
65
  },
66
66
  "devDependencies": {
@@ -84,5 +84,5 @@
84
84
  "url": "https://github.com/sponsors/erossignon"
85
85
  },
86
86
  "homepage": "http://node-opcua.github.io/",
87
- "gitHead": "684a796e88e1732f418f2ada6aca2808e0115de8"
87
+ "gitHead": "003ee041795f3b737afaaef5721045ee31ea9f77"
88
88
  }