@linxiraos/pi-wire 1.1.0 → 1.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/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [1.1.2] - 2026-08-25
6
+
7
+ ### Fixed
8
+
9
+ - Republished as 1.1.2 to reset the `latest` tag after the broken 1.1.0 (no functional change over 1.1.1).
10
+
11
+ ## [1.1.1] - 2026-08-25
12
+
13
+ ### Fixed
14
+
15
+ - Published tarballs now carry real dependency versions instead of Bun's `catalog:` protocol (1.1.0 installs failed with "Unsupported URL Type catalog:").
16
+
5
17
  ## [1.1.0] - 2026-08-25
6
18
 
7
19
  ### Changed
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @linxiraos/pi-wire
2
2
 
3
- Shared TypeScript wire contracts for omp collab live sessions.
3
+ Shared TypeScript wire contracts for Zeta collab live sessions.
4
4
 
5
5
  The package contains only JSON-safe protocol shapes and constants. It has no runtime dependencies and is consumed by both the host CLI (`@linxiraos/zeta`) and browser guest (`@linxiraos/collab-web`).
6
6
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@linxiraos/pi-wire",
4
- "version": "1.1.0",
5
- "description": "Shared wire protocol types for Oh My Pi packages",
4
+ "version": "1.1.2",
5
+ "description": "Shared wire protocol types for Zeta packages",
6
6
  "homepage": "https://linxira-os.github.io/zeta/",
7
7
  "author": "Can Boluk",
8
8
  "license": "MIT",