node-opcua-client 2.65.1 → 2.66.2
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 +5 -1
- package/dist/index.js.map +1 -1
- package/package.json +46 -46
package/dist/index.js
CHANGED
|
@@ -4,7 +4,11 @@
|
|
|
4
4
|
*/
|
|
5
5
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
6
|
if (k2 === undefined) k2 = k;
|
|
7
|
-
Object.
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
8
12
|
}) : (function(o, m, k, k2) {
|
|
9
13
|
if (k2 === undefined) k2 = k;
|
|
10
14
|
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
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;AAEH,gDAA8B;AAC9B,iDAA+B;AAC/B,mDAAiC;AACjC,wDAAsC;AACtC,+DAA6C;AAC7C,0DAAwC;AACxC,gEAA8C;AAC9C,uEAAqD;AACrD,uEAAqD;AACrD,4EAA0D;AAC1D,6EAA2D;AAC3D,oGAAkF;AAClF,wFAAsE;AACtE,wGAAsF;AACtF,sDAAoC;AACpC,2EAAyD;AACzD,iDAA+B;AAC/B,2CAAyB;AAEzB,uDAA2C;AAAlC,2GAAA,MAAM,OAAA;AACf,mDAAiC;AAEjC,yEAA0E;AAAjE,gIAAA,uBAAuB,OAAA;AAEhC,uDAAwE;AAA/D,gHAAA,WAAW,OAAA;AAAE,2HAAA,sBAAsB,OAAA;AAE5C,uEAAgH;AAAvG,2HAAA,cAAc,OAAA;AAAE,qIAAA,wBAAwB,OAAA;AAEjD,2CAA2C;AAC9B,QAAA,KAAK,GAAG,MAAM,CAAC;AAE5B,kDAAkD;AACrC,QAAA,YAAY,GAAG,YAAY,CAAC;AAEzC,qDAA2C;AAAlC,2GAAA,OAAO,OAAA;AAEhB,GAAG;AACH,uDAS2B;AARvB,2GAAA,MAAM,OAAA;AACN,kHAAA,aAAa,OAAA;AACb,+GAAA,UAAU,OAAA;AACV,iHAAA,YAAY,OAAA;AACZ,+GAAA,UAAU,OAAA;AACV,mHAAA,cAAc,OAAA;AACd,uHAAA,kBAAkB,OAAA;AAClB,yHAAA,oBAAoB,OAAA;AAExB,iEAAiE;AAAxD,oHAAA,UAAU,OAAA;AAAE,qHAAA,WAAW,OAAA;AAChC,qDAAmC;AACnC,wDAAsC;AACtC,wDAAsC;AACtC,uDAAqC;AACrC,4DAA0C;AAC1C,uDAAuD;AAA9C,uHAAA,kBAAkB,OAAA;AAE3B,+DAA6C;AAC7C,4DAA0C;AAC1C,0DAAwC;AACxC,+DAA6C;AAC7C,+DAA6C;AAC7C,6DAA2C;AAC3C,2DAAyC;AACzC,0DAAwC;AACxC,oEAAkD;AAClD,6DAA2C;AAC3C,kEAAgD;AAChD,2EAAyD;AACzD,2DAAyC;AACzC,4DAA0C;AAC1C,uEAAyF;AAAjE,sHAAA,SAAS,OAAA;AAAE,+HAAA,kBAAkB,OAAA;AACrD,6EAA2D"}
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-client",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.66.2",
|
|
4
4
|
"description": "pure nodejs OPCUA SDK - module -client",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"clean": "
|
|
6
|
+
"clean": "npx rimraf dist *.tsbuildinfo certificates",
|
|
7
7
|
"test": "mocha",
|
|
8
8
|
"build": "tsc -b",
|
|
9
9
|
"lint": "eslint source test test_helpers",
|
|
@@ -21,55 +21,55 @@
|
|
|
21
21
|
"callbackify": "^1.1.0",
|
|
22
22
|
"chalk": "4.1.2",
|
|
23
23
|
"delayed": "^2.0.0",
|
|
24
|
-
"node-opcua-assert": "2.
|
|
25
|
-
"node-opcua-basic-types": "2.
|
|
26
|
-
"node-opcua-buffer-utils": "2.
|
|
27
|
-
"node-opcua-certificate-manager": "2.
|
|
28
|
-
"node-opcua-client-dynamic-extension-object": "2.
|
|
29
|
-
"node-opcua-common": "2.
|
|
30
|
-
"node-opcua-constants": "2.
|
|
31
|
-
"node-opcua-crypto": "^1.
|
|
32
|
-
"node-opcua-data-model": "2.
|
|
33
|
-
"node-opcua-data-value": "2.
|
|
34
|
-
"node-opcua-date-time": "2.
|
|
35
|
-
"node-opcua-debug": "2.
|
|
36
|
-
"node-opcua-extension-object": "2.
|
|
37
|
-
"node-opcua-hostname": "2.
|
|
38
|
-
"node-opcua-nodeid": "2.
|
|
39
|
-
"node-opcua-object-registry": "2.
|
|
40
|
-
"node-opcua-pki": "^2.
|
|
41
|
-
"node-opcua-pseudo-session": "2.
|
|
42
|
-
"node-opcua-schemas": "2.
|
|
43
|
-
"node-opcua-secure-channel": "2.
|
|
44
|
-
"node-opcua-service-browse": "2.
|
|
45
|
-
"node-opcua-service-call": "2.
|
|
46
|
-
"node-opcua-service-discovery": "2.
|
|
47
|
-
"node-opcua-service-endpoints": "2.
|
|
48
|
-
"node-opcua-service-filter": "2.
|
|
49
|
-
"node-opcua-service-history": "2.
|
|
50
|
-
"node-opcua-service-query": "2.
|
|
51
|
-
"node-opcua-service-read": "2.
|
|
52
|
-
"node-opcua-service-register-node": "2.
|
|
53
|
-
"node-opcua-service-secure-channel": "2.
|
|
54
|
-
"node-opcua-service-session": "2.
|
|
55
|
-
"node-opcua-service-subscription": "2.
|
|
56
|
-
"node-opcua-service-translate-browse-path": "2.
|
|
57
|
-
"node-opcua-service-write": "2.
|
|
58
|
-
"node-opcua-status-code": "2.
|
|
59
|
-
"node-opcua-types": "2.
|
|
60
|
-
"node-opcua-utils": "2.
|
|
61
|
-
"node-opcua-variant": "2.
|
|
24
|
+
"node-opcua-assert": "2.66.0",
|
|
25
|
+
"node-opcua-basic-types": "2.66.0",
|
|
26
|
+
"node-opcua-buffer-utils": "2.66.0",
|
|
27
|
+
"node-opcua-certificate-manager": "2.66.2",
|
|
28
|
+
"node-opcua-client-dynamic-extension-object": "2.66.2",
|
|
29
|
+
"node-opcua-common": "2.66.0",
|
|
30
|
+
"node-opcua-constants": "2.66.0",
|
|
31
|
+
"node-opcua-crypto": "^1.10.0",
|
|
32
|
+
"node-opcua-data-model": "2.66.0",
|
|
33
|
+
"node-opcua-data-value": "2.66.0",
|
|
34
|
+
"node-opcua-date-time": "2.66.0",
|
|
35
|
+
"node-opcua-debug": "2.66.0",
|
|
36
|
+
"node-opcua-extension-object": "2.66.0",
|
|
37
|
+
"node-opcua-hostname": "2.66.0",
|
|
38
|
+
"node-opcua-nodeid": "2.66.0",
|
|
39
|
+
"node-opcua-object-registry": "2.66.0",
|
|
40
|
+
"node-opcua-pki": "^2.15.3",
|
|
41
|
+
"node-opcua-pseudo-session": "2.66.2",
|
|
42
|
+
"node-opcua-schemas": "2.66.0",
|
|
43
|
+
"node-opcua-secure-channel": "2.66.2",
|
|
44
|
+
"node-opcua-service-browse": "2.66.0",
|
|
45
|
+
"node-opcua-service-call": "2.66.0",
|
|
46
|
+
"node-opcua-service-discovery": "2.66.0",
|
|
47
|
+
"node-opcua-service-endpoints": "2.66.0",
|
|
48
|
+
"node-opcua-service-filter": "2.66.0",
|
|
49
|
+
"node-opcua-service-history": "2.66.0",
|
|
50
|
+
"node-opcua-service-query": "2.66.2",
|
|
51
|
+
"node-opcua-service-read": "2.66.0",
|
|
52
|
+
"node-opcua-service-register-node": "2.66.0",
|
|
53
|
+
"node-opcua-service-secure-channel": "2.66.0",
|
|
54
|
+
"node-opcua-service-session": "2.66.0",
|
|
55
|
+
"node-opcua-service-subscription": "2.66.2",
|
|
56
|
+
"node-opcua-service-translate-browse-path": "2.66.0",
|
|
57
|
+
"node-opcua-service-write": "2.66.0",
|
|
58
|
+
"node-opcua-status-code": "2.66.0",
|
|
59
|
+
"node-opcua-types": "2.66.0",
|
|
60
|
+
"node-opcua-utils": "2.66.0",
|
|
61
|
+
"node-opcua-variant": "2.66.0",
|
|
62
62
|
"once": "^1.4.0",
|
|
63
63
|
"thenify": "^3.3.1",
|
|
64
64
|
"underscore": "^1.13.2"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"dequeue": "^1.0.5",
|
|
68
|
-
"node-opcua-address-space": "2.
|
|
69
|
-
"node-opcua-binary-stream": "2.
|
|
70
|
-
"node-opcua-factory": "2.
|
|
71
|
-
"node-opcua-leak-detector": "2.
|
|
72
|
-
"node-opcua-nodesets": "2.
|
|
68
|
+
"node-opcua-address-space": "2.66.2",
|
|
69
|
+
"node-opcua-binary-stream": "2.66.0",
|
|
70
|
+
"node-opcua-factory": "2.66.0",
|
|
71
|
+
"node-opcua-leak-detector": "2.66.0",
|
|
72
|
+
"node-opcua-nodesets": "2.66.0",
|
|
73
73
|
"should": "^13.2.3",
|
|
74
74
|
"sinon": "^13.0.1"
|
|
75
75
|
},
|
|
@@ -93,5 +93,5 @@
|
|
|
93
93
|
"internet of things"
|
|
94
94
|
],
|
|
95
95
|
"homepage": "http://node-opcua.github.io/",
|
|
96
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "2ece6987ee945db089ec98800646e95ccbac9e1f"
|
|
97
97
|
}
|