node-opcua-pki 4.1.0 → 4.1.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.
@@ -111,7 +111,7 @@ export declare class CertificateManager {
111
111
  private _initialize;
112
112
  dispose(): Promise<void>;
113
113
  private withLock;
114
- private withLock2;
114
+ protected withLock2<T>(action: () => Promise<T>): Promise<T>;
115
115
  /**
116
116
  *
117
117
  * create a self-signed certificate for the CertificateManager private key
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-pki",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "description": "PKI management for node-opcua",
5
5
  "main": "./dist/lib/index.js",
6
6
  "types": "./dist/lib/index.d.ts",