@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 +1 -1
- package/assets/ui.js +823 -0
- package/dist/index.js +13732 -410
- package/locales/en.json +300 -0
- package/locales/zh-CN.json +295 -0
- package/package.json +66 -6
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
|
|
62
|
+
Types come from `@ycodium-ai/plugin-api` and are erased at build time.
|
|
63
63
|
|
|
64
64
|
## License
|
|
65
65
|
|