Skip to content

Commit

Permalink
Add feature and options to switch in GUI app to visualize fabric hype…
Browse files Browse the repository at this point in the history
…rledger ledger data stored in supabase by persistence plugins

Depends on: hyperledger-cacti#2265
Depends on: hyperledger-cacti#2331

Signed-off-by: Barnaba Pawelczak barnaba.pawelczak@fujitsu.com
  • Loading branch information
ervvkb authored and barnapa committed Jun 22, 2023
1 parent 925853f commit b3f2657
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 8 additions & 0 deletions packages/cacti-cmd-gui-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
<<<<<<< HEAD
"name": "@hyperledger/cacti-cmd-gui-app",
"version": "2.0.0-alpha.1",
=======
"name": "@hyperledger/cactus-cmd-gui-app",
"version": "1.1.3",
>>>>>>> d02cf1a8 (Add feature and options to switch in GUI app to visualize fabric hyperledger ledger data stored in supabase by persistence plugins)
"description": "Cacti GUI for visualizing ledger data.",
"keywords": [
"Hyperledger",
Expand Down Expand Up @@ -44,7 +49,10 @@
"start": "vite",
"serve": "vite preview",
"build": "yarn run build:prod:frontend",
<<<<<<< HEAD
"build:dev:frontend": "vite build --mode=development",
=======
>>>>>>> d02cf1a8 (Add feature and options to switch in GUI app to visualize fabric hyperledger ledger data stored in supabase by persistence plugins)
"build:prod:frontend": "vite build"
},
"devDependencies": {
Expand Down
5 changes: 1 addition & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@
"path": "./packages/cactus-api-client/tsconfig.json"
},
{
"path": "./packages/cactus-cmd-api-server/tsconfig.json"
"path": "./packages/cacti-cmd-api-server/tsconfig.json"
},
{
"path": "./packages/cactus-cmd-socketio-server/tsconfig.json"
},
{
"path": "./packages/cacti-cmd-gui-app/tsconfig.json"
},
{
"path": "./packages/cactus-common/tsconfig.json"
},
Expand Down

0 comments on commit b3f2657

Please sign in to comment.