@yaklabs-ai/plugin-protocol 0.8.4 → 0.8.5
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/THIRD-PARTY-INVENTORY.json +1 -1
- package/dist/index.d.ts +9 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -1923,8 +1923,16 @@ export declare const KAY_PLUGIN_PROTOCOL_VERSION: "kay.plugin.v1";
|
|
|
1923
1923
|
* plugin that calls it, or declares `notificationRules`, declares `^0.8.4`: a
|
|
1924
1924
|
* host still advertising 0.8.3 (signals only, landed separately) refuses it at
|
|
1925
1925
|
* load instead of failing at the call.
|
|
1926
|
+
*
|
|
1927
|
+
* 0.8.5 republishes `@yaklabs-ai/plugin-sdk` to include the `./jev` and
|
|
1928
|
+
* `./signals` entrypoints: the workspace package has exported them since 0.8.1
|
|
1929
|
+
* (`jev`) and 0.8.3 (`signals`), but `scripts/build-publishable-packages.mjs`'s
|
|
1930
|
+
* hand-maintained `entrypoints` allowlist had omitted both. This packages
|
|
1931
|
+
* EXISTING apis; the type contract does not change. It still takes the patch
|
|
1932
|
+
* slot: nothing a `^0.8.1`/`^0.8.3` plugin already compiles against changes
|
|
1933
|
+
* shape, and the fix is which bytes reach npm, not what the contract promises.
|
|
1926
1934
|
*/
|
|
1927
|
-
export declare const KAY_PLUGIN_SDK_VERSION: "0.8.
|
|
1935
|
+
export declare const KAY_PLUGIN_SDK_VERSION: "0.8.5";
|
|
1928
1936
|
|
|
1929
1937
|
export declare const KAY_PLUGIN_TARGET_NAMES: readonly ["kay.agent", "kay.app", "kay.ui"];
|
|
1930
1938
|
|
package/dist/index.js
CHANGED
|
@@ -115,7 +115,7 @@ import { z as z2 } from "zod";
|
|
|
115
115
|
import { z } from "zod";
|
|
116
116
|
var KAY_PLUGIN_PROTOCOL_VERSION = "kay.plugin.v1";
|
|
117
117
|
var KAY_PLUGIN_PROTOCOL_PACKAGE_NAME = "@kay/plugin-protocol";
|
|
118
|
-
var KAY_PLUGIN_SDK_VERSION = "0.8.
|
|
118
|
+
var KAY_PLUGIN_SDK_VERSION = "0.8.5";
|
|
119
119
|
var KAY_PLUGIN_TARGET_NAMES = [
|
|
120
120
|
"kay.agent",
|
|
121
121
|
"kay.app",
|