node-opcua-pki 4.0.0-beta.2 → 4.0.0-beta.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-pki",
3
- "version": "4.0.0-beta.2",
3
+ "version": "4.0.0-beta.3",
4
4
  "description": "PKI management for node-opcua",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "scripts": {
11
11
  "build": "npx tsc -b -f",
12
- "clean": "npx riqraf node_modules .nyc_output tmp private_key.pem certificates",
12
+ "clean": "npx rimraf node_modules .nyc_output tmp private_key.pem certificates",
13
13
  "test": "mocha -r ./node_modules/source-map-support/register -t 700000 test/**/*.ts",
14
14
  "cover": "npx nyc -x bin -x tmp -x lib/misc/install* mocha",
15
15
  "cost-of-modules": "npx cost-of-modules --no-install",
@@ -49,7 +49,7 @@
49
49
  "chokidar": "^3.5.3",
50
50
  "cli-table": "^0.3.11",
51
51
  "minimist": "^1.2.8",
52
- "node-opcua-crypto": "3.0.0-beta.1",
52
+ "node-opcua-crypto": "3.0.0-beta.2",
53
53
  "progress": "^2.0.3",
54
54
  "rimraf": "3.0.2",
55
55
  "thenify": "^3.3.1",