node-opcua-server-configuration 2.66.0 → 2.66.3
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/dist/clientTools/index.js +1 -5
- package/dist/clientTools/index.js.map +1 -1
- package/dist/index.js +1 -5
- package/dist/index.js.map +1 -1
- package/package.json +10 -10
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
9
5
|
}) : (function(o, m, k, k2) {
|
|
10
6
|
if (k2 === undefined) k2 = k;
|
|
11
7
|
o[k2] = m[k];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../source/clientTools/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../source/clientTools/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,uEAAoD"}
|
package/dist/index.js
CHANGED
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
9
5
|
}) : (function(o, m, k, k2) {
|
|
10
6
|
if (k2 === undefined) k2 = k;
|
|
11
7
|
o[k2] = m[k];
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA;;GAEG;AACH,qCAAqC;AACrC,6DAA2C;AAC3C,mFAAiE;AACjE,+DAA6C;AAE7C,+EAA6D;AAC7D,gFAA8D;AAC9D,4EAA0D;AAC1D,8DAA4C"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-server-configuration",
|
|
3
|
-
"version": "2.66.
|
|
3
|
+
"version": "2.66.3",
|
|
4
4
|
"description": "pure nodejs OPCUA SDK - module -server",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "tsc -b",
|
|
@@ -12,23 +12,23 @@
|
|
|
12
12
|
"types": "./dist/index.d.ts",
|
|
13
13
|
"dependencies": {
|
|
14
14
|
"memfs": "^3.4.1",
|
|
15
|
-
"node-opcua-address-space": "2.66.
|
|
15
|
+
"node-opcua-address-space": "2.66.3",
|
|
16
16
|
"node-opcua-assert": "2.66.0",
|
|
17
17
|
"node-opcua-basic-types": "2.66.0",
|
|
18
|
-
"node-opcua-certificate-manager": "2.66.
|
|
19
|
-
"node-opcua-client": "2.66.
|
|
18
|
+
"node-opcua-certificate-manager": "2.66.3",
|
|
19
|
+
"node-opcua-client": "2.66.3",
|
|
20
20
|
"node-opcua-constants": "2.66.0",
|
|
21
21
|
"node-opcua-crypto": "^1.10.0",
|
|
22
22
|
"node-opcua-data-model": "2.66.0",
|
|
23
23
|
"node-opcua-debug": "2.66.0",
|
|
24
|
-
"node-opcua-file-transfer": "2.66.
|
|
24
|
+
"node-opcua-file-transfer": "2.66.3",
|
|
25
25
|
"node-opcua-hostname": "2.66.0",
|
|
26
26
|
"node-opcua-nodeid": "2.66.0",
|
|
27
27
|
"node-opcua-nodesets": "2.66.0",
|
|
28
|
-
"node-opcua-pki": "^2.15.
|
|
29
|
-
"node-opcua-pseudo-session": "2.66.
|
|
30
|
-
"node-opcua-secure-channel": "2.66.
|
|
31
|
-
"node-opcua-server": "2.66.
|
|
28
|
+
"node-opcua-pki": "^2.15.4",
|
|
29
|
+
"node-opcua-pseudo-session": "2.66.3",
|
|
30
|
+
"node-opcua-secure-channel": "2.66.3",
|
|
31
|
+
"node-opcua-server": "2.66.3",
|
|
32
32
|
"node-opcua-service-translate-browse-path": "2.66.0",
|
|
33
33
|
"node-opcua-status-code": "2.66.0",
|
|
34
34
|
"node-opcua-types": "2.66.0",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"internet of things"
|
|
58
58
|
],
|
|
59
59
|
"homepage": "http://node-opcua.github.io/",
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "5b682671b0709e8cdd6307e20a7e13060201a95b"
|
|
61
61
|
}
|