@vacantthinker/firefox-addon-framework-easy 2026.618.1231 → 2026.618.1242

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/types.d.ts CHANGED
@@ -2,7 +2,9 @@ export type MessageActionOptions = "actMarco" | "actRemoveCurrentTab" | "actFocu
2
2
  export interface MessagePayloadAct {
3
3
  act: MessageActionOptions;
4
4
  }
5
- export interface MessagePayloadOperationTargetTab extends MessagePayloadAct {
5
+ export interface MessagePayloadTargetTab extends MessagePayloadAct {
6
6
  targetTabId: number;
7
7
  }
8
+ export type MessagePayloadFocusTargetTab = MessagePayloadTargetTab;
9
+ export type MessagePayloadReloadTargetTab = MessagePayloadTargetTab;
8
10
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oBAAoB,GAC5B,UAAU,GACV,qBAAqB,GACrB,mBAAmB,GACnB,oBAAoB,CAAA;AAGxB,MAAM,WAAW,iBAAiB;IAChC,GAAG,EAAE,oBAAoB,CAAA;CAC1B;AAED,MAAM,WAAW,gCAAiC,SAAQ,iBAAiB;IACzE,WAAW,EAAE,MAAM,CAAC;CACrB"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oBAAoB,GAC5B,UAAU,GACV,qBAAqB,GACrB,mBAAmB,GACnB,oBAAoB,CAAA;AAGxB,MAAM,WAAW,iBAAiB;IAChC,GAAG,EAAE,oBAAoB,CAAA;CAC1B;AAED,MAAM,WAAW,uBAAwB,SAAQ,iBAAiB;IAChE,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,MAAM,4BAA4B,GAAG,uBAAuB,CAAC;AACnE,MAAM,MAAM,6BAA6B,GAAG,uBAAuB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vacantthinker/firefox-addon-framework-easy",
3
- "version": "2026.0618.1231",
3
+ "version": "2026.0618.1242",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",