Skip to content

Commit

Permalink
chore(release): publish v1.1.1
Browse files Browse the repository at this point in the history
This is needed because of the botched (congrats Peter) v1.1.0 release
which we attempted to fix by adding a new workflow action that gets
triggered on tags and then re-applying (delete+re-tag) the v1.1.0
release tag.

Only after all this was it discovered that the workflow action meant to
push the 1.1.0 npm artifacts will not get triggered on the v1.1.0 tag
because the workflow file got added in a commit prior to v1.1.0 so the
only way to fix it would be to:

have direct push access ot npm once again (temporarily) until we can
issue the 1.1.0 release or re-write the git history of the upstream
main branch (a big no-no unless we absolutely must do that for whatever
reason)

TLDR: Issuing a v1.1.1 release here basically just to test whether the
auto-publishing of packages with the new workflow works at all or not.
If it has bugs or does not work for whatever other reason we will need
to itreate on the workflow file and then issue a v1.1.2 and more of
those as needed until we figure out the auto-publishing so that it
"just works"

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Nov 4, 2022
1 parent 5809fd8 commit d7cb611
Show file tree
Hide file tree
Showing 92 changed files with 463 additions and 262 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03)

### Bug Fixes

* **plugin-keychain-vault:** hyper upgrade ([3062343](https://github.com/hyperledger/cactus/commit/3062343d47a492d6a15f7189a72e6ab3bb6a52f2)), closes [#2120](https://github.com/hyperledger/cactus/issues/2120)
* **security:** vulnerabilities found in besu-all-in-one [#2055](https://github.com/hyperledger/cactus/issues/2055) ([2ce098f](https://github.com/hyperledger/cactus/commit/2ce098f490c0e20c7f5d00a81e8fced1ec81341c))
* **tools:** ghcr-quorum-multi-party-all-in-one pip install ([5809fd8](https://github.com/hyperledger/cactus/commit/5809fd8fac06638220bbe12df4f3ff82d02ef0eb)), closes [#2183](https://github.com/hyperledger/cactus/issues/2183)

### Features

* **cbdc-bridging-app:** refactor ODAP plugin implementation ([6975fef](https://github.com/hyperledger/cactus/commit/6975fefd4994cc9c6dd7d649dc2d6400646a59ae))
* **connector-iroha:** add dynamic request params ([a1f908f](https://github.com/hyperledger/cactus/commit/a1f908f4c27b652a15896c9847aee97cc6ea11fd))

# [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17)

### Bug Fixes
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.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03)

**Note:** Version bump only for package check-connection-ethereum-validator

# [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17)

### Bug Fixes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "check-connection-ethereum-validator",
"version": "1.1.0",
"version": "1.1.1",
"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.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03)

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

# [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17)

**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.0",
"version": "1.1.1",
"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.0",
"@hyperledger/cactus-cmd-api-server": "1.1.0",
"@hyperledger/cactus-common": "1.1.0",
"@hyperledger/cactus-core": "1.1.0",
"@hyperledger/cactus-core-api": "1.1.0",
"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "1.1.0",
"@hyperledger/cactus-plugin-keychain-memory": "1.1.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.0",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "1.1.0",
"@hyperledger/cactus-test-tooling": "1.1.0",
"@hyperledger/cactus-api-client": "1.1.1",
"@hyperledger/cactus-cmd-api-server": "1.1.1",
"@hyperledger/cactus-common": "1.1.1",
"@hyperledger/cactus-core": "1.1.1",
"@hyperledger/cactus-core-api": "1.1.1",
"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "1.1.1",
"@hyperledger/cactus-plugin-keychain-memory": "1.1.1",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.1",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "1.1.1",
"@hyperledger/cactus-test-tooling": "1.1.1",
"@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.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03)

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

# [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17)

**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.0",
"version": "1.1.1",
"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.0",
"@hyperledger/cactus-common": "1.1.0",
"@hyperledger/cactus-core": "1.1.0",
"@hyperledger/cactus-core-api": "1.1.0",
"@hyperledger/cactus-plugin-consortium-manual": "1.1.0",
"@hyperledger/cactus-plugin-keychain-memory": "1.1.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.0",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "1.1.0",
"@hyperledger/cactus-api-client": "1.1.1",
"@hyperledger/cactus-common": "1.1.1",
"@hyperledger/cactus-core": "1.1.1",
"@hyperledger/cactus-core-api": "1.1.1",
"@hyperledger/cactus-plugin-consortium-manual": "1.1.1",
"@hyperledger/cactus-plugin-keychain-memory": "1.1.1",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.1",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "1.1.1",
"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.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03)

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

# [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17)

**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.0",
"version": "1.1.1",
"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.0",
"@hyperledger/cactus-common": "1.1.0",
"@hyperledger/cactus-core-api": "1.1.0",
"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "1.1.0",
"@hyperledger/cactus-plugin-consortium-manual": "1.1.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.0",
"@hyperledger/cactus-api-client": "1.1.1",
"@hyperledger/cactus-common": "1.1.1",
"@hyperledger/cactus-core-api": "1.1.1",
"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "1.1.1",
"@hyperledger/cactus-plugin-consortium-manual": "1.1.1",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.1",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.1",
"@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 examples/cactus-example-discounted-asset-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.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03)

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

# [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17)

### Bug Fixes
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.0",
"version": "1.1.1",
"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.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03)

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

# [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17)

### Bug Fixes
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.0",
"version": "1.1.1",
"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.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03)

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

# [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17)

### Features
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.0",
"version": "1.1.1",
"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.0",
"@hyperledger/cactus-cmd-api-server": "1.1.0",
"@hyperledger/cactus-common": "1.1.0",
"@hyperledger/cactus-core": "1.1.0",
"@hyperledger/cactus-core-api": "1.1.0",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "1.1.0",
"@hyperledger/cactus-example-supply-chain-frontend": "1.1.0",
"@hyperledger/cactus-plugin-consortium-manual": "1.1.0",
"@hyperledger/cactus-plugin-keychain-memory": "1.1.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.0",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "1.1.0",
"@hyperledger/cactus-test-tooling": "1.1.0",
"@hyperledger/cactus-api-client": "1.1.1",
"@hyperledger/cactus-cmd-api-server": "1.1.1",
"@hyperledger/cactus-common": "1.1.1",
"@hyperledger/cactus-core": "1.1.1",
"@hyperledger/cactus-core-api": "1.1.1",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "1.1.1",
"@hyperledger/cactus-example-supply-chain-frontend": "1.1.1",
"@hyperledger/cactus-plugin-consortium-manual": "1.1.1",
"@hyperledger/cactus-plugin-keychain-memory": "1.1.1",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.1",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.1",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "1.1.1",
"@hyperledger/cactus-test-tooling": "1.1.1",
"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.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03)

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

# [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17)

**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.0",
"version": "1.1.1",
"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.0",
"@hyperledger/cactus-common": "1.1.0",
"@hyperledger/cactus-core": "1.1.0",
"@hyperledger/cactus-core-api": "1.1.0",
"@hyperledger/cactus-plugin-consortium-manual": "1.1.0",
"@hyperledger/cactus-plugin-keychain-memory": "1.1.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.0",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "1.1.0",
"@hyperledger/cactus-api-client": "1.1.1",
"@hyperledger/cactus-common": "1.1.1",
"@hyperledger/cactus-core": "1.1.1",
"@hyperledger/cactus-core-api": "1.1.1",
"@hyperledger/cactus-plugin-consortium-manual": "1.1.1",
"@hyperledger/cactus-plugin-keychain-memory": "1.1.1",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.1",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.1",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "1.1.1",
"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.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03)

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

# [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17)

### Features
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.0",
"version": "1.1.1",
"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.0",
"@hyperledger/cactus-common": "1.1.0",
"@hyperledger/cactus-core-api": "1.1.0",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "1.1.0",
"@hyperledger/cactus-plugin-consortium-manual": "1.1.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.0",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "1.1.0",
"@hyperledger/cactus-api-client": "1.1.1",
"@hyperledger/cactus-common": "1.1.1",
"@hyperledger/cactus-core-api": "1.1.1",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "1.1.1",
"@hyperledger/cactus-plugin-consortium-manual": "1.1.1",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.1",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.1",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "1.1.1",
"@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.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03)

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

# [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17)

**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.0",
"version": "1.1.1",
"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.0",
"@hyperledger/cactus-core": "1.1.0",
"@hyperledger/cactus-core-api": "1.1.0",
"@hyperledger/cactus-plugin-htlc-eth-besu": "1.1.0",
"@hyperledger/cactus-plugin-htlc-eth-besu-erc20": "1.1.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.0",
"@hyperledger/cactus-test-plugin-htlc-eth-besu-erc20": "1.1.0",
"@hyperledger/cactus-common": "1.1.1",
"@hyperledger/cactus-core": "1.1.1",
"@hyperledger/cactus-core-api": "1.1.1",
"@hyperledger/cactus-plugin-htlc-eth-besu": "1.1.1",
"@hyperledger/cactus-plugin-htlc-eth-besu-erc20": "1.1.1",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.1",
"@hyperledger/cactus-test-plugin-htlc-eth-besu-erc20": "1.1.1",
"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.0",
"@hyperledger/cactus-test-tooling": "1.1.0",
"@hyperledger/cactus-plugin-keychain-memory": "1.1.1",
"@hyperledger/cactus-test-tooling": "1.1.1",
"@types/express": "4.17.8",
"socket.io": "4.4.1"
},
Expand Down
Loading

0 comments on commit d7cb611

Please sign in to comment.