Skip to content

Commit

Permalink
chore(release): publish v1.1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Somogyvari <[email protected]>
  • Loading branch information
petermetz committed Dec 8, 2022
1 parent 23b247b commit 795ee6b
Show file tree
Hide file tree
Showing 91 changed files with 519 additions and 283 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.3](https://github.com/hyperledger/cactus/compare/v1.1.2...v1.1.3) (2022-12-08)

### Bug Fixes

* **build:** sync-ts-config script needs import assertion of type json ([aa936ec](https://github.com/hyperledger/cactus/commit/aa936ec9e2c7b905c737c7721854c8b6bc305709)), closes [#2163](https://github.com/hyperledger/cactus/issues/2163)
* **connector-iroha:** fix review comments and smaller issues ([b2742e8](https://github.com/hyperledger/cactus/commit/b2742e8f6512f9804c6b4a943947b5bbe90785f0)), closes [PR#2048](https://github.com/PR/issues/2048)
* **odap-plugin:** fixes [#2198](https://github.com/hyperledger/cactus/issues/2198) - two gateways are using the same database ([9da24a0](https://github.com/hyperledger/cactus/commit/9da24a0ecd5e8682cbd6e6edbc349149b5d69d00))
* **plugin-ledger-connector-iroha:** running dockerfile locally ([f5faaab](https://github.com/hyperledger/cactus/commit/f5faaab75cecf22f588f0cdcb502952652fee058)), closes [#1874](https://github.com/hyperledger/cactus/issues/1874)
* **security:** vulnerabilities found in test-npm-registry ([4bbe012](https://github.com/hyperledger/cactus/commit/4bbe012d3db1f8264b19a2c822b45c72f46cb32c)), closes [#2061](https://github.com/hyperledger/cactus/issues/2061)
* **test-tooling:** substrate test ledger fails if WS_PORT not specified ([c668c41](https://github.com/hyperledger/cactus/commit/c668c41dcb4294530978e98349cd9158026d37e7)), closes [#2213](https://github.com/hyperledger/cactus/issues/2213)

### Features

* **cmd-socketio-server:** support multiple BLP in single server ([0f67085](https://github.com/hyperledger/cactus/commit/0f670855b0fa0fd33f71bf5a1814fb6fcac2c7b6)), closes [#2102](https://github.com/hyperledger/cactus/issues/2102) [#2030](https://github.com/hyperledger/cactus/issues/2030)
* **connector-iroha:** update-iroha-js ([74929b1](https://github.com/hyperledger/cactus/commit/74929b17869731adb67930429780cb5d33346d4a))
* **fabric-socketio-connector:** sending transactions signed on the client-side ([0b34ca3](https://github.com/hyperledger/cactus/commit/0b34ca3d35a39826c05cc047e480d377c1c52bef))
* **iroha2-ledger:** add Iroha V2 test ledger image and setup class ([6ff6aac](https://github.com/hyperledger/cactus/commit/6ff6aac7fff4669fca873ef40ae6b0818e70b5ec)), closes [#2138](https://github.com/hyperledger/cactus/issues/2138)
* monitoring, sync and async requests ([47da608](https://github.com/hyperledger/cactus/commit/47da608d378f5d48ca78b3d388b1c67da4c7aaf3)), closes [#1941](https://github.com/hyperledger/cactus/issues/1941)

## [1.1.2](https://github.com/hyperledger/cactus/compare/v1.1.1...v1.1.2) (2022-11-11)

**Note:** Version bump only for package @hyperledger/cactus
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "check-connection-ethereum-validator",
"version": "1.1.2",
"version": "1.1.3",
"private": true,
"scripts": {
"start": "node ../../dist/packages/cactus-cmd-socketio-server/src/main/typescript/routing-interface/www.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.3](https://github.com/hyperledger/cactus/compare/v1.1.2...v1.1.3) (2022-12-08)

**Note:** Version bump only for package @hyperledger/cactus-example-carbon-accounting-backend

## [1.1.2](https://github.com/hyperledger/cactus/compare/v1.1.1...v1.1.2) (2022-11-11)

**Note:** Version bump only for package @hyperledger/cactus-example-carbon-accounting-backend
Expand Down
22 changes: 11 additions & 11 deletions examples/cactus-example-carbon-accounting-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-example-carbon-accounting-backend",
"version": "1.1.2",
"version": "1.1.3",
"description": "An example application showing how to use Cactus when implementing a Carbon Accounting Application where two or more blockchains are sharing data with each other to achieve a certain business outcome beneficial to multiple parties (business organizations).",
"keywords": [
"Hyperledger",
Expand Down Expand Up @@ -52,16 +52,16 @@
"webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js"
},
"dependencies": {
"@hyperledger/cactus-api-client": "1.1.2",
"@hyperledger/cactus-cmd-api-server": "1.1.2",
"@hyperledger/cactus-common": "1.1.2",
"@hyperledger/cactus-core": "1.1.2",
"@hyperledger/cactus-core-api": "1.1.2",
"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "1.1.2",
"@hyperledger/cactus-plugin-keychain-memory": "1.1.2",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.2",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "1.1.2",
"@hyperledger/cactus-test-tooling": "1.1.2",
"@hyperledger/cactus-api-client": "1.1.3",
"@hyperledger/cactus-cmd-api-server": "1.1.3",
"@hyperledger/cactus-common": "1.1.3",
"@hyperledger/cactus-core": "1.1.3",
"@hyperledger/cactus-core-api": "1.1.3",
"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "1.1.3",
"@hyperledger/cactus-plugin-keychain-memory": "1.1.3",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.3",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "1.1.3",
"@hyperledger/cactus-test-tooling": "1.1.3",
"@openzeppelin/contracts": "4.7.3",
"@openzeppelin/contracts-upgradeable": "4.7.3",
"async-exit-hook": "2.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.3](https://github.com/hyperledger/cactus/compare/v1.1.2...v1.1.3) (2022-12-08)

**Note:** Version bump only for package @hyperledger/cactus-example-carbon-accounting-business-logic-plugin

## [1.1.2](https://github.com/hyperledger/cactus/compare/v1.1.1...v1.1.2) (2022-11-11)

**Note:** Version bump only for package @hyperledger/cactus-example-carbon-accounting-business-logic-plugin
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-example-carbon-accounting-business-logic-plugin",
"version": "1.1.2",
"version": "1.1.3",
"description": "An example business logic plugin implementation for Cactus",
"keywords": [
"Hyperledger",
Expand Down Expand Up @@ -53,14 +53,14 @@
"webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js"
},
"dependencies": {
"@hyperledger/cactus-api-client": "1.1.2",
"@hyperledger/cactus-common": "1.1.2",
"@hyperledger/cactus-core": "1.1.2",
"@hyperledger/cactus-core-api": "1.1.2",
"@hyperledger/cactus-plugin-consortium-manual": "1.1.2",
"@hyperledger/cactus-plugin-keychain-memory": "1.1.2",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.2",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "1.1.2",
"@hyperledger/cactus-api-client": "1.1.3",
"@hyperledger/cactus-common": "1.1.3",
"@hyperledger/cactus-core": "1.1.3",
"@hyperledger/cactus-core-api": "1.1.3",
"@hyperledger/cactus-plugin-consortium-manual": "1.1.3",
"@hyperledger/cactus-plugin-keychain-memory": "1.1.3",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.3",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "1.1.3",
"async-exit-hook": "2.0.1",
"axios": "0.21.4",
"express": "4.17.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.3](https://github.com/hyperledger/cactus/compare/v1.1.2...v1.1.3) (2022-12-08)

**Note:** Version bump only for package @hyperledger/cactus-example-carbon-accounting-frontend

## [1.1.2](https://github.com/hyperledger/cactus/compare/v1.1.1...v1.1.2) (2022-11-11)

**Note:** Version bump only for package @hyperledger/cactus-example-carbon-accounting-frontend
Expand Down
16 changes: 8 additions & 8 deletions examples/cactus-example-carbon-accounting-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-example-carbon-accounting-frontend",
"version": "1.1.2",
"version": "1.1.3",
"description": "The frontend component of an example project demonstrating how Cactus can be used for cross-chain dapp development.",
"keywords": [
"Hyperledger",
Expand Down Expand Up @@ -54,13 +54,13 @@
"@angular/platform-browser": "13.3.2",
"@angular/platform-browser-dynamic": "13.3.2",
"@angular/router": "13.3.2",
"@hyperledger/cactus-api-client": "1.1.2",
"@hyperledger/cactus-common": "1.1.2",
"@hyperledger/cactus-core-api": "1.1.2",
"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "1.1.2",
"@hyperledger/cactus-plugin-consortium-manual": "1.1.2",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.2",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.2",
"@hyperledger/cactus-api-client": "1.1.3",
"@hyperledger/cactus-common": "1.1.3",
"@hyperledger/cactus-core-api": "1.1.3",
"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "1.1.3",
"@hyperledger/cactus-plugin-consortium-manual": "1.1.3",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.3",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.3",
"@ionic-native/core": "5.36.0",
"@ionic-native/splash-screen": "5.36.0",
"@ionic-native/status-bar": "5.36.0",
Expand Down
6 changes: 6 additions & 0 deletions examples/cactus-example-discounted-asset-trade/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.3](https://github.com/hyperledger/cactus/compare/v1.1.2...v1.1.3) (2022-12-08)

### Features

* **fabric-socketio-connector:** sending transactions signed on the client-side ([0b34ca3](https://github.com/hyperledger/cactus/commit/0b34ca3d35a39826c05cc047e480d377c1c52bef))

## [1.1.2](https://github.com/hyperledger/cactus/compare/v1.1.1...v1.1.2) (2022-11-11)

**Note:** Version bump only for package @hyperledger/cactus-example-discounted-asset-trade
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-example-discounted-asset-trade",
"version": "1.1.2",
"version": "1.1.3",
"license": "Apache-2.0",
"main": "dist/www.js",
"module": "dist/www.js",
Expand Down
4 changes: 4 additions & 0 deletions examples/cactus-example-electricity-trade/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.3](https://github.com/hyperledger/cactus/compare/v1.1.2...v1.1.3) (2022-12-08)

**Note:** Version bump only for package @hyperledger/cactus-example-electricity-trade

## [1.1.2](https://github.com/hyperledger/cactus/compare/v1.1.1...v1.1.2) (2022-11-11)

**Note:** Version bump only for package @hyperledger/cactus-example-electricity-trade
Expand Down
2 changes: 1 addition & 1 deletion examples/cactus-example-electricity-trade/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-example-electricity-trade",
"version": "1.1.2",
"version": "1.1.3",
"license": "Apache-2.0",
"main": "dist/www.js",
"module": "dist/www.js",
Expand Down
4 changes: 4 additions & 0 deletions examples/cactus-example-supply-chain-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.3](https://github.com/hyperledger/cactus/compare/v1.1.2...v1.1.3) (2022-12-08)

**Note:** Version bump only for package @hyperledger/cactus-example-supply-chain-backend

## [1.1.2](https://github.com/hyperledger/cactus/compare/v1.1.1...v1.1.2) (2022-11-11)

**Note:** Version bump only for package @hyperledger/cactus-example-supply-chain-backend
Expand Down
28 changes: 14 additions & 14 deletions examples/cactus-example-supply-chain-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-example-supply-chain-backend",
"version": "1.1.2",
"version": "1.1.3",
"description": "An example application showing how to use Cactus when implementing a supply chain application where two or more blockchains are sharing data with each other to achieve a certain business outcome beneficial to multiple parties (business organizations).",
"keywords": [
"Hyperledger",
Expand Down Expand Up @@ -50,19 +50,19 @@
"webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js"
},
"dependencies": {
"@hyperledger/cactus-api-client": "1.1.2",
"@hyperledger/cactus-cmd-api-server": "1.1.2",
"@hyperledger/cactus-common": "1.1.2",
"@hyperledger/cactus-core": "1.1.2",
"@hyperledger/cactus-core-api": "1.1.2",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "1.1.2",
"@hyperledger/cactus-example-supply-chain-frontend": "1.1.2",
"@hyperledger/cactus-plugin-consortium-manual": "1.1.2",
"@hyperledger/cactus-plugin-keychain-memory": "1.1.2",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.2",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.2",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "1.1.2",
"@hyperledger/cactus-test-tooling": "1.1.2",
"@hyperledger/cactus-api-client": "1.1.3",
"@hyperledger/cactus-cmd-api-server": "1.1.3",
"@hyperledger/cactus-common": "1.1.3",
"@hyperledger/cactus-core": "1.1.3",
"@hyperledger/cactus-core-api": "1.1.3",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "1.1.3",
"@hyperledger/cactus-example-supply-chain-frontend": "1.1.3",
"@hyperledger/cactus-plugin-consortium-manual": "1.1.3",
"@hyperledger/cactus-plugin-keychain-memory": "1.1.3",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.3",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.3",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "1.1.3",
"@hyperledger/cactus-test-tooling": "1.1.3",
"async-exit-hook": "2.0.1",
"axios": "0.21.4",
"dotenv": "16.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.3](https://github.com/hyperledger/cactus/compare/v1.1.2...v1.1.3) (2022-12-08)

**Note:** Version bump only for package @hyperledger/cactus-example-supply-chain-business-logic-plugin

## [1.1.2](https://github.com/hyperledger/cactus/compare/v1.1.1...v1.1.2) (2022-11-11)

**Note:** Version bump only for package @hyperledger/cactus-example-supply-chain-business-logic-plugin
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-example-supply-chain-business-logic-plugin",
"version": "1.1.2",
"version": "1.1.3",
"description": "An example business logic plugin implementation for Cactus",
"keywords": [
"Hyperledger",
Expand Down Expand Up @@ -53,15 +53,15 @@
"webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js"
},
"dependencies": {
"@hyperledger/cactus-api-client": "1.1.2",
"@hyperledger/cactus-common": "1.1.2",
"@hyperledger/cactus-core": "1.1.2",
"@hyperledger/cactus-core-api": "1.1.2",
"@hyperledger/cactus-plugin-consortium-manual": "1.1.2",
"@hyperledger/cactus-plugin-keychain-memory": "1.1.2",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.2",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.2",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "1.1.2",
"@hyperledger/cactus-api-client": "1.1.3",
"@hyperledger/cactus-common": "1.1.3",
"@hyperledger/cactus-core": "1.1.3",
"@hyperledger/cactus-core-api": "1.1.3",
"@hyperledger/cactus-plugin-consortium-manual": "1.1.3",
"@hyperledger/cactus-plugin-keychain-memory": "1.1.3",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.3",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.3",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "1.1.3",
"async-exit-hook": "2.0.1",
"axios": "0.21.4",
"express": "4.17.1",
Expand Down
4 changes: 4 additions & 0 deletions examples/cactus-example-supply-chain-frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.3](https://github.com/hyperledger/cactus/compare/v1.1.2...v1.1.3) (2022-12-08)

**Note:** Version bump only for package @hyperledger/cactus-example-supply-chain-frontend

## [1.1.2](https://github.com/hyperledger/cactus/compare/v1.1.1...v1.1.2) (2022-11-11)

**Note:** Version bump only for package @hyperledger/cactus-example-supply-chain-frontend
Expand Down
18 changes: 9 additions & 9 deletions examples/cactus-example-supply-chain-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-example-supply-chain-frontend",
"version": "1.1.2",
"version": "1.1.3",
"description": "The frontend component of an example project demonstrating how Cactus can be used for cross-chain dapp development.",
"keywords": [
"Hyperledger",
Expand Down Expand Up @@ -54,14 +54,14 @@
"@angular/platform-browser": "13.3.7",
"@angular/platform-browser-dynamic": "13.3.7",
"@angular/router": "13.3.7",
"@hyperledger/cactus-api-client": "1.1.2",
"@hyperledger/cactus-common": "1.1.2",
"@hyperledger/cactus-core-api": "1.1.2",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "1.1.2",
"@hyperledger/cactus-plugin-consortium-manual": "1.1.2",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.2",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.2",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "1.1.2",
"@hyperledger/cactus-api-client": "1.1.3",
"@hyperledger/cactus-common": "1.1.3",
"@hyperledger/cactus-core-api": "1.1.3",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "1.1.3",
"@hyperledger/cactus-plugin-consortium-manual": "1.1.3",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.3",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.3",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "1.1.3",
"@ionic-native/core": "5.36.0",
"@ionic-native/splash-screen": "5.36.0",
"@ionic-native/status-bar": "5.36.0",
Expand Down
4 changes: 4 additions & 0 deletions extensions/cactus-plugin-htlc-coordinator-besu/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.3](https://github.com/hyperledger/cactus/compare/v1.1.2...v1.1.3) (2022-12-08)

**Note:** Version bump only for package @hyperledger/cactus-plugin-htlc-coordinator-besu

## [1.1.2](https://github.com/hyperledger/cactus/compare/v1.1.1...v1.1.2) (2022-11-11)

**Note:** Version bump only for package @hyperledger/cactus-plugin-htlc-coordinator-besu
Expand Down
20 changes: 10 additions & 10 deletions extensions/cactus-plugin-htlc-coordinator-besu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-plugin-htlc-coordinator-besu",
"version": "1.1.2",
"version": "1.1.3",
"description": "HTLC Coordinator to exchange tokens between networks.",
"keywords": [
"Hyperledger",
Expand Down Expand Up @@ -56,13 +56,13 @@
"webpack:prod:web": "webpack --env=prod --target=web --config ../../webpack.config.js"
},
"dependencies": {
"@hyperledger/cactus-common": "1.1.2",
"@hyperledger/cactus-core": "1.1.2",
"@hyperledger/cactus-core-api": "1.1.2",
"@hyperledger/cactus-plugin-htlc-eth-besu": "1.1.2",
"@hyperledger/cactus-plugin-htlc-eth-besu-erc20": "1.1.2",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.2",
"@hyperledger/cactus-test-plugin-htlc-eth-besu-erc20": "1.1.2",
"@hyperledger/cactus-common": "1.1.3",
"@hyperledger/cactus-core": "1.1.3",
"@hyperledger/cactus-core-api": "1.1.3",
"@hyperledger/cactus-plugin-htlc-eth-besu": "1.1.3",
"@hyperledger/cactus-plugin-htlc-eth-besu-erc20": "1.1.3",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.3",
"@hyperledger/cactus-test-plugin-htlc-eth-besu-erc20": "1.1.3",
"axios": "0.21.4",
"body-parser": "1.19.0",
"joi": "14.3.1",
Expand All @@ -72,8 +72,8 @@
"typescript-optional": "2.0.1"
},
"devDependencies": {
"@hyperledger/cactus-plugin-keychain-memory": "1.1.2",
"@hyperledger/cactus-test-tooling": "1.1.2",
"@hyperledger/cactus-plugin-keychain-memory": "1.1.3",
"@hyperledger/cactus-test-tooling": "1.1.3",
"@types/express": "4.17.8",
"socket.io": "4.4.1"
},
Expand Down
Loading

0 comments on commit 795ee6b

Please sign in to comment.