single-file-cli 1.0.31 → 1.0.33

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 (35) hide show
  1. package/.eslintrc.js +0 -0
  2. package/Dockerfile +0 -0
  3. package/LICENSE +0 -0
  4. package/README.MD +0 -0
  5. package/args.js +0 -0
  6. package/back-ends/common/scripts.js +0 -0
  7. package/back-ends/extensions/bypass-csp/index.js +0 -0
  8. package/back-ends/extensions/bypass-csp/manifest.json +0 -0
  9. package/back-ends/extensions/disable-web-security/index.js +0 -0
  10. package/back-ends/extensions/disable-web-security/manifest.json +0 -0
  11. package/back-ends/extensions/network-idle/bg.js +0 -0
  12. package/back-ends/extensions/network-idle/content.js +0 -0
  13. package/back-ends/extensions/network-idle/manifest.json +0 -0
  14. package/back-ends/extensions/signed/bypass_csp-0.0.3-an+fx.xpi +0 -0
  15. package/back-ends/extensions/signed/disable_web_security-0.0.3-an+fx.xpi +0 -0
  16. package/back-ends/extensions/signed/network_idle-0.0.2-an+fx.xpi +0 -0
  17. package/back-ends/jsdom.js +0 -0
  18. package/back-ends/playwright-chromium.js +0 -0
  19. package/back-ends/playwright-firefox.js +0 -0
  20. package/back-ends/playwright-webkit.js +0 -0
  21. package/back-ends/puppeteer-firefox.js +0 -0
  22. package/back-ends/puppeteer.js +0 -0
  23. package/back-ends/webdriver-chromium.js +0 -0
  24. package/back-ends/webdriver-gecko.js +0 -0
  25. package/build-lib.sh +0 -2
  26. package/lib/single-file-bootstrap.js +0 -0
  27. package/lib/single-file-frames.js +0 -0
  28. package/lib/single-file-hooks-frames.js +0 -0
  29. package/lib/single-file-infobar.js +0 -0
  30. package/lib/single-file.js +1 -1
  31. package/package.json +2 -2
  32. package/rollup.config.dev.js +0 -0
  33. package/rollup.config.js +0 -0
  34. package/single-file-cli-api.js +0 -0
  35. package/single-file.bat +0 -0
package/.eslintrc.js CHANGED
File without changes
package/Dockerfile CHANGED
File without changes
package/LICENSE CHANGED
File without changes
package/README.MD CHANGED
File without changes
package/args.js CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/build-lib.sh CHANGED
@@ -1,7 +1,5 @@
1
1
  #!/bin/sh
2
2
 
3
- sudo apt install zip jq
4
-
5
3
  npm install
6
4
  npm update
7
5
 
File without changes
File without changes
File without changes
File without changes