hyperframes 0.5.0-alpha.3 → 0.5.0-alpha.4
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 +2 -10
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -54,7 +54,7 @@ var VERSION;
|
|
|
54
54
|
var init_version = __esm({
|
|
55
55
|
"src/version.ts"() {
|
|
56
56
|
"use strict";
|
|
57
|
-
VERSION = true ? "0.5.0-alpha.
|
|
57
|
+
VERSION = true ? "0.5.0-alpha.4" : "0.0.0-dev";
|
|
58
58
|
}
|
|
59
59
|
});
|
|
60
60
|
|
|
@@ -41693,15 +41693,7 @@ async function captureSnapshots(projectDir, opts) {
|
|
|
41693
41693
|
const { ensureBrowser: ensureBrowser2 } = await Promise.resolve().then(() => (init_manager2(), manager_exports2));
|
|
41694
41694
|
const numFrames = opts.frames ?? 5;
|
|
41695
41695
|
let html = await bundleToSingleHtml2(projectDir);
|
|
41696
|
-
const runtimePath = resolve36(
|
|
41697
|
-
__dirname4,
|
|
41698
|
-
"..",
|
|
41699
|
-
"..",
|
|
41700
|
-
"..",
|
|
41701
|
-
"core",
|
|
41702
|
-
"dist",
|
|
41703
|
-
"hyperframe.runtime.iife.js"
|
|
41704
|
-
);
|
|
41696
|
+
const runtimePath = resolve36(__dirname4, "hyperframe.runtime.iife.js");
|
|
41705
41697
|
if (existsSync53(runtimePath)) {
|
|
41706
41698
|
const runtimeSource = readFileSync36(runtimePath, "utf-8");
|
|
41707
41699
|
html = html.replace(
|