Skip to content

Commit

Permalink
Update mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
Cynosphere committed Feb 4, 2025
1 parent 9efa283 commit baef911
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@moonlight-mod/lunast": "^1.0.0",
"@moonlight-mod/mappings": "^1.1.17",
"@moonlight-mod/mappings": "^1.1.18",
"@moonlight-mod/moonmap": "^1.0.4",
"@types/react": "^18.3.10",
"csstype": "^3.1.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/types/src/mappings.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ declare module "@moonlight-mod/wp/discord/actions/UserSettingsModalActionCreator
export default _default;
}

declare module "@moonlight-mod/wp/discord/common/AppStartPerformance" {
import { MappedModules } from "@moonlight-mod/mappings";
const _default: MappedModules["discord/common/AppStartPerformance"]["default"];
export default _default;
}

declare module "@moonlight-mod/wp/discord/components/common/Alerts" {
import { MappedModules } from "@moonlight-mod/mappings";
const _default: MappedModules["discord/components/common/Alerts"]["default"];
Expand Down
2 changes: 1 addition & 1 deletion packages/web-preload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@moonlight-mod/core": "workspace:*",
"@moonlight-mod/lunast": "^1.0.0",
"@moonlight-mod/mappings": "^1.1.17",
"@moonlight-mod/mappings": "^1.1.18",
"@moonlight-mod/moonmap": "^1.0.4",
"@moonlight-mod/types": "workspace:*"
}
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit baef911

Please sign in to comment.