single-file-core 1.3.29 → 1.3.30

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 +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "single-file-core",
3
- "version": "1.3.29",
3
+ "version": "1.3.30",
4
4
  "description": "SingleFile Core",
5
5
  "author": "Gildas Lormeau",
6
6
  "license": "AGPL-3.0-or-later",
package/single-file.js CHANGED
@@ -117,7 +117,8 @@ async function getPageData(options = {}, initOptions, doc = globalThis.document,
117
117
  insertMetaNoIndex: options.insertMetaNoIndex,
118
118
  insertMetaCSP: options.insertMetaCSP,
119
119
  password: options.password,
120
- zipScript: options.zipScript
120
+ zipScript: options.zipScript,
121
+ embeddedImage: options.embeddedImage
121
122
  });
122
123
  delete pageData.resources;
123
124
  const reader = new globalThis.FileReader();