romdevtools 0.87.1 → 0.87.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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "romdevtools",
3
- "version": "0.87.1",
3
+ "version": "0.87.2",
4
4
  "description": "Tool server giving coding agents full control of homebrew ROM development AND reverse-engineering/romhacking across 17 retro platforms (NES, SNES, GB, Genesis, Atari, C64, PC Engine, MSX, PlayStation, N64, Dreamcast, ...) via WASM toolchains + emulator cores. Use over plain HTTP, as an Agent Skill, or as an MCP server.",
5
5
  "type": "module",
6
6
  "main": "src/mcp/server.js",
@@ -71,7 +71,7 @@
71
71
  "romdev-platform-atari2600": "0.9.0",
72
72
  "romdev-platform-gba": "0.9.0",
73
73
  "romdev-platform-snes": "0.9.0",
74
- "romdev-toolchain-cc65": "0.1.2",
74
+ "romdev-toolchain-cc65": "0.1.3",
75
75
  "romdev-toolchain-m68k-gcc": "0.2.1",
76
76
  "romdev-toolchain-mips-gcc": "0.1.1",
77
77
  "romdev-toolchain-rgbds": "0.1.1",