node-opcua-server 2.68.0 → 2.68.1

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 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
- var desc = Object.getOwnPropertyDescriptor(m, k);
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":";;;;;;;;;;;;;;;;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;AACjC,iDAA+B"}
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;AACjC,iDAA+B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-server",
3
- "version": "2.68.0",
3
+ "version": "2.68.1",
4
4
  "description": "pure nodejs OPCUA SDK - module -server",
5
5
  "scripts": {
6
6
  "build": "tsc -b",
@@ -18,16 +18,16 @@
18
18
  "bonjour": "^3.5.0",
19
19
  "dequeue": "^1.0.5",
20
20
  "lodash": "4.17.21",
21
- "node-opcua-address-space": "2.68.0",
21
+ "node-opcua-address-space": "2.68.1",
22
22
  "node-opcua-assert": "2.66.0",
23
23
  "node-opcua-basic-types": "2.68.0",
24
24
  "node-opcua-certificate-manager": "2.68.0",
25
- "node-opcua-client": "2.68.0",
26
- "node-opcua-client-dynamic-extension-object": "2.68.0",
27
- "node-opcua-common": "2.68.0",
25
+ "node-opcua-client": "2.68.1",
26
+ "node-opcua-client-dynamic-extension-object": "2.68.1",
27
+ "node-opcua-common": "2.68.1",
28
28
  "node-opcua-constants": "2.67.0",
29
29
  "node-opcua-crypto": "^1.10.0",
30
- "node-opcua-data-access": "2.68.0",
30
+ "node-opcua-data-access": "2.68.1",
31
31
  "node-opcua-data-model": "2.68.0",
32
32
  "node-opcua-data-value": "2.68.0",
33
33
  "node-opcua-date-time": "2.68.0",
@@ -37,30 +37,30 @@
37
37
  "node-opcua-factory": "2.68.0",
38
38
  "node-opcua-hostname": "2.67.0",
39
39
  "node-opcua-nodeid": "2.68.0",
40
- "node-opcua-nodeset-ua": "2.68.0",
40
+ "node-opcua-nodeset-ua": "2.68.1",
41
41
  "node-opcua-nodesets": "2.66.0",
42
42
  "node-opcua-numeric-range": "2.68.0",
43
43
  "node-opcua-object-registry": "2.68.0",
44
44
  "node-opcua-pki": "^2.15.4",
45
- "node-opcua-secure-channel": "2.68.0",
46
- "node-opcua-service-browse": "2.68.0",
47
- "node-opcua-service-call": "2.68.0",
48
- "node-opcua-service-discovery": "2.68.0",
49
- "node-opcua-service-endpoints": "2.68.0",
50
- "node-opcua-service-filter": "2.68.0",
51
- "node-opcua-service-history": "2.68.0",
52
- "node-opcua-service-node-management": "2.68.0",
53
- "node-opcua-service-query": "2.68.0",
54
- "node-opcua-service-read": "2.68.0",
55
- "node-opcua-service-register-node": "2.68.0",
56
- "node-opcua-service-secure-channel": "2.68.0",
57
- "node-opcua-service-session": "2.68.0",
58
- "node-opcua-service-subscription": "2.68.0",
59
- "node-opcua-service-translate-browse-path": "2.68.0",
60
- "node-opcua-service-write": "2.68.0",
45
+ "node-opcua-secure-channel": "2.68.1",
46
+ "node-opcua-service-browse": "2.68.1",
47
+ "node-opcua-service-call": "2.68.1",
48
+ "node-opcua-service-discovery": "2.68.1",
49
+ "node-opcua-service-endpoints": "2.68.1",
50
+ "node-opcua-service-filter": "2.68.1",
51
+ "node-opcua-service-history": "2.68.1",
52
+ "node-opcua-service-node-management": "2.68.1",
53
+ "node-opcua-service-query": "2.68.1",
54
+ "node-opcua-service-read": "2.68.1",
55
+ "node-opcua-service-register-node": "2.68.1",
56
+ "node-opcua-service-secure-channel": "2.68.1",
57
+ "node-opcua-service-session": "2.68.1",
58
+ "node-opcua-service-subscription": "2.68.1",
59
+ "node-opcua-service-translate-browse-path": "2.68.1",
60
+ "node-opcua-service-write": "2.68.1",
61
61
  "node-opcua-status-code": "2.67.0",
62
- "node-opcua-transport": "2.68.0",
63
- "node-opcua-types": "2.68.0",
62
+ "node-opcua-transport": "2.68.1",
63
+ "node-opcua-types": "2.68.1",
64
64
  "node-opcua-utils": "2.67.0",
65
65
  "node-opcua-variant": "2.68.0"
66
66
  },
@@ -85,5 +85,5 @@
85
85
  "internet of things"
86
86
  ],
87
87
  "homepage": "http://node-opcua.github.io/",
88
- "gitHead": "363b466440d0910acddd0cde2c37792ce4724d76"
88
+ "gitHead": "7bcb67b06ea755d438e91f5c143d20531497e286"
89
89
  }