@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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/wit/vtx.wit +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vtxdeo/protocol",
3
- "version": "4.0.0",
3
+ "version": "5.0.0",
4
4
  "description": "WIT interface definitions for VTX plugins",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
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};