@vacantthinker/firefox-addon-framework-easy 2026.526.957 → 2026.526.1059

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.0526.0957",
3
+ "version": "2026.0526.1059",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "publishConfig": {
@@ -272,7 +272,7 @@ export async function serviceDealWithMagnetLink(message) {
272
272
  console.info('content.length', data.length);
273
273
 
274
274
  if (Array.isArray(data) && data.length >= 1) {
275
- let content = data.join('\n');
275
+ let content = `${data.join('\n')}\n`;
276
276
  let filename = [
277
277
  'magnet-link',
278
278
  titleCleaned,