@grabbit-labs/dynafetch 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -101,7 +101,8 @@ const page = await dynafetch({
101
101
  ## Requirements
102
102
 
103
103
  - Node.js 18+
104
- - Go 1.21+ (for the TLS proxy)
104
+
105
+ The TLS proxy ships as precompiled binaries for macOS (arm64, x64), Linux (arm64, x64), and Windows (x64). No additional toolchain required.
105
106
 
106
107
  ## License
107
108
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grabbit-labs/dynafetch",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Fetch any website like a real browser. Chrome TLS fingerprinting, JS execution, and request interception in one function call.",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",