forked from philhk/Vencord
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/philhk/Vencord into better-…
…plugins
- Loading branch information
Showing
121 changed files
with
3,215 additions
and
627 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
name: test | ||
on: | ||
push: | ||
branches: | ||
- main | ||
pull_request: | ||
branches: | ||
- main | ||
- dev | ||
jobs: | ||
test: | ||
runs-on: ubuntu-latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "vencord", | ||
"private": "true", | ||
"version": "1.6.3", | ||
"version": "1.6.5", | ||
"description": "The cutest Discord client mod", | ||
"homepage": "https://github.com/Vendicated/Vencord#readme", | ||
"bugs": { | ||
|
@@ -17,7 +17,7 @@ | |
"doc": "docs" | ||
}, | ||
"scripts": { | ||
"build": "node scripts/build/build.mjs", | ||
"build": "node --require=./scripts/suppressExperimentalWarnings.js scripts/build/build.mjs", | ||
"buildWeb": "node --require=./scripts/suppressExperimentalWarnings.js scripts/build/buildWeb.mjs", | ||
"generatePluginJson": "tsx scripts/generatePluginList.ts", | ||
"inject": "node scripts/runInstaller.mjs", | ||
|
@@ -28,7 +28,7 @@ | |
"testWeb": "pnpm lint && pnpm buildWeb && pnpm testTsc", | ||
"testTsc": "tsc --noEmit", | ||
"uninject": "node scripts/runInstaller.mjs", | ||
"watch": "node scripts/build/build.mjs --watch" | ||
"watch": "node --require=./scripts/suppressExperimentalWarnings.js scripts/build/build.mjs --watch" | ||
}, | ||
"dependencies": { | ||
"@sapphi-red/web-noise-suppressor": "0.3.3", | ||
|
@@ -69,7 +69,8 @@ | |
"type-fest": "^3.9.0", | ||
"typed-emitter": "^2.1.0", | ||
"typescript": "^5.0.4", | ||
"zip-local": "^0.3.5" | ||
"zip-local": "^0.3.5", | ||
"zustand": "^3.7.2" | ||
}, | ||
"packageManager": "[email protected]", | ||
"pnpm": { | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.