@browserless.io/browserless 2.18.0 → 2.19.0
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.
- package/CHANGELOG.md +8 -1
- package/build/browsers/index.js +6 -2
- package/build/limiter.spec.js +1 -0
- package/build/routes/chrome/http/content.post.body.json +8 -8
- package/build/routes/chrome/http/pdf.post.body.json +8 -8
- package/build/routes/chrome/http/scrape.post.body.json +8 -8
- package/build/routes/chrome/http/screenshot.post.body.json +8 -8
- package/build/routes/chrome/tests/content.spec.js +1 -0
- package/build/routes/chrome/ws/page.d.ts +1 -0
- package/build/routes/chrome/ws/page.js +1 -0
- package/build/routes/chromium/http/content.post.body.json +8 -8
- package/build/routes/chromium/http/pdf.post.body.json +8 -8
- package/build/routes/chromium/http/scrape.post.body.json +8 -8
- package/build/routes/chromium/http/screenshot.post.body.json +8 -8
- package/build/server.js +3 -1
- package/build/shared/json-version.http.js +1 -0
- package/build/shared/utils/performance/main.js +2 -1
- package/package.json +12 -22
- package/src/browsers/index.ts +6 -2
- package/src/limiter.spec.ts +1 -0
- package/src/routes/chrome/tests/content.spec.ts +1 -0
- package/src/routes/chrome/ws/page.ts +1 -0
- package/src/server.ts +4 -1
- package/src/shared/json-version.http.ts +1 -0
- package/src/shared/utils/performance/main.ts +1 -1
- package/static/docs/swagger.json +10 -10
- package/static/docs/swagger.min.json +9 -9
- package/static/function/client.js +1 -1
- package/static/function/index.html +1 -1
|
@@ -4390,7 +4390,7 @@
|
|
|
4390
4390
|
// node_modules/puppeteer-core/lib/esm/puppeteer/generated/version.js
|
|
4391
4391
|
init_dirname();
|
|
4392
4392
|
init_buffer2();
|
|
4393
|
-
var packageVersion = "23.
|
|
4393
|
+
var packageVersion = "23.2.1";
|
|
4394
4394
|
|
|
4395
4395
|
// node_modules/puppeteer-core/lib/esm/puppeteer/util/assert.js
|
|
4396
4396
|
init_dirname();
|