@openai/codex 0.42.0 → 0.43.0-alpha.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.
package/README.md CHANGED
@@ -1,4 +1,3 @@
1
- <h1 align="center">OpenAI Codex CLI</h1>
2
1
 
3
2
  <p align="center"><code>npm i -g @openai/codex</code><br />or <code>brew install codex</code></p>
4
3
 
@@ -102,4 +101,3 @@ Codex CLI supports a rich set of configuration options, with preferences stored
102
101
  ## License
103
102
 
104
103
  This repository is licensed under the [Apache-2.0 License](LICENSE).
105
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openai/codex",
3
- "version": "0.42.0",
3
+ "version": "0.43.0-alpha.2",
4
4
  "license": "Apache-2.0",
5
5
  "bin": {
6
6
  "codex": "bin/codex.js"