node-opcua-crypto 4.0.0 → 4.1.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.
Files changed (1) hide show
  1. package/package.json +11 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-crypto",
3
- "version": "4.0.0",
3
+ "version": "4.1.0",
4
4
  "description": "Crypto tools for Node-OPCUA",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",
@@ -26,8 +26,8 @@
26
26
  "prepare": "npm run build",
27
27
  "tslint": "tslint --project . --fix",
28
28
  "lint": "eslint . --ext .ts",
29
- "test:esm": "mocha test -r ts-node/register -r source-map-support/register -R spec --recursive --timeout 200000 --bail",
30
- "test:cjs": "mocha dist-test -r source-map-support/register -R spec --recursive --timeout 200000 --bail",
29
+ "test:esm": "mocha test -R spec --recursive --timeout 200000 --bail",
30
+ "test:cjs": "mocha dist-test -R spec --recursive --timeout 200000 --bail",
31
31
  "test:esm:no": "cross-env NO_CREATE_PRIVATEKEY=1 npm run test:esm",
32
32
  "test:cjs:no": "cross-env NO_CREATE_PRIVATEKEY=1 npm run test:cjs",
33
33
  "test": "npm run build:test && npm run test:esm && npm run test:cjs && npm run test:esm:no && npm run test:cjs:no",
@@ -52,18 +52,18 @@
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/mocha": "^10.0.1",
55
- "@types/node": "^20.3.3",
56
- "@typescript-eslint/eslint-plugin": "^5.60.1",
57
- "@typescript-eslint/parser": "^5.60.1",
55
+ "@types/node": "^20.5.0",
56
+ "@typescript-eslint/eslint-plugin": "^6.4.0",
57
+ "@typescript-eslint/parser": "^6.4.0",
58
58
  "cross-env": "^7.0.3",
59
59
  "crypto": "^1.0.1",
60
60
  "esbuild-plugin-polyfill-node": "^0.3.0",
61
- "eslint": "^8.44.0",
62
- "eslint-config-prettier": "^8.8.0",
63
- "eslint-plugin-prettier": "^4.2.1",
61
+ "eslint": "^8.47.0",
62
+ "eslint-config-prettier": "^9.0.0",
63
+ "eslint-plugin-prettier": "^5.0.0",
64
64
  "lorem-ipsum": "^2.0.8",
65
65
  "mocha": "^10.2.0",
66
- "prettier": "^2.8.8",
66
+ "prettier": "^3.0.1",
67
67
  "should": "^13.2.3",
68
68
  "source-map-support": "^0.5.21",
69
69
  "ts-node": "^10.9.1",
@@ -76,8 +76,7 @@
76
76
  "assert": "^2.0.0",
77
77
  "better-assert": "^1.0.2",
78
78
  "chalk": "^4.1.2",
79
- "coveralls": "^3.1.1",
80
- "hexy": "0.3.4",
79
+ "hexy": "0.3.5",
81
80
  "jsrsasign": "^10.8.6",
82
81
  "sshpk": "^1.17.0"
83
82
  },