@vosjs/cli 0.17.3 → 0.17.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/{chunk-WJSNY6FL.js → chunk-Y7BXFF2W.js} +3 -3
- package/dist/{chunk-WJSNY6FL.js.map → chunk-Y7BXFF2W.js.map} +1 -1
- package/dist/cli.js +1 -1
- package/dist/index.js +1 -1
- package/dist/{run-3RLBXNHV.js → run-AE3NXEZ4.js} +2 -2
- package/package.json +6 -6
- /package/dist/{run-3RLBXNHV.js.map → run-AE3NXEZ4.js.map} +0 -0
|
@@ -1389,7 +1389,7 @@ import { readFile as readFile2, rm as rm2 } from "fs/promises";
|
|
|
1389
1389
|
import { tweenRuntimeCode } from "@vosjs/tween/bundle";
|
|
1390
1390
|
import { elementsBundleCode } from "@vosjs/elements/bundle";
|
|
1391
1391
|
import { concatEncodedVideo, planChunks } from "@vosjs/render-core";
|
|
1392
|
-
var MEDIABUNNY_URL = "https://esm.sh/mediabunny@1.
|
|
1392
|
+
var MEDIABUNNY_URL = "https://esm.sh/mediabunny@1.55.7?target=es2022";
|
|
1393
1393
|
var THREE_URL = "https://esm.sh/three@0.183.0?target=es2022";
|
|
1394
1394
|
var THREE_ADDONS = "https://esm.sh/three@0.183.0&target=es2022/examples/jsm/";
|
|
1395
1395
|
function renderPageHtml() {
|
|
@@ -6485,7 +6485,7 @@ async function recordTake(browser, url, actions, paths, log, opts = {}) {
|
|
|
6485
6485
|
}
|
|
6486
6486
|
|
|
6487
6487
|
// src/plugin/encode.ts
|
|
6488
|
-
var MEDIABUNNY_URL2 = "https://esm.sh/mediabunny@1.
|
|
6488
|
+
var MEDIABUNNY_URL2 = "https://esm.sh/mediabunny@1.55.7?target=es2022";
|
|
6489
6489
|
var ENCODE_HTML = `<!doctype html><html><head><meta charset="utf-8"></head><body>
|
|
6490
6490
|
<script type="module">
|
|
6491
6491
|
try {
|
|
@@ -10595,4 +10595,4 @@ export {
|
|
|
10595
10595
|
convertAgentBrowser,
|
|
10596
10596
|
run
|
|
10597
10597
|
};
|
|
10598
|
-
//# sourceMappingURL=chunk-
|
|
10598
|
+
//# sourceMappingURL=chunk-Y7BXFF2W.js.map
|