single-file-core 1.2.37 → 1.2.38

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 +1 -0
  2. package/package.json +1 -1
package/core/index.js CHANGED
@@ -1206,6 +1206,7 @@ class Processor {
1206
1206
  options.insertMetaNoIndex = false;
1207
1207
  options.saveFavicon = false;
1208
1208
  options.includeInfobar = false;
1209
+ options.saveFilenameTemplateData = false;
1209
1210
  options.url = frameData.baseURI;
1210
1211
  options.windowId = frameWindowId;
1211
1212
  if (frameData.content) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "single-file-core",
3
- "version": "1.2.37",
3
+ "version": "1.2.38",
4
4
  "description": "SingleFile Core",
5
5
  "author": "Gildas Lormeau",
6
6
  "license": "AGPL-3.0-or-later",