@memnexus-ai/cli 0.1.10 → 0.1.11

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/CHANGELOG.md +27 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,6 +7,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.1.11] - 2025-11-17
11
+
12
+ ### Fixed
13
+ - Test version for validating package manager priority fix in update command
14
+
15
+ ## [0.1.10] - 2025-11-17
16
+
17
+ ### Fixed
18
+ - Package manager detection now prioritizes npm over pnpm for update command
19
+ - Prevents `ERR_PNPM_NO_GLOBAL_BIN_DIR` errors when pnpm is available but not configured for global installs
20
+ - npm is more reliable for global CLI installations and doesn't require global bin directory configuration
21
+
22
+ ### Changed
23
+ - Package manager detection priority changed from `[pnpm, yarn, npm]` to `[npm, yarn, pnpm]`
24
+ - Updated tests to reflect new package manager priority order
25
+
26
+ ## [0.1.9] - 2025-11-17
27
+
28
+ ### Fixed
29
+ - CLI now properly handles authentication errors instead of failing silently
30
+ - Enabled `throwOnError: true` in SDK client configuration
31
+ - Updated error handler to detect and display SDK error format
32
+
33
+ ### Added
34
+ - Integration tests for authentication error handling
35
+ - Better error messages for invalid API keys
36
+
10
37
  ## [0.1.7] - 2025-11-16
11
38
 
12
39
  ### Breaking Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memnexus-ai/cli",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "description": "Command-line interface for MemNexus Core API",
5
5
  "main": "dist/index.js",
6
6
  "bin": {