svg-terminal 1.2.1 → 1.2.2
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.
|
@@ -2617,7 +2617,7 @@ async function readCappedText(response, url) {
|
|
|
2617
2617
|
}
|
|
2618
2618
|
return new TextDecoder().decode(Buffer.concat(chunks));
|
|
2619
2619
|
}
|
|
2620
|
-
var USER_AGENT = `svg-terminal/${true ? "1.2.
|
|
2620
|
+
var USER_AGENT = `svg-terminal/${true ? "1.2.2" : "0.0.0-dev"}`;
|
|
2621
2621
|
async function fetchWithTimeout(url, timeoutMs = DEFAULT_FETCH_TIMEOUT) {
|
|
2622
2622
|
const blocked = fetchBlockReason(url);
|
|
2623
2623
|
if (blocked) {
|
|
@@ -5075,4 +5075,4 @@ export {
|
|
|
5075
5075
|
inspectCache,
|
|
5076
5076
|
generateStatic
|
|
5077
5077
|
};
|
|
5078
|
-
//# sourceMappingURL=chunk-
|
|
5078
|
+
//# sourceMappingURL=chunk-TA7SUAKV.js.map
|
package/dist/cli.js
CHANGED
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
mergeConfig,
|
|
12
12
|
setStrictBlockConfig,
|
|
13
13
|
themes
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-TA7SUAKV.js";
|
|
15
15
|
|
|
16
16
|
// src/cli.ts
|
|
17
17
|
import { writeFileSync, watch as fsWatch } from "fs";
|
|
@@ -127,7 +127,7 @@ function isZodOptional(t) {
|
|
|
127
127
|
}
|
|
128
128
|
|
|
129
129
|
// src/cli.ts
|
|
130
|
-
var VERSION = true ? "1.2.
|
|
130
|
+
var VERSION = true ? "1.2.2" : "0.0.0-dev";
|
|
131
131
|
var args = process.argv.slice(2);
|
|
132
132
|
var command = args[0];
|
|
133
133
|
function getFlag(name) {
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "svg-terminal",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
4
4
|
"description": "Generate animated SVG terminals for GitHub READMEs from a declarative YAML config. 48 built-in blocks, 20 themes, zero runtime deps in the output.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|