@reddb-io/redcode 0.13.0 → 0.13.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.
Files changed (2) hide show
  1. package/NOTICE +1 -1
  2. package/package.json +13 -13
package/NOTICE CHANGED
@@ -30,7 +30,7 @@ copyright notice is preserved verbatim in LICENSE:
30
30
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
31
31
  SOFTWARE.
32
32
 
33
- Redcode keeps OpenCode's internal package names (@opencode-ai/*), environment
33
+ Redcode keeps OpenCode's internal package names (@reddb-io/redcode-*), environment
34
34
  variable prefixes (OPENCODE_*), and module layout deliberately, so that changes
35
35
  made here stay readable against upstream.
36
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reddb-io/redcode",
3
- "version": "0.13.0",
3
+ "version": "0.13.2",
4
4
  "description": "RedDB's AI coding agent for the terminal",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -21,17 +21,17 @@
21
21
  "x64"
22
22
  ],
23
23
  "optionalDependencies": {
24
- "@reddb-io/redcode-darwin-arm64": "0.13.0",
25
- "@reddb-io/redcode-darwin-x64": "0.13.0",
26
- "@reddb-io/redcode-darwin-x64-baseline": "0.13.0",
27
- "@reddb-io/redcode-linux-arm64": "0.13.0",
28
- "@reddb-io/redcode-linux-arm64-musl": "0.13.0",
29
- "@reddb-io/redcode-linux-x64": "0.13.0",
30
- "@reddb-io/redcode-linux-x64-baseline": "0.13.0",
31
- "@reddb-io/redcode-linux-x64-baseline-musl": "0.13.0",
32
- "@reddb-io/redcode-linux-x64-musl": "0.13.0",
33
- "@reddb-io/redcode-windows-arm64": "0.13.0",
34
- "@reddb-io/redcode-windows-x64": "0.13.0",
35
- "@reddb-io/redcode-windows-x64-baseline": "0.13.0"
24
+ "@reddb-io/redcode-darwin-arm64": "0.13.2",
25
+ "@reddb-io/redcode-darwin-x64": "0.13.2",
26
+ "@reddb-io/redcode-darwin-x64-baseline": "0.13.2",
27
+ "@reddb-io/redcode-linux-arm64": "0.13.2",
28
+ "@reddb-io/redcode-linux-arm64-musl": "0.13.2",
29
+ "@reddb-io/redcode-linux-x64": "0.13.2",
30
+ "@reddb-io/redcode-linux-x64-baseline": "0.13.2",
31
+ "@reddb-io/redcode-linux-x64-baseline-musl": "0.13.2",
32
+ "@reddb-io/redcode-linux-x64-musl": "0.13.2",
33
+ "@reddb-io/redcode-windows-arm64": "0.13.2",
34
+ "@reddb-io/redcode-windows-x64": "0.13.2",
35
+ "@reddb-io/redcode-windows-x64-baseline": "0.13.2"
36
36
  }
37
37
  }