Skip to content

Commit

Permalink
v4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon committed Sep 24, 2024
1 parent 817c35a commit 259f742
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "4.9.4",
"version": "4.10.0",
"npmClient": "npm"
}
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/node-opcua-crypto-test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-opcua-crypto-test",
"private": true,
"version": "4.9.4",
"version": "4.10.0",
"description": "Test suite for Crypto tools for Node-OPCUA",
"scripts": {
"build:tsup:esm": "tsup ./test/test_*.ts --shims --format esm --out-dir dist-esm --sourcemap --clean --dts",
Expand Down Expand Up @@ -44,7 +44,7 @@
"jsrsasign": "^11.1.0",
"lorem-ipsum": "^2.0.8",
"mocha": "^10.7.3",
"node-opcua-crypto": "^4.9.4",
"node-opcua-crypto": "^4.10.0",
"should": "^13.2.3",
"source-map-support": "^0.5.21",
"sshpk": "^1.18.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/node-opcua-crypto-web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-opcua-crypto-web",
"private": true,
"version": "4.9.4",
"version": "4.10.0",
"description": "Crypto tools for Node-OPCUA",
"scripts": {
"build:tsup": "tsup --config tsup.config.mjs --clean",
Expand All @@ -25,7 +25,7 @@
"node": ">=16.0"
},
"dependencies": {
"node-opcua-crypto": "^4.9.4"
"node-opcua-crypto": "^4.10.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-opcua-crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-opcua-crypto",
"version": "4.9.4",
"version": "4.10.0",
"description": "Crypto tools for Node-OPCUA",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
Expand Down

0 comments on commit 259f742

Please sign in to comment.