@rkat/web 0.4.8 → 0.4.9

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 } 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.4.8';
4
+ const EXPECTED_VERSION = '0.4.9';
5
5
  /**
6
6
  * Convert a camelCase config object to the snake_case expected by WASM.
7
7
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rkat/web",
3
- "version": "0.4.8",
3
+ "version": "0.4.9",
4
4
  "description": "Browser SDK for Meerkat agent runtime (WASM)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -1262,17 +1262,17 @@ function __wbg_get_imports() {
1262
1262
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
1263
1263
  },
1264
1264
  __wbindgen_cast_0000000000000001: function(arg0, arg1) {
1265
- // Cast intrinsic for `Closure(Closure { dtor_idx: 1647, function: Function { arguments: [], shim_idx: 1648, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1265
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 1653, function: Function { arguments: [], shim_idx: 1654, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1266
1266
  const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__ha81e894521d8eeb7, wasm_bindgen__convert__closures_____invoke__h09dabf2b23ea735c);
1267
1267
  return ret;
1268
1268
  },
1269
1269
  __wbindgen_cast_0000000000000002: function(arg0, arg1) {
1270
- // Cast intrinsic for `Closure(Closure { dtor_idx: 3946, function: Function { arguments: [], shim_idx: 3947, ret: Unit, inner_ret: Some(Unit) }, mutable: false }) -> Externref`.
1270
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 3952, function: Function { arguments: [], shim_idx: 3953, ret: Unit, inner_ret: Some(Unit) }, mutable: false }) -> Externref`.
1271
1271
  const ret = makeClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h6d739dc054c73425, wasm_bindgen__convert__closures_____invoke__h6b8d64436428441d);
1272
1272
  return ret;
1273
1273
  },
1274
1274
  __wbindgen_cast_0000000000000003: function(arg0, arg1) {
1275
- // Cast intrinsic for `Closure(Closure { dtor_idx: 3962, function: Function { arguments: [Externref], shim_idx: 3963, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1275
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 3968, function: Function { arguments: [Externref], shim_idx: 3969, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1276
1276
  const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h0332d67e5b404bb4, wasm_bindgen__convert__closures_____invoke__h1827cc4c5c64509b);
1277
1277
  return ret;
1278
1278
  },
Binary file
package/wasm/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "collaborators": [
5
5
  "Luka Crnkovic-Friis"
6
6
  ],
7
- "version": "0.4.8",
7
+ "version": "0.4.9",
8
8
  "license": "MIT OR Apache-2.0",
9
9
  "repository": {
10
10
  "type": "git",