ahqstore-types 3.8.0 → 3.9.1
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/ahqstore_types_bg.js +1 -1
- package/ahqstore_types_bg.wasm +0 -0
- package/package.json +1 -1
package/ahqstore_types_bg.js
CHANGED
|
@@ -576,7 +576,7 @@ export class GHRepoCommit {
|
|
|
576
576
|
set sha(arg0) {
|
|
577
577
|
const ptr0 = passStringToWasm0(arg0, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
578
578
|
const len0 = WASM_VECTOR_LEN;
|
|
579
|
-
wasm.
|
|
579
|
+
wasm.__wbg_set_apprepo_author(this.__wbg_ptr, ptr0, len0);
|
|
580
580
|
}
|
|
581
581
|
}
|
|
582
582
|
|
package/ahqstore_types_bg.wasm
CHANGED
|
Binary file
|