Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
calclavia committed Feb 20, 2025
1 parent e88e6f0 commit bc687e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithery/sdk",
"version": "0.0.23",
"version": "1.0.0",
"description": "Connect language models to Model Context Protocols",
"type": "module",
"main": "./dist/index.js",
Expand All @@ -9,7 +9,9 @@
".": "./dist/index.js",
"./*": "./dist/*"
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"build:all": "npm run build -ws --include-workspace-root",
Expand Down

0 comments on commit bc687e5

Please sign in to comment.