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.
@@ -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.__wbg_set_ghrepocommit_sha(this.__wbg_ptr, ptr0, len0);
579
+ wasm.__wbg_set_apprepo_author(this.__wbg_ptr, ptr0, len0);
580
580
  }
581
581
  }
582
582
 
Binary file
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "ahqstore-types",
3
3
  "type": "module",
4
4
  "description": "Standard types used by AHQ Store",
5
- "version": "3.8.0",
5
+ "version": "3.9.1",
6
6
  "license": "SEE LICENSE IN ../LICENSE.md",
7
7
  "repository": {
8
8
  "type": "git",