@ggui-ai/protocol 0.19.0 → 0.20.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.
|
@@ -12,7 +12,7 @@ export declare const STDLIB_GADGETS_PACKAGE = "@ggui-ai/gadgets";
|
|
|
12
12
|
* in `@ggui-ai/gadgets` asserts the two stay in sync, so a release-time
|
|
13
13
|
* bump to the runtime package without updating this constant fails CI.
|
|
14
14
|
*/
|
|
15
|
-
export declare const STDLIB_GADGETS_VERSION = "0.
|
|
15
|
+
export declare const STDLIB_GADGETS_VERSION = "0.20.0";
|
|
16
16
|
/**
|
|
17
17
|
* v1 catalog of stdlib gadget descriptors. Every entry's
|
|
18
18
|
* `package` defaults to {@link STDLIB_GADGETS_PACKAGE}; the
|
|
@@ -39,7 +39,7 @@ export const STDLIB_GADGETS_PACKAGE = '@ggui-ai/gadgets';
|
|
|
39
39
|
* in `@ggui-ai/gadgets` asserts the two stay in sync, so a release-time
|
|
40
40
|
* bump to the runtime package without updating this constant fails CI.
|
|
41
41
|
*/
|
|
42
|
-
export const STDLIB_GADGETS_VERSION = '0.
|
|
42
|
+
export const STDLIB_GADGETS_VERSION = '0.20.0';
|
|
43
43
|
/**
|
|
44
44
|
* v1 catalog of stdlib gadget descriptors. Every entry's
|
|
45
45
|
* `package` defaults to {@link STDLIB_GADGETS_PACKAGE}; the
|
package/dist/version.d.ts
CHANGED
|
@@ -3748,7 +3748,7 @@ export declare const PROTOCOL_VERSION = "draft-2026-09-10";
|
|
|
3748
3748
|
* PATCH under §1.3); it cannot be cut from main, whose delta since
|
|
3749
3749
|
* 0.14.0 is minor-class.
|
|
3750
3750
|
*/
|
|
3751
|
-
export declare const GGUI_WAVE_VERSION = "0.
|
|
3751
|
+
export declare const GGUI_WAVE_VERSION = "0.20.0";
|
|
3752
3752
|
/**
|
|
3753
3753
|
* Schema version stamped onto wire envelopes that opt into the
|
|
3754
3754
|
* `schemaVersion` forward-compat field (see {@link ActionEnvelope},
|
package/dist/version.js
CHANGED
|
@@ -3748,7 +3748,7 @@ export const PROTOCOL_VERSION = "draft-2026-09-10";
|
|
|
3748
3748
|
* PATCH under §1.3); it cannot be cut from main, whose delta since
|
|
3749
3749
|
* 0.14.0 is minor-class.
|
|
3750
3750
|
*/
|
|
3751
|
-
export const GGUI_WAVE_VERSION = "0.
|
|
3751
|
+
export const GGUI_WAVE_VERSION = "0.20.0";
|
|
3752
3752
|
/**
|
|
3753
3753
|
* Schema version stamped onto wire envelopes that opt into the
|
|
3754
3754
|
* `schemaVersion` forward-compat field (see {@link ActionEnvelope},
|