@browserless.io/browserless 2.17.1 → 2.18.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/http.d.ts +41 -41
- package/build/http.js +41 -41
- 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/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/shared/utils/function/handler.js +3 -2
- package/package.json +7 -7
- package/scripts/build-open-api.js +4 -3
- package/src/http.ts +41 -41
- package/src/shared/utils/function/handler.ts +3 -3
- package/static/docs/swagger.json +12 -12
- package/static/docs/swagger.min.json +11 -11
- package/static/function/client.js +1 -1
- package/static/function/index.html +1 -1
|
@@ -255,14 +255,14 @@
|
|
|
255
255
|
"length": {
|
|
256
256
|
"type": "number"
|
|
257
257
|
},
|
|
258
|
-
"__@toStringTag@
|
|
258
|
+
"__@toStringTag@12081": {
|
|
259
259
|
"type": "string",
|
|
260
260
|
"const": "Uint8Array"
|
|
261
261
|
}
|
|
262
262
|
},
|
|
263
263
|
"required": [
|
|
264
264
|
"BYTES_PER_ELEMENT",
|
|
265
|
-
"__@toStringTag@
|
|
265
|
+
"__@toStringTag@12081",
|
|
266
266
|
"buffer",
|
|
267
267
|
"byteLength",
|
|
268
268
|
"byteOffset",
|
|
@@ -297,13 +297,13 @@
|
|
|
297
297
|
"byteLength": {
|
|
298
298
|
"type": "number"
|
|
299
299
|
},
|
|
300
|
-
"__@toStringTag@
|
|
300
|
+
"__@toStringTag@12081": {
|
|
301
301
|
"type": "string"
|
|
302
302
|
}
|
|
303
303
|
},
|
|
304
304
|
"additionalProperties": false,
|
|
305
305
|
"required": [
|
|
306
|
-
"__@toStringTag@
|
|
306
|
+
"__@toStringTag@12081",
|
|
307
307
|
"byteLength"
|
|
308
308
|
]
|
|
309
309
|
},
|
|
@@ -313,18 +313,18 @@
|
|
|
313
313
|
"byteLength": {
|
|
314
314
|
"type": "number"
|
|
315
315
|
},
|
|
316
|
-
"__@species@
|
|
316
|
+
"__@species@12119": {
|
|
317
317
|
"$ref": "#/definitions/SharedArrayBuffer"
|
|
318
318
|
},
|
|
319
|
-
"__@toStringTag@
|
|
319
|
+
"__@toStringTag@12081": {
|
|
320
320
|
"type": "string",
|
|
321
321
|
"const": "SharedArrayBuffer"
|
|
322
322
|
}
|
|
323
323
|
},
|
|
324
324
|
"additionalProperties": false,
|
|
325
325
|
"required": [
|
|
326
|
-
"__@species@
|
|
327
|
-
"__@toStringTag@
|
|
326
|
+
"__@species@12119",
|
|
327
|
+
"__@toStringTag@12081",
|
|
328
328
|
"byteLength"
|
|
329
329
|
]
|
|
330
330
|
},
|
|
@@ -969,7 +969,7 @@
|
|
|
969
969
|
},
|
|
970
970
|
"info": {
|
|
971
971
|
"title": "Browserless",
|
|
972
|
-
"version": "2.
|
|
972
|
+
"version": "2.18.0",
|
|
973
973
|
"x-logo": {
|
|
974
974
|
"altText": "browserless logo",
|
|
975
975
|
"url": "./docs/browserless-logo-inline.svg"
|
|
@@ -5311,7 +5311,7 @@
|
|
|
5311
5311
|
]
|
|
5312
5312
|
}
|
|
5313
5313
|
},
|
|
5314
|
-
"
|
|
5314
|
+
" /chromium": {
|
|
5315
5315
|
"get": {
|
|
5316
5316
|
"definitions": {},
|
|
5317
5317
|
"description": "Launch and connect to Chromium with a library like puppeteer or others that work over chrome-devtools-protocol.",
|
|
@@ -5394,7 +5394,7 @@
|
|
|
5394
5394
|
"message": "HTTP/1.1 500 Internal Server Error"
|
|
5395
5395
|
}
|
|
5396
5396
|
},
|
|
5397
|
-
"summary": "
|
|
5397
|
+
"summary": " /chromium",
|
|
5398
5398
|
"tags": [
|
|
5399
5399
|
"Browser WebSocket APIs"
|
|
5400
5400
|
]
|
|
@@ -4382,7 +4382,7 @@
|
|
|
4382
4382
|
// node_modules/puppeteer-core/lib/esm/puppeteer/generated/version.js
|
|
4383
4383
|
init_dirname();
|
|
4384
4384
|
init_buffer2();
|
|
4385
|
-
var packageVersion = "23.1.
|
|
4385
|
+
var packageVersion = "23.1.1";
|
|
4386
4386
|
|
|
4387
4387
|
// node_modules/puppeteer-core/lib/esm/puppeteer/util/assert.js
|
|
4388
4388
|
init_dirname();
|
|
@@ -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.1.
|
|
4393
|
+
var packageVersion = "23.1.1";
|
|
4394
4394
|
|
|
4395
4395
|
// node_modules/puppeteer-core/lib/esm/puppeteer/util/assert.js
|
|
4396
4396
|
init_dirname();
|