unbrowse 11.1.7 → 11.1.8
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/dist-sdk/client.js +1 -1
- package/package.json +1 -1
- package/runtime/cli.js +1 -1
- package/runtime/mcp.js +1 -1
- package/vendor/kuri/darwin-arm64/libkuri_ffi.dylib +0 -0
- package/vendor/kuri/darwin-x64/libkuri_ffi.dylib +0 -0
- package/vendor/kuri/linux-x64/kuri +0 -0
- package/vendor/kuri/linux-x64/libkuri_ffi.so +0 -0
- package/vendor/kuri/manifest.json +6 -6
- package/vendor/kuri/win-x64/kuri.exe +0 -0
package/dist-sdk/client.js
CHANGED
|
@@ -2,7 +2,7 @@ import { errorFromStatus, UnbrowseAPIError, UnbrowseConnectionError, UnbrowseErr
|
|
|
2
2
|
const DEFAULT_BASE_URL = "https://beta-api.unbrowse.ai";
|
|
3
3
|
const DEFAULT_TIMEOUT_MS = 60_000;
|
|
4
4
|
const DEFAULT_MAX_RETRIES = 2;
|
|
5
|
-
const SDK_VERSION = "11.1.
|
|
5
|
+
const SDK_VERSION = "11.1.8";
|
|
6
6
|
export class Unbrowse {
|
|
7
7
|
apiKey;
|
|
8
8
|
baseURL;
|
package/package.json
CHANGED
package/runtime/cli.js
CHANGED
|
@@ -25517,7 +25517,7 @@ var init_telemetry = __esm(() => {
|
|
|
25517
25517
|
});
|
|
25518
25518
|
|
|
25519
25519
|
// .tmp-runtime-src/build-info.generated.ts
|
|
25520
|
-
var BUILD_RELEASE_VERSION = "11.1.
|
|
25520
|
+
var BUILD_RELEASE_VERSION = "11.1.8", BUILD_GIT_SHA = "2fec65683bc3", BUILD_CODE_HASH = "9beb41079381", BUILD_RELEASE_MANIFEST_BASE64 = "eyJzY2hlbWFfdmVyc2lvbiI6MSwicmVsZWFzZV92ZXJzaW9uIjoiMTEuMS44IiwiZ2l0X3NoYSI6IjJmZWM2NTY4M2JjMyIsImNvZGVfaGFzaCI6IjliZWI0MTA3OTM4MSIsInRyYWNlX3ZlcnNpb24iOiI5YmViNDEwNzkzODFAMmZlYzY1NjgzYmMzIiwiaXNzdWVkX2F0IjoiMjAyNi0wNy0yMFQxNToxMjoyOC45OTdaIn0", BUILD_RELEASE_MANIFEST_SIGNATURE = "W4cfsj3pI2dgEfAF_X7u0xTRUWG-2wSJ7XAr0T3we4k", BUILD_DEFAULT_BACKEND_URL = "https://beta-api.unbrowse.ai", BUILD_DEFAULT_PROFILE = "";
|
|
25521
25521
|
|
|
25522
25522
|
// .tmp-runtime-src/version.ts
|
|
25523
25523
|
import { createHash as createHash7 } from "crypto";
|
package/runtime/mcp.js
CHANGED
|
@@ -125605,7 +125605,7 @@ var init_wallet_auth_headers = __esm(() => {
|
|
|
125605
125605
|
});
|
|
125606
125606
|
|
|
125607
125607
|
// .tmp-runtime-src/build-info.generated.ts
|
|
125608
|
-
var BUILD_RELEASE_VERSION = "11.1.
|
|
125608
|
+
var BUILD_RELEASE_VERSION = "11.1.8", BUILD_GIT_SHA = "2fec65683bc3", BUILD_CODE_HASH = "9beb41079381", BUILD_RELEASE_MANIFEST_BASE64 = "eyJzY2hlbWFfdmVyc2lvbiI6MSwicmVsZWFzZV92ZXJzaW9uIjoiMTEuMS44IiwiZ2l0X3NoYSI6IjJmZWM2NTY4M2JjMyIsImNvZGVfaGFzaCI6IjliZWI0MTA3OTM4MSIsInRyYWNlX3ZlcnNpb24iOiI5YmViNDEwNzkzODFAMmZlYzY1NjgzYmMzIiwiaXNzdWVkX2F0IjoiMjAyNi0wNy0yMFQxNToxMjoyOC45OTdaIn0", BUILD_RELEASE_MANIFEST_SIGNATURE = "W4cfsj3pI2dgEfAF_X7u0xTRUWG-2wSJ7XAr0T3we4k", BUILD_DEFAULT_BACKEND_URL = "https://beta-api.unbrowse.ai", BUILD_DEFAULT_PROFILE = "";
|
|
125609
125609
|
|
|
125610
125610
|
// .tmp-runtime-src/version.ts
|
|
125611
125611
|
import { createHash as createHash5 } from "crypto";
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"repo_url": "https://github.com/justrach/kuri.git",
|
|
3
3
|
"branch": "adding-extensions",
|
|
4
4
|
"source_sha": "149881254046a20778f642b69f20f0c6468f6fb4",
|
|
5
|
-
"built_at": "2026-07-
|
|
5
|
+
"built_at": "2026-07-20T15:00:38.085Z",
|
|
6
6
|
"binaries": {
|
|
7
7
|
"darwin-arm64": {
|
|
8
8
|
"zig_target": "aarch64-macos",
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
},
|
|
22
22
|
"linux-x64": {
|
|
23
23
|
"zig_target": "x86_64-linux",
|
|
24
|
-
"sha256": "
|
|
24
|
+
"sha256": "03bdd1895eb274d16419b55ffd38be986c68346e49a0c5008672e119645e48a9"
|
|
25
25
|
},
|
|
26
26
|
"win-x64": {
|
|
27
27
|
"zig_target": "x86_64-windows-gnu",
|
|
28
|
-
"sha256": "
|
|
28
|
+
"sha256": "3325237b9a12562703c1db7401e4b30f4ce94918e5f576559f7db976fdb34df9",
|
|
29
29
|
"source": "pre-staged"
|
|
30
30
|
}
|
|
31
31
|
},
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
"darwin-arm64": {
|
|
34
34
|
"zig_target": "aarch64-macos",
|
|
35
35
|
"lib": "libkuri_ffi.dylib",
|
|
36
|
-
"sha256": "
|
|
36
|
+
"sha256": "4dfae78626c708db13992a6d40968c83206ec16c7378f685b08d379ffa15eaa5"
|
|
37
37
|
},
|
|
38
38
|
"darwin-x64": {
|
|
39
39
|
"zig_target": "x86_64-macos",
|
|
40
40
|
"lib": "libkuri_ffi.dylib",
|
|
41
|
-
"sha256": "
|
|
41
|
+
"sha256": "4a1d2581a80ba6d16b63b3f6884a76ba491ff3afffc4bd54fedf3523385be9f5"
|
|
42
42
|
},
|
|
43
43
|
"linux-arm64": {
|
|
44
44
|
"zig_target": "aarch64-linux",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"linux-x64": {
|
|
49
49
|
"zig_target": "x86_64-linux",
|
|
50
50
|
"lib": "libkuri_ffi.so",
|
|
51
|
-
"sha256": "
|
|
51
|
+
"sha256": "a75710a92495f722abaaf95da774cd3d575285f63d0e0364a8222512748f54a9"
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
54
|
}
|
|
Binary file
|