hyperframes 0.8.35 → 0.8.36

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.
@@ -99626,8 +99626,8 @@ async function runFontLocalize(io, localize) {
99626
99626
  }
99627
99627
 
99628
99628
  // src/version.ts
99629
- var VERSION = true ? "0.8.35" : "0.0.0-dev";
99630
- var PRODUCER_VERSION = true ? "0.8.35" : "0.0.0-dev";
99629
+ var VERSION = true ? "0.8.36" : "0.0.0-dev";
99630
+ var PRODUCER_VERSION = true ? "0.8.36" : "0.0.0-dev";
99631
99631
 
99632
99632
  // src/fontLocalizeCli.ts
99633
99633
  async function readStdin() {