Skip to content

Commit

Permalink
Update 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
1ly4s0 committed Jul 28, 2024
1 parent 3f93d54 commit 8ebe0d2
Show file tree
Hide file tree
Showing 40 changed files with 9,275 additions and 6,586 deletions.
644 changes: 321 additions & 323 deletions package-lock.json

Large diffs are not rendered by default.

29 changes: 17 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "BattlyLauncher",
"productname": "Battly Launcher",
"version": "1.8.5",
"version": "2.0.0",
"buildVersion": "1000",
"description": "El mejor Launcher Personalizado para Minecraft Premium y No premium",
"main": "src/app.js",
"author": "TECNO BROS <[email protected]>",
Expand All @@ -24,28 +25,32 @@
"ext": "js,html,css"
},
"dependencies": {
"@distube/ytdl-core": "^4.13.5",
"7zip-bin": "^5.2.0",
"adm-zip": "^0.5.10",
"axios": "^1.6.7",
"electron-updater": "^6.1.8",
"javascript-obfuscator": "^4.1.0",
"minecraft-launcher-core": "^3.18.0",
"adm-zip": "^0.5.14",
"axios": "^1.7.2",
"electron-updater": "^6.2.1",
"javascript-obfuscator": "^4.1.1",
"marked": "^13.0.2",
"minecraft-launcher-core": "^3.18.1",
"minecraft-server-util": "^5.4.4",
"nbtify": "^1.90.1",
"node-7z": "^3.0.0",
"node-fetch": "^2.7.0",
"node-notifier": "^10.0.1",
"protobufjs": "^7.2.6",
"progress-stream": "^2.0.0",
"protobufjs": "^7.3.2",
"socket.io-client": "^4.7.5",
"toml": "^3.0.0",
"unzipper": "^0.10.14",
"ws": "^8.16.0",
"ytdl-core": "^4.11.5"
"tough-cookie": "^4.1.4",
"unzipper": "^0.12.2",
"ws": "^8.18.0"
},
"devDependencies": {
"cross-env": "^7.0.3",
"electron": "^30.0.9",
"electron": "^31.2.1",
"electron-builder": "^24.13.3",
"nodemon": "^3.1.0"
"nodemon": "^3.1.4"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 8ebe0d2

Please sign in to comment.