@rickgetz/codex 0.124.0-rick.2 → 0.124.0-rick.3

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.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -46,10 +46,10 @@ You can also use Codex with an API key, but this requires [additional setup](htt
46
46
  ## Docs
47
47
 
48
48
  - [**Codex Documentation**](https://developers.openai.com/codex)
49
- - [**Contributing**](./docs/contributing.md)
50
- - [**Installing & building**](./docs/install.md)
51
- - [**Fork differences**](./docs/fork-differences.md)
52
- - [**Fork npm releases**](./docs/fork-release.md)
53
- - [**Open source fund**](./docs/open-source-fund.md)
49
+ - [**Contributing**](https://github.com/richardgetz/codex/blob/stable/docs/contributing.md)
50
+ - [**Installing & building**](https://github.com/richardgetz/codex/blob/stable/docs/install.md)
51
+ - [**Fork differences**](https://github.com/richardgetz/codex/blob/stable/docs/fork-differences.md)
52
+ - [**Fork npm releases**](https://github.com/richardgetz/codex/blob/stable/docs/fork-release.md)
53
+ - [**Open source fund**](https://github.com/richardgetz/codex/blob/stable/docs/open-source-fund.md)
54
54
 
55
55
  This repository is licensed under the [Apache-2.0 License](LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rickgetz/codex",
3
- "version": "0.124.0-rick.2",
3
+ "version": "0.124.0-rick.3",
4
4
  "license": "Apache-2.0",
5
5
  "bin": {
6
6
  "codex-rick": "bin/codex.js"
@@ -19,6 +19,6 @@
19
19
  },
20
20
  "packageManager": "pnpm@10.29.3+sha512.498e1fb4cca5aa06c1dcf2611e6fafc50972ffe7189998c409e90de74566444298ffe43e6cd2acdc775ba1aa7cc5e092a8b7054c811ba8c5770f84693d33d2dc",
21
21
  "optionalDependencies": {
22
- "@rickgetz/codex-darwin-arm64": "npm:@rickgetz/codex@0.124.0-rick.2-darwin-arm64"
22
+ "@rickgetz/codex-darwin-arm64": "npm:@rickgetz/codex@0.124.0-rick.3-darwin-arm64"
23
23
  }
24
24
  }