this repo has no description

1.3.13

Changed files
+9 -11
packages
+5 -7
CHANGELOG.md
···
## Core
-
- Fixed some issues with patching that could cause Discord to not load properly
-
- Improved browser loading code, which should result in less failed loads and logouts
-
- Updated moonlight to pnpm 10 and Node.js 22 (thanks @pauliesnug!)
+
- Fixed the Nix flake (thanks @sersorrel!)
- Updated mappings
## Core extensions
-
- Moonbase: Made the refresh button spin better (thanks @emma-sg!)
-
- Moonbase: Improved the about page
-
- Component Editor: Fixed for latest Discord
-
- Quiet Loggers: Fixed for latest Discord
+
- Common: Added new "icons" Webpack module library
+
- Commands: Fixed for latest Discord
+
- Settings: Fixed for latest Discord
+
- Moonbase: Fixed for latest Discord
+1 -1
package.json
···
{
"name": "moonlight",
-
"version": "1.3.12",
+
"version": "1.3.13",
"packageManager": "pnpm@10.7.1",
"description": "Yet another Discord mod",
"license": "LGPL-3.0-or-later",
+1 -1
packages/browser/manifest.json
···
"manifest_version": 3,
"name": "moonlight",
"description": "Yet another Discord mod",
-
"version": "1.3.12",
+
"version": "1.3.13",
"permissions": ["declarativeNetRequestWithHostAccess", "webRequest", "scripting", "webNavigation"],
"host_permissions": [
"https://moonlight-mod.github.io/*",
+1 -1
packages/browser/manifestv2.json
···
"manifest_version": 2,
"name": "moonlight",
"description": "Yet another Discord mod",
-
"version": "1.3.12",
+
"version": "1.3.13",
"permissions": [
"webRequest",
"webRequestBlocking",
+1 -1
packages/types/package.json
···
{
"name": "@moonlight-mod/types",
-
"version": "1.3.15",
+
"version": "1.3.16",
"exports": {
".": "./src/index.ts",
"./import": "./src/import.d.ts",