@xynogen/pix-welcome 0.1.5 → 0.1.6

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/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,7 +12,7 @@ Renders a coloured ASCII π logo above the editor on session start and runs star
12
12
  pi install npm:@xynogen/pix-welcome
13
13
  ```
14
14
 
15
- > Also included in [`@xynogen/pix-core`](https://github.com/xynogen/pix-mono/tree/main/packages/pix-core):
15
+ > Also included in [`@xynogen/pix-core`](https://www.npmjs.com/package/@xynogen/pix-core):
16
16
  >
17
17
  > ```bash
18
18
  > pi install npm:@xynogen/pix-core
@@ -20,6 +20,8 @@ pi install npm:@xynogen/pix-welcome
20
20
 
21
21
  ## Full distro
22
22
 
23
+ Source: [github.com/xynogen/pix-mono](https://github.com/xynogen/pix-mono)
24
+
23
25
  To install the complete pix suite (all packages + Pi itself):
24
26
 
25
27
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xynogen/pix-welcome",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Pi extension — welcome banner with startup health checks",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",