opentool 0.8.11 → 0.8.12
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opentool",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.12",
|
|
4
4
|
"description": "OpenTool framework for building serverless MCP tools",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"examples:build": "node dist/cli/index.js build --input examples/full-metadata/tools --output examples/full-metadata/dist",
|
|
20
20
|
"examples:metadata": "node dist/cli/index.js metadata --input examples/full-metadata/tools --output examples/full-metadata/metadata.json",
|
|
21
21
|
"examples:validate": "node dist/cli/index.js validate --input examples/full-metadata/tools",
|
|
22
|
-
"changeset": "changeset",
|
|
22
|
+
"changeset": "changeset && bun run scripts/build-context.ts",
|
|
23
23
|
"changeset:version": "changeset version",
|
|
24
24
|
"changeset:publish": "changeset publish",
|
|
25
25
|
"release": "npm run build && npm run changeset:publish"
|