pi-codex-accounts 0.1.2 → 0.1.3

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 (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-codex-accounts",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Keep your work and personal ChatGPT (Codex) accounts signed in to pi side by side, and switch between them from /model.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -24,7 +24,8 @@
24
24
  "pi": {
25
25
  "extensions": [
26
26
  "./src/index.ts"
27
- ]
27
+ ],
28
+ "image": "https://raw.githubusercontent.com/tiago-peixoto/pi-codex-accounts/main/assets/model-list.png"
28
29
  },
29
30
  "scripts": {
30
31
  "test": "tsc && node --test test/index.test.ts && sh scripts/smoke.sh"