single-file-core 1.5.21 → 1.5.22

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.
Files changed (2) hide show
  1. package/core/index.js +0 -2
  2. package/package.json +1 -1
package/core/index.js CHANGED
@@ -1122,8 +1122,6 @@ class Processor {
1122
1122
  // ignored
1123
1123
  }
1124
1124
  if (resolvedURL) {
1125
- const url = normalizeURL(this.options.url);
1126
- resolvedURL = resolvedURL.substring(url.length);
1127
1125
  try {
1128
1126
  element.setAttribute("href", resolvedURL);
1129
1127
  } catch (error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "single-file-core",
3
- "version": "1.5.21",
3
+ "version": "1.5.22",
4
4
  "description": "SingleFile Core",
5
5
  "author": "Gildas Lormeau",
6
6
  "license": "AGPL-3.0-or-later",