pokecn 0.1.1 → 0.1.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.
- package/dist/cli.js +2 -2
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -88304,7 +88304,7 @@ async function renderSprite(id, shiny) {
|
|
|
88304
88304
|
if (!buffer)
|
|
88305
88305
|
return "";
|
|
88306
88306
|
return terminal_image_default.buffer(buffer, {
|
|
88307
|
-
width: "
|
|
88307
|
+
width: "30%",
|
|
88308
88308
|
preserveAspectRatio: true
|
|
88309
88309
|
});
|
|
88310
88310
|
}
|
|
@@ -92508,7 +92508,7 @@ function _getBuiltinFlags(long, short, userNames, userAliases) {
|
|
|
92508
92508
|
return [`--${long}`, `-${short}`];
|
|
92509
92509
|
}
|
|
92510
92510
|
// package.json
|
|
92511
|
-
var version = "0.1.
|
|
92511
|
+
var version = "0.1.2";
|
|
92512
92512
|
|
|
92513
92513
|
// src/cli.ts
|
|
92514
92514
|
var main = defineCommand({
|