@jaypie/mcp 0.7.45 → 0.7.46
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.
|
@@ -9,7 +9,7 @@ import { gt } from 'semver';
|
|
|
9
9
|
/**
|
|
10
10
|
* Docs Suite - Documentation services (skill, version, release_notes)
|
|
11
11
|
*/
|
|
12
|
-
const BUILD_VERSION_STRING = "@jaypie/mcp@0.7.
|
|
12
|
+
const BUILD_VERSION_STRING = "@jaypie/mcp@0.7.46#84dfda2f"
|
|
13
13
|
;
|
|
14
14
|
const __filename$1 = fileURLToPath(import.meta.url);
|
|
15
15
|
const __dirname$1 = path.dirname(__filename$1);
|
package/package.json
CHANGED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
version: 1.2.7
|
|
3
|
+
date: 2026-03-23
|
|
4
|
+
summary: Fall back to AWS SDK on all extension errors including 4xx
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# @jaypie/aws 1.2.7
|
|
8
|
+
|
|
9
|
+
## Bug Fix
|
|
10
|
+
|
|
11
|
+
- Extension 4xx errors (e.g., during Next.js INIT phase) now fall back to AWS SDK instead of throwing
|
|
12
|
+
- Improved error logging for extension failures (response body logged at error level)
|
|
13
|
+
- Fixes secret loading failures in Next.js `instrumentation.ts` `register()` hook
|