@vacantthinker/firefox-addon-framework-easy 2026.614.1535 → 2026.614.1632

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.
@@ -34,5 +34,5 @@ export declare function ctJsExtractVideoQualityFromText(text: string): string;
34
34
  * maintain runtime context.
35
35
  */
36
36
  export declare function ctJskeepAlive(tag?: string, enableLog?: boolean): void;
37
- export declare function ctJsClsoeTab(): Promise<void>;
37
+ export declare function ctJsCloseTab(): Promise<void>;
38
38
  //# sourceMappingURL=serviceOpContentJsYTB.d.ts.map
@@ -86,7 +86,7 @@ export function ctJskeepAlive(tag = "", enableLog = false) {
86
86
  await browser.runtime.sendMessage({ act: 'actMarco' });
87
87
  }, 1000);
88
88
  }
89
- export async function ctJsClsoeTab() {
89
+ export async function ctJsCloseTab() {
90
90
  await browser.runtime.sendMessage({
91
91
  act: 'actRemoveCurrentTab',
92
92
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vacantthinker/firefox-addon-framework-easy",
3
- "version": "2026.0614.1535",
3
+ "version": "2026.0614.1632",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",