@henols/c64-re-tools 0.1.7 → 0.1.8

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": "@henols/c64-re-tools",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Installer that adds the C64 reverse-engineering skills and the VICE emulator MCP server (@henols/vice-mcp) to a project.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -44,7 +44,7 @@
44
44
  "installer"
45
45
  ],
46
46
  "dependencies": {
47
- "@henols/vice-mcp": "0.1.7"
47
+ "@henols/vice-mcp": "0.1.8"
48
48
  },
49
49
  "scripts": {
50
50
  "sync-skills": "node scripts/sync-skills.mjs",