@remotion/cli 2.6.13 → 2.6.16
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/.turbo/turbo-build.log +5 -5
- package/.turbo/turbo-lint.log +15 -0
- package/.turbo/turbo-test.log +15 -0
- package/dist/code-frame.d.ts.map +1 -1
- package/dist/code-frame.js +17 -6
- package/dist/code-frame.js.map +1 -1
- package/dist/handle-common-errors.js +1 -1
- package/dist/handle-common-errors.js.map +1 -1
- package/dist/print-error.d.ts +1 -1
- package/dist/print-error.d.ts.map +1 -1
- package/dist/print-error.js +22 -8
- package/dist/print-error.js.map +1 -1
- package/package.json +9 -9
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
[
|
|
2
|
-
[
|
|
3
|
-
[
|
|
4
|
-
[
|
|
5
|
-
[
|
|
1
|
+
[32m@remotion/cli:build: [0mcache hit, replaying output [2m38e3b3bd7420defa[0m
|
|
2
|
+
[32m@remotion/cli:build: [0m
|
|
3
|
+
[32m@remotion/cli:build: [0m> @remotion/cli@2.6.15 build /Users/jonathanburger/remotion/packages/cli
|
|
4
|
+
[32m@remotion/cli:build: [0m> tsc -d
|
|
5
|
+
[32m@remotion/cli:build: [0m
|
package/.turbo/turbo-lint.log
CHANGED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
[35m@remotion/cli:lint: [0mcache hit, replaying output [2mdab7100943d4b084[0m
|
|
2
|
+
[35m@remotion/cli:lint: [0m
|
|
3
|
+
[35m@remotion/cli:lint: [0m> @remotion/cli@2.6.15 lint /Users/jonathanburger/remotion/packages/cli
|
|
4
|
+
[35m@remotion/cli:lint: [0m> eslint src --ext ts,tsx
|
|
5
|
+
[35m@remotion/cli:lint: [0m
|
|
6
|
+
[35m@remotion/cli:lint: [0m
|
|
7
|
+
[35m@remotion/cli:lint: [0m/Users/jonathanburger/remotion/packages/cli/src/editor/components/MenuToolbar.tsx
|
|
8
|
+
[35m@remotion/cli:lint: [0m 486:4 warning Empty components are self-closing react/self-closing-comp
|
|
9
|
+
[35m@remotion/cli:lint: [0m
|
|
10
|
+
[35m@remotion/cli:lint: [0m/Users/jonathanburger/remotion/packages/cli/src/editor/components/Timeline/is-collapsed.ts
|
|
11
|
+
[35m@remotion/cli:lint: [0m 22:3 warning Unexpected 'todo' comment: 'TODO: Tighten up, when toggling rich...' no-warning-comments
|
|
12
|
+
[35m@remotion/cli:lint: [0m
|
|
13
|
+
[35m@remotion/cli:lint: [0m✖ 2 problems (0 errors, 2 warnings)
|
|
14
|
+
[35m@remotion/cli:lint: [0m 0 errors and 1 warning potentially fixable with the `--fix` option.
|
|
15
|
+
[35m@remotion/cli:lint: [0m
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
[35m@remotion/cli:test: [0mcache hit, replaying output [2m3009984626421fa9[0m
|
|
2
|
+
[35m@remotion/cli:test: [0m
|
|
3
|
+
[35m@remotion/cli:test: [0m> @remotion/cli@2.6.15 test /Users/jonathanburger/remotion/packages/cli
|
|
4
|
+
[35m@remotion/cli:test: [0m> jest
|
|
5
|
+
[35m@remotion/cli:test: [0m
|
|
6
|
+
[35m@remotion/cli:test: [0mPASS src/test/timeline-sequence-layout.test.ts (7.756 s)
|
|
7
|
+
[35m@remotion/cli:test: [0mPASS src/test/sequenced-timeline.test.ts (7.955 s)
|
|
8
|
+
[35m@remotion/cli:test: [0mPASS src/test/timeline.test.ts (7.833 s)
|
|
9
|
+
[35m@remotion/cli:test: [0mPASS src/test/big-timeline.test.ts (8.2 s)
|
|
10
|
+
[35m@remotion/cli:test: [0m
|
|
11
|
+
[35m@remotion/cli:test: [0mTest Suites: 4 passed, 4 total
|
|
12
|
+
[35m@remotion/cli:test: [0mTests: 7 passed, 7 total
|
|
13
|
+
[35m@remotion/cli:test: [0mSnapshots: 0 total
|
|
14
|
+
[35m@remotion/cli:test: [0mTime: 9.355 s
|
|
15
|
+
[35m@remotion/cli:test: [0mRan all test suites.
|
package/dist/code-frame.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"code-frame.d.ts","sourceRoot":"","sources":["../src/code-frame.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAyB,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"code-frame.d.ts","sourceRoot":"","sources":["../src/code-frame.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAyB,MAAM,oBAAoB,CAAC;AA8D/E,eAAO,MAAM,sBAAsB,QAAS,mBAAmB,SAsC9D,CAAC"}
|
package/dist/code-frame.js
CHANGED
|
@@ -25,23 +25,34 @@ const printCodeFrame = (frame) => {
|
|
|
25
25
|
log_1.Log.info();
|
|
26
26
|
const longestLineNumber = Math.max(...frame.originalScriptCode.map((script) => script.lineNumber)).toString().length;
|
|
27
27
|
log_1.Log.info('at', chalk_1.default.underline(makeFileName(frame)));
|
|
28
|
+
const alignLeftAmount = Math.min(...frame.originalScriptCode.map((c) => c.content.length - c.content.trimStart().length));
|
|
28
29
|
log_1.Log.info(`${frame.originalScriptCode
|
|
29
30
|
.map((c) => {
|
|
30
|
-
const content = `${String(c.lineNumber).padStart(longestLineNumber
|
|
31
|
+
const content = `${String(c.lineNumber).padStart(longestLineNumber, ' ')} | ${c.content.substring(alignLeftAmount)}`;
|
|
31
32
|
return c.highlight ? content : chalk_1.default.gray(content);
|
|
32
33
|
})
|
|
33
34
|
.join('\n')}`);
|
|
34
35
|
};
|
|
35
36
|
const logLine = (frame) => {
|
|
36
|
-
|
|
37
|
+
const fileName = makeFileName(frame);
|
|
38
|
+
if (!fileName) {
|
|
39
|
+
return;
|
|
40
|
+
}
|
|
41
|
+
log_1.Log.info(chalk_1.default.gray(['at', frame.originalFunctionName, `${chalk_1.default.blueBright(`(${fileName})`)}`]
|
|
42
|
+
.filter(remotion_1.Internals.truthy)
|
|
43
|
+
.join(' ')));
|
|
37
44
|
};
|
|
38
45
|
const printCodeFrameAndStack = (err) => {
|
|
39
46
|
var _a, _b, _c;
|
|
40
|
-
|
|
41
|
-
|
|
47
|
+
if (!err.symbolicatedStackFrames) {
|
|
48
|
+
log_1.Log.error(err.stack);
|
|
49
|
+
return;
|
|
50
|
+
}
|
|
51
|
+
const firstFrame = err.symbolicatedStackFrames[0];
|
|
52
|
+
log_1.Log.error(chalk_1.default.bgRed(chalk_1.default.white(` ${err.name} `)), err.message);
|
|
42
53
|
printCodeFrame(firstFrame);
|
|
43
54
|
log_1.Log.info();
|
|
44
|
-
for (const frame of err.
|
|
55
|
+
for (const frame of err.symbolicatedStackFrames) {
|
|
45
56
|
if (frame === firstFrame) {
|
|
46
57
|
continue;
|
|
47
58
|
}
|
|
@@ -49,7 +60,7 @@ const printCodeFrameAndStack = (err) => {
|
|
|
49
60
|
}
|
|
50
61
|
if (err.delayRenderCall) {
|
|
51
62
|
log_1.Log.error();
|
|
52
|
-
log_1.Log.error('The delayRender() call is located at:');
|
|
63
|
+
log_1.Log.error('🕧 The delayRender() call is located at:');
|
|
53
64
|
for (const frame of err.delayRenderCall) {
|
|
54
65
|
const showCodeFrame = (!((_a = frame.originalFileName) === null || _a === void 0 ? void 0 : _a.includes('node_modules')) &&
|
|
55
66
|
!((_b = frame.originalFileName) === null || _b === void 0 ? void 0 : _b.startsWith('webpack/'))) ||
|
package/dist/code-frame.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"code-frame.js","sourceRoot":"","sources":["../src/code-frame.ts"],"names":[],"mappings":";;;;;;AACA,kDAA0B;AAC1B,uCAAmC;AACnC,+BAA0B;AAE1B,MAAM,YAAY,GAAG,CAAC,UAAkC,EAAE,EAAE;IAC3D,OAAO;QACN,UAAU,CAAC,gBAAgB;QAC3B,UAAU,CAAC,kBAAkB;QAC7B,UAAU,CAAC,oBAAoB,KAAK,CAAC;YACpC,CAAC,CAAC,IAAI;YACN,CAAC,CAAC,UAAU,CAAC,oBAAoB;KAClC;SACC,MAAM,CAAC,oBAAS,CAAC,MAAM,CAAC;SACxB,IAAI,CAAC,GAAG,CAAC,CAAC;AACb,CAAC,CAAC;AAEF,MAAM,cAAc,GAAG,CAAC,KAA6B,EAAE,EAAE;IACxD,IAAI,CAAC,KAAK,CAAC,kBAAkB,EAAE;QAC9B,OAAO;KACP;
|
|
1
|
+
{"version":3,"file":"code-frame.js","sourceRoot":"","sources":["../src/code-frame.ts"],"names":[],"mappings":"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"}
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.handleCommonError = void 0;
|
|
4
4
|
const log_1 = require("./log");
|
|
5
5
|
const handleCommonError = (err) => {
|
|
6
|
-
log_1.Log.error(err.stack);
|
|
6
|
+
log_1.Log.error(err.stack || err);
|
|
7
7
|
if (err.message.includes('Could not play video with')) {
|
|
8
8
|
log_1.Log.info();
|
|
9
9
|
log_1.Log.info('💡 Get help for this issue at https://remotion.dev/docs/media-playback-error');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"handle-common-errors.js","sourceRoot":"","sources":["../src/handle-common-errors.ts"],"names":[],"mappings":";;;AAAA,+BAA0B;AAEnB,MAAM,iBAAiB,GAAG,CAAC,GAAU,EAAE,EAAE;IAC/C,SAAG,CAAC,KAAK,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"handle-common-errors.js","sourceRoot":"","sources":["../src/handle-common-errors.ts"],"names":[],"mappings":";;;AAAA,+BAA0B;AAEnB,MAAM,iBAAiB,GAAG,CAAC,GAAU,EAAE,EAAE;IAC/C,SAAG,CAAC,KAAK,CAAC,GAAG,CAAC,KAAK,IAAI,GAAG,CAAC,CAAC;IAC5B,IAAI,GAAG,CAAC,OAAO,CAAC,QAAQ,CAAC,2BAA2B,CAAC,EAAE;QACtD,SAAG,CAAC,IAAI,EAAE,CAAC;QACX,SAAG,CAAC,IAAI,CACP,8EAA8E,CAC9E,CAAC;KACF;IAED,IAAI,GAAG,CAAC,OAAO,CAAC,QAAQ,CAAC,0BAA0B,CAAC,EAAE;QACrD,SAAG,CAAC,IAAI,EAAE,CAAC;QACX,SAAG,CAAC,IAAI,CAAC,iEAAiE,CAAC,CAAC;KAC5E;IAED,IAAI,GAAG,CAAC,OAAO,CAAC,QAAQ,CAAC,eAAe,CAAC,EAAE;QAC1C,SAAG,CAAC,IAAI,EAAE,CAAC;QACX,SAAG,CAAC,IAAI,CACP,uEAAuE,CACvE,CAAC;KACF;IAED,IAAI,GAAG,CAAC,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAC,EAAE;QACzC,SAAG,CAAC,IAAI,EAAE,CAAC;QACX,SAAG,CAAC,IAAI,CACP,sEAAsE,CACtE,CAAC;KACF;AACF,CAAC,CAAC;AA3BW,QAAA,iBAAiB,qBA2B5B"}
|
package/dist/print-error.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const printError: (err: Error) => void
|
|
1
|
+
export declare const printError: (err: Error) => Promise<void>;
|
|
2
2
|
//# sourceMappingURL=print-error.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"print-error.d.ts","sourceRoot":"","sources":["../src/print-error.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"print-error.d.ts","sourceRoot":"","sources":["../src/print-error.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,UAAU,QAAe,KAAK,kBA+B1C,CAAC"}
|
package/dist/print-error.js
CHANGED
|
@@ -1,22 +1,36 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
2
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
6
|
exports.printError = void 0;
|
|
4
7
|
const renderer_1 = require("@remotion/renderer");
|
|
8
|
+
const chalk_1 = __importDefault(require("chalk"));
|
|
5
9
|
const code_frame_1 = require("./code-frame");
|
|
6
10
|
const log_1 = require("./log");
|
|
7
|
-
const
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
+
const progress_bar_1 = require("./progress-bar");
|
|
12
|
+
const printError = async (err) => {
|
|
13
|
+
if (err instanceof renderer_1.RenderInternals.SymbolicateableError) {
|
|
14
|
+
const output = (0, progress_bar_1.createOverwriteableCliOutput)(false);
|
|
15
|
+
output.update(chalk_1.default.red('Symbolicating minified error message...\n' + err.message));
|
|
16
|
+
try {
|
|
17
|
+
const symbolicated = await renderer_1.RenderInternals.symbolicateError(err);
|
|
18
|
+
if (symbolicated.frame === null) {
|
|
19
|
+
output.update(chalk_1.default.red('An error occurred:\n'));
|
|
20
|
+
}
|
|
21
|
+
else {
|
|
22
|
+
output.update(chalk_1.default.red(`An error occurred while rendering frame ${err.frame}:\n`));
|
|
23
|
+
}
|
|
24
|
+
(0, code_frame_1.printCodeFrameAndStack)(symbolicated);
|
|
11
25
|
}
|
|
12
|
-
|
|
13
|
-
|
|
26
|
+
catch (e) {
|
|
27
|
+
output.update(chalk_1.default.red('(Error occurred symbolicating stack trace - printing minified stack trace)\n'));
|
|
28
|
+
log_1.Log.error(err.stack || err);
|
|
14
29
|
}
|
|
15
|
-
(0, code_frame_1.printCodeFrameAndStack)(err);
|
|
16
30
|
return;
|
|
17
31
|
}
|
|
18
32
|
log_1.Log.error('An error occurred:');
|
|
19
|
-
log_1.Log.error(err.stack);
|
|
33
|
+
log_1.Log.error(err.stack || err);
|
|
20
34
|
};
|
|
21
35
|
exports.printError = printError;
|
|
22
36
|
//# sourceMappingURL=print-error.js.map
|
package/dist/print-error.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"print-error.js","sourceRoot":"","sources":["../src/print-error.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"print-error.js","sourceRoot":"","sources":["../src/print-error.ts"],"names":[],"mappings":";;;;;;AAAA,iDAAmD;AACnD,kDAA0B;AAC1B,6CAAoD;AACpD,+BAA0B;AAC1B,iDAA4D;AAErD,MAAM,UAAU,GAAG,KAAK,EAAE,GAAU,EAAE,EAAE;IAC9C,IAAI,GAAG,YAAY,0BAAe,CAAC,oBAAoB,EAAE;QACxD,MAAM,MAAM,GAAG,IAAA,2CAA4B,EAAC,KAAK,CAAC,CAAC;QACnD,MAAM,CAAC,MAAM,CACZ,eAAK,CAAC,GAAG,CAAC,2CAA2C,GAAG,GAAG,CAAC,OAAO,CAAC,CACpE,CAAC;QACF,IAAI;YACH,MAAM,YAAY,GAAG,MAAM,0BAAe,CAAC,gBAAgB,CAAC,GAAG,CAAC,CAAC;YACjE,IAAI,YAAY,CAAC,KAAK,KAAK,IAAI,EAAE;gBAChC,MAAM,CAAC,MAAM,CAAC,eAAK,CAAC,GAAG,CAAC,sBAAsB,CAAC,CAAC,CAAC;aACjD;iBAAM;gBACN,MAAM,CAAC,MAAM,CACZ,eAAK,CAAC,GAAG,CAAC,2CAA2C,GAAG,CAAC,KAAK,KAAK,CAAC,CACpE,CAAC;aACF;YAED,IAAA,mCAAsB,EAAC,YAAY,CAAC,CAAC;SACrC;QAAC,OAAO,CAAC,EAAE;YACX,MAAM,CAAC,MAAM,CACZ,eAAK,CAAC,GAAG,CACR,8EAA8E,CAC9E,CACD,CAAC;YACF,SAAG,CAAC,KAAK,CAAC,GAAG,CAAC,KAAK,IAAI,GAAG,CAAC,CAAC;SAC5B;QAED,OAAO;KACP;IAED,SAAG,CAAC,KAAK,CAAC,oBAAoB,CAAC,CAAC;IAChC,SAAG,CAAC,KAAK,CAAC,GAAG,CAAC,KAAK,IAAI,GAAG,CAAC,CAAC;AAC7B,CAAC,CAAC;AA/BW,QAAA,UAAU,cA+BrB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/cli",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.16",
|
|
4
4
|
"description": "CLI for Remotion",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -23,22 +23,22 @@
|
|
|
23
23
|
"author": "Jonny Burger <jonny@remotion.dev>",
|
|
24
24
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@remotion/bundler": "2.6.
|
|
27
|
-
"@remotion/media-utils": "2.6.
|
|
28
|
-
"@remotion/player": "2.6.
|
|
29
|
-
"@remotion/renderer": "2.6.
|
|
26
|
+
"@remotion/bundler": "2.6.16",
|
|
27
|
+
"@remotion/media-utils": "2.6.16",
|
|
28
|
+
"@remotion/player": "2.6.16",
|
|
29
|
+
"@remotion/renderer": "2.6.16",
|
|
30
30
|
"better-opn": "2.1.1",
|
|
31
31
|
"chalk": "4.1.2",
|
|
32
32
|
"dotenv": "9.0.2",
|
|
33
33
|
"execa": "5.1.1",
|
|
34
34
|
"minimist": "1.2.6",
|
|
35
|
-
"remotion": "2.6.
|
|
35
|
+
"remotion": "2.6.16",
|
|
36
36
|
"semver": "7.3.5",
|
|
37
37
|
"webpack": "5.60.0"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"react": "
|
|
41
|
-
"react-dom": "
|
|
40
|
+
"react": ">=16.8.0",
|
|
41
|
+
"react-dom": ">=16.8.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@jonny/eslint-config": "^2.1.251",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"publishConfig": {
|
|
68
68
|
"access": "public"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "96b2a8f042ece45305601b1f240b56f35fc9fcd4"
|
|
71
71
|
}
|