Skip to content

Commit

Permalink
v4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon committed Jan 21, 2024
1 parent 36e39e1 commit 24f9357
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 26 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.6.2",
"version": "4.7.0",
"npmClient": "npm"
}
40 changes: 20 additions & 20 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.6.2",
"version": "4.7.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.0.0",
"lorem-ipsum": "^2.0.8",
"mocha": "^10.2.0",
"node-opcua-crypto": "^4.6.2",
"node-opcua-crypto": "^4.7.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.6.2",
"version": "4.7.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.6.2"
"node-opcua-crypto": "^4.7.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.6.2",
"version": "4.7.0",
"description": "Crypto tools for Node-OPCUA",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
Expand Down

0 comments on commit 24f9357

Please sign in to comment.