@llblab/pi-kit 0.1.4 → 0.1.5

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,10 @@
2
2
 
3
3
  All notable changes to `@llblab/pi-kit` are documented here.
4
4
 
5
+ ## 0.1.5 - 2026-08-20
6
+
7
+ - `Installation`: Makes the npm installation command version-agnostic so the README stays current across future kit releases.
8
+
5
9
  ## 0.1.4 - 2026-08-20
6
10
 
7
11
  - `Installation`: Updates the npm example to the current kit version and replaces the local-path example with direct installation from the GitHub repository.
package/README.md CHANGED
@@ -15,10 +15,10 @@ Versions are exact by design. Updating an extension does not change an installed
15
15
 
16
16
  ## Install
17
17
 
18
- From npm after publication:
18
+ From npm:
19
19
 
20
20
  ```bash
21
- pi install npm:@llblab/pi-kit@0.1.4
21
+ pi install npm:@llblab/pi-kit
22
22
  ```
23
23
 
24
24
  From GitHub:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@llblab/pi-kit",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"