surf-cli 2.5.1 → 2.5.2

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.
Files changed (2) hide show
  1. package/native/cli.cjs +1 -1
  2. package/package.json +1 -1
package/native/cli.cjs CHANGED
@@ -290,7 +290,7 @@ function resizeImage(filePath, maxSize) {
290
290
  }
291
291
  }
292
292
  const args = process.argv.slice(2);
293
- const VERSION = "2.0.0";
293
+ const VERSION = "2.5.2";
294
294
 
295
295
  const ALIASES = {
296
296
  snap: "screenshot",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "surf-cli",
3
- "version": "2.5.1",
3
+ "version": "2.5.2",
4
4
  "description": "CLI for AI agents to control Chrome. Zero config, agent-agnostic, battle-tested.",
5
5
  "keywords": [
6
6
  "chrome",