omnius 1.0.378 → 1.0.379
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.js +0 -10
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -615819,16 +615819,6 @@ var init_status_bar = __esm({
|
|
|
615819
615819
|
last2.width += 2;
|
|
615820
615820
|
}
|
|
615821
615821
|
}
|
|
615822
|
-
const modelSummary2 = this.summarizeHeaderModelName();
|
|
615823
|
-
if (modelSummary2) {
|
|
615824
|
-
const text2 = ` ${modelSummary2} `;
|
|
615825
|
-
parts.push({ text: text2, width: stripAnsi(text2).length });
|
|
615826
|
-
}
|
|
615827
|
-
const transportSummary = this.summarizeHeaderTransport();
|
|
615828
|
-
if (transportSummary) {
|
|
615829
|
-
const text2 = ` ${transportSummary} `;
|
|
615830
|
-
parts.push({ text: text2, width: stripAnsi(text2).length });
|
|
615831
|
-
}
|
|
615832
615822
|
if (this._processing) {
|
|
615833
615823
|
const glyph = _StatusBar.HEADER_SPINNER_FRAMES[this._headerSpinnerFrame] ?? "";
|
|
615834
615824
|
const last2 = parts[parts.length - 1];
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "omnius",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.379",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "omnius",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.379",
|
|
10
10
|
"bundleDependencies": [
|
|
11
11
|
"image-to-ascii"
|
|
12
12
|
],
|
package/package.json
CHANGED