@rkat/web 0.6.33 → 0.6.34
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/dist/runtime.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Mob, parseMobStatusResult } from './mob.js';
|
|
2
2
|
import { Session } from './session.js';
|
|
3
3
|
/** Expected WASM runtime version — must match the compiled binary. */
|
|
4
|
-
const EXPECTED_VERSION = '0.6.
|
|
4
|
+
const EXPECTED_VERSION = '0.6.34';
|
|
5
5
|
/**
|
|
6
6
|
* Convert a camelCase config object to the snake_case expected by WASM.
|
|
7
7
|
*
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"source_hash": "
|
|
3
|
-
"input_count":
|
|
4
|
-
"built_at": "2026-06-
|
|
2
|
+
"source_hash": "85e54b226f0137bf4d3973c4de058724e6ab2560019c7d08097216df61ed8ed6",
|
|
3
|
+
"input_count": 638,
|
|
4
|
+
"built_at": "2026-06-03T14:38:28.206Z"
|
|
5
5
|
}
|
|
@@ -453,8 +453,8 @@ export interface InitOutput {
|
|
|
453
453
|
readonly start_turn: (a: number, b: number, c: number) => any;
|
|
454
454
|
readonly wire_cross_mob: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => any;
|
|
455
455
|
readonly clear_tool_callbacks: () => void;
|
|
456
|
-
readonly
|
|
457
|
-
readonly
|
|
456
|
+
readonly __meerkat_agent_factory_policy_build_v3_17aa258daa389517: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number) => void;
|
|
457
|
+
readonly __meerkat_agent_factory_policy_bridge_token_is_valid_v1_17aa258daa389517: (a: number, b: number) => number;
|
|
458
458
|
readonly __wbg_intounderlyingsink_free: (a: number, b: number) => void;
|
|
459
459
|
readonly intounderlyingsink_abort: (a: number, b: any) => any;
|
|
460
460
|
readonly intounderlyingsink_close: (a: number) => any;
|
|
Binary file
|
|
@@ -47,8 +47,8 @@ export const runtime_version: () => [number, number];
|
|
|
47
47
|
export const start_turn: (a: number, b: number, c: number) => any;
|
|
48
48
|
export const wire_cross_mob: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => any;
|
|
49
49
|
export const clear_tool_callbacks: () => void;
|
|
50
|
-
export const
|
|
51
|
-
export const
|
|
50
|
+
export const __meerkat_agent_factory_policy_build_v3_17aa258daa389517: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number) => void;
|
|
51
|
+
export const __meerkat_agent_factory_policy_bridge_token_is_valid_v1_17aa258daa389517: (a: number, b: number) => number;
|
|
52
52
|
export const __wbg_intounderlyingsink_free: (a: number, b: number) => void;
|
|
53
53
|
export const intounderlyingsink_abort: (a: number, b: any) => any;
|
|
54
54
|
export const intounderlyingsink_close: (a: number) => any;
|