this repo has no description

1.0.3

Changed files
+4 -4
packages
types
+2 -2
CHANGELOG.md
··· 1 - - Added ability to convert ESM modules to Webpack modules 2 - - Updated types 1 + - Improved the Moonbase UI (@redstonekasi, @xyzeva) 2 + - Renamed the List setting type to MultiSelect, added a new List type in its place
+1 -1
package.json
··· 1 1 { 2 2 "name": "moonlight", 3 - "version": "1.0.2", 3 + "version": "1.0.3", 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.0", 3 + "version": "1.1.1", 4 4 "main": "./src/index.ts", 5 5 "types": "./src/index.ts", 6 6 "exports": {