@browserbasehq/stagehand 3.0.8-alpha-d6b2847998f73d706464ac88a5d87dcfee073331 → 3.0.8-alpha-0149ad50074dd78904613508baf67cbbe19d66e5
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/README.md +6 -6
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
<img alt="MIT License" src="../../media/light_license.svg" />
|
|
21
21
|
</picture>
|
|
22
22
|
</a>
|
|
23
|
-
<a href="https://
|
|
23
|
+
<a href="https://stagehand.dev/discord">
|
|
24
24
|
<picture>
|
|
25
|
-
<source media="(prefers-color-scheme: dark)" srcset="../../media/
|
|
26
|
-
<img alt="
|
|
25
|
+
<source media="(prefers-color-scheme: dark)" srcset="../../media/dark_discord.svg" />
|
|
26
|
+
<img alt="Discord Community" src="../../media/light_discord.svg" />
|
|
27
27
|
</picture>
|
|
28
28
|
</a>
|
|
29
29
|
</p>
|
|
@@ -136,10 +136,10 @@ In your project's `package.json` set:
|
|
|
136
136
|
|
|
137
137
|
## Contributing
|
|
138
138
|
|
|
139
|
-
> [!NOTE]
|
|
140
|
-
> We highly value contributions to Stagehand! For questions or support, please join our [
|
|
139
|
+
> [!NOTE]
|
|
140
|
+
> We highly value contributions to Stagehand! For questions or support, please join our [Discord community](https://stagehand.dev/discord).
|
|
141
141
|
|
|
142
|
-
At a high level, we're focused on improving reliability, extensibility, speed, and cost in that order of priority. If you're interested in contributing, **bug fixes and small improvements are the best way to get started**. For more involved features, we strongly recommend reaching out to [Miguel Gonzalez](https://x.com/miguel_gonzf) or [Paul Klein](https://x.com/pk_iv) in our [
|
|
142
|
+
At a high level, we're focused on improving reliability, extensibility, speed, and cost in that order of priority. If you're interested in contributing, **bug fixes and small improvements are the best way to get started**. For more involved features, we strongly recommend reaching out to [Miguel Gonzalez](https://x.com/miguel_gonzf) or [Paul Klein](https://x.com/pk_iv) in our [Discord community](https://stagehand.dev/discord) before starting to ensure that your contribution aligns with our goals.
|
|
143
143
|
|
|
144
144
|
<!-- For more information, please see our [Contributing Guide](https://docs.stagehand.dev/examples/contributing). -->
|
|
145
145
|
|
package/dist/index.js
CHANGED
|
@@ -201,7 +201,7 @@ var init_sdkErrors = __esm({
|
|
|
201
201
|
`
|
|
202
202
|
Hey! We're sorry you ran into an error.
|
|
203
203
|
Stagehand version: ${STAGEHAND_VERSION}
|
|
204
|
-
If you need help, please open a Github issue or reach out to us on
|
|
204
|
+
If you need help, please open a Github issue or reach out to us on Discord: https://stagehand.dev/discord
|
|
205
205
|
|
|
206
206
|
Full error:
|
|
207
207
|
${error.message}`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@browserbasehq/stagehand",
|
|
3
|
-
"version": "3.0.8-alpha-
|
|
3
|
+
"version": "3.0.8-alpha-0149ad50074dd78904613508baf67cbbe19d66e5",
|
|
4
4
|
"description": "An AI web browsing framework focused on simplicity and extensibility.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|