feat(plugin-kit): browser-safe ./wire subpath for provider schemas (0.1.1)

Plugin contracts share ProviderEntry/Artwork/LaunchSpec/PrepStep with their
UIs; the kit root stays node-only (reconcile keeps the HostClient transport).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-20 18:49:13 +02:00
co-authored by Claude Fable 5
parent 4094f6208d
commit da259d5b79
3 changed files with 46 additions and 35 deletions
+5 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@punktfunk/plugin-kit",
"version": "0.1.0",
"version": "0.1.1",
"description": "Effect-based framework for punktfunk plugins: lifecycle runtime, config/state, sync engine, UI serving, CLI scaffold, and browser helpers.",
"type": "module",
"license": "MIT OR Apache-2.0",
@@ -25,6 +25,10 @@
"types": "./dist/react/index.d.ts",
"default": "./dist/react/index.js"
},
"./wire": {
"types": "./dist/wire.d.ts",
"default": "./dist/wire.js"
},
"./theme.css": "./dist/theme.css"
},
"files": ["dist", "README.md"],