harborloop 0.4.0-rc.0 → 0.4.1

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.
@@ -1,12 +1,12 @@
1
1
  {
2
- "version": "0.4.0-rc.0",
2
+ "version": "0.4.1",
3
3
  "algorithm": "sha256",
4
4
  "binaries": {
5
- "@gethrbr/harborloop-darwin-arm64": "ef9569ad92fc208099a6c862d5023560214126299df2df5f946ffd9822342556",
6
- "@gethrbr/harborloop-darwin-x64": "e33c159c2b0d0d198ea3e4f1902deaeb4c6ac2385ce86dc9e0ca981b3e296934",
7
- "@gethrbr/harborloop-linux-x64": "ce083ce5658a77ed6ecd540f8aaa4aee320bfa1d7e0e46246e86f5051644deef",
8
- "@gethrbr/harborloop-linux-arm64": "595fbd66b47eb6f3cbcda73f820931e0565beba31553eda08711f1ae9a3fdf8a",
9
- "@gethrbr/harborloop-linux-x64-musl": "ac246123babb93d5bd486b43325225e621f227ae37c22e62657b00059f837952",
10
- "@gethrbr/harborloop-win32-x64": "28ca62eef9a9aaa0becf394b3536248b9281b09c5f03a6882421f780acfdfa66"
5
+ "@gethrbr/harborloop-darwin-arm64": "d72a976949c98fb1410dd2f6bec31f9cebebf30ff3f73b056b3a4012bacedd64",
6
+ "@gethrbr/harborloop-darwin-x64": "e76a70f27d75038ba55c41d5f78d429fd09a82349dc851506fbdc4e0e197f865",
7
+ "@gethrbr/harborloop-linux-x64": "449c5b3ae98dd2d45f3cf541bc3a4a0a6a8b3968b3a383e09e317d0a94c1dec6",
8
+ "@gethrbr/harborloop-linux-arm64": "719cce2ae6d78db23a89c1b700c6258090b40267acefe259cf3590b26195f5ba",
9
+ "@gethrbr/harborloop-linux-x64-musl": "26d7862226f11b897a4604c038859bdbff0e23dde8eeb162ae5ae0635ac32d2d",
10
+ "@gethrbr/harborloop-win32-x64": "c2e0652c69f8332f947936916215d8b0e780e16b1a3b9cccd826a795a6a61a09"
11
11
  }
12
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "harborloop",
3
- "version": "0.4.0-rc.0",
3
+ "version": "0.4.1",
4
4
  "description": "Install and health-check the harbor knowledge loop in your terminal. Recall in Claude Code, Codex and Cursor; a doctor that can say no.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -26,12 +26,12 @@
26
26
  "agents.md"
27
27
  ],
28
28
  "optionalDependencies": {
29
- "@gethrbr/harborloop-darwin-arm64": "0.4.0-rc.0",
30
- "@gethrbr/harborloop-darwin-x64": "0.4.0-rc.0",
31
- "@gethrbr/harborloop-linux-x64": "0.4.0-rc.0",
32
- "@gethrbr/harborloop-linux-arm64": "0.4.0-rc.0",
33
- "@gethrbr/harborloop-linux-x64-musl": "0.4.0-rc.0",
34
- "@gethrbr/harborloop-win32-x64": "0.4.0-rc.0"
29
+ "@gethrbr/harborloop-darwin-arm64": "0.4.1",
30
+ "@gethrbr/harborloop-darwin-x64": "0.4.1",
31
+ "@gethrbr/harborloop-linux-x64": "0.4.1",
32
+ "@gethrbr/harborloop-linux-arm64": "0.4.1",
33
+ "@gethrbr/harborloop-linux-x64-musl": "0.4.1",
34
+ "@gethrbr/harborloop-win32-x64": "0.4.1"
35
35
  },
36
36
  "publishConfig": {
37
37
  "//": "A scoped package defaults to RESTRICTED, and `npm publish` on a scope with no paid plan fails outright rather than publishing privately. This is the whole difference between a wedge anybody can `npx` and a 402.",