Skip to content

Commit 20d96b9

Browse files
chore: keep feat/v1 implementation after merging main
1 parent 2c6e4fc commit 20d96b9

6 files changed

Lines changed: 3 additions & 387 deletions

File tree

package-lock.json

Lines changed: 1 addition & 202 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,7 @@
3737
"tls",
3838
"http2",
3939
"impersonation",
40-
"web-scraping",
41-
"crawler",
42-
"web-scraper",
43-
"wreq",
44-
"ja3",
45-
"tls-fingerprint",
46-
"ja4",
47-
"browser-fingerprint-bypass"
40+
"web-scraping"
4841
],
4942
"author": "StopMakingThatBigFace",
5043
"license": "MIT",
@@ -67,7 +60,7 @@
6760
"ws": "^8.18.3"
6861
},
6962
"engines": {
70-
"node": ">=20.0.0"
63+
"node": ">=18.0.0"
7164
},
7265
"os": [
7366
"darwin",

rust/Cargo.lock

Lines changed: 0 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ wreq = { version = "6.0.0-rc.28", default-features = false, features = ["gzip",
1313
wreq-util = { version = "3.0.0-rc.10", features = ["emulation-rand", "emulation-serde"] }
1414
strum = "0.27.2"
1515

16-
# WebSocket support
17-
futures-util = "0.3"
18-
1916
# Neon for Node.js bindings
2017
neon = { version = "1.0", default-features = false, features = ["napi-6"] }
2118

@@ -30,9 +27,6 @@ thiserror = "1.0"
3027
# Async runtime (if needed)
3128
tokio = { version = "1.0", features = ["full"] }
3229

33-
# Global state management
34-
once_cell = "1.20"
35-
3630
[profile.release]
3731
opt-level = 3
3832
lto = true

0 commit comments

Comments
 (0)