Skip to content

Commit 6e42575

Browse files
committed
v4.11.0
1 parent 46f28c6 commit 6e42575

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "4.10.0",
3+
"version": "4.11.0",
44
"npmClient": "npm"
55
}

package-lock.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/node-opcua-crypto-test/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "node-opcua-crypto-test",
33
"private": true,
4-
"version": "4.10.0",
4+
"version": "4.11.0",
55
"description": "Test suite for Crypto tools for Node-OPCUA",
66
"scripts": {
77
"build:tsup:esm": "tsup ./test/test_*.ts --shims --format esm --out-dir dist-esm --sourcemap --clean --dts",
@@ -44,7 +44,7 @@
4444
"jsrsasign": "^11.1.0",
4545
"lorem-ipsum": "^2.0.8",
4646
"mocha": "^10.7.3",
47-
"node-opcua-crypto": "^4.10.0",
47+
"node-opcua-crypto": "^4.11.0",
4848
"should": "^13.2.3",
4949
"source-map-support": "^0.5.21",
5050
"sshpk": "^1.18.0"

packages/node-opcua-crypto-web/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "node-opcua-crypto-web",
33
"private": true,
4-
"version": "4.10.0",
4+
"version": "4.11.0",
55
"description": "Crypto tools for Node-OPCUA",
66
"scripts": {
77
"build:tsup": "tsup --config tsup.config.mjs --clean",
@@ -25,7 +25,7 @@
2525
"node": ">=16.0"
2626
},
2727
"dependencies": {
28-
"node-opcua-crypto": "^4.10.0"
28+
"node-opcua-crypto": "^4.11.0"
2929
},
3030
"repository": {
3131
"type": "git",

packages/node-opcua-crypto/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-opcua-crypto",
3-
"version": "4.10.0",
3+
"version": "4.11.0",
44
"description": "Crypto tools for Node-OPCUA",
55
"types": "./dist/index.d.ts",
66
"main": "./dist/index.js",
@@ -73,4 +73,4 @@
7373
"url": "https://github.com/node-opcua/node-opcua-crypto/issues"
7474
},
7575
"gitHead": "32e5c2e92f1ab76caf6166a6049736e2ac77a9f4"
76-
}
76+
}

0 commit comments

Comments
 (0)