Compare commits
5
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
744520f6b2 | ||
|
|
e475e13ffc | ||
|
|
7f6176510a | ||
|
|
e846b4c0e5 | ||
|
|
a5d97ba58e |
@@ -5,8 +5,7 @@
|
||||
"": {
|
||||
"name": "@punktfunk/plugin-xbox",
|
||||
"dependencies": {
|
||||
"@punktfunk/host": "^0.1.2",
|
||||
"@punktfunk/plugin-kit": "^0.3.0",
|
||||
"@punktfunk/plugin-kit": "^0.3.3",
|
||||
"effect": "4.0.0-beta.99",
|
||||
"fast-xml-parser": "^5.2.5",
|
||||
},
|
||||
@@ -50,9 +49,9 @@
|
||||
|
||||
"@nodable/entities": ["@nodable/entities@3.0.0", "", {}, "sha512-8L9xFeTYKhm49xfIypoe2W5wV1m/3Z58kT+7kR9A8OyFxcPduI4VmxaUMQyKYrRjUoLLSXv6EKKID5Tvj9cUVw=="],
|
||||
|
||||
"@punktfunk/host": ["@punktfunk/host@0.1.2", "https://git.unom.io/api/packages/unom/npm/%40punktfunk%2Fhost/-/0.1.2/host-0.1.2.tgz", { "optionalDependencies": { "undici": "^7.0.0" }, "peerDependencies": { "effect": "^4.0.0-beta.98" }, "bin": { "punktfunk-scripting": "dist/runner-cli.js" } }, "sha512-mZXIocLWAeXXl3nU5YmVJp1rp74ZXhphTI67nWnqkqXZTxUsNHE9GG5BQvclI0TCjnVn+bx95zi/3w0kTIMKzw=="],
|
||||
"@punktfunk/host": ["@punktfunk/host@0.1.3", "https://git.unom.io/api/packages/unom/npm/%40punktfunk%2Fhost/-/0.1.3/host-0.1.3.tgz", { "optionalDependencies": { "undici": "^7.0.0" }, "peerDependencies": { "effect": "^4.0.0-beta.98" }, "bin": { "punktfunk-scripting": "dist/runner-cli.js" } }, "sha512-WpS0a3yavoqDBA3V8xSZW298HRUzF8TFuwSKf3hV1RFHZ2lM6V77E6mFJTej3p+B1wnNWzphtlY+WgcsUx/34A=="],
|
||||
|
||||
"@punktfunk/plugin-kit": ["@punktfunk/plugin-kit@0.3.0", "https://git.unom.io/api/packages/unom/npm/%40punktfunk%2Fplugin-kit/-/0.3.0/plugin-kit-0.3.0.tgz", { "peerDependencies": { "@punktfunk/host": "^0.1.2", "effect": "^4.0.0-beta.98", "react": "^19.2.0" }, "optionalPeers": ["react"] }, "sha512-BoDSfQPzzRBDUHB1wq61oOOHNrEJwzDC2Tij2sJQ8cpSlVn+6HmRwdczbrbGaYxKOqatiu0rd2iMn955L8vurw=="],
|
||||
"@punktfunk/plugin-kit": ["@punktfunk/plugin-kit@0.3.3", "https://git.unom.io/api/packages/unom/npm/%40punktfunk%2Fplugin-kit/-/0.3.3/plugin-kit-0.3.3.tgz", { "peerDependencies": { "@punktfunk/host": "^0.1.3", "effect": "^4.0.0-beta.98", "react": "^19.2.0" }, "optionalPeers": ["react"] }, "sha512-XzqqYq++RqsIPc7F/cuqlXfk0aABccY2T6NuaVETlw4jR+kd2ayGkv8ny7k8qmb3gNiKW7e3+smhwp1600pDGg=="],
|
||||
|
||||
"@standard-schema/spec": ["@standard-schema/spec@1.1.0", "", {}, "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w=="],
|
||||
|
||||
|
||||
+2
-3
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@punktfunk/plugin-xbox",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"private": false,
|
||||
"type": "module",
|
||||
"description": "Punktfunk plugin: adds your installed Xbox / Game Pass titles to the host library.",
|
||||
@@ -36,8 +36,7 @@
|
||||
"check": "bunx biome check ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@punktfunk/host": "^0.1.2",
|
||||
"@punktfunk/plugin-kit": "^0.3.0",
|
||||
"@punktfunk/plugin-kit": "^0.3.3",
|
||||
"effect": "4.0.0-beta.99",
|
||||
"fast-xml-parser": "^5.2.5"
|
||||
},
|
||||
|
||||
@@ -152,6 +152,10 @@ export const parseGameConfig = (
|
||||
* The tile that opens the Xbox app itself (design D4) — see the `launcher` config field. Empty
|
||||
* until the host has a verified `launcher_ui` activation for it; emitting one now would be refused
|
||||
* with a 400, which is the host saying exactly that.
|
||||
*
|
||||
* Its brand mark is already shipped by every client under the token `"xbox"`
|
||||
* (punktfunk/assets/launcher-icons), so the entry this returns one day carries `icon: "xbox"` and
|
||||
* needs no client release to look right.
|
||||
*/
|
||||
export const launcherEntries = (_cfg: {
|
||||
launcher?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user