kannaka 0.16.2 → 0.16.3

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -34,7 +34,7 @@ Supported platforms: **linux**, **macOS**, **windows** on **x86_64** and
34
34
  ## Alternatives
35
35
 
36
36
  - Direct install script: `curl -sSf https://install.ninja-portal.com/kannaka | sh`
37
- - Docker: `docker run --rm ghcr.io/nickflach/kannaka --version`
37
+ - Docker: `docker run --rm ghcr.io/kannaka-labs/kannaka --version`
38
38
  - Build from source: <https://github.com/kannaka-labs/kannaka-memory>
39
39
 
40
40
  MIT licensed. The version of this package tracks the kannaka release it installs.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kannaka",
3
- "version": "0.16.2",
3
+ "version": "0.16.3",
4
4
  "description": "Kannaka — wave-interference (Holographic Resonance Medium) memory for AI agents. Installs the native `kannaka` CLI.",
5
5
  "bin": {
6
6
  "kannaka": "bin/kannaka.js"