Skip to content

Commit

Permalink
feat: ipfs-webui v4.4.0 (#2886)
Browse files Browse the repository at this point in the history
updates ipfs-webui to use the latest version. Some major dep overhauls done thanks to ipld-explorer-components update & removal of `bundlesize` dev-dep

Related: 

* https://github.com/ipfs/ipfs-webui/releases/tag/v4.4.0
* ipfs/ipld-explorer-components@v7.0.3...v8.1.0
  • Loading branch information
SgtPooki authored Nov 7, 2024
1 parent 3b3010b commit 77765e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"force-webui-download": "shx rm -rf assets/webui && run-s build:webui",
"build": "run-s clean build:webui",
"build:webui": "run-s build:webui:*",
"build:webui:download": "npx ipfs-or-gateway -c bafybeid4uxz7klxcu3ffsnmn64r7ihvysamlj4ohl5h2orjsffuegcpaeq -p assets/webui/ -t 360000 --verbose -g \"https://trustless-gateway.link\" ",
"build:webui:download": "npx ipfs-or-gateway -c bafybeibgic2ex3fvzkinhy6k6aqyv3zy2o7bkbsmrzvzka24xetv7eeadm -p assets/webui/ -t 360000 --verbose -g \"https://trustless-gateway.link\" ",
"build:webui:minimize": "shx rm -rf assets/webui/static/js/*.map && shx rm -rf assets/webui/static/css/*.map",
"package": "shx rm -rf dist/ && run-s build && electron-builder --publish onTag",
"release-pr": "release-please release-pr --token=$GITHUB_TOKEN --plugin '@ipfs-shipyard/release-please-ipfs-plugin' --repo-url=ipfs/ipfs-desktop --trace --debug --draft-pull-request",
Expand Down

0 comments on commit 77765e2

Please sign in to comment.