hyperframes 0.6.60 → 0.6.61

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/cli.js CHANGED
@@ -50,7 +50,7 @@ var VERSION;
50
50
  var init_version = __esm({
51
51
  "src/version.ts"() {
52
52
  "use strict";
53
- VERSION = true ? "0.6.60" : "0.0.0-dev";
53
+ VERSION = true ? "0.6.61" : "0.0.0-dev";
54
54
  }
55
55
  });
56
56
 
@@ -58777,7 +58777,13 @@ function registerFileRoutes(api, adapter2) {
58777
58777
  writeFileSync8(res.absPath, newHtml, "utf-8");
58778
58778
  }
58779
58779
  const freshParsed = parseGsapScript2(newScript);
58780
- return c3.json({ ok: true, parsed: freshParsed, before: html, after: newHtml });
58780
+ return c3.json({
58781
+ ok: true,
58782
+ parsed: freshParsed,
58783
+ before: html,
58784
+ after: newHtml,
58785
+ scriptText: newScript
58786
+ });
58781
58787
  });
58782
58788
  }
58783
58789
  var init_files = __esm({