@code-fixer-23/pi-session-manager 1.0.0 → 1.0.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
@@ -1,3 +1,23 @@
1
+ ## 1.0.2 (2026-07-03)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **pi-session-manager:** rename session manager asset filename ([386f99e](https://github.com/louiss0/pi-packages/commit/386f99e))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - louiss0 @louiss0
10
+
11
+ ## 1.0.1 (2026-07-03)
12
+
13
+ ### 🩹 Fixes
14
+
15
+ - **pi-session-manager:** update package metadata ([78cafe6](https://github.com/louiss0/pi-packages/commit/78cafe6))
16
+
17
+ ### ❤️ Thank You
18
+
19
+ - louiss0 @louiss0
20
+
1
21
  # 1.0.0 (2026-07-02)
2
22
 
3
23
  ### 🚀 Features
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@code-fixer-23/pi-session-manager",
3
3
  "type": "module",
4
- "version": "1.0.0",
4
+ "version": "1.0.2",
5
5
  "keywords": [
6
6
  "pi-package"
7
7
  ],
@@ -32,6 +32,10 @@
32
32
  "@earendil-works/pi-tui": "*"
33
33
  },
34
34
  "pi": {
35
+ "extensions": [
36
+ "extensions",
37
+ "extensions/!*.test.ts"
38
+ ],
35
39
  "image": "https://raw.githubusercontent.com/louiss0/pi-packages/main/pi-session-manager/assets/Pi-Session-Manager-Small.png"
36
40
  }
37
41
  }