@cometix/codex 0.118.0-cometix-win32-x64 → 0.119.0-cometix-darwin-arm64

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
@@ -30,7 +30,7 @@ This fork is regularly synced with the upstream OpenAI Codex repository. Current
30
30
 
31
31
  ## Using Codex with your ChatGPT plan
32
32
 
33
- Run `codex` and select **Sign in with ChatGPT**. We recommend signing into your ChatGPT account to use Codex as part of your Plus, Pro, Team, Edu, or Enterprise plan. [Learn more about what's included in your ChatGPT plan](https://help.openai.com/en/articles/11369540-codex-in-chatgpt).
33
+ Run `codex` and select **Sign in with ChatGPT**. We recommend signing into your ChatGPT account to use Codex as part of your Plus, Pro, Business, Edu, or Enterprise plan. [Learn more about what's included in your ChatGPT plan](https://help.openai.com/en/articles/11369540-codex-in-chatgpt).
34
34
 
35
35
  You can also use Codex with an API key, but this requires [additional setup](https://developers.openai.com/codex/auth#sign-in-with-an-api-key).
36
36
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cometix/codex",
3
- "version": "0.118.0-cometix-win32-x64",
3
+ "version": "0.119.0-cometix-darwin-arm64",
4
4
  "license": "Apache-2.0",
5
5
  "os": [
6
- "win32"
6
+ "darwin"
7
7
  ],
8
8
  "cpu": [
9
- "x64"
9
+ "arm64"
10
10
  ],
11
11
  "files": [
12
12
  "vendor"