@vacantthinker/firefox-addon-framework-easy 2026.528.1648 → 2026.528.2315

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vacantthinker/firefox-addon-framework-easy",
3
- "version": "2026.0528.1648",
3
+ "version": "2026.0528.2315",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "publishConfig": {
@@ -108,7 +108,6 @@ export async function serviceElementPicker(message) {
108
108
  width: rect.width,
109
109
  x: rect.left + window.scrollX,
110
110
  y: rect.top + window.scrollY,
111
- selector: getUniqueSelector(target),
112
111
  };
113
112
 
114
113
  console.log('Target Selected:', {rectData});