this repo has no description

1.3.14

Changed files
+5 -12
packages
+1 -8
CHANGELOG.md
···
## Core
-
- Fixed the Nix flake (thanks @sersorrel!)
- Updated mappings
-
-
## Core extensions
-
-
- Common: Added new "icons" Webpack module library
-
- Commands: Fixed for latest Discord
-
- Settings: Fixed for latest Discord
-
- Moonbase: Fixed for latest Discord
···
## Core
- Updated mappings
+
- Fixed using remapped paths as patch finds not working
+1 -1
package.json
···
{
"name": "moonlight",
-
"version": "1.3.13",
"packageManager": "pnpm@10.7.1",
"description": "Yet another Discord mod",
"license": "LGPL-3.0-or-later",
···
{
"name": "moonlight",
+
"version": "1.3.14",
"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.13",
"permissions": ["declarativeNetRequestWithHostAccess", "webRequest", "scripting", "webNavigation"],
"host_permissions": [
"https://moonlight-mod.github.io/*",
···
"manifest_version": 3,
"name": "moonlight",
"description": "Yet another Discord mod",
+
"version": "1.3.14",
"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.13",
"permissions": [
"webRequest",
"webRequestBlocking",
···
"manifest_version": 2,
"name": "moonlight",
"description": "Yet another Discord mod",
+
"version": "1.3.14",
"permissions": [
"webRequest",
"webRequestBlocking",
+1 -1
packages/types/package.json
···
{
"name": "@moonlight-mod/types",
-
"version": "1.3.16",
"exports": {
".": "./src/index.ts",
"./import": "./src/import.d.ts",
···
{
"name": "@moonlight-mod/types",
+
"version": "1.3.17",
"exports": {
".": "./src/index.ts",
"./import": "./src/import.d.ts",