Skip to content

Commit

Permalink
update to node-opcua-cryto@4.2.0 to fix #1289
Browse files Browse the repository at this point in the history
  this commit fixes random crashes in certificate generation
  that appears in node-opcua@2.107 to @2.109.
  • Loading branch information
erossignon committed Aug 17, 2023
1 parent 50cfa07 commit 11e6e12
Show file tree
Hide file tree
Showing 69 changed files with 141 additions and 136 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"litpro": "^2.1.0",
"mocha": "^10.2.0",
"mocha-lcov-reporter": "^1.3.0",
"prettier": "^3.0.1",
"prettier": "^3.0.2",
"should": "^13.2.3",
"ts-node": "^10.9.1",
"typescript": "5.1.6"
Expand Down Expand Up @@ -128,8 +128,8 @@
"memfs": "^4.2.1",
"mkdirp": "1.0.4",
"mocha-clean": "^1.0.0",
"node-opcua-crypto": "4.1.0",
"node-opcua-pki": "4.3.0",
"node-opcua-crypto": "4.2.0",
"node-opcua-pki": "4.4.0",
"object.values": "^1.1.6",
"pretty-ms": "^8.0.0",
"progress": "^2.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/node-opcua-address-space-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"node-opcua-assert": "2.105.0",
"node-opcua-basic-types": "2.109.0",
"node-opcua-constants": "2.98.1",
"node-opcua-crypto": "4.1.0",
"node-opcua-crypto": "4.2.0",
"node-opcua-data-model": "2.109.0",
"node-opcua-data-value": "2.109.0",
"node-opcua-date-time": "2.109.0",
Expand Down Expand Up @@ -47,7 +47,7 @@
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "07dcdd8e8c7f2b55544c6e23023093e35674829c",
"gitHead": "50cfa07779d4c07b299176ac9c27527fcd97d079",
"files": [
"dist",
"source"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "07dcdd8e8c7f2b55544c6e23023093e35674829c",
"gitHead": "50cfa07779d4c07b299176ac9c27527fcd97d079",
"files": [
"dist",
"src"
Expand Down
4 changes: 2 additions & 2 deletions packages/node-opcua-address-space/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"node-opcua-binary-stream": "2.109.0",
"node-opcua-client-dynamic-extension-object": "2.109.0",
"node-opcua-constants": "2.98.1",
"node-opcua-crypto": "4.1.0",
"node-opcua-crypto": "4.2.0",
"node-opcua-data-access": "2.109.0",
"node-opcua-data-model": "2.109.0",
"node-opcua-data-value": "2.109.0",
Expand Down Expand Up @@ -84,7 +84,7 @@
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "07dcdd8e8c7f2b55544c6e23023093e35674829c",
"gitHead": "50cfa07779d4c07b299176ac9c27527fcd97d079",
"files": [
"dist",
"distHelpers",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-aggregates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "07dcdd8e8c7f2b55544c6e23023093e35674829c",
"gitHead": "50cfa07779d4c07b299176ac9c27527fcd97d079",
"files": [
"dist",
"source"
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-basic-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "e4d73afdfcccb3491423149d9b9785888f4ebb3c",
"gitHead": "50cfa07779d4c07b299176ac9c27527fcd97d079",
"files": [
"dist",
"source"
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-benchmarker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "e4d73afdfcccb3491423149d9b9785888f4ebb3c",
"gitHead": "50cfa07779d4c07b299176ac9c27527fcd97d079",
"files": [
"dist",
"source"
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-binary-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "e4d73afdfcccb3491423149d9b9785888f4ebb3c",
"gitHead": "50cfa07779d4c07b299176ac9c27527fcd97d079",
"files": [
"dist",
"source"
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-buffer-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "e4d73afdfcccb3491423149d9b9785888f4ebb3c",
"gitHead": "50cfa07779d4c07b299176ac9c27527fcd97d079",
"files": [
"dist",
"source"
Expand Down
6 changes: 3 additions & 3 deletions packages/node-opcua-certificate-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"env-paths": "2.2.1",
"mkdirp": "1.0.4",
"node-opcua-assert": "2.105.0",
"node-opcua-crypto": "4.1.0",
"node-opcua-crypto": "4.2.0",
"node-opcua-debug": "2.109.0",
"node-opcua-object-registry": "2.109.0",
"node-opcua-pki": "4.3.0",
"node-opcua-pki": "4.4.0",
"node-opcua-status-code": "2.109.0",
"thenify": "^3.3.1"
},
Expand Down Expand Up @@ -49,7 +49,7 @@
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "07dcdd8e8c7f2b55544c6e23023093e35674829c",
"gitHead": "50cfa07779d4c07b299176ac9c27527fcd97d079",
"files": [
"dist",
"source"
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-chunkmanager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "07dcdd8e8c7f2b55544c6e23023093e35674829c",
"gitHead": "50cfa07779d4c07b299176ac9c27527fcd97d079",
"files": [
"dist",
"source"
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-client-crawler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "07dcdd8e8c7f2b55544c6e23023093e35674829c",
"gitHead": "50cfa07779d4c07b299176ac9c27527fcd97d079",
"files": [
"dist",
"source"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "07dcdd8e8c7f2b55544c6e23023093e35674829c",
"gitHead": "50cfa07779d4c07b299176ac9c27527fcd97d079",
"files": [
"dist",
"source"
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-client-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "07dcdd8e8c7f2b55544c6e23023093e35674829c",
"gitHead": "50cfa07779d4c07b299176ac9c27527fcd97d079",
"files": [
"dist",
"source"
Expand Down
6 changes: 3 additions & 3 deletions packages/node-opcua-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"node-opcua-client-dynamic-extension-object": "2.109.0",
"node-opcua-common": "2.109.0",
"node-opcua-constants": "2.98.1",
"node-opcua-crypto": "4.1.0",
"node-opcua-crypto": "4.2.0",
"node-opcua-data-model": "2.109.0",
"node-opcua-data-value": "2.109.0",
"node-opcua-date-time": "2.109.0",
Expand All @@ -33,7 +33,7 @@
"node-opcua-hostname": "2.105.0",
"node-opcua-nodeid": "2.109.0",
"node-opcua-object-registry": "2.109.0",
"node-opcua-pki": "4.3.0",
"node-opcua-pki": "4.4.0",
"node-opcua-pseudo-session": "2.109.0",
"node-opcua-schemas": "2.109.0",
"node-opcua-secure-channel": "2.109.0",
Expand Down Expand Up @@ -90,7 +90,7 @@
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "07dcdd8e8c7f2b55544c6e23023093e35674829c",
"gitHead": "50cfa07779d4c07b299176ac9c27527fcd97d079",
"files": [
"dist",
"source"
Expand Down
4 changes: 2 additions & 2 deletions packages/node-opcua-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"types": "./dist/index.d.ts",
"dependencies": {
"node-opcua-assert": "2.105.0",
"node-opcua-crypto": "4.1.0",
"node-opcua-crypto": "4.2.0",
"node-opcua-types": "2.109.0"
},
"devDependencies": {
Expand All @@ -34,7 +34,7 @@
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "07dcdd8e8c7f2b55544c6e23023093e35674829c",
"gitHead": "50cfa07779d4c07b299176ac9c27527fcd97d079",
"files": [
"dist",
"source"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "07dcdd8e8c7f2b55544c6e23023093e35674829c",
"gitHead": "50cfa07779d4c07b299176ac9c27527fcd97d079",
"files": [
"dist",
"source"
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-data-access/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "07dcdd8e8c7f2b55544c6e23023093e35674829c",
"gitHead": "50cfa07779d4c07b299176ac9c27527fcd97d079",
"files": [
"dist",
"source"
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-data-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "07dcdd8e8c7f2b55544c6e23023093e35674829c",
"gitHead": "50cfa07779d4c07b299176ac9c27527fcd97d079",
"files": [
"dist",
"source"
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-data-value/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "07dcdd8e8c7f2b55544c6e23023093e35674829c",
"gitHead": "50cfa07779d4c07b299176ac9c27527fcd97d079",
"files": [
"dist",
"source"
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-date-time/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "e4d73afdfcccb3491423149d9b9785888f4ebb3c",
"gitHead": "50cfa07779d4c07b299176ac9c27527fcd97d079",
"files": [
"dist",
"source"
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-debug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "e4d73afdfcccb3491423149d9b9785888f4ebb3c",
"gitHead": "50cfa07779d4c07b299176ac9c27527fcd97d079",
"files": [
"dist",
"distNodeJS",
Expand Down
4 changes: 2 additions & 2 deletions packages/node-opcua-end2end-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"node-opcua-client-crawler": "2.109.0",
"node-opcua-client-proxy": "2.109.0",
"node-opcua-constants": "2.98.1",
"node-opcua-crypto": "4.1.0",
"node-opcua-crypto": "4.2.0",
"node-opcua-debug": "2.109.0",
"node-opcua-extension-object": "2.109.0",
"node-opcua-factory": "2.109.0",
Expand All @@ -35,7 +35,7 @@
"node-opcua-nodeid": "2.109.0",
"node-opcua-nodeset-ijt": "2.109.0",
"node-opcua-packet-analyzer": "2.109.0",
"node-opcua-pki": "4.3.0",
"node-opcua-pki": "4.4.0",
"node-opcua-server": "2.109.0",
"node-opcua-server-discovery": "2.109.0",
"node-opcua-service-browse": "2.109.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-enum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "e4d73afdfcccb3491423149d9b9785888f4ebb3c",
"gitHead": "50cfa07779d4c07b299176ac9c27527fcd97d079",
"files": [
"dist",
"source"
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-extension-object/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "07dcdd8e8c7f2b55544c6e23023093e35674829c",
"gitHead": "50cfa07779d4c07b299176ac9c27527fcd97d079",
"files": [
"dist",
"source"
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-factory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "07dcdd8e8c7f2b55544c6e23023093e35674829c",
"gitHead": "50cfa07779d4c07b299176ac9c27527fcd97d079",
"files": [
"dist",
"source"
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-file-transfer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "07dcdd8e8c7f2b55544c6e23023093e35674829c",
"gitHead": "50cfa07779d4c07b299176ac9c27527fcd97d079",
"files": [
"dist",
"source"
Expand Down
4 changes: 2 additions & 2 deletions packages/node-opcua-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"node-opcua-extension-object": "2.109.0",
"node-opcua-packet-analyzer": "2.109.0",
"node-opcua-status-code": "2.109.0",
"prettier": "^3.0.1",
"prettier": "^3.0.2",
"should": "^13.2.3",
"underscore": "^1.13.6"
},
Expand All @@ -46,7 +46,7 @@
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "07dcdd8e8c7f2b55544c6e23023093e35674829c",
"gitHead": "50cfa07779d4c07b299176ac9c27527fcd97d079",
"files": [
"dist",
"source"
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-leak-detector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "e4d73afdfcccb3491423149d9b9785888f4ebb3c",
"gitHead": "50cfa07779d4c07b299176ac9c27527fcd97d079",
"files": [
"src"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-local-discovery-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"yargs": "15.4.1"
},
"homepage": "http://node-opcua.github.io/",
"gitHead": "07dcdd8e8c7f2b55544c6e23023093e35674829c",
"gitHead": "50cfa07779d4c07b299176ac9c27527fcd97d079",
"files": []
}
2 changes: 1 addition & 1 deletion packages/node-opcua-modeler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "07dcdd8e8c7f2b55544c6e23023093e35674829c",
"gitHead": "50cfa07779d4c07b299176ac9c27527fcd97d079",
"files": [
"dist",
"distNodeJS",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-nodeid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "e4d73afdfcccb3491423149d9b9785888f4ebb3c",
"gitHead": "50cfa07779d4c07b299176ac9c27527fcd97d079",
"files": [
"dist",
"source"
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-nodesets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "e4d73afdfcccb3491423149d9b9785888f4ebb3c",
"gitHead": "50cfa07779d4c07b299176ac9c27527fcd97d079",
"files": [
"dist",
"source",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-numeric-range/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "07dcdd8e8c7f2b55544c6e23023093e35674829c",
"gitHead": "50cfa07779d4c07b299176ac9c27527fcd97d079",
"files": [
"dist",
"source"
Expand Down

0 comments on commit 11e6e12

Please sign in to comment.