wreq-js 2.0.0 → 2.0.1
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/package.json +3 -2
- package/rust/wreq-js.darwin-arm64.node +0 -0
- package/rust/wreq-js.darwin-x64.node +0 -0
- package/rust/wreq-js.linux-arm64-gnu.node +0 -0
- package/rust/wreq-js.linux-x64-gnu.node +0 -0
- package/rust/wreq-js.linux-x64-musl.node +0 -0
- package/rust/wreq-js.win32-x64-msvc.node +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wreq-js",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "Node.js/TypeScript HTTP client with browser TLS fingerprint impersonation (JA3/JA4). Bypass Cloudflare and anti-bot detection. Rust-powered, fetch()-compatible.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/wreq-js.cjs",
|
|
@@ -23,7 +23,8 @@
|
|
|
23
23
|
"test:coverage": "npm run test:coverage:run",
|
|
24
24
|
"test:coverage:run": "c8 --reporter=html --reporter=text --reporter=lcov tsx src/test/run-with-local-server.ts",
|
|
25
25
|
"test:coverage:ci": "npm run build && npm run test:coverage:run",
|
|
26
|
-
"bench": "
|
|
26
|
+
"build:bench-server": "cargo build --release --manifest-path rust/bench-server/Cargo.toml",
|
|
27
|
+
"bench": "npm run build:rust && npm run build:bench-server && tsx --expose-gc src/bench/run.ts",
|
|
27
28
|
"bench:run": "tsx --expose-gc src/bench/run.ts",
|
|
28
29
|
"bench:quick": "npm run build:rust && tsx --expose-gc src/bench/run.ts --scenario wreq.session.get.small",
|
|
29
30
|
"perf:aws:setup-iam": "bash ./scripts/aws-perf/setup-iam.sh",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|