node-opcua-server 2.66.2 → 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/index.js +1 -5
- package/dist/index.js.map +1 -1
- package/package.json +10 -10
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,gDAA8B;AAC9B,qDAAmC;AACnC,4DAA0C;AAC1C,sEAAoD;AACpD,0DAAwC;AACxC,wDAAsC;AACtC,mDAAiC;AACjC,wDAAsC;AACtC,kDAAgC;AAChC,iDAA+B;AAC/B,mDAAiC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-server",
|
|
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",
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
"bonjour": "^3.5.0",
|
|
19
19
|
"dequeue": "^1.0.5",
|
|
20
20
|
"lodash": "4.17.21",
|
|
21
|
-
"node-opcua-address-space": "2.66.
|
|
21
|
+
"node-opcua-address-space": "2.66.3",
|
|
22
22
|
"node-opcua-assert": "2.66.0",
|
|
23
23
|
"node-opcua-basic-types": "2.66.0",
|
|
24
|
-
"node-opcua-certificate-manager": "2.66.
|
|
25
|
-
"node-opcua-client": "2.66.
|
|
26
|
-
"node-opcua-client-dynamic-extension-object": "2.66.
|
|
24
|
+
"node-opcua-certificate-manager": "2.66.3",
|
|
25
|
+
"node-opcua-client": "2.66.3",
|
|
26
|
+
"node-opcua-client-dynamic-extension-object": "2.66.3",
|
|
27
27
|
"node-opcua-common": "2.66.0",
|
|
28
28
|
"node-opcua-constants": "2.66.0",
|
|
29
29
|
"node-opcua-crypto": "^1.10.0",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"node-opcua-nodesets": "2.66.0",
|
|
41
41
|
"node-opcua-numeric-range": "2.66.0",
|
|
42
42
|
"node-opcua-object-registry": "2.66.0",
|
|
43
|
-
"node-opcua-pki": "^2.15.
|
|
44
|
-
"node-opcua-secure-channel": "2.66.
|
|
43
|
+
"node-opcua-pki": "^2.15.4",
|
|
44
|
+
"node-opcua-secure-channel": "2.66.3",
|
|
45
45
|
"node-opcua-service-browse": "2.66.0",
|
|
46
46
|
"node-opcua-service-call": "2.66.0",
|
|
47
47
|
"node-opcua-service-discovery": "2.66.0",
|
|
@@ -49,12 +49,12 @@
|
|
|
49
49
|
"node-opcua-service-filter": "2.66.0",
|
|
50
50
|
"node-opcua-service-history": "2.66.0",
|
|
51
51
|
"node-opcua-service-node-management": "2.66.0",
|
|
52
|
-
"node-opcua-service-query": "2.66.
|
|
52
|
+
"node-opcua-service-query": "2.66.3",
|
|
53
53
|
"node-opcua-service-read": "2.66.0",
|
|
54
54
|
"node-opcua-service-register-node": "2.66.0",
|
|
55
55
|
"node-opcua-service-secure-channel": "2.66.0",
|
|
56
56
|
"node-opcua-service-session": "2.66.0",
|
|
57
|
-
"node-opcua-service-subscription": "2.66.
|
|
57
|
+
"node-opcua-service-subscription": "2.66.3",
|
|
58
58
|
"node-opcua-service-translate-browse-path": "2.66.0",
|
|
59
59
|
"node-opcua-service-write": "2.66.0",
|
|
60
60
|
"node-opcua-status-code": "2.66.0",
|
|
@@ -84,5 +84,5 @@
|
|
|
84
84
|
"internet of things"
|
|
85
85
|
],
|
|
86
86
|
"homepage": "http://node-opcua.github.io/",
|
|
87
|
-
"gitHead": "
|
|
87
|
+
"gitHead": "5b682671b0709e8cdd6307e20a7e13060201a95b"
|
|
88
88
|
}
|