gologin-agent-browser-cli 0.1.3 → 0.1.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/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -71,7 +71,7 @@ npx gologin-agent-browser-cli --help
71
71
  Developer setup from source:
72
72
 
73
73
  ```bash
74
- git clone https://gitlab.com/easync/agent-browser.git
74
+ git clone https://github.com/GologinLabs/agent-browser.git
75
75
  cd agent-browser
76
76
  npm install
77
77
  npm run build
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gologin-agent-browser-cli",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Agent-native cloud browser automation CLI for Gologin",
5
5
  "main": "dist/cli.js",
6
6
  "types": "dist/lib/types.d.ts",
@@ -23,11 +23,11 @@
23
23
  },
24
24
  "repository": {
25
25
  "type": "git",
26
- "url": "git+https://gitlab.com/easync/agent-browser.git"
26
+ "url": "git+https://github.com/GologinLabs/agent-browser.git"
27
27
  },
28
- "homepage": "https://gitlab.com/easync/agent-browser",
28
+ "homepage": "https://github.com/GologinLabs/agent-browser",
29
29
  "bugs": {
30
- "url": "https://gitlab.com/easync/agent-browser/-/issues"
30
+ "url": "https://github.com/GologinLabs/agent-browser/issues"
31
31
  },
32
32
  "publishConfig": {
33
33
  "access": "public"