@ycodium-ai/plugin-teams 0.1.1 → 0.2.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/README.md CHANGED
@@ -59,7 +59,7 @@ Installing a newer version replaces the running one without restarting the serve
59
59
  Built from the Ycodium repository. The entry file is bundled into one ESM file with no
60
60
  runtime imports — the host loads a plugin by absolute path, from a directory that is not
61
61
  inside the plugin's own dependency tree, so a bare `import` at runtime would not resolve.
62
- Types come from `ycodium-plugin-api` and are erased at build time.
62
+ Types come from `@ycodium-ai/plugin-api` and are erased at build time.
63
63
 
64
64
  ## License
65
65