node-opcua-client 2.62.7 → 2.63.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.
@@ -109,6 +109,7 @@ export interface OPCUAClient extends OPCUAClientBase {
109
109
  closeSession(session: ClientSession, deleteSubscriptions: boolean, callback: (err?: Error) => void): void;
110
110
  reactivateSession(session: ClientSession): Promise<void>;
111
111
  reactivateSession(session: ClientSession, callback: (err?: Error) => void): void;
112
+ createDefaultCertificate(): Promise<void>;
112
113
  }
113
114
  export interface EndpointWithUserIdentity {
114
115
  endpointUrl: string;
@@ -1 +1 @@
1
- {"version":3,"file":"opcua_client.js","sourceRoot":"","sources":["../source/opcua_client.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;AAaH,mEAA8D;AAmK9D,MAAa,WAAW;IACb,MAAM,CAAC,MAAM,CAAC,OAA2B;QAC5C,OAAO,IAAI,mCAAe,CAAC,OAAO,CAAC,CAAC;IACxC,CAAC;IACM,MAAM,CAAO,aAAa,CAC7B,WAAmB,EACnB,YAA+B,EAC/B,aAAkC;;YAElC,OAAO,mCAAe,CAAC,aAAa,CAAC,WAAW,EAAE,YAAY,EAAE,aAAa,CAAC,CAAC;QACnF,CAAC;KAAA;IACM,MAAM,KAAK,4BAA4B,CAAC,4BAAoC;QAC/E,mCAAe,CAAC,4BAA4B,GAAG,4BAA4B,CAAC;IAChF,CAAC;IACM,MAAM,KAAK,4BAA4B;QAC1C,OAAO,mCAAe,CAAC,4BAA4B,CAAC;IACxD,CAAC;CACJ;AAjBD,kCAiBC"}
1
+ {"version":3,"file":"opcua_client.js","sourceRoot":"","sources":["../source/opcua_client.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;AAaH,mEAA8D;AAsK9D,MAAa,WAAW;IACb,MAAM,CAAC,MAAM,CAAC,OAA2B;QAC5C,OAAO,IAAI,mCAAe,CAAC,OAAO,CAAC,CAAC;IACxC,CAAC;IACM,MAAM,CAAO,aAAa,CAC7B,WAAmB,EACnB,YAA+B,EAC/B,aAAkC;;YAElC,OAAO,mCAAe,CAAC,aAAa,CAAC,WAAW,EAAE,YAAY,EAAE,aAAa,CAAC,CAAC;QACnF,CAAC;KAAA;IACM,MAAM,KAAK,4BAA4B,CAAC,4BAAoC;QAC/E,mCAAe,CAAC,4BAA4B,GAAG,4BAA4B,CAAC;IAChF,CAAC;IACM,MAAM,KAAK,4BAA4B;QAC1C,OAAO,mCAAe,CAAC,4BAA4B,CAAC;IACxD,CAAC;CACJ;AAjBD,kCAiBC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-client",
3
- "version": "2.62.7",
3
+ "version": "2.63.0",
4
4
  "description": "pure nodejs OPCUA SDK - module -client",
5
5
  "scripts": {
6
6
  "clean": "node -e \"require('rimraf').sync('certificates');\" && node -e \"require('rimraf').sync('dist');\"",
@@ -14,62 +14,62 @@
14
14
  "types": "./dist/index.d.ts",
15
15
  "dependencies": {
16
16
  "@ster5/global-mutex": "^1.2.0",
17
- "@types/async": "^3.2.10",
17
+ "@types/async": "^3.2.12",
18
18
  "@types/once": "^1.4.0",
19
19
  "@types/underscore": "^1.11.4",
20
- "async": "^3.2.2",
20
+ "async": "^3.2.3",
21
21
  "callbackify": "^1.1.0",
22
22
  "chalk": "4.1.2",
23
23
  "delayed": "^2.0.0",
24
- "node-opcua-assert": "2.55.0",
25
- "node-opcua-basic-types": "2.62.7",
26
- "node-opcua-buffer-utils": "2.62.7",
27
- "node-opcua-certificate-manager": "2.62.7",
28
- "node-opcua-client-dynamic-extension-object": "2.62.7",
29
- "node-opcua-common": "2.62.7",
24
+ "node-opcua-assert": "2.63.0",
25
+ "node-opcua-basic-types": "2.63.0",
26
+ "node-opcua-buffer-utils": "2.63.0",
27
+ "node-opcua-certificate-manager": "2.63.0",
28
+ "node-opcua-client-dynamic-extension-object": "2.63.0",
29
+ "node-opcua-common": "2.63.0",
30
30
  "node-opcua-constants": "2.62.7",
31
31
  "node-opcua-crypto": "^1.7.5",
32
- "node-opcua-data-model": "2.62.7",
33
- "node-opcua-data-value": "2.62.7",
34
- "node-opcua-date-time": "2.62.7",
35
- "node-opcua-debug": "2.62.7",
36
- "node-opcua-extension-object": "2.62.7",
37
- "node-opcua-hostname": "2.62.7",
38
- "node-opcua-nodeid": "2.62.7",
39
- "node-opcua-object-registry": "2.62.7",
32
+ "node-opcua-data-model": "2.63.0",
33
+ "node-opcua-data-value": "2.63.0",
34
+ "node-opcua-date-time": "2.63.0",
35
+ "node-opcua-debug": "2.63.0",
36
+ "node-opcua-extension-object": "2.63.0",
37
+ "node-opcua-hostname": "2.63.0",
38
+ "node-opcua-nodeid": "2.63.0",
39
+ "node-opcua-object-registry": "2.63.0",
40
40
  "node-opcua-pki": "^2.13.0",
41
- "node-opcua-pseudo-session": "2.62.7",
42
- "node-opcua-schemas": "2.62.7",
43
- "node-opcua-secure-channel": "2.62.7",
44
- "node-opcua-service-browse": "2.62.7",
45
- "node-opcua-service-call": "2.62.7",
46
- "node-opcua-service-discovery": "2.62.7",
47
- "node-opcua-service-endpoints": "2.62.7",
48
- "node-opcua-service-filter": "2.62.7",
49
- "node-opcua-service-history": "2.62.7",
50
- "node-opcua-service-query": "2.62.7",
51
- "node-opcua-service-read": "2.62.7",
52
- "node-opcua-service-register-node": "2.62.7",
53
- "node-opcua-service-secure-channel": "2.62.7",
54
- "node-opcua-service-session": "2.62.7",
55
- "node-opcua-service-subscription": "2.62.7",
56
- "node-opcua-service-translate-browse-path": "2.62.7",
57
- "node-opcua-service-write": "2.62.7",
58
- "node-opcua-status-code": "2.62.7",
59
- "node-opcua-types": "2.62.7",
60
- "node-opcua-utils": "2.62.7",
61
- "node-opcua-variant": "2.62.7",
41
+ "node-opcua-pseudo-session": "2.63.0",
42
+ "node-opcua-schemas": "2.63.0",
43
+ "node-opcua-secure-channel": "2.63.0",
44
+ "node-opcua-service-browse": "2.63.0",
45
+ "node-opcua-service-call": "2.63.0",
46
+ "node-opcua-service-discovery": "2.63.0",
47
+ "node-opcua-service-endpoints": "2.63.0",
48
+ "node-opcua-service-filter": "2.63.0",
49
+ "node-opcua-service-history": "2.63.0",
50
+ "node-opcua-service-query": "2.63.0",
51
+ "node-opcua-service-read": "2.63.0",
52
+ "node-opcua-service-register-node": "2.63.0",
53
+ "node-opcua-service-secure-channel": "2.63.0",
54
+ "node-opcua-service-session": "2.63.0",
55
+ "node-opcua-service-subscription": "2.63.0",
56
+ "node-opcua-service-translate-browse-path": "2.63.0",
57
+ "node-opcua-service-write": "2.63.0",
58
+ "node-opcua-status-code": "2.63.0",
59
+ "node-opcua-types": "2.63.0",
60
+ "node-opcua-utils": "2.63.0",
61
+ "node-opcua-variant": "2.63.0",
62
62
  "once": "^1.4.0",
63
63
  "thenify": "^3.3.1",
64
- "underscore": "^1.13.1"
64
+ "underscore": "^1.13.2"
65
65
  },
66
66
  "devDependencies": {
67
67
  "dequeue": "^1.0.5",
68
- "node-opcua-address-space": "2.62.7",
69
- "node-opcua-binary-stream": "2.62.7",
70
- "node-opcua-factory": "2.62.7",
71
- "node-opcua-leak-detector": "2.62.7",
72
- "node-opcua-nodesets": "2.62.7",
68
+ "node-opcua-address-space": "2.63.0",
69
+ "node-opcua-binary-stream": "2.63.0",
70
+ "node-opcua-factory": "2.63.0",
71
+ "node-opcua-leak-detector": "2.63.0",
72
+ "node-opcua-nodesets": "2.63.0",
73
73
  "should": "^13.2.3",
74
74
  "sinon": "^12.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": "90bb9139261a0edbb531081afcc6904c74e9ee52"
96
+ "gitHead": "df4335584455009c6caa21ed6a2fa42caa9104ed"
97
97
  }
@@ -149,6 +149,9 @@ export interface OPCUAClient extends OPCUAClientBase {
149
149
  reactivateSession(session: ClientSession): Promise<void>;
150
150
 
151
151
  reactivateSession(session: ClientSession, callback: (err?: Error) => void): void;
152
+
153
+ // @private
154
+ createDefaultCertificate(): Promise<void>;
152
155
  }
153
156
 
154
157
  export interface EndpointWithUserIdentity {