hyperframes 0.4.29 → 0.4.30
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.4.
|
|
57
|
+
VERSION = true ? "0.4.30" : "0.0.0-dev";
|
|
58
58
|
}
|
|
59
59
|
});
|
|
60
60
|
|
|
@@ -41446,15 +41446,7 @@ async function captureSnapshots(projectDir, opts) {
|
|
|
41446
41446
|
const { ensureBrowser: ensureBrowser2 } = await Promise.resolve().then(() => (init_manager2(), manager_exports2));
|
|
41447
41447
|
const numFrames = opts.frames ?? 5;
|
|
41448
41448
|
let html = await bundleToSingleHtml2(projectDir);
|
|
41449
|
-
const runtimePath = resolve36(
|
|
41450
|
-
__dirname4,
|
|
41451
|
-
"..",
|
|
41452
|
-
"..",
|
|
41453
|
-
"..",
|
|
41454
|
-
"core",
|
|
41455
|
-
"dist",
|
|
41456
|
-
"hyperframe.runtime.iife.js"
|
|
41457
|
-
);
|
|
41449
|
+
const runtimePath = resolve36(__dirname4, "hyperframe.runtime.iife.js");
|
|
41458
41450
|
if (existsSync52(runtimePath)) {
|
|
41459
41451
|
const runtimeSource = readFileSync36(runtimePath, "utf-8");
|
|
41460
41452
|
html = html.replace(
|