@oai404iao/pi-codex-imagegen 0.2.1 → 0.3.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.
- package/README.md +1 -1
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Alpha bootstrap candidate; initial npm publication is still pending.
|
|
4
4
|
|
|
5
|
-
Peer floor: Pi 0.
|
|
5
|
+
Peer floor: Pi 0.87.0; development target: 0.87.1.
|
|
6
6
|
|
|
7
7
|
`/image-gen` jobs are cancelled when the session is replaced or closed.
|
|
8
8
|
Late authentication/results cannot notify the replacement session or initiate
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oai404iao/pi-codex-imagegen",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Unpublished pi-codex-imagegen workspace for the staged Codex split",
|
|
6
6
|
"type": "module",
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
]
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"@earendil-works/pi-ai": ">=0.
|
|
32
|
-
"@earendil-works/pi-coding-agent": ">=0.
|
|
33
|
-
"@earendil-works/pi-tui": ">=0.
|
|
31
|
+
"@earendil-works/pi-ai": ">=0.87.0",
|
|
32
|
+
"@earendil-works/pi-coding-agent": ">=0.87.0",
|
|
33
|
+
"@earendil-works/pi-tui": ">=0.87.0",
|
|
34
34
|
"typebox": "*"
|
|
35
35
|
},
|
|
36
36
|
"peerDependenciesMeta": {
|
|
@@ -45,12 +45,12 @@
|
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@oai404iao/pi-codex-runtime": "0.
|
|
48
|
+
"@oai404iao/pi-codex-runtime": "0.4.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@earendil-works/pi-ai": "0.
|
|
52
|
-
"@earendil-works/pi-coding-agent": "0.
|
|
53
|
-
"@earendil-works/pi-tui": "0.
|
|
51
|
+
"@earendil-works/pi-ai": "0.87.1",
|
|
52
|
+
"@earendil-works/pi-coding-agent": "0.87.1",
|
|
53
|
+
"@earendil-works/pi-tui": "0.87.1",
|
|
54
54
|
"@types/node": "^26.2.0",
|
|
55
55
|
"tsx": "^4.20.6",
|
|
56
56
|
"typebox": "^1.1.24",
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"engines": {
|
|
78
78
|
"node": ">=22.19.0"
|
|
79
79
|
},
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "351c1943c7402b56f36abbe22fe45bb639bf5f81"
|
|
81
81
|
}
|