unbrowse 9.9.0-preview.3 → 9.9.0
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 +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-arm64/libkuri_ffi.so +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 +7 -7
- package/vendor/kuri/win-x64/kuri.exe +0 -0
package/package.json
CHANGED
package/runtime/cli.js
CHANGED
|
@@ -2533,7 +2533,7 @@ var init_telemetry = __esm(() => {
|
|
|
2533
2533
|
});
|
|
2534
2534
|
|
|
2535
2535
|
// .tmp-runtime-src/build-info.generated.ts
|
|
2536
|
-
var BUILD_RELEASE_VERSION = "9.9.0
|
|
2536
|
+
var BUILD_RELEASE_VERSION = "9.9.0", BUILD_GIT_SHA = "650db2e1ec25", BUILD_CODE_HASH = "5d9ebf619c61", BUILD_RELEASE_MANIFEST_BASE64 = "eyJzY2hlbWFfdmVyc2lvbiI6MSwicmVsZWFzZV92ZXJzaW9uIjoiOS45LjAiLCJnaXRfc2hhIjoiNjUwZGIyZTFlYzI1IiwiY29kZV9oYXNoIjoiNWQ5ZWJmNjE5YzYxIiwidHJhY2VfdmVyc2lvbiI6IjVkOWViZjYxOWM2MUA2NTBkYjJlMWVjMjUiLCJpc3N1ZWRfYXQiOiIyMDI2LTA2LTE4VDIyOjM2OjU1LjMyN1oifQ", BUILD_RELEASE_MANIFEST_SIGNATURE = "X0M9sccYdXhxj2SYYjPvTw03gRu6hpU6d_Zo4K_V_lI", BUILD_DEFAULT_BACKEND_URL = "https://beta-api.unbrowse.ai", BUILD_DEFAULT_PROFILE = "";
|
|
2537
2537
|
|
|
2538
2538
|
// .tmp-runtime-src/version.ts
|
|
2539
2539
|
import { createHash as createHash7 } from "crypto";
|
package/runtime/mcp.js
CHANGED
|
@@ -36322,7 +36322,7 @@ var init_cached_resolution = __esm(() => {
|
|
|
36322
36322
|
});
|
|
36323
36323
|
|
|
36324
36324
|
// .tmp-runtime-src/build-info.generated.ts
|
|
36325
|
-
var BUILD_RELEASE_VERSION = "9.9.0
|
|
36325
|
+
var BUILD_RELEASE_VERSION = "9.9.0", BUILD_GIT_SHA = "650db2e1ec25", BUILD_CODE_HASH = "5d9ebf619c61", BUILD_RELEASE_MANIFEST_BASE64 = "eyJzY2hlbWFfdmVyc2lvbiI6MSwicmVsZWFzZV92ZXJzaW9uIjoiOS45LjAiLCJnaXRfc2hhIjoiNjUwZGIyZTFlYzI1IiwiY29kZV9oYXNoIjoiNWQ5ZWJmNjE5YzYxIiwidHJhY2VfdmVyc2lvbiI6IjVkOWViZjYxOWM2MUA2NTBkYjJlMWVjMjUiLCJpc3N1ZWRfYXQiOiIyMDI2LTA2LTE4VDIyOjM2OjU1LjMyN1oifQ", BUILD_RELEASE_MANIFEST_SIGNATURE = "X0M9sccYdXhxj2SYYjPvTw03gRu6hpU6d_Zo4K_V_lI", BUILD_DEFAULT_BACKEND_URL = "https://beta-api.unbrowse.ai", BUILD_DEFAULT_PROFILE = "";
|
|
36326
36326
|
|
|
36327
36327
|
// .tmp-runtime-src/version.ts
|
|
36328
36328
|
import { createHash as createHash4 } from "crypto";
|
|
Binary file
|
|
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-06-
|
|
5
|
+
"built_at": "2026-06-18T22:23:09.225Z",
|
|
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": "badb2a7eb57ca9fd1b286a05abeb0f0bfc392389b3ccddb015dcda057a54e538"
|
|
25
25
|
},
|
|
26
26
|
"win-x64": {
|
|
27
27
|
"zig_target": "x86_64-windows-gnu",
|
|
28
|
-
"sha256": "
|
|
28
|
+
"sha256": "adbed87f8c362a8c96ac79422082d6b17c60552358c1062e19ff9461360ad1e7",
|
|
29
29
|
"source": "pre-staged"
|
|
30
30
|
}
|
|
31
31
|
},
|
|
@@ -33,22 +33,22 @@
|
|
|
33
33
|
"darwin-arm64": {
|
|
34
34
|
"zig_target": "aarch64-macos",
|
|
35
35
|
"lib": "libkuri_ffi.dylib",
|
|
36
|
-
"sha256": "
|
|
36
|
+
"sha256": "90817d01f3d5da600b38bcd966564fd02dec1981e039d07dafc2584beb475c03"
|
|
37
37
|
},
|
|
38
38
|
"darwin-x64": {
|
|
39
39
|
"zig_target": "x86_64-macos",
|
|
40
40
|
"lib": "libkuri_ffi.dylib",
|
|
41
|
-
"sha256": "
|
|
41
|
+
"sha256": "031b8ac3bd7d147d68409c066d82b7a1114e81750123e39f7d2a2578bbea43bf"
|
|
42
42
|
},
|
|
43
43
|
"linux-arm64": {
|
|
44
44
|
"zig_target": "aarch64-linux",
|
|
45
45
|
"lib": "libkuri_ffi.so",
|
|
46
|
-
"sha256": "
|
|
46
|
+
"sha256": "910bd9342477a4cc7bf29084db3ce8b4523697bdd61ec0332407413810aa1a87"
|
|
47
47
|
},
|
|
48
48
|
"linux-x64": {
|
|
49
49
|
"zig_target": "x86_64-linux",
|
|
50
50
|
"lib": "libkuri_ffi.so",
|
|
51
|
-
"sha256": "
|
|
51
|
+
"sha256": "b8a282c4b159b322da1dd68bb8ba8552c6b89d0db91a2c503e91e4ade5e35f84"
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
54
|
}
|
|
Binary file
|