codexapp 0.1.39 → 0.1.42
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/dist/assets/index-Dwgxc732.js +1424 -0
- package/dist/assets/index-eKA4YUIc.css +1 -0
- package/dist/index.html +2 -2
- package/dist-cli/index.js +1268 -446
- package/dist-cli/index.js.map +1 -1
- package/package.json +2 -1
- package/dist/assets/index-BPh5uQ3U.js +0 -42
- package/dist/assets/index-D7HKxnG0.css +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "codexapp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.42",
|
|
4
4
|
"description": "A lightweight web interface for Codex that runs on top of the Codex app-server, allowing remote access from any browser",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"commander": "^13.1.0",
|
|
44
44
|
"express": "^5.1.0",
|
|
45
|
+
"firebase": "^12.2.1",
|
|
45
46
|
"qrcode-terminal": "^0.12.0",
|
|
46
47
|
"ws": "^8.18.3"
|
|
47
48
|
},
|