Skip to content

Commit

Permalink
0.5.0-1.5.0 - Update to WMD 1.5.0, Network Walkman support, nufatfs, …
Browse files Browse the repository at this point in the history
…UI merge
  • Loading branch information
asivery committed Aug 18, 2024
1 parent 7fd8970 commit 5c351e0
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 23 deletions.
126 changes: 105 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electronwmd",
"version": "0.4.0-1.4.2",
"version": "0.5.0-1.5.0",
"description": "Electron version of WebMinidisc Pro",
"main": "dist/main.js",
"scripts": {
Expand Down Expand Up @@ -39,13 +39,15 @@
"dependencies": {
"async-mutex": "^0.3.2",
"electron-context-menu": "^3.6.1",
"electron-prompt": "^1.7.0",
"electron-store": "^8.1.0",
"himd-js": "^0.2.0-alpha.5",
"jconv": "^0.1.5",
"jsbi": "^3.2.5",
"msgpackr": "^1.9.5",
"netmd-exploits": "^0.5.4",
"netmd-js": "^4.1.10",
"netmd-js": "^4.2.0",
"networkwm-js": "^0.1.0",
"netmd-tocmanip": "^0.1.5",
"node-fetch": "^2.6.7",
"nufatfs": "^0.1.3",
Expand All @@ -54,6 +56,7 @@
"usb": "^2.13.0"
},
"devDependencies": {
"@types/electron-prompt": "^1.6.5",
"@types/node-fetch": "^2.6.2",
"electron": "^31.2.1",
"electron-builder": "^24.13.3",
Expand Down

0 comments on commit 5c351e0

Please sign in to comment.