memax-cli 0.1.1-alpha.1955 → 0.1.1-alpha.1956
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -91,7 +91,7 @@ export MEMAX_API_URL="https://api.memax.app" # default; override for self-host
|
|
|
91
91
|
- **Product** — [memax.app](https://memax.app)
|
|
92
92
|
- **Docs** — [docs.memax.app](https://docs.memax.app)
|
|
93
93
|
- **SDK** — [`memax-sdk`](https://www.npmjs.com/package/memax-sdk)
|
|
94
|
-
- **Source** — we're preparing the monorepo for open source; the repository at `github.com/MemaxLabs/memax` is currently private. Follow [@
|
|
94
|
+
- **Source** — we're preparing the monorepo for open source; the repository at `github.com/MemaxLabs/memax` is currently private. Follow [@memaxlabs](https://x.com/memaxlabs) on X or email [support@memax.app](mailto:support@memax.app) if you'd like early notice.
|
|
95
95
|
|
|
96
96
|
## License
|
|
97
97
|
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "0.1.1-alpha.
|
|
6
|
+
"version": "0.1.1-alpha.1956",
|
|
7
7
|
"description": "CLI for Memax — universal context & memory hub for AI agents",
|
|
8
8
|
"homepage": "https://memax.app",
|
|
9
9
|
"repository": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@modelcontextprotocol/sdk": "^1.12.1",
|
|
29
29
|
"chalk": "^5.4.0",
|
|
30
30
|
"commander": "^13.0.0",
|
|
31
|
-
"memax-sdk": "^0.4.0-alpha.
|
|
31
|
+
"memax-sdk": "^0.4.0-alpha.1956"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@types/node": "^25.5.0",
|