fix: 0.1.1 — pin effect exactly; a caret range on a beta crash-looped the plugin #2

Merged
enricobuehler merged 1 commits from fix-effect-pin into main 2026-08-09 08:08:39 +00:00
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@punktfunk/plugin-virtualhere",
"version": "0.1.0",
"version": "0.1.1",
"private": false,
"type": "module",
"description": "Punktfunk plugin: hands a couch's physical USB device (pad, wheel, HOTAS) to the host for the length of a session over VirtualHere, and gives it back after. Integration only \u2014 VirtualHere is sold separately by VirtualHere Pty. Ltd.",
@@ -40,7 +40,7 @@
"dependencies": {
"@punktfunk/host": "^0.1.2",
"@punktfunk/plugin-kit": "^0.2.0",
"effect": "^4.0.0-beta.102"
"effect": "4.0.0-beta.102"
},
"devDependencies": {
"@types/bun": "^1.3.0",