@jaypie/mcp 0.8.59 → 0.8.60
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.8.
|
|
12
|
+
const BUILD_VERSION_STRING = "@jaypie/mcp@0.8.60#21fed95d"
|
|
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,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
version: 1.2.57
|
|
3
|
+
date: 2026-05-11
|
|
4
|
+
summary: Fix JaypieEnvSecret shorthand export name to use prefixed construct id for backward compatibility with deployed stacks
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## @jaypie/constructs 1.2.57
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- **JaypieEnvSecret**: Restored id-based export naming for the shorthand constructor pattern. When using shorthand (e.g., `new JaypieEnvSecret(stack, "ANTHROPIC_API_KEY")`), the cross-stack export name now uses the construct id (`EnvSecretANTHROPICAPIKEY`) rather than the raw env key (`ANTHROPICAPIKEY`). This matches the format produced by earlier construct versions and unblocks deployments where downstream stacks import these exports.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
---
|
|
2
|
+
version: 1.2.36
|
|
3
|
+
date: 2026-05-11
|
|
4
|
+
summary: Update model constants for Gemini, xAI Grok, and remove deprecated models
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## @jaypie/llm 1.2.36
|
|
8
|
+
|
|
9
|
+
### Changes
|
|
10
|
+
|
|
11
|
+
- **Model constants**: Updated xAI Grok defaults — `DEFAULT` is now `grok-latest`, `LARGE` is `grok-4.3-latest`, `SMALL` is `grok-4-1-fast-reasoning`
|
|
12
|
+
- **Model constants**: Updated Gemini `SMALL` to `gemini-3.1-flash-lite-preview`
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
---
|
|
2
|
+
version: 0.8.60
|
|
3
|
+
date: 2026-05-11
|
|
4
|
+
summary: Add release notes for constructs 1.2.57 and llm 1.2.36
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## @jaypie/mcp 0.8.60
|
|
8
|
+
|
|
9
|
+
### Changes
|
|
10
|
+
|
|
11
|
+
- Added release notes for `@jaypie/constructs` 1.2.57 (JaypieEnvSecret export name backward compatibility fix)
|
|
12
|
+
- Added release notes for `@jaypie/llm` 1.2.36 (model constant updates)
|