@react-grab/codex 0.1.0-beta.0 → 0.1.0-beta.1
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/cli.cjs +1 -1
- package/dist/cli.js +1 -1
- package/package.json +4 -4
package/dist/cli.cjs
CHANGED
|
@@ -7834,7 +7834,7 @@ async function fkill(inputs, options = {}) {
|
|
|
7834
7834
|
}
|
|
7835
7835
|
}
|
|
7836
7836
|
var sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
|
|
7837
|
-
var VERSION = "0.1.0-beta.
|
|
7837
|
+
var VERSION = "0.1.0-beta.1";
|
|
7838
7838
|
var checkIfRelayServerIsRunning = async (port, token) => {
|
|
7839
7839
|
try {
|
|
7840
7840
|
const healthUrl = token ? `http://localhost:${port}/health?${RELAY_TOKEN_PARAM}=${encodeURIComponent(token)}` : `http://localhost:${port}/health`;
|
package/dist/cli.js
CHANGED
|
@@ -7823,7 +7823,7 @@ async function fkill(inputs, options = {}) {
|
|
|
7823
7823
|
}
|
|
7824
7824
|
}
|
|
7825
7825
|
var sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
|
|
7826
|
-
var VERSION = "0.1.0-beta.
|
|
7826
|
+
var VERSION = "0.1.0-beta.1";
|
|
7827
7827
|
var checkIfRelayServerIsRunning = async (port, token) => {
|
|
7828
7828
|
try {
|
|
7829
7829
|
const healthUrl = token ? `http://localhost:${port}/health?${RELAY_TOKEN_PARAM}=${encodeURIComponent(token)}` : `http://localhost:${port}/health`;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-grab/codex",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
3
|
+
"version": "0.1.0-beta.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"react-grab-codex": "./dist/cli.cjs"
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/node": "^22.10.7",
|
|
28
28
|
"tsup": "^8.4.0",
|
|
29
|
-
"@react-grab/utils": "0.1.0-beta.
|
|
29
|
+
"@react-grab/utils": "0.1.0-beta.1"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@openai/codex-sdk": "^0.66.0",
|
|
33
|
-
"@react-grab/relay": "0.1.0-beta.
|
|
34
|
-
"react-grab": "0.1.0-beta.
|
|
33
|
+
"@react-grab/relay": "0.1.0-beta.1",
|
|
34
|
+
"react-grab": "0.1.0-beta.1"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"dev": "tsup --watch",
|