omnius 1.0.40 → 1.0.41
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 +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -565410,7 +565410,7 @@ var init_status_bar = __esm({
|
|
|
565410
565410
|
return identity3.separatorOffsets.map((offset) => chrome.contentStartCol + offset).filter((col) => col > 1 && col < termWidth);
|
|
565411
565411
|
}
|
|
565412
565412
|
if (panel.meta.kind === "system" && this._sysSeparatorOffset !== null) {
|
|
565413
|
-
const col = chrome.contentStartCol + this._sysSeparatorOffset
|
|
565413
|
+
const col = chrome.contentStartCol + this._sysSeparatorOffset;
|
|
565414
565414
|
if (col > 1 && col < termWidth) return [col];
|
|
565415
565415
|
}
|
|
565416
565416
|
return [];
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "omnius",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.41",
|
|
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.41",
|
|
10
10
|
"bundleDependencies": [
|
|
11
11
|
"image-to-ascii"
|
|
12
12
|
],
|
package/package.json
CHANGED