Update @zen-browser/surfer to version 1.10.2, remove outdated test, and add new test for browser workspaces

This commit is contained in:
mr. M 2025-03-13 00:42:17 +01:00
parent 505e192b66
commit f14f87b54e
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
9 changed files with 48 additions and 10 deletions

10
scripts/update-surfer.sh Normal file
View file

@ -0,0 +1,10 @@
#!/bin/bash
# make sure we are on root
if [ ! -f "package.json" ]; then
echo "Please run this script from the root of the project"
exit 1
fi
npm update @zen-browser/surfer
npm i @zen-browser/surfer@latest