Skip to content

Commit 05187d7

Browse files
Remove zod resolution and bump version to 1.2.0
- Removed zod version resolution from package.json - Bumped version from 1.1.5 to 1.2.0 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent c137df5 commit 05187d7

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@anthropic-ai/mcpb",
33
"description": "Tools for building MCP Bundles",
4-
"version": "1.1.5",
4+
"version": "1.2.0",
55
"type": "module",
66
"main": "dist/index.js",
77
"module": "dist/index.js",

src/schemas/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export {
1111
MANIFEST_VERSION as LATEST_MANIFEST_VERSION,
1212
McpbManifestSchema as LatestMcpbManifestSchema,
1313
McpbManifestSchema, // backwards compatibility - exports latest schema
14+
McpbUserConfigValuesSchema, // lightweight schema for direct import without loading full vLatest namespace
1415
} from "./latest.js";
1516

1617
/**

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6398,8 +6398,8 @@ __metadata:
63986398
linkType: hard
63996399

64006400
"zod@npm:^3.25.67":
6401-
version: 3.25.67
6402-
resolution: "zod@npm:3.25.67"
6403-
checksum: 10c0/80a0cab3033272c4ab9312198081f0c4ea88e9673c059aa36dc32024906363729db54bdb78f3dc9d5529bd1601f74974d5a56c0a23e40c6f04a9270c9ff22336
6401+
version: 3.25.76
6402+
resolution: "zod@npm:3.25.76"
6403+
checksum: 10c0/5718ec35e3c40b600316c5b4c5e4976f7fee68151bc8f8d90ec18a469be9571f072e1bbaace10f1e85cf8892ea12d90821b200e980ab46916a6166a4260a983c
64046404
languageName: node
64056405
linkType: hard

0 commit comments

Comments
 (0)