Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3e5b1648ae | ||
|
|
ac4426eda6 | ||
|
|
88e4cc84ae | ||
|
|
50316d3fdf |
@@ -5,7 +5,7 @@
|
||||
"": {
|
||||
"name": "@punktfunk/plugin-steam",
|
||||
"dependencies": {
|
||||
"@punktfunk/plugin-kit": "^0.4.1",
|
||||
"@punktfunk/plugin-kit": "^0.4.2",
|
||||
"effect": "4.0.0-beta.99",
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -48,7 +48,7 @@
|
||||
|
||||
"@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.4.1", "https://git.unom.io/api/packages/unom/npm/%40punktfunk%2Fplugin-kit/-/0.4.1/plugin-kit-0.4.1.tgz", { "peerDependencies": { "@punktfunk/host": "^0.1.3", "effect": "^4.0.0-beta.98", "react": "^19.2.0" }, "optionalPeers": ["react"] }, "sha512-yqDF9Zrt9IFbL3bCSjIUOW4abSltMKaL+vdljyUmA2rEeHzcYudVOczrE7S5Q6kipOkC5FoiCfjV8xwGBW2UUQ=="],
|
||||
"@punktfunk/plugin-kit": ["@punktfunk/plugin-kit@0.4.3", "https://git.unom.io/api/packages/unom/npm/%40punktfunk%2Fplugin-kit/-/0.4.3/plugin-kit-0.4.3.tgz", { "peerDependencies": { "@punktfunk/host": "^0.1.3", "effect": "^4.0.0-beta.98", "react": "^19.2.0" }, "optionalPeers": ["react"] }, "sha512-WZGKmkm3qthFGdCQuB9dqh1YpPCJN9SBiWd76FdBS4mp9Uh/rYiT3DSWLXr0hXPYPzX7E1Dt/oD6hd1SemGUSA=="],
|
||||
|
||||
"@standard-schema/spec": ["@standard-schema/spec@1.1.0", "", {}, "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w=="],
|
||||
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@punktfunk/plugin-steam",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"private": false,
|
||||
"type": "module",
|
||||
"description": "Punktfunk plugin: adds your installed Steam games and non-Steam shortcuts to the host library, with their art and Big Picture.",
|
||||
@@ -36,7 +36,7 @@
|
||||
"check": "bunx biome check ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@punktfunk/plugin-kit": "^0.4.1",
|
||||
"@punktfunk/plugin-kit": "^0.4.2",
|
||||
"effect": "4.0.0-beta.99"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user