this repo has no description

Update mappings

+10 -9
+1 -1
packages/types/package.json
··· 10 10 }, 11 11 "dependencies": { 12 12 "@moonlight-mod/lunast": "^1.0.0", 13 - "@moonlight-mod/mappings": "^1.1.16", 13 + "@moonlight-mod/mappings": "^1.1.17", 14 14 "@moonlight-mod/moonmap": "^1.0.4", 15 15 "@types/react": "^18.3.10", 16 16 "csstype": "^3.1.2",
+1
packages/types/src/mappings.d.ts
··· 233 233 export const ModalHeader: MappedModules["discord/components/common/index"]["ModalHeader"]; 234 234 export const ModalRoot: MappedModules["discord/components/common/index"]["ModalRoot"]; 235 235 export const NumberInputStepper: MappedModules["discord/components/common/index"]["NumberInputStepper"]; 236 + export const SearchableSelect: MappedModules["discord/components/common/index"]["SearchableSelect"]; 236 237 export const createToast: MappedModules["discord/components/common/index"]["createToast"]; 237 238 export const popToast: MappedModules["discord/components/common/index"]["popToast"]; 238 239 export const showToast: MappedModules["discord/components/common/index"]["showToast"];
+1 -1
packages/web-preload/package.json
··· 5 5 "dependencies": { 6 6 "@moonlight-mod/core": "workspace:*", 7 7 "@moonlight-mod/lunast": "^1.0.0", 8 - "@moonlight-mod/mappings": "^1.1.16", 8 + "@moonlight-mod/mappings": "^1.1.17", 9 9 "@moonlight-mod/moonmap": "^1.0.4", 10 10 "@moonlight-mod/types": "workspace:*" 11 11 }
+7 -7
pnpm-lock.yaml
··· 93 93 specifier: ^1.0.0 94 94 version: 1.0.0 95 95 '@moonlight-mod/mappings': 96 - specifier: ^1.1.16 97 - version: 1.1.16(@moonlight-mod/lunast@1.0.0)(@moonlight-mod/moonmap@1.0.4) 96 + specifier: ^1.1.17 97 + version: 1.1.17(@moonlight-mod/lunast@1.0.0)(@moonlight-mod/moonmap@1.0.4) 98 98 '@moonlight-mod/moonmap': 99 99 specifier: ^1.0.4 100 100 version: 1.0.4 ··· 117 117 specifier: ^1.0.0 118 118 version: 1.0.0 119 119 '@moonlight-mod/mappings': 120 - specifier: ^1.1.16 121 - version: 1.1.16(@moonlight-mod/lunast@1.0.0)(@moonlight-mod/moonmap@1.0.4) 120 + specifier: ^1.1.17 121 + version: 1.1.17(@moonlight-mod/lunast@1.0.0)(@moonlight-mod/moonmap@1.0.4) 122 122 '@moonlight-mod/moonmap': 123 123 specifier: ^1.0.4 124 124 version: 1.0.4 ··· 324 324 '@moonlight-mod/lunast@1.0.0': 325 325 resolution: {integrity: sha512-kJgf41K12i6/2LbXK97CNO+pNO7ADGh9N4bCQcOPwosocKMcwKHDEZUgPqeihNshY3c3AEW1LiyXjlsl24PdDw==} 326 326 327 - '@moonlight-mod/mappings@1.1.16': 328 - resolution: {integrity: sha512-K0RevMwKTsnbMpVRzDU4iMueS4qGj02CSBS6NymEhYPtYvYtAdaPw3q9GZVPADnnTkJZMmTExLuhLJRiVG3XRA==} 327 + '@moonlight-mod/mappings@1.1.17': 328 + resolution: {integrity: sha512-oEGN8O6Ba8MxOYL9qtrF9yEeVNeWaG416NnO9kKfO2N5Ofl/yXG2RIkulZabsNVk4Bavld93VUcDaXK2Y3TaEA==} 329 329 peerDependencies: 330 330 '@moonlight-mod/lunast': ^1.0.0 331 331 '@moonlight-mod/moonmap': ^1.0.4 ··· 1492 1492 estree-toolkit: 1.7.8 1493 1493 meriyah: 6.0.1 1494 1494 1495 - '@moonlight-mod/mappings@1.1.16(@moonlight-mod/lunast@1.0.0)(@moonlight-mod/moonmap@1.0.4)': 1495 + '@moonlight-mod/mappings@1.1.17(@moonlight-mod/lunast@1.0.0)(@moonlight-mod/moonmap@1.0.4)': 1496 1496 dependencies: 1497 1497 '@moonlight-mod/lunast': 1.0.0 1498 1498 '@moonlight-mod/moonmap': 1.0.4