Skip to content

Commit

Permalink
Migrate to API V2
Browse files Browse the repository at this point in the history
  • Loading branch information
FrogTheFrog committed Jul 30, 2024
1 parent b1b5f4d commit 6ba0152
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"homepage": "https://github.com/FrogTheFrog/moondeck#readme",
"devDependencies": {
"@decky/rollup": "^1.0.1",
"@decky/ui": "^4.4.0",
"@decky/ui": "^4.6.0",
"@types/lodash": "^4.14.184",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
Expand All @@ -50,7 +50,7 @@
"typescript": "^5.5.3"
},
"dependencies": {
"@decky/api": "^1.0.6",
"@decky/api": "^1.1.0",
"async-mutex": "^0.4.0",
"ip-regex": "^5.0.0",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "MoonDeck",
"author": "FrogTheFrog",
"flags": [],
"api_version": 1,
"api_version": 2,
"publish": {
"tags": ["gamestream", "moonlight", "moondeck", "streaming"],
"description": "MoonDeck lets you play any of your Steam games via Moonlight without needing to add them to Sunshine first, providing a similar experience to GeForce GameStream or Steam Remote Play.",
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion src/components/quicksettingsview/quicksettingsview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { HostCommandPanel } from "./hostcommandpanel";
import { HostStatusPanel } from "./hoststatuspanel";
import { ResolutionPanel } from "./resolutionpanel";
import { VFC } from "react";
import { useQuickAccessVisible } from "@decky/ui";
import { useQuickAccessVisible } from "@decky/api";

interface Props {
connectivityManager: ConnectivityManager;
Expand Down

0 comments on commit 6ba0152

Please sign in to comment.