@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.45#28b776d2"
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jaypie/mcp",
3
- "version": "0.7.45",
3
+ "version": "0.7.46",
4
4
  "description": "Jaypie MCP",
5
5
  "repository": {
6
6
  "type": "git",
@@ -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
@@ -0,0 +1,11 @@
1
+ ---
2
+ version: 1.2.24
3
+ date: 2026-03-23
4
+ summary: Bump @jaypie/aws to 1.2.7 for extension fallback fix
5
+ ---
6
+
7
+ # jaypie 1.2.24
8
+
9
+ ## Dependencies
10
+
11
+ - `@jaypie/aws` ^1.2.7 — SDK fallback on extension 4xx errors
@@ -0,0 +1,11 @@
1
+ ---
2
+ version: 1.2.19
3
+ date: 2026-03-23
4
+ summary: Fix TypeScript error in OpenAiAdapter after Prettier reformat
5
+ ---
6
+
7
+ # @jaypie/llm 1.2.19
8
+
9
+ ## Bug Fix
10
+
11
+ - Move `@ts-expect-error` directive to correct line in `OpenAiAdapter.executeRequest`