unbrowse 8.3.0-preview.6 → 8.3.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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "unbrowse",
|
|
3
|
-
"version": "8.3.0
|
|
3
|
+
"version": "8.3.0",
|
|
4
4
|
"description": "Reverse-engineer any website into reusable API skills. Zero-dep single binary with embedded browser engine.",
|
|
5
5
|
"mcpName": "io.github.unbrowse-ai/unbrowse",
|
|
6
6
|
"type": "module",
|
package/runtime/cli.js
CHANGED
|
@@ -1102,7 +1102,7 @@ var init_cached_resolution = __esm(() => {
|
|
|
1102
1102
|
});
|
|
1103
1103
|
|
|
1104
1104
|
// .tmp-runtime-src/build-info.generated.ts
|
|
1105
|
-
var BUILD_RELEASE_VERSION = "8.3.0
|
|
1105
|
+
var BUILD_RELEASE_VERSION = "8.3.0", BUILD_GIT_SHA = "941b390ee1d4", BUILD_CODE_HASH = "5d9ebf619c61", BUILD_RELEASE_MANIFEST_BASE64 = "eyJzY2hlbWFfdmVyc2lvbiI6MSwicmVsZWFzZV92ZXJzaW9uIjoiOC4zLjAiLCJnaXRfc2hhIjoiOTQxYjM5MGVlMWQ0IiwiY29kZV9oYXNoIjoiNWQ5ZWJmNjE5YzYxIiwidHJhY2VfdmVyc2lvbiI6IjVkOWViZjYxOWM2MUA5NDFiMzkwZWUxZDQiLCJpc3N1ZWRfYXQiOiIyMDI2LTA2LTEyVDE0OjE4OjU1LjYzM1oifQ", BUILD_RELEASE_MANIFEST_SIGNATURE = "z4UsWDjuR0pgirIaGNIreRsM9J_2S2X7kOukZzCch4Q", BUILD_DEFAULT_BACKEND_URL = "https://beta-api.unbrowse.ai", BUILD_DEFAULT_PROFILE = "";
|
|
1106
1106
|
|
|
1107
1107
|
// .tmp-runtime-src/version.ts
|
|
1108
1108
|
import { createHash as createHash2 } from "crypto";
|
package/runtime/mcp.js
CHANGED
|
@@ -38032,7 +38032,7 @@ var init_cached_resolution = __esm(() => {
|
|
|
38032
38032
|
});
|
|
38033
38033
|
|
|
38034
38034
|
// .tmp-runtime-src/build-info.generated.ts
|
|
38035
|
-
var BUILD_RELEASE_VERSION = "8.3.0
|
|
38035
|
+
var BUILD_RELEASE_VERSION = "8.3.0", BUILD_GIT_SHA = "941b390ee1d4", BUILD_CODE_HASH = "5d9ebf619c61", BUILD_RELEASE_MANIFEST_BASE64 = "eyJzY2hlbWFfdmVyc2lvbiI6MSwicmVsZWFzZV92ZXJzaW9uIjoiOC4zLjAiLCJnaXRfc2hhIjoiOTQxYjM5MGVlMWQ0IiwiY29kZV9oYXNoIjoiNWQ5ZWJmNjE5YzYxIiwidHJhY2VfdmVyc2lvbiI6IjVkOWViZjYxOWM2MUA5NDFiMzkwZWUxZDQiLCJpc3N1ZWRfYXQiOiIyMDI2LTA2LTEyVDE0OjE4OjU1LjYzM1oifQ", BUILD_RELEASE_MANIFEST_SIGNATURE = "z4UsWDjuR0pgirIaGNIreRsM9J_2S2X7kOukZzCch4Q", BUILD_DEFAULT_BACKEND_URL = "https://beta-api.unbrowse.ai", BUILD_DEFAULT_PROFILE = "";
|
|
38036
38036
|
|
|
38037
38037
|
// .tmp-runtime-src/version.ts
|
|
38038
38038
|
import { createHash as createHash2 } 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": "8938f89f3d0c032bd19c59db0de4eadca18a1800",
|
|
5
|
-
"built_at": "2026-06-12T13:
|
|
5
|
+
"built_at": "2026-06-12T13:57:45.829Z",
|
|
6
6
|
"binaries": {
|
|
7
7
|
"darwin-arm64": {
|
|
8
8
|
"zig_target": "aarch64-macos",
|
|
@@ -21,33 +21,33 @@
|
|
|
21
21
|
},
|
|
22
22
|
"linux-x64": {
|
|
23
23
|
"zig_target": "x86_64-linux",
|
|
24
|
-
"sha256": "
|
|
24
|
+
"sha256": "94b8a4f7988fadbd6f724796aa35a583dfed3dff1639703a9c7b0194d12ca064"
|
|
25
25
|
},
|
|
26
26
|
"win-x64": {
|
|
27
27
|
"zig_target": "x86_64-windows-gnu",
|
|
28
|
-
"sha256": "
|
|
28
|
+
"sha256": "d4e68f42ea58377848a05e3f9374e26c1c2a36f0271db53ebb055fcc2c41415b"
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"ffi": {
|
|
32
32
|
"darwin-arm64": {
|
|
33
33
|
"zig_target": "aarch64-macos",
|
|
34
34
|
"lib": "libkuri_ffi.dylib",
|
|
35
|
-
"sha256": "
|
|
35
|
+
"sha256": "0178a3aa5f5bc94b24dad9e739721be99101436e90bb886f4e2d459fe0098ad3"
|
|
36
36
|
},
|
|
37
37
|
"darwin-x64": {
|
|
38
38
|
"zig_target": "x86_64-macos",
|
|
39
39
|
"lib": "libkuri_ffi.dylib",
|
|
40
|
-
"sha256": "
|
|
40
|
+
"sha256": "a60439d06256bc4a1bad6815610294a60006fedfdc7d98681b3e6d16706b5078"
|
|
41
41
|
},
|
|
42
42
|
"linux-arm64": {
|
|
43
43
|
"zig_target": "aarch64-linux",
|
|
44
44
|
"lib": "libkuri_ffi.so",
|
|
45
|
-
"sha256": "
|
|
45
|
+
"sha256": "3643211d3f61a7302d9d80d0992b19518804269e4527c3fdeca61cbe7f1381c6"
|
|
46
46
|
},
|
|
47
47
|
"linux-x64": {
|
|
48
48
|
"zig_target": "x86_64-linux",
|
|
49
49
|
"lib": "libkuri_ffi.so",
|
|
50
|
-
"sha256": "
|
|
50
|
+
"sha256": "b755b5ec21aff830b8dd4cef20ee9eb7fde147b9937ba0ffb5590f330f959151"
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
53
|
}
|
|
Binary file
|