pi-git-auth 1.0.1 → 1.0.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/package.json +3 -5
  2. package/preview.png +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-git-auth",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "pi coding-agent extension: git auth for GitHub and GitLab: keyring-stored login tokens, account switching, transparent git auth, repo list/create with details overlay",
5
5
  "license": "MIT",
6
6
  "author": "Carlo Onofrio",
@@ -22,8 +22,7 @@
22
22
  "files": [
23
23
  "*.ts",
24
24
  "README.md",
25
- "LICENSE",
26
- "preview.png"
25
+ "LICENSE"
27
26
  ],
28
27
  "engines": {
29
28
  "node": ">=20"
@@ -36,7 +35,6 @@
36
35
  "pi": {
37
36
  "extensions": [
38
37
  "./index.ts"
39
- ],
40
- "image": "https://raw.githubusercontent.com/comicrocharly/pi-git-auth/main/preview.png"
38
+ ]
41
39
  }
42
40
  }
package/preview.png DELETED
Binary file