Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/public-api/crawlee-browser-pool.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ type SafeParameters<T extends (...args: any) => any> = unknown[] extends Paramet

// Not exported by the entry point; reachable only as a referenced type.
// @public (undocumented)
const SUPPORTED_HTTP_VERSIONS: readonly ["1", "2"];
const SUPPORTED_HTTP_VERSIONS: readonly ['1', '2'];

// @public (undocumented)
export type UnwrapPromise<T> = T extends PromiseLike<infer R> ? UnwrapPromise<R> : T;
Expand Down
2 changes: 1 addition & 1 deletion docs/public-api/crawlee-core.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1648,7 +1648,7 @@ export class Session implements ISession {

// Not exported by the entry point; reachable only as a referenced type.
// @public (undocumented)
const SESSION_REUSE_STRATEGIES: readonly ["random", "round-robin", "use-until-failure"];
const SESSION_REUSE_STRATEGIES: readonly ['random', 'round-robin', 'use-until-failure'];

// @public
export class SessionError extends Error {
Expand Down
4 changes: 2 additions & 2 deletions docs/public-api/crawlee-impit-client.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import { ImpitOptions } from 'impit';

// @public (undocumented)
export const Browser: {
readonly Chrome: "chrome";
readonly Firefox: "firefox";
readonly Chrome: 'chrome';
readonly Firefox: 'firefox';
};

// @public
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,16 @@
"nock": "^14.0.10",
"oxfmt": "^0.46.0",
"oxlint": "^1.62.0",
"oxlint-tsgolint": "^0.22.0",
"oxlint-tsgolint": "^7.0.2001",
"playwright": "1.61.1",
"portastic": "^1.0.1",
"proxy": "^2.2.0",
"puppeteer": "25.8.0",
"rimraf": "^6.0.1",
"tsx": "^4.19.4",
"turbo": "^2.10.11",
"typescript": "^6.0.0",
"typescript": "^7.0.2",
"typescript-v6": "npm:typescript@^6.0.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^4.1.0-beta.6",
"zod": "catalog:"
Expand Down
Loading
Loading