@browserbasehq/stagehand 3.0.6-alpha-d382084745fff98c3e71413371466394a2625429 → 3.0.6-alpha-1ebc7e1be4d3129dbba48b0a05b5ac006d3387eb
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 +3 -3
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
<img alt="MIT License" src="../../media/light_license.svg" />
|
|
21
21
|
</picture>
|
|
22
22
|
</a>
|
|
23
|
-
<a href="https://join.slack.com/t/stagehand-dev/shared_invite/zt-
|
|
23
|
+
<a href="https://join.slack.com/t/stagehand-dev/shared_invite/zt-3kg9piw3m-rxqCIzeuYQMXG315yHigPQ">
|
|
24
24
|
<picture>
|
|
25
25
|
<source media="(prefers-color-scheme: dark)" srcset="../../media/dark_slack.svg" />
|
|
26
26
|
<img alt="Slack Community" src="../../media/light_slack.svg" />
|
|
@@ -137,9 +137,9 @@ In your project's `package.json` set:
|
|
|
137
137
|
## Contributing
|
|
138
138
|
|
|
139
139
|
> [!NOTE]
|
|
140
|
-
> We highly value contributions to Stagehand! For questions or support, please join our [Slack community](https://join.slack.com/t/stagehand-dev/shared_invite/zt-
|
|
140
|
+
> We highly value contributions to Stagehand! For questions or support, please join our [Slack community](https://join.slack.com/t/stagehand-dev/shared_invite/zt-3kg9piw3m-rxqCIzeuYQMXG315yHigPQ).
|
|
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 [Slack community](https://join.slack.com/t/stagehand-dev/shared_invite/zt-
|
|
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 [Slack community](https://join.slack.com/t/stagehand-dev/shared_invite/zt-3kg9piw3m-rxqCIzeuYQMXG315yHigPQ) 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
|
@@ -141,7 +141,7 @@ var __forAwait = (obj, it, method) => (it = obj[__knownSymbol("asyncIterator")])
|
|
|
141
141
|
var STAGEHAND_VERSION;
|
|
142
142
|
var init_version = __esm({
|
|
143
143
|
"lib/version.ts"() {
|
|
144
|
-
STAGEHAND_VERSION = "3.0.6-alpha-
|
|
144
|
+
STAGEHAND_VERSION = "3.0.6-alpha-1ebc7e1be4d3129dbba48b0a05b5ac006d3387eb";
|
|
145
145
|
}
|
|
146
146
|
});
|
|
147
147
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@browserbasehq/stagehand",
|
|
3
|
-
"version": "3.0.6-alpha-
|
|
3
|
+
"version": "3.0.6-alpha-1ebc7e1be4d3129dbba48b0a05b5ac006d3387eb",
|
|
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",
|