@vtxdeo/protocol 4.0.0 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/wit/vtx.wit +1 -1
package/package.json
CHANGED
package/wit/vtx.wit
CHANGED
|
@@ -191,7 +191,7 @@ interface vtx-http-client {
|
|
|
191
191
|
) -> result<http-client-response, string>;
|
|
192
192
|
}
|
|
193
193
|
|
|
194
|
-
world plugin {
|
|
194
|
+
world vtx-plugin {
|
|
195
195
|
use vtx-types.{capabilities, http-request, http-response, manifest};
|
|
196
196
|
use vtx-auth-types.{user-context};
|
|
197
197
|
use vtx-events.{vtx-event};
|