Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pt #9

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Pt #9

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .github/workflows/publish-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:

build-and-publish-packages:
runs-on: ubuntu-22.04
permissions:
id-token: write
steps:
- uses: actions/[email protected]
with:
Expand All @@ -38,9 +40,10 @@ jobs:
TAPE_TEST_RUNNER_DISABLED: true
- name: lerna-publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_TEST }}
NPM_CONFIG_PROVENANCE: true
run: |
git config --global user.email "[email protected]"
git config --global user.name "hyperledger-ghci"
git config --global user.email "alb"
git config --global user.name "alb"
npm whoami
yarn lerna publish from-git --yes --loglevel=debug
8 changes: 4 additions & 4 deletions examples/cactus-common-example-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-common-example-server",
"version": "2.0.0",
"version": "2.0.0-test-provenance",
"description": "Allows Cactus nodes to interact with HTLC ETH contracts",
"keywords": [
"Hyperledger",
Expand Down Expand Up @@ -42,8 +42,8 @@
"build:dev:backend:postbuild": "cp -f ../../yarn.lock ./dist/"
},
"dependencies": {
"@hyperledger/cactus-common": "2.0.0",
"@hyperledger/cactus-core-api": "2.0.0",
"@hyperledger/cactus-common": "^2.0.0-test-provenance",
"@hyperledger/cactus-core-api": "^2.0.0-test-provenance",
"@types/node": "18.11.9",
"body-parser": "1.20.3",
"config": "3.3.7",
Expand All @@ -66,7 +66,7 @@
"xmlhttprequest": "1.8.0"
},
"devDependencies": {
"@hyperledger/cactus-test-tooling": "2.0.0",
"@hyperledger/cactus-test-tooling": "^2.0.0-test-provenance",
"@types/config": "3.3.0",
"@types/cookie-parser": "1.4.5",
"@types/debug": "4.1.8",
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": "2.0.0",
"version": "2.0.0-test-provenance",
"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": "2.0.0",
"@hyperledger/cactus-cmd-api-server": "2.0.0",
"@hyperledger/cactus-common": "2.0.0",
"@hyperledger/cactus-core": "2.0.0",
"@hyperledger/cactus-core-api": "2.0.0",
"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "2.0.0",
"@hyperledger/cactus-plugin-keychain-memory": "2.0.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "2.0.0",
"@hyperledger/cactus-test-tooling": "2.0.0",
"@hyperledger/cactus-api-client": "^2.0.0-test-provenance",
"@hyperledger/cactus-cmd-api-server": "^2.0.0-test-provenance",
"@hyperledger/cactus-common": "^2.0.0-test-provenance",
"@hyperledger/cactus-core": "^2.0.0-test-provenance",
"@hyperledger/cactus-core-api": "^2.0.0-test-provenance",
"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "^2.0.0-test-provenance",
"@hyperledger/cactus-plugin-keychain-memory": "^2.0.0-test-provenance",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "^2.0.0-test-provenance",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "^2.0.0-test-provenance",
"@hyperledger/cactus-test-tooling": "^2.0.0-test-provenance",
"@openzeppelin/contracts": "4.9.6",
"@openzeppelin/contracts-upgradeable": "4.9.6",
"async-exit-hook": "2.0.1",
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": "2.0.0",
"version": "2.0.0-test-provenance",
"description": "An example business logic plugin implementation for Cactus",
"keywords": [
"Hyperledger",
Expand Down Expand Up @@ -55,14 +55,14 @@
"webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js"
},
"dependencies": {
"@hyperledger/cactus-api-client": "2.0.0",
"@hyperledger/cactus-common": "2.0.0",
"@hyperledger/cactus-core": "2.0.0",
"@hyperledger/cactus-core-api": "2.0.0",
"@hyperledger/cactus-plugin-consortium-manual": "2.0.0",
"@hyperledger/cactus-plugin-keychain-memory": "2.0.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "2.0.0",
"@hyperledger/cactus-api-client": "^2.0.0-test-provenance",
"@hyperledger/cactus-common": "^2.0.0-test-provenance",
"@hyperledger/cactus-core": "^2.0.0-test-provenance",
"@hyperledger/cactus-core-api": "^2.0.0-test-provenance",
"@hyperledger/cactus-plugin-consortium-manual": "^2.0.0-test-provenance",
"@hyperledger/cactus-plugin-keychain-memory": "^2.0.0-test-provenance",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "^2.0.0-test-provenance",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "^2.0.0-test-provenance",
"async-exit-hook": "2.0.1",
"axios": "1.7.7",
"express": "4.21.0",
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": "2.0.0",
"version": "2.0.0-test-provenance",
"description": "The frontend component of an example project demonstrating how Cacti can be used for cross-chain dapp development.",
"keywords": [
"Hyperledger",
Expand Down Expand Up @@ -54,13 +54,13 @@
"@angular/platform-browser": "16.2.4",
"@angular/platform-browser-dynamic": "16.2.4",
"@angular/router": "16.2.4",
"@hyperledger/cactus-api-client": "2.0.0",
"@hyperledger/cactus-common": "2.0.0",
"@hyperledger/cactus-core-api": "2.0.0",
"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "2.0.0",
"@hyperledger/cactus-plugin-consortium-manual": "2.0.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0",
"@hyperledger/cactus-api-client": "^2.0.0-test-provenance",
"@hyperledger/cactus-common": "^2.0.0-test-provenance",
"@hyperledger/cactus-core-api": "^2.0.0-test-provenance",
"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "^2.0.0-test-provenance",
"@hyperledger/cactus-plugin-consortium-manual": "^2.0.0-test-provenance",
"@hyperledger/cactus-plugin-ledger-connector-besu": "^2.0.0-test-provenance",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "^2.0.0-test-provenance",
"@ionic-native/core": "5.36.0",
"@ionic-native/splash-screen": "patch:@ionic-native/splash-screen@npm%3A5.36.0#~/.yarn/patches/@ionic-native-splash-screen-npm-5.36.0-531cbbe0f8.patch",
"@ionic-native/status-bar": "patch:@ionic-native/status-bar@npm%3A5.36.0#~/.yarn/patches/@ionic-native-status-bar-npm-5.36.0-1ca86cbaad.patch",
Expand Down
26 changes: 13 additions & 13 deletions examples/cactus-example-cbdc-bridging-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-example-cbdc-bridging-backend",
"version": "2.0.0",
"version": "2.0.0-test-provenance",
"description": "An example application showing how to use Cacti when implementing a CBDC bridging application between Hyperledger Fabric and Hyperledger Besu.",
"keywords": [
"Hyperledger",
Expand Down Expand Up @@ -55,18 +55,18 @@
"webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js"
},
"dependencies": {
"@hyperledger/cactus-api-client": "2.0.0",
"@hyperledger/cactus-cmd-api-server": "2.0.0",
"@hyperledger/cactus-common": "2.0.0",
"@hyperledger/cactus-core": "2.0.0",
"@hyperledger/cactus-core-api": "2.0.0",
"@hyperledger/cactus-plugin-keychain-memory": "2.0.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "2.0.0",
"@hyperledger/cactus-plugin-object-store-ipfs": "2.0.0",
"@hyperledger/cactus-plugin-satp-hermes": "2.0.0",
"@hyperledger/cactus-test-tooling": "2.0.0",
"@hyperledger/cactus-api-client": "^2.0.0-test-provenance",
"@hyperledger/cactus-cmd-api-server": "^2.0.0-test-provenance",
"@hyperledger/cactus-common": "^2.0.0-test-provenance",
"@hyperledger/cactus-core": "^2.0.0-test-provenance",
"@hyperledger/cactus-core-api": "^2.0.0-test-provenance",
"@hyperledger/cactus-plugin-keychain-memory": "^2.0.0-test-provenance",
"@hyperledger/cactus-plugin-ledger-connector-besu": "^2.0.0-test-provenance",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "^2.0.0-test-provenance",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "^2.0.0-test-provenance",
"@hyperledger/cactus-plugin-object-store-ipfs": "^2.0.0-test-provenance",
"@hyperledger/cactus-plugin-satp-hermes": "^2.0.0-test-provenance",
"@hyperledger/cactus-test-tooling": "^2.0.0-test-provenance",
"@openzeppelin/contracts": "4.9.6",
"@openzeppelin/contracts-upgradeable": "4.9.6",
"async-exit-hook": "2.0.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cacti-example-cbdc-bridging-frontend",
"version": "2.0.0",
"version": "2.0.0-test-provenance",
"private": true,
"license": "Apache-2.0",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-example-discounted-asset-trade-client",
"version": "2.0.0",
"version": "2.0.0-test-provenance",
"description": "Client for interacting with discounted asset trade sample app and some tools for setting up indy enviroment",
"keywords": [
"Hyperledger",
Expand Down
18 changes: 9 additions & 9 deletions examples/cactus-example-discounted-asset-trade/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-example-discounted-asset-trade",
"version": "2.0.0",
"version": "2.0.0-test-provenance",
"private": true,
"license": "Apache-2.0",
"main": "dist/www.js",
Expand All @@ -14,14 +14,14 @@
"start-dockerless": "node ./dist/www.js"
},
"dependencies": {
"@hyperledger/cactus-common": "2.0.0",
"@hyperledger/cactus-common-example-server": "2.0.0",
"@hyperledger/cactus-core": "2.0.0",
"@hyperledger/cactus-core-api": "2.0.0",
"@hyperledger/cactus-plugin-keychain-memory": "2.0.0",
"@hyperledger/cactus-plugin-ledger-connector-aries": "2.0.0",
"@hyperledger/cactus-plugin-ledger-connector-ethereum": "2.0.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0",
"@hyperledger/cactus-common": "^2.0.0-test-provenance",
"@hyperledger/cactus-common-example-server": "^2.0.0-test-provenance",
"@hyperledger/cactus-core": "^2.0.0-test-provenance",
"@hyperledger/cactus-core-api": "^2.0.0-test-provenance",
"@hyperledger/cactus-plugin-keychain-memory": "^2.0.0-test-provenance",
"@hyperledger/cactus-plugin-ledger-connector-aries": "^2.0.0-test-provenance",
"@hyperledger/cactus-plugin-ledger-connector-ethereum": "^2.0.0-test-provenance",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "^2.0.0-test-provenance",
"@types/node": "18.11.9",
"axios": "1.7.7",
"body-parser": "1.20.3",
Expand Down
16 changes: 8 additions & 8 deletions 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": "2.0.0",
"version": "2.0.0-test-provenance",
"private": true,
"license": "Apache-2.0",
"main": "dist/www.js",
Expand All @@ -14,13 +14,13 @@
"start-dockerless": "node ./dist/www.js"
},
"dependencies": {
"@hyperledger/cactus-common": "2.0.0",
"@hyperledger/cactus-common-example-server": "2.0.0",
"@hyperledger/cactus-core": "2.0.0",
"@hyperledger/cactus-core-api": "2.0.0",
"@hyperledger/cactus-plugin-keychain-memory": "2.0.0",
"@hyperledger/cactus-plugin-ledger-connector-ethereum": "2.0.0",
"@hyperledger/cactus-plugin-ledger-connector-sawtooth": "2.0.0",
"@hyperledger/cactus-common": "^2.0.0-test-provenance",
"@hyperledger/cactus-common-example-server": "^2.0.0-test-provenance",
"@hyperledger/cactus-core": "^2.0.0-test-provenance",
"@hyperledger/cactus-core-api": "^2.0.0-test-provenance",
"@hyperledger/cactus-plugin-keychain-memory": "^2.0.0-test-provenance",
"@hyperledger/cactus-plugin-ledger-connector-ethereum": "^2.0.0-test-provenance",
"@hyperledger/cactus-plugin-ledger-connector-sawtooth": "^2.0.0-test-provenance",
"@types/node": "18.11.9",
"body-parser": "1.20.3",
"cookie-parser": "1.4.6",
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": "2.0.0",
"version": "2.0.0-test-provenance",
"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 @@ -52,19 +52,19 @@
"webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js"
},
"dependencies": {
"@hyperledger/cactus-api-client": "2.0.0",
"@hyperledger/cactus-cmd-api-server": "2.0.0",
"@hyperledger/cactus-common": "2.0.0",
"@hyperledger/cactus-core": "2.0.0",
"@hyperledger/cactus-core-api": "2.0.0",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "2.0.0",
"@hyperledger/cactus-example-supply-chain-frontend": "2.0.0",
"@hyperledger/cactus-plugin-consortium-manual": "2.0.0",
"@hyperledger/cactus-plugin-keychain-memory": "2.0.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "2.0.0",
"@hyperledger/cactus-test-tooling": "2.0.0",
"@hyperledger/cactus-api-client": "^2.0.0-test-provenance",
"@hyperledger/cactus-cmd-api-server": "^2.0.0-test-provenance",
"@hyperledger/cactus-common": "^2.0.0-test-provenance",
"@hyperledger/cactus-core": "^2.0.0-test-provenance",
"@hyperledger/cactus-core-api": "^2.0.0-test-provenance",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "^2.0.0-test-provenance",
"@hyperledger/cactus-example-supply-chain-frontend": "^2.0.0-test-provenance",
"@hyperledger/cactus-plugin-consortium-manual": "^2.0.0-test-provenance",
"@hyperledger/cactus-plugin-keychain-memory": "^2.0.0-test-provenance",
"@hyperledger/cactus-plugin-ledger-connector-besu": "^2.0.0-test-provenance",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "^2.0.0-test-provenance",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "^2.0.0-test-provenance",
"@hyperledger/cactus-test-tooling": "^2.0.0-test-provenance",
"async-exit-hook": "2.0.1",
"axios": "1.7.7",
"dotenv": "16.0.0",
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": "2.0.0",
"version": "2.0.0-test-provenance",
"description": "An example business logic plugin implementation for Cactus",
"keywords": [
"Hyperledger",
Expand Down Expand Up @@ -55,15 +55,15 @@
"webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js"
},
"dependencies": {
"@hyperledger/cactus-api-client": "2.0.0",
"@hyperledger/cactus-common": "2.0.0",
"@hyperledger/cactus-core": "2.0.0",
"@hyperledger/cactus-core-api": "2.0.0",
"@hyperledger/cactus-plugin-consortium-manual": "2.0.0",
"@hyperledger/cactus-plugin-keychain-memory": "2.0.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "2.0.0",
"@hyperledger/cactus-api-client": "^2.0.0-test-provenance",
"@hyperledger/cactus-common": "^2.0.0-test-provenance",
"@hyperledger/cactus-core": "^2.0.0-test-provenance",
"@hyperledger/cactus-core-api": "^2.0.0-test-provenance",
"@hyperledger/cactus-plugin-consortium-manual": "^2.0.0-test-provenance",
"@hyperledger/cactus-plugin-keychain-memory": "^2.0.0-test-provenance",
"@hyperledger/cactus-plugin-ledger-connector-besu": "^2.0.0-test-provenance",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "^2.0.0-test-provenance",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "^2.0.0-test-provenance",
"async-exit-hook": "2.0.1",
"axios": "1.7.7",
"express": "4.21.0",
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": "2.0.0",
"version": "2.0.0-test-provenance",
"description": "The frontend component of an example project demonstrating how Cacti can be used for cross-chain dapp development.",
"keywords": [
"Hyperledger",
Expand Down Expand Up @@ -54,14 +54,14 @@
"@angular/platform-browser": "17.3.11",
"@angular/platform-browser-dynamic": "17.3.11",
"@angular/router": "17.3.11",
"@hyperledger/cactus-api-client": "2.0.0",
"@hyperledger/cactus-common": "2.0.0",
"@hyperledger/cactus-core-api": "2.0.0",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "2.0.0",
"@hyperledger/cactus-plugin-consortium-manual": "2.0.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "2.0.0",
"@hyperledger/cactus-api-client": "^2.0.0-test-provenance",
"@hyperledger/cactus-common": "^2.0.0-test-provenance",
"@hyperledger/cactus-core-api": "^2.0.0-test-provenance",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "^2.0.0-test-provenance",
"@hyperledger/cactus-plugin-consortium-manual": "^2.0.0-test-provenance",
"@hyperledger/cactus-plugin-ledger-connector-besu": "^2.0.0-test-provenance",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "^2.0.0-test-provenance",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "^2.0.0-test-provenance",
"@ionic-native/core": "5.36.0",
"@ionic-native/splash-screen": "patch:@ionic-native/splash-screen@npm%3A5.36.0#~/.yarn/patches/@ionic-native-splash-screen-npm-5.36.0-531cbbe0f8.patch",
"@ionic-native/status-bar": "patch:@ionic-native/status-bar@npm%3A5.36.0#~/.yarn/patches/@ionic-native-status-bar-npm-5.36.0-1ca86cbaad.patch",
Expand Down
12 changes: 6 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": "2.0.0",
"version": "2.0.0-test-provenance",
"description": "Cacti Workshop 2022-11-14 Examples",
"keywords": [
"Hyperledger",
Expand Down Expand Up @@ -53,11 +53,11 @@
"webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js"
},
"dependencies": {
"@hyperledger/cactus-cmd-api-server": "2.0.0",
"@hyperledger/cactus-common": "2.0.0",
"@hyperledger/cactus-core": "2.0.0",
"@hyperledger/cactus-core-api": "2.0.0",
"@hyperledger/cactus-test-tooling": "2.0.0",
"@hyperledger/cactus-cmd-api-server": "^2.0.0-test-provenance",
"@hyperledger/cactus-common": "^2.0.0-test-provenance",
"@hyperledger/cactus-core": "^2.0.0-test-provenance",
"@hyperledger/cactus-core-api": "^2.0.0-test-provenance",
"@hyperledger/cactus-test-tooling": "^2.0.0-test-provenance",
"kubo-rpc-client": "3.0.1",
"typescript-optional": "2.0.1",
"uuid": "10.0.0"
Expand Down
Loading
Loading