Skip to content

Commit a59eaef

Browse files
authored
[chore] remove punycode warning (#614)
* remove punycode warning * changeset
1 parent c92295d commit a59eaef

File tree

3 files changed

+34
-51
lines changed

3 files changed

+34
-51
lines changed

Diff for: .changeset/tall-jokes-hear.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@browserbasehq/stagehand": patch
3+
---
4+
5+
override whatwg-url to avoid punycode warning

Diff for: package-lock.json

+25-50
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,8 @@
102102
"bugs": {
103103
"url": "https://github.com/browserbase/stagehand/issues"
104104
},
105-
"homepage": "https://github.com/browserbase/stagehand#readme"
105+
"homepage": "https://stagehand.dev",
106+
"overrides": {
107+
"whatwg-url": "^14.0.0"
108+
}
106109
}

0 commit comments

Comments
 (0)