@carlos-tzin/tzin 1.0.3 → 1.0.4
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 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## 1.0.
|
|
3
|
+
## 1.0.4 — Node 20 compatibility fix
|
|
4
|
+
|
|
5
|
+
No API changes. CI was failing on the Node 20 floor because the WS test and the
|
|
6
|
+
Workers probe relied on the global `WebSocket`, which only exists on Node ≥22.
|
|
7
|
+
|
|
8
|
+
### Testing & coverage
|
|
9
|
+
|
|
10
|
+
- `native websockets` test and the Workers probe use the `ws` package client
|
|
11
|
+
instead of the global `WebSocket`, keeping the Node 20 floor green
|
|
4
12
|
|
|
5
13
|
No API changes. Focused on proving the stable claim in CI and on the
|
|
6
14
|
type surface.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carlos-tzin/tzin",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Contract-first TypeScript framework. Types that scale, realtime channels with presence, and an MCP server for every API.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "The tzin authors",
|