refactor: rename WIT contract fai:platform/fai:studio-plugin->chain:*
Tracks the platform WIT ABI rename. Plugin world package becomes chain:studio-plugin and host imports chain:platform/host. Crate name stays fai-plugin-sdk (vendor namespace) for now. Signed-off-by: flemming-it <sf@flemming.it>
This commit is contained in:
parent
25353adb43
commit
0b60b71360
5 changed files with 23 additions and 23 deletions
|
|
@ -27,7 +27,7 @@
|
|||
// hook function per declared `studio_extension.hook` in
|
||||
// module.yaml, and renders / wires the result.
|
||||
|
||||
package fai:studio-plugin@0.1.0;
|
||||
package chain:studio-plugin@0.1.0;
|
||||
|
||||
// =============================================================
|
||||
// Shared types
|
||||
|
|
@ -177,7 +177,7 @@ world studio-plugin {
|
|||
/// Plugins import the same `host` interface as flow modules,
|
||||
/// so they can emit structured logs without a separate
|
||||
/// bridge. Logs flow into the hub's event log.
|
||||
import fai:platform/host@1.0.0;
|
||||
import chain:platform/host@1.0.0;
|
||||
|
||||
/// Hook exports. Each is optional; the hub introspects the
|
||||
/// component to learn which the plugin supports.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue