mosey-browser 1.0.1 → 1.0.4

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/package.json +6 -1
  2. package/vendor/mosey +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mosey-browser",
3
- "version": "1.0.1",
3
+ "version": "1.0.4",
4
4
  "description": "Web CLI for AI agents — navigate and interact with pages via snapshots",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,
@@ -29,6 +29,11 @@
29
29
  "cpu": [
30
30
  "arm64"
31
31
  ],
32
+ "dependencies": {
33
+ "commander": "^14.0.3",
34
+ "mosey-browser": "^1.0.1",
35
+ "patchright": "^1.52.0"
36
+ },
32
37
  "devDependencies": {
33
38
  "@types/bun": "^1.3.0",
34
39
  "@types/node": "^25.6.0",
package/vendor/mosey CHANGED
Binary file