@opcua/for-node-red 2.12.0 → 2.12.2
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 +21 -1
- package/all.js +1 -1
- package/config-panel/assets/{index-QtyZbFyg.css → index-B2t8v8l8.css} +1 -1
- package/config-panel/assets/{index-Dqg7asGp.js → index-DWlTPfa9.js} +7 -7
- package/config-panel/index.html +2 -2
- package/package.json +31 -30
- package/source/OpcUa-Client2-Browse/OpcUa-Client2-Browse.html +2 -2
- package/source/OpcUa-Client2-Call/OpcUa-Client2-Call.html +2 -2
- package/source/OpcUa-Client2-Explore/OpcUa-Client2-Explore.html +2 -2
- package/source/OpcUa-Client2-ExtensionObject/OpcUa-Client2-ExtensionObject.html +2 -2
- package/source/OpcUa-Client2-HistoryRead/OpcUa-Client2-HistoryRead.css +2 -0
- package/source/OpcUa-Client2-HistoryRead/OpcUa-Client2-HistoryRead.html +270 -0
- package/source/OpcUa-Client2-HistoryRead/OpcUa-Client2-HistoryRead.js +2 -0
- package/source/OpcUa-Client2-Monitor/OpcUa-Client2-Monitor.html +3 -3
- package/source/OpcUa-Client2-MonitorEvent/OpcUa-Client2-MonitorEvent.html +2 -2
- package/source/OpcUa-Client2-Read/OpcUa-Client2-Read.html +3 -3
- package/source/OpcUa-Client2-Write/OpcUa-Client2-Write.html +2 -2
- package/source/OpcUa-Endpoint2/OpcUa-Endpoint2.html +2 -2
package/config-panel/index.html
CHANGED
@@ -5,8 +5,8 @@
|
|
5
5
|
<link rel="icon" type="image/svg+xml" href="/assets/vite.svg" />
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
7
7
|
<title>@OPC UA for NodeRed admin panel</title>
|
8
|
-
<script type="module" crossorigin src="/assets/index-
|
9
|
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
8
|
+
<script type="module" crossorigin src="/assets/index-DWlTPfa9.js"></script>
|
9
|
+
<link rel="stylesheet" crossorigin href="/assets/index-B2t8v8l8.css">
|
10
10
|
</head>
|
11
11
|
|
12
12
|
<body>
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@opcua/for-node-red",
|
3
|
-
"version": "2.12.
|
3
|
+
"version": "2.12.2",
|
4
4
|
"description": "The Node-RED node to communicate via OPC UA, powered NodeOPCUA and developed by Sterfive's team",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -38,45 +38,46 @@
|
|
38
38
|
"OpcUa-Client2-Monitor": "./source/OpcUa-Client2-Monitor/OpcUa-Client2-Monitor.js",
|
39
39
|
"OpcUa-Client2-MonitorEvent": "./source/OpcUa-Client2-MonitorEvent/OpcUa-Client2-MonitorEvent.js",
|
40
40
|
"OpcUa-Client2-Read": "./source/OpcUa-Client2-Read/OpcUa-Client2-Read.js",
|
41
|
+
"OpcUa-Client2-HistoryRead": "./source/OpcUa-Client2-HistoryRead/OpcUa-Client2-HistoryRead.js",
|
41
42
|
"OpcUa-Client2-Write": "./source/OpcUa-Client2-Write/OpcUa-Client2-Write.js",
|
42
43
|
"OpcUa-Client2-ExtensionObject": "./source/OpcUa-Client2-ExtensionObject/OpcUa-Client2-ExtensionObject.js"
|
43
44
|
}
|
44
45
|
},
|
45
46
|
"dependencies": {
|
46
47
|
"express": "4.19.2",
|
47
|
-
"node-opcua-address-space": "2.
|
48
|
+
"node-opcua-address-space": "2.129.0",
|
48
49
|
"node-opcua-assert": "2.120.0",
|
49
|
-
"node-opcua-basic-types": "2.
|
50
|
-
"node-opcua-binary-stream": "2.
|
51
|
-
"node-opcua-buffer-utils": "2.
|
52
|
-
"node-opcua-certificate-manager": "2.
|
50
|
+
"node-opcua-basic-types": "2.128.0",
|
51
|
+
"node-opcua-binary-stream": "2.128.0",
|
52
|
+
"node-opcua-buffer-utils": "2.128.0",
|
53
|
+
"node-opcua-certificate-manager": "2.129.0",
|
53
54
|
"node-opcua-client-crawler": "2.124.0",
|
54
|
-
"node-opcua-client-dynamic-extension-object": "2.
|
55
|
-
"node-opcua-client": "2.
|
56
|
-
"node-opcua-constants": "2.
|
57
|
-
"node-opcua-crypto": "4.
|
58
|
-
"node-opcua-data-model": "2.
|
59
|
-
"node-opcua-data-value": "2.
|
60
|
-
"node-opcua-date-time": "2.
|
61
|
-
"node-opcua-debug": "2.
|
62
|
-
"node-opcua-extension-object": "2.
|
63
|
-
"node-opcua-factory": "2.
|
64
|
-
"node-opcua-file-transfer": "2.
|
55
|
+
"node-opcua-client-dynamic-extension-object": "2.129.0",
|
56
|
+
"node-opcua-client": "2.129.0",
|
57
|
+
"node-opcua-constants": "2.125.0",
|
58
|
+
"node-opcua-crypto": "4.9.2",
|
59
|
+
"node-opcua-data-model": "2.128.0",
|
60
|
+
"node-opcua-data-value": "2.129.0",
|
61
|
+
"node-opcua-date-time": "2.128.0",
|
62
|
+
"node-opcua-debug": "2.128.0",
|
63
|
+
"node-opcua-extension-object": "2.128.0",
|
64
|
+
"node-opcua-factory": "2.128.0",
|
65
|
+
"node-opcua-file-transfer": "2.129.0",
|
65
66
|
"node-opcua-json": "0.50.0",
|
66
|
-
"node-opcua-nodeid": "2.
|
67
|
-
"node-opcua-nodeset-auto-id": "2.
|
68
|
-
"node-opcua-nodeset-di": "2.
|
67
|
+
"node-opcua-nodeid": "2.128.0",
|
68
|
+
"node-opcua-nodeset-auto-id": "2.129.0",
|
69
|
+
"node-opcua-nodeset-di": "2.129.0",
|
69
70
|
"node-opcua-nodesets": "2.121.0",
|
70
|
-
"node-opcua-numeric-range": "2.
|
71
|
-
"node-opcua-pki": "4.
|
72
|
-
"node-opcua-pseudo-session": "2.
|
73
|
-
"node-opcua-service-browse": "2.
|
74
|
-
"node-opcua-service-translate-browse-path": "2.
|
75
|
-
"node-opcua-status-code": "2.
|
76
|
-
"node-opcua-types": "2.
|
77
|
-
"node-opcua-utils": "2.
|
78
|
-
"node-opcua-variant": "2.
|
79
|
-
"node-opcua": "2.
|
71
|
+
"node-opcua-numeric-range": "2.128.0",
|
72
|
+
"node-opcua-pki": "4.11.1",
|
73
|
+
"node-opcua-pseudo-session": "2.129.0",
|
74
|
+
"node-opcua-service-browse": "2.129.0",
|
75
|
+
"node-opcua-service-translate-browse-path": "2.129.0",
|
76
|
+
"node-opcua-status-code": "2.128.0",
|
77
|
+
"node-opcua-types": "2.129.0",
|
78
|
+
"node-opcua-utils": "2.128.0",
|
79
|
+
"node-opcua-variant": "2.129.0",
|
80
|
+
"node-opcua": "2.129.0",
|
80
81
|
"antlr4ts": "0.5.0-alpha.4",
|
81
82
|
"body-parser": "1.20.2",
|
82
83
|
"boxen": "5"
|