@tormentalabs/claude-code-wire-compat 0.2.0 → 0.3.0
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/CHANGELOG.md +9 -0
- package/package.json +7 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [0.3.0] - 2026-08-15
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
|
|
9
|
+
- `MEMORY.md`, an append-only dated log of non-obvious maintenance decisions
|
|
10
|
+
and their reasoning, referenced from the contributor operating guide
|
|
11
|
+
(`AGENTS.md`) so future maintenance starts from recorded decisions instead
|
|
12
|
+
of re-deriving them.
|
|
13
|
+
|
|
5
14
|
## [0.2.0] - 2026-08-15
|
|
6
15
|
|
|
7
16
|
### Breaking
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tormentalabs/claude-code-wire-compat",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "Runtime-neutral Claude Code Messages wire compatibility primitives",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
@@ -74,5 +74,11 @@
|
|
|
74
74
|
"typescript": "6.0.3",
|
|
75
75
|
"typescript-eslint": "8.65.0",
|
|
76
76
|
"vitest": "4.1.10"
|
|
77
|
+
},
|
|
78
|
+
"overrides": {
|
|
79
|
+
"miniflare": {
|
|
80
|
+
"undici": "7.29.0"
|
|
81
|
+
},
|
|
82
|
+
"ip-address": "10.3.1"
|
|
77
83
|
}
|
|
78
84
|
}
|