node-opcua-vendor-diagnostic 2.131.0 → 2.133.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.
|
@@ -18,7 +18,7 @@ const warningLog = (0, node_opcua_debug_1.make_warningLog)(__filename);
|
|
|
18
18
|
// tslint:disable:no-var-requires
|
|
19
19
|
const humanize = require("humanize");
|
|
20
20
|
/**
|
|
21
|
-
|
|
21
|
+
|
|
22
22
|
* @param namespace
|
|
23
23
|
* @param options
|
|
24
24
|
* @param options.browseName
|
|
@@ -47,7 +47,7 @@ function addVariableWithHumanizeText(namespace, options) {
|
|
|
47
47
|
*
|
|
48
48
|
* optionally install a CPU Usage and Memory Usage node
|
|
49
49
|
* ( condition : running on linux and require("usage")
|
|
50
|
-
|
|
50
|
+
|
|
51
51
|
* @param server {OPCUAServer}
|
|
52
52
|
*
|
|
53
53
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-vendor-diagnostic",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.133.0",
|
|
4
4
|
"description": "pure nodejs OPCUA SDK - module vendor-diagnostic",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"humanize": "0.0.9",
|
|
14
|
-
"node-opcua-address-space": "2.
|
|
14
|
+
"node-opcua-address-space": "2.133.0",
|
|
15
15
|
"node-opcua-assert": "2.120.0",
|
|
16
16
|
"node-opcua-constants": "2.125.0",
|
|
17
|
-
"node-opcua-debug": "2.
|
|
18
|
-
"node-opcua-server": "2.
|
|
19
|
-
"node-opcua-status-code": "2.
|
|
20
|
-
"node-opcua-variant": "2.
|
|
17
|
+
"node-opcua-debug": "2.133.0",
|
|
18
|
+
"node-opcua-server": "2.133.0",
|
|
19
|
+
"node-opcua-status-code": "2.133.0",
|
|
20
|
+
"node-opcua-variant": "2.133.0"
|
|
21
21
|
},
|
|
22
22
|
"author": "Etienne Rossignon",
|
|
23
23
|
"license": "MIT",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"internet of things"
|
|
35
35
|
],
|
|
36
36
|
"homepage": "http://node-opcua.github.io/",
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "921bb04f2e7ce3109dd051ff27a2210edf700344",
|
|
38
38
|
"files": [
|
|
39
39
|
"dist",
|
|
40
40
|
"source"
|
|
@@ -17,7 +17,7 @@ const warningLog = make_warningLog(__filename);
|
|
|
17
17
|
const humanize = require("humanize");
|
|
18
18
|
|
|
19
19
|
/**
|
|
20
|
-
|
|
20
|
+
|
|
21
21
|
* @param namespace
|
|
22
22
|
* @param options
|
|
23
23
|
* @param options.browseName
|
|
@@ -49,7 +49,7 @@ function addVariableWithHumanizeText(namespace: Namespace, options: any) {
|
|
|
49
49
|
*
|
|
50
50
|
* optionally install a CPU Usage and Memory Usage node
|
|
51
51
|
* ( condition : running on linux and require("usage")
|
|
52
|
-
|
|
52
|
+
|
|
53
53
|
* @param server {OPCUAServer}
|
|
54
54
|
*
|
|
55
55
|
*/
|