alex-c-line 2.2.1 → 2.2.3
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/index.cjs +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -392,7 +392,7 @@ function internalMediaGenerate(program) {
|
|
|
392
392
|
].includes(entry.name)) await readDirectory(fullPath);
|
|
393
393
|
if (entry.isFile() && entry.name.endsWith(".py")) {
|
|
394
394
|
console.info(`Rendering ${node_path.default.relative(process.cwd(), fullPath)}...`);
|
|
395
|
-
await (0, execa.execa)({ stdio: "inherit" })`manim -
|
|
395
|
+
await (0, execa.execa)({ stdio: "inherit" })`manim -qh ${fullPath}`;
|
|
396
396
|
}
|
|
397
397
|
}
|
|
398
398
|
}
|
|
@@ -1199,7 +1199,7 @@ function template(program) {
|
|
|
1199
1199
|
//#endregion
|
|
1200
1200
|
//#region package.json
|
|
1201
1201
|
var name = "alex-c-line";
|
|
1202
|
-
var version$1 = "2.2.
|
|
1202
|
+
var version$1 = "2.2.3";
|
|
1203
1203
|
var description = "Command-line tool with commands to streamline the developer workflow.";
|
|
1204
1204
|
//#endregion
|
|
1205
1205
|
//#region src/utility/updates/checkUpdate.ts
|
package/dist/index.js
CHANGED
|
@@ -361,7 +361,7 @@ function internalMediaGenerate(program) {
|
|
|
361
361
|
].includes(entry.name)) await readDirectory(fullPath);
|
|
362
362
|
if (entry.isFile() && entry.name.endsWith(".py")) {
|
|
363
363
|
console.info(`Rendering ${path.relative(process.cwd(), fullPath)}...`);
|
|
364
|
-
await execa({ stdio: "inherit" })`manim -
|
|
364
|
+
await execa({ stdio: "inherit" })`manim -qh ${fullPath}`;
|
|
365
365
|
}
|
|
366
366
|
}
|
|
367
367
|
}
|
|
@@ -1168,7 +1168,7 @@ function template(program) {
|
|
|
1168
1168
|
//#endregion
|
|
1169
1169
|
//#region package.json
|
|
1170
1170
|
var name = "alex-c-line";
|
|
1171
|
-
var version$1 = "2.2.
|
|
1171
|
+
var version$1 = "2.2.3";
|
|
1172
1172
|
var description = "Command-line tool with commands to streamline the developer workflow.";
|
|
1173
1173
|
//#endregion
|
|
1174
1174
|
//#region src/utility/updates/checkUpdate.ts
|