@neurcode-ai/contracts 0.1.0 → 0.1.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.
package/dist/index.js CHANGED
@@ -48,7 +48,7 @@ const RUNTIME_COMPATIBILITY_MANIFEST = {
48
48
  id: 'current',
49
49
  channel: 'current',
50
50
  versions: {
51
- cli: '0.9.36',
51
+ cli: '0.9.42',
52
52
  action: '0.2.2',
53
53
  api: '0.2.0',
54
54
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neurcode-ai/contracts",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Shared JSON contracts for Neurcode CLI, API, action, IDE, and MCP surfaces",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/src/index.ts CHANGED
@@ -50,7 +50,7 @@ const RUNTIME_COMPATIBILITY_MANIFEST: RuntimeCompatibilityManifest = {
50
50
  id: 'current',
51
51
  channel: 'current',
52
52
  versions: {
53
- cli: '0.9.36',
53
+ cli: '0.9.42',
54
54
  action: '0.2.2',
55
55
  api: '0.2.0',
56
56
  },