httpcloak 1.0.9 → 1.0.10

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@httpcloak/darwin-arm64",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "HTTPCloak native binary for darwin arm64",
5
5
  "os": [
6
6
  "darwin"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@httpcloak/darwin-x64",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "HTTPCloak native binary for darwin x64",
5
5
  "os": [
6
6
  "darwin"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@httpcloak/linux-arm64",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "HTTPCloak native binary for linux arm64",
5
5
  "os": [
6
6
  "linux"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@httpcloak/linux-x64",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "HTTPCloak native binary for linux x64",
5
5
  "os": [
6
6
  "linux"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@httpcloak/win32-arm64",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "HTTPCloak native binary for win32 arm64",
5
5
  "os": [
6
6
  "win32"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@httpcloak/win32-x64",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "HTTPCloak native binary for win32 x64",
5
5
  "os": [
6
6
  "win32"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "httpcloak",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "Browser fingerprint emulation HTTP client with HTTP/1.1, HTTP/2, and HTTP/3 support",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -35,11 +35,11 @@
35
35
  "koffi": "^2.9.0"
36
36
  },
37
37
  "optionalDependencies": {
38
- "@httpcloak/linux-x64": "1.0.9",
39
- "@httpcloak/linux-arm64": "1.0.9",
40
- "@httpcloak/darwin-x64": "1.0.9",
41
- "@httpcloak/darwin-arm64": "1.0.9",
42
- "@httpcloak/win32-x64": "1.0.9",
43
- "@httpcloak/win32-arm64": "1.0.9"
38
+ "@httpcloak/linux-x64": "1.0.10",
39
+ "@httpcloak/linux-arm64": "1.0.10",
40
+ "@httpcloak/darwin-x64": "1.0.10",
41
+ "@httpcloak/darwin-arm64": "1.0.10",
42
+ "@httpcloak/win32-x64": "1.0.10",
43
+ "@httpcloak/win32-arm64": "1.0.10"
44
44
  }
45
45
  }