fix bug that getAliases got not found and update version to 0.8.3
Testing / test (push) Successful in 26s

This commit is contained in:
2026-05-01 20:04:34 +02:00
parent ffa76f424a
commit bd37c68e80
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "browser-cli",
"version": "0.8.2",
"version": "0.8.3",
"description": "Control your browser from the terminal via browser-cli",
"permissions": [
"tabs",
+1 -1
View File
@@ -1,5 +1,5 @@
// @ts-nocheck
import { executeScript, getActiveTab, isScriptableUrl, resolveTabForDirectAction } from '../core';
import { executeScript, getActiveTab, getAliases, isScriptableUrl, resolveTabForDirectAction, tabInfo } from '../core';
export async function tabsList() {
const windows = await chrome.windows.getAll({ populate: true });
const aliases = await getAliases();