@linxiraos/pi-wire 1.0.0 → 1.0.1

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 (2) hide show
  1. package/CHANGELOG.md +7 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,9 +2,7 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ### Changed
6
-
7
- - Reset the version to 1.0.0 and republished under the `@linxiraos/*` scope, breaking from the `@oh-my-pi` version lineage.
5
+ ## [1.0.1] - 2026-08-14
8
6
 
9
7
  ## [16.3.0] - 2026-07-02
10
8
 
@@ -42,3 +40,9 @@
42
40
  ### Added
43
41
 
44
42
  - Added shared collab live-session wire contracts for the host CLI and browser guest client.
43
+
44
+ ## [1.0.0] - 2026-08-13
45
+
46
+ ### Changed
47
+
48
+ - Reset the version to 1.0.0 and republished under the `@linxiraos/*` scope, breaking from the `@oh-my-pi` version lineage.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@linxiraos/pi-wire",
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "description": "Shared wire protocol types for Oh My Pi packages",
6
6
  "homepage": "https://linxira-os.github.io",
7
7
  "author": "Can Boluk",