node-opcua-pki 2.15.2 → 2.15.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.
@@ -57,7 +57,7 @@ declare interface WgetInterface {
57
57
 
58
58
  // tslint:disable-next-line:no-var-requires
59
59
  // eslint-disable-next-line @typescript-eslint/no-var-requires
60
- const wget = require("wget-improved") as WgetInterface;
60
+ const wget = require("wget-improved-2") as WgetInterface;
61
61
 
62
62
  type CallbackFunc<T> = (err: Error | null, result?: T) => void;
63
63
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-pki",
3
- "version": "2.15.2",
3
+ "version": "2.15.3",
4
4
  "description": "PKI management for node-opcua",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",