pagerunner 0.6.0 → 0.7.0

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/install.js +1 -1
  2. package/package.json +2 -2
package/install.js CHANGED
@@ -7,7 +7,7 @@ const { get } = require("https");
7
7
  const { join } = require("path");
8
8
  const { pipeline } = require("stream/promises");
9
9
 
10
- const VERSION = "0.2.0";
10
+ const VERSION = "0.7.0";
11
11
  const REPO = "Enreign/pagerunner";
12
12
 
13
13
  const PLATFORMS = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pagerunner",
3
- "version": "0.6.0",
4
- "description": "Persistent browser layer for AI agents. Connects any MCP client to your real Chrome profiles already logged in, with site intelligence that compounds over time. Sessions survive daemon restarts. PII anonymization, encrypted state, auto-checkpoints, macOS menu bar.",
3
+ "version": "0.7.0",
4
+ "description": "Persistent browser layer for AI agents. Connects any MCP client to your real Chrome profiles \u2014 already logged in, with site intelligence that compounds over time. Sessions survive daemon restarts. PII anonymization, encrypted state, auto-checkpoints, macOS menu bar.",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",