single-file-core 1.2.22 → 1.2.23

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.
@@ -240,8 +240,7 @@ class ProcessorHelperCommon {
240
240
  resourceElement.parentElement.insertBefore(symbolElement, resourceElement.parentElement.firstChild);
241
241
  }
242
242
  } else {
243
- const content = await batchRequest.addURL(resourceURL, { expectedType: "image" });
244
- resourceElement.setAttribute(attributeName, PREFIX_DATA_URI_IMAGE_SVG + "," + content);
243
+ resourceElement.setAttribute(attributeName, PREFIX_DATA_URI_IMAGE_SVG + "," + response.content);
245
244
  }
246
245
  }
247
246
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "single-file-core",
3
- "version": "1.2.22",
3
+ "version": "1.2.23",
4
4
  "description": "SingleFile Core",
5
5
  "author": "Gildas Lormeau",
6
6
  "license": "AGPL-3.0-or-later",