@opcua/for-node-red 3.0.0 → 3.2.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.
@@ -5,6 +5,21 @@
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
+
9
+
10
+ <script async src="https://cdn.helprace.com/js/feedback/feedback.js"></script>
11
+ <script>
12
+ function configChd() { !window.chdData ? window.chdData = [] : null; window.chdData.push(arguments); }
13
+ configChd("accountKey", "c3RlcmZpdmV8tunY5tXW29eTx8rk3NLZypPH1Nja4NfX2PDN5trZsJSi3Mre1tvXyNiiyOHTmNna5ujU38vbo9jY5tvbyc6j2OLa2enH29s=");
14
+ configChd("feedbackType", "tab");
15
+ configChd("tabTitle", "Feedback & Support");
16
+ configChd("tabPosition", "left");
17
+ configChd("tabBgColor", "#95b3d7");
18
+ configChd("tabTextColor", "#000000");
19
+ configChd("tabAction", false);
20
+ </script>
21
+
22
+
8
23
  <script type="module" crossorigin src="/assets/index-CL9o-Rxy.js"></script>
9
24
  <link rel="stylesheet" crossorigin href="/assets/index-D642mSgA.css">
10
25
  </head>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opcua/for-node-red",
3
- "version": "3.0.0",
3
+ "version": "3.2.0",
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",