@justestif/pk 0.1.11 → 0.1.13

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/README.md CHANGED
@@ -4,10 +4,18 @@ Project knowledge CLI — structured intake, search, and recall.
4
4
 
5
5
  ## Install
6
6
 
7
+ **npm:**
8
+
7
9
  ```bash
8
10
  npm install -g @justestif/pk
9
11
  ```
10
12
 
13
+ **Homebrew:**
14
+
15
+ ```bash
16
+ brew install justEstif/tap/pk
17
+ ```
18
+
11
19
  Requires [Bun](https://bun.sh).
12
20
 
13
21
  ## Setup
package/dist/index.js CHANGED
@@ -17713,7 +17713,7 @@ var {
17713
17713
  var package_default = {
17714
17714
  name: "@justestif/pk",
17715
17715
  type: "module",
17716
- version: "0.1.11",
17716
+ version: "0.1.13",
17717
17717
  description: "Project knowledge \u2014 structured intake, search, and recall",
17718
17718
  bin: {
17719
17719
  pk: "dist/index.js"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@justestif/pk",
3
3
  "type": "module",
4
- "version": "0.1.11",
4
+ "version": "0.1.13",
5
5
  "description": "Project knowledge — structured intake, search, and recall",
6
6
  "bin": {
7
7
  "pk": "dist/index.js"