@browserbasehq/orca 3.4.0-preview-2 → 3.4.0-preview-3
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 +21 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@browserbasehq/orca",
|
|
3
|
-
"version": "3.4.0-preview-
|
|
3
|
+
"version": "3.4.0-preview-3",
|
|
4
4
|
"description": "An AI web browsing framework focused on simplicity and extensibility.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/cjs/index.js",
|
|
@@ -60,8 +60,22 @@
|
|
|
60
60
|
"license": "MIT",
|
|
61
61
|
"peerDependencies": {
|
|
62
62
|
"deepmerge": "^4.3.1",
|
|
63
|
+
"patchright-core": "^1.55.2",
|
|
64
|
+
"playwright-core": "^1.55.1",
|
|
65
|
+
"puppeteer-core": "^24.43.0",
|
|
63
66
|
"zod": "^3.25.76 || ^4.2.0"
|
|
64
67
|
},
|
|
68
|
+
"peerDependenciesMeta": {
|
|
69
|
+
"patchright-core": {
|
|
70
|
+
"optional": true
|
|
71
|
+
},
|
|
72
|
+
"playwright-core": {
|
|
73
|
+
"optional": true
|
|
74
|
+
},
|
|
75
|
+
"puppeteer-core": {
|
|
76
|
+
"optional": true
|
|
77
|
+
}
|
|
78
|
+
},
|
|
65
79
|
"dependencies": {
|
|
66
80
|
"@ai-sdk/provider": "^2.0.0",
|
|
67
81
|
"@anthropic-ai/sdk": "0.39.0",
|
|
@@ -96,14 +110,10 @@
|
|
|
96
110
|
"@langchain/core": "^0.3.80",
|
|
97
111
|
"bufferutil": "^4.0.9",
|
|
98
112
|
"chrome-launcher": "^1.2.0",
|
|
99
|
-
"ollama-ai-provider-v2": "^1.5.0"
|
|
100
|
-
"patchright-core": "^1.55.2",
|
|
101
|
-
"playwright": "^1.59.1",
|
|
102
|
-
"playwright-core": "^1.59.1",
|
|
103
|
-
"puppeteer-core": "^24.43.0"
|
|
113
|
+
"ollama-ai-provider-v2": "^1.5.0"
|
|
104
114
|
},
|
|
105
115
|
"devDependencies": {
|
|
106
|
-
"@playwright/test": "^1.
|
|
116
|
+
"@playwright/test": "^1.55.1",
|
|
107
117
|
"@types/adm-zip": "^0.5.7",
|
|
108
118
|
"@types/jsdom": "^27.0.0",
|
|
109
119
|
"@types/node": "^20.11.30",
|
|
@@ -113,9 +123,11 @@
|
|
|
113
123
|
"chalk": "^5.4.1",
|
|
114
124
|
"eslint": "10.0.2",
|
|
115
125
|
"jsdom": "^29.1.1",
|
|
116
|
-
"
|
|
117
|
-
"playwright
|
|
126
|
+
"patchright-core": "^1.55.2",
|
|
127
|
+
"playwright": "^1.55.1",
|
|
128
|
+
"playwright-core": "^1.55.1",
|
|
118
129
|
"prettier": "^3.2.5",
|
|
130
|
+
"puppeteer-core": "^24.43.0",
|
|
119
131
|
"tsx": "*",
|
|
120
132
|
"vitest": "^4.0.8",
|
|
121
133
|
"zod": "^3.25.76 || ^4.2.0"
|