this repo has no description

1.0.7

Changed files
+6 -5
packages
types
+4 -3
CHANGELOG.md
··· 1 - - Fixed updating extensions 2 - - Fixed Linux support 3 - - Fixed some incorrect types on Webpack module imports 1 + - Add `spacepack.filterReal` 2 + - More dependency resolver stages 3 + - Injector now supports "other patch methods" 4 + - OpenAsar fixes
+1 -1
package.json
··· 1 1 { 2 2 "name": "moonlight", 3 - "version": "1.0.6", 3 + "version": "1.0.7", 4 4 "description": "Yet another Discord mod", 5 5 "homepage": "https://moonlight-mod.github.io/", 6 6 "repository": {
+1 -1
packages/types/package.json
··· 1 1 { 2 2 "name": "@moonlight-mod/types", 3 - "version": "1.1.5", 3 + "version": "1.1.6", 4 4 "main": "./src/index.ts", 5 5 "types": "./src/index.ts", 6 6 "exports": {