unbrowse 9.3.1 → 9.3.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.
- package/package.json +2 -2
- 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": "9.3.
|
|
3
|
+
"version": "9.3.2",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/unbrowse-ai/unbrowse.git"
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"scripts": {
|
|
60
60
|
"postinstall": "node scripts/postinstall.mjs",
|
|
61
61
|
"build:sdk": "tsc -p tsconfig.sdk.json",
|
|
62
|
-
"prepack": "npm run build:runtime && npm run build:sdk && node scripts/prepare-pack.mjs && node scripts/assert-kuri-vendor.mjs && node scripts/assert-utls-vendor.mjs",
|
|
62
|
+
"prepack": "bun ../../scripts/build-release-manifest.ts && npm run build:runtime && npm run build:sdk && node scripts/prepare-pack.mjs && node scripts/assert-kuri-vendor.mjs && node scripts/assert-utls-vendor.mjs",
|
|
63
63
|
"prepublishOnly": "node scripts/assert-release-flow.mjs && node scripts/verify-release-assets.mjs",
|
|
64
64
|
"start": "bun src/index.ts",
|
|
65
65
|
"dev": "bun --watch src/index.ts",
|
package/runtime/cli.js
CHANGED
|
@@ -5020,7 +5020,7 @@ var init_cached_resolution = __esm(() => {
|
|
|
5020
5020
|
});
|
|
5021
5021
|
|
|
5022
5022
|
// .tmp-runtime-src/build-info.generated.ts
|
|
5023
|
-
var BUILD_RELEASE_VERSION = "
|
|
5023
|
+
var BUILD_RELEASE_VERSION = "9.3.2", BUILD_GIT_SHA = "90dcd849af8c", BUILD_CODE_HASH = "5d9ebf619c61", BUILD_RELEASE_MANIFEST_BASE64 = "eyJzY2hlbWFfdmVyc2lvbiI6MSwicmVsZWFzZV92ZXJzaW9uIjoiOS4zLjIiLCJnaXRfc2hhIjoiOTBkY2Q4NDlhZjhjIiwiY29kZV9oYXNoIjoiNWQ5ZWJmNjE5YzYxIiwidHJhY2VfdmVyc2lvbiI6IjVkOWViZjYxOWM2MUA5MGRjZDg0OWFmOGMiLCJpc3N1ZWRfYXQiOiIyMDI2LTA2LTE1VDAxOjM3OjA5LjcxOVoifQ", BUILD_RELEASE_MANIFEST_SIGNATURE = "0mJfPwC-DvqBt4T3AA42OiXxww4n08KC0ce4jvOr-JA", BUILD_DEFAULT_BACKEND_URL = "https://beta-api.unbrowse.ai", BUILD_DEFAULT_PROFILE = "";
|
|
5024
5024
|
|
|
5025
5025
|
// .tmp-runtime-src/version.ts
|
|
5026
5026
|
import { createHash as createHash4 } from "crypto";
|
package/runtime/mcp.js
CHANGED
|
@@ -36159,7 +36159,7 @@ var init_cached_resolution = __esm(() => {
|
|
|
36159
36159
|
});
|
|
36160
36160
|
|
|
36161
36161
|
// .tmp-runtime-src/build-info.generated.ts
|
|
36162
|
-
var BUILD_RELEASE_VERSION = "
|
|
36162
|
+
var BUILD_RELEASE_VERSION = "9.3.2", BUILD_GIT_SHA = "90dcd849af8c", BUILD_CODE_HASH = "5d9ebf619c61", BUILD_RELEASE_MANIFEST_BASE64 = "eyJzY2hlbWFfdmVyc2lvbiI6MSwicmVsZWFzZV92ZXJzaW9uIjoiOS4zLjIiLCJnaXRfc2hhIjoiOTBkY2Q4NDlhZjhjIiwiY29kZV9oYXNoIjoiNWQ5ZWJmNjE5YzYxIiwidHJhY2VfdmVyc2lvbiI6IjVkOWViZjYxOWM2MUA5MGRjZDg0OWFmOGMiLCJpc3N1ZWRfYXQiOiIyMDI2LTA2LTE1VDAxOjM3OjA5LjcxOVoifQ", BUILD_RELEASE_MANIFEST_SIGNATURE = "0mJfPwC-DvqBt4T3AA42OiXxww4n08KC0ce4jvOr-JA", BUILD_DEFAULT_BACKEND_URL = "https://beta-api.unbrowse.ai", BUILD_DEFAULT_PROFILE = "";
|
|
36163
36163
|
|
|
36164
36164
|
// .tmp-runtime-src/version.ts
|
|
36165
36165
|
import { createHash as createHash3 } 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-
|
|
5
|
+
"built_at": "2026-06-15T01:18:23.742Z",
|
|
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": "b2c0b8162f4bae1a51adc091ce01a3ecc79c50ad1d1db3eee92c73cd3c8d0f4e"
|
|
25
25
|
},
|
|
26
26
|
"win-x64": {
|
|
27
27
|
"zig_target": "x86_64-windows-gnu",
|
|
28
|
-
"sha256": "
|
|
28
|
+
"sha256": "5dfc0fcb471fbdfb28e5e353978d4672cdcb2e22494e74639c3576158bcdb07d",
|
|
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": "cb75e4fd4495cf44c3223c0ed7ee8594942bcecda008bd8c31f7a4895dd87bda"
|
|
37
37
|
},
|
|
38
38
|
"darwin-x64": {
|
|
39
39
|
"zig_target": "x86_64-macos",
|
|
40
40
|
"lib": "libkuri_ffi.dylib",
|
|
41
|
-
"sha256": "
|
|
41
|
+
"sha256": "a601d34838571e481910cdd2472b8081a6ebc469e54f190611e1cb3d1d92b3ba"
|
|
42
42
|
},
|
|
43
43
|
"linux-arm64": {
|
|
44
44
|
"zig_target": "aarch64-linux",
|
|
45
45
|
"lib": "libkuri_ffi.so",
|
|
46
|
-
"sha256": "
|
|
46
|
+
"sha256": "b9d5fcb26e2dc4d4355d95a50477e11b57b0e17584de4bc2a9ea67e19d4c60c4"
|
|
47
47
|
},
|
|
48
48
|
"linux-x64": {
|
|
49
49
|
"zig_target": "x86_64-linux",
|
|
50
50
|
"lib": "libkuri_ffi.so",
|
|
51
|
-
"sha256": "
|
|
51
|
+
"sha256": "ef30efa1c25d4b104044526707cd1f5e544360cd4c57e1862f82ba76e827f3db"
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
54
|
}
|
|
Binary file
|