single-file-core 1.5.108 → 1.5.109

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/package.json +1 -1
  2. package/single-file.js +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "single-file-core",
3
- "version": "1.5.108",
3
+ "version": "1.5.109",
4
4
  "description": "SingleFile Core",
5
5
  "author": "Gildas Lormeau",
6
6
  "license": "AGPL-3.0-or-later",
package/single-file.js CHANGED
@@ -119,6 +119,7 @@ async function getPageData(options = {}, initOptions, doc, win) {
119
119
  disableCompression: options.disableCompression,
120
120
  extractDataFromPage: options.extractDataFromPage,
121
121
  preventAppendedData: options.preventAppendedData,
122
+ declareAppendedData: options.declareAppendedData,
122
123
  insertCanonicalLink: options.insertCanonicalLink,
123
124
  insertMetaNoIndex: options.insertMetaNoIndex,
124
125
  insertMetaCSP: options.insertMetaCSP,