@linxiraos/pi-utils 1.1.2 → 1.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [1.1.4] - 2026-08-26
6
+
7
+ ### Changed
8
+
9
+ - 同步 1.1.4 发布线(与 1.1.3 无功能差异)。
10
+
11
+ ## [1.1.3] - 2026-08-25
12
+
13
+ ### Fixed
14
+
15
+ - Republished as 1.1.3 to reset the latest tag after the broken 1.1.2 (no functional change over 1.1.1).
16
+
5
17
  ## [1.1.2] - 2026-08-25
6
18
 
7
19
  ### Fixed
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@linxiraos/pi-utils",
4
- "version": "1.1.2",
4
+ "version": "1.1.4",
5
5
  "description": "Shared utilities for pi packages",
6
6
  "homepage": "https://linxira-os.github.io/zeta/",
7
7
  "author": "Can Boluk",
@@ -31,7 +31,7 @@
31
31
  "fmt": "biome format --write ."
32
32
  },
33
33
  "dependencies": {
34
- "@linxiraos/pi-natives": "1.1.2"
34
+ "@linxiraos/pi-natives": "1.1.4"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/bun": "^1.3.14"