@spacesprotocol/libveritas 0.0.0-dev.20260327173817 → 0.0.0-dev.20260328154907

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/libveritas.js CHANGED
@@ -908,6 +908,12 @@ function __wbg_get_imports() {
908
908
  const ret = Error(getStringFromWasm0(arg0, arg1));
909
909
  return ret;
910
910
  },
911
+ __wbg___wbindgen_bigint_get_as_i64_447a76b5c6ef7bda: function(arg0, arg1) {
912
+ const v = arg1;
913
+ const ret = typeof(v) === 'bigint' ? v : undefined;
914
+ getDataViewMemory0().setBigInt64(arg0 + 8 * 1, isLikeNone(ret) ? BigInt(0) : ret, true);
915
+ getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
916
+ },
911
917
  __wbg___wbindgen_debug_string_5398f5bb970e0daa: function(arg0, arg1) {
912
918
  const ret = debugString(arg1);
913
919
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
@@ -915,6 +921,10 @@ function __wbg_get_imports() {
915
921
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
916
922
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
917
923
  },
924
+ __wbg___wbindgen_is_bigint_e2141d4f045b7eda: function(arg0) {
925
+ const ret = typeof(arg0) === 'bigint';
926
+ return ret;
927
+ },
918
928
  __wbg___wbindgen_is_null_0b605fc6b167c56f: function(arg0) {
919
929
  const ret = arg0 === null;
920
930
  return ret;
@@ -927,6 +937,10 @@ function __wbg_get_imports() {
927
937
  const ret = arg0 === undefined;
928
938
  return ret;
929
939
  },
940
+ __wbg___wbindgen_jsval_eq_ee31bfad3e536463: function(arg0, arg1) {
941
+ const ret = arg0 === arg1;
942
+ return ret;
943
+ },
930
944
  __wbg___wbindgen_number_get_34bb9d9dcfa21373: function(arg0, arg1) {
931
945
  const obj = arg1;
932
946
  const ret = typeof(obj) === 'number' ? obj : undefined;
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@spacesprotocol/libveritas",
3
3
  "type": "module",
4
- "version": "0.0.0-dev.20260327173817",
4
+ "version": "0.0.0-dev.20260328154907",
5
5
  "files": [
6
6
  "libveritas_bg.wasm",
7
7
  "libveritas.js",