Skip to content

Commit

Permalink
chore(release): publish v1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Somogyvari <[email protected]>
  • Loading branch information
petermetz committed Mar 28, 2023
1 parent 61c43af commit a80fc8f
Show file tree
Hide file tree
Showing 100 changed files with 563 additions and 309 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,36 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/hyperledger/cacti/compare/v1.1.3...v1.2.0) (2023-03-28)

### Bug Fixes

* broken links ([1e8d68e](https://github.com/hyperledger/cacti/commit/1e8d68e7c92ec974d7cab5b124b9410949a86712))
* cannot read config eslint-config-prettier/[@typescript-eslint](https://github.com/typescript-eslint).js ([6335787](https://github.com/hyperledger/cacti/commit/63357870004e5031c95d85663921ee15e3402339))
* corda simple app Readme, remove res-dlt-interop mention from fabric-cli ([1b90295](https://github.com/hyperledger/cacti/commit/1b9029585df4cf0fd51112e2b5520b311c6a1674))
* fabric-cli readme ([4f786a7](https://github.com/hyperledger/cacti/commit/4f786a7578764c8c057011f5d9303e18ab980fac))
* **git:** broken line endings corrupt git index after weaver merge ([3998ac3](https://github.com/hyperledger/cacti/commit/3998ac3f66dc7c6659583aed64690ebd8812bd7b)), closes [#2302](https://github.com/hyperledger/cacti/issues/2302)
* link in fabric cli readme ([e14ae88](https://github.com/hyperledger/cacti/commit/e14ae88341dbc5544568e5ac3ebe41568dae280c))
* logger bug ([122c203](https://github.com/hyperledger/cacti/commit/122c20382fe1ad46d74669d67f3fc5b71e970fbd))
* rename master to main; whitelist to allowlist ([81e2f9e](https://github.com/hyperledger/cacti/commit/81e2f9ee95f9a0d34090d32966a502018ccbe643))
* update ts version; besu-cli sdk imports; added packages test for besu asset exchange in workflow ([ca494b5](https://github.com/hyperledger/cacti/commit/ca494b52ac34e0e8785ca6231dd29695d7584818))
* workflow besu asset exchange ([2153df8](https://github.com/hyperledger/cacti/commit/2153df89de06f5a725889289254ddde235f1ab74))

### Features

* **connector-fabric:** add WatchBlocks endpoint ([6c62de4](https://github.com/hyperledger/cacti/commit/6c62de4dfb360536fc67a03cf10602e311c08a9d)), closes [#2118](https://github.com/hyperledger/cacti/issues/2118)
* connector-go-ethereum now can report empty blocks ([6dbe6b5](https://github.com/hyperledger/cacti/commit/6dbe6b54eaee156cd236ebbde4337b8599b05c08))
* **connector-iroha2:** add support for Iroha V2 ([db78969](https://github.com/hyperledger/cacti/commit/db789690b64d68b3dda70578127338bdc02e92bd)), closes [#2138](https://github.com/hyperledger/cacti/issues/2138) [#2140](https://github.com/hyperledger/cacti/issues/2140)
* **connector-ubiquity:** initial implementation ([7c59790](https://github.com/hyperledger/cacti/commit/7c597907910bd5cac919c855a3bfa9e533b6d5dd))
* **supabase-all-in-one:** add docker image for test supabase instance ([89dbcef](https://github.com/hyperledger/cacti/commit/89dbcef0ef6cbb33b831c0edf9ab65317ec15ff1)), closes [#2253](https://github.com/hyperledger/cacti/issues/2253)

### Reverts

* Revert "changing asset exchange interop cc as package" ([e9e4606](https://github.com/hyperledger/cacti/commit/e9e46063ab09a975e52487c0b39da35f7043b8a3))
* Revert "update simplestate to refer mocks go module" ([b7470ba](https://github.com/hyperledger/cacti/commit/b7470ba45474cb9472d0ddb7c345972d4dca817a))
* Revert "update simpleasset to refer to go modules" ([660248f](https://github.com/hyperledger/cacti/commit/660248f52ad5f861b76e634dab218ff98ceff0a7))
* Revert "update interfaces/asset-mgmt to refer to go modules" ([5f3a2f8](https://github.com/hyperledger/cacti/commit/5f3a2f8f400bdf9eaea231aae90f0cb2d1d950de))

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

### 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.2.0](https://github.com/hyperledger/cacti/compare/v1.1.3...v1.2.0) (2023-03-28)

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

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

**Note:** Version bump only for package check-connection-ethereum-validator
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "check-connection-ethereum-validator",
"version": "1.1.3",
"version": "1.2.0",
"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.2.0](https://github.com/hyperledger/cactus/compare/v1.1.3...v1.2.0) (2023-03-28)

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

## [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
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.3",
"version": "1.2.0",
"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.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",
"@hyperledger/cactus-api-client": "1.2.0",
"@hyperledger/cactus-cmd-api-server": "1.2.0",
"@hyperledger/cactus-common": "1.2.0",
"@hyperledger/cactus-core": "1.2.0",
"@hyperledger/cactus-core-api": "1.2.0",
"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "1.2.0",
"@hyperledger/cactus-plugin-keychain-memory": "1.2.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.2.0",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "1.2.0",
"@hyperledger/cactus-test-tooling": "1.2.0",
"@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.2.0](https://github.com/hyperledger/cactus/compare/v1.1.3...v1.2.0) (2023-03-28)

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

## [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
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.3",
"version": "1.2.0",
"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.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",
"@hyperledger/cactus-api-client": "1.2.0",
"@hyperledger/cactus-common": "1.2.0",
"@hyperledger/cactus-core": "1.2.0",
"@hyperledger/cactus-core-api": "1.2.0",
"@hyperledger/cactus-plugin-consortium-manual": "1.2.0",
"@hyperledger/cactus-plugin-keychain-memory": "1.2.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.2.0",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "1.2.0",
"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.2.0](https://github.com/hyperledger/cactus/compare/v1.1.3...v1.2.0) (2023-03-28)

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

## [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
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.3",
"version": "1.2.0",
"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.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",
"@hyperledger/cactus-api-client": "1.2.0",
"@hyperledger/cactus-common": "1.2.0",
"@hyperledger/cactus-core-api": "1.2.0",
"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "1.2.0",
"@hyperledger/cactus-plugin-consortium-manual": "1.2.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.2.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.2.0",
"@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.2.0](https://github.com/hyperledger/cacti/compare/v1.1.3...v1.2.0) (2023-03-28)

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

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

### Features
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.3",
"version": "1.2.0",
"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.2.0](https://github.com/hyperledger/cacti/compare/v1.1.3...v1.2.0) (2023-03-28)

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

## [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
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.3",
"version": "1.2.0",
"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.2.0](https://github.com/hyperledger/cactus/compare/v1.1.3...v1.2.0) (2023-03-28)

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

## [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
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.3",
"version": "1.2.0",
"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.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",
"@hyperledger/cactus-api-client": "1.2.0",
"@hyperledger/cactus-cmd-api-server": "1.2.0",
"@hyperledger/cactus-common": "1.2.0",
"@hyperledger/cactus-core": "1.2.0",
"@hyperledger/cactus-core-api": "1.2.0",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "1.2.0",
"@hyperledger/cactus-example-supply-chain-frontend": "1.2.0",
"@hyperledger/cactus-plugin-consortium-manual": "1.2.0",
"@hyperledger/cactus-plugin-keychain-memory": "1.2.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.2.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.2.0",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "1.2.0",
"@hyperledger/cactus-test-tooling": "1.2.0",
"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.2.0](https://github.com/hyperledger/cactus/compare/v1.1.3...v1.2.0) (2023-03-28)

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

## [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
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.3",
"version": "1.2.0",
"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.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",
"@hyperledger/cactus-api-client": "1.2.0",
"@hyperledger/cactus-common": "1.2.0",
"@hyperledger/cactus-core": "1.2.0",
"@hyperledger/cactus-core-api": "1.2.0",
"@hyperledger/cactus-plugin-consortium-manual": "1.2.0",
"@hyperledger/cactus-plugin-keychain-memory": "1.2.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.2.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.2.0",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "1.2.0",
"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.2.0](https://github.com/hyperledger/cactus/compare/v1.1.3...v1.2.0) (2023-03-28)

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

## [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
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.3",
"version": "1.2.0",
"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.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",
"@hyperledger/cactus-api-client": "1.2.0",
"@hyperledger/cactus-common": "1.2.0",
"@hyperledger/cactus-core-api": "1.2.0",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "1.2.0",
"@hyperledger/cactus-plugin-consortium-manual": "1.2.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.2.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.2.0",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "1.2.0",
"@ionic-native/core": "5.36.0",
"@ionic-native/splash-screen": "5.36.0",
"@ionic-native/status-bar": "5.36.0",
Expand Down
8 changes: 8 additions & 0 deletions examples/cactus-workshop-examples-2022-11-14/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/hyperledger/cactus/compare/v1.1.3...v1.2.0) (2023-03-28)

**Note:** Version bump only for package @hyperledger/cactus-workshop-examples-2022-11-14
10 changes: 4 additions & 6 deletions examples/cactus-workshop-examples-2022-11-14/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-workshop-examples-2022-11-14",
"version": "1.1.3",
"version": "1.2.0",
"description": "Cacti Workshop 2022-11-14 Examples",
"keywords": [
"Hyperledger",
Expand Down Expand Up @@ -53,13 +53,11 @@
"webpack:dev:web": "webpack --env=dev --target=web --config ../../../webpack.config.js"
},
"dependencies": {
"@hyperledger/cactus-common": "1.1.3",
"@hyperledger/cactus-core": "1.1.3",
"@hyperledger/cactus-test-tooling": "1.1.3",
"@hyperledger/cactus-common": "1.2.0",
"@hyperledger/cactus-core": "1.2.0",
"@hyperledger/cactus-test-tooling": "1.2.0",
"typescript-optional": "2.0.1"
},
"devDependencies": {
},
"engines": {
"node": ">=10",
"npm": ">=6"
Expand Down
Loading

0 comments on commit a80fc8f

Please sign in to comment.