@smithery/cli 0.0.16 → 0.0.17
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/dist/index.js +70 -81
- package/package.json +1 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithery/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.17",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"private": false,
|
|
6
6
|
"homepage": "https://smithery.ai/",
|
|
@@ -21,7 +21,6 @@
|
|
|
21
21
|
"pr-check": "node src/scripts/pr-check.js",
|
|
22
22
|
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --config jest.config.mjs --watch",
|
|
23
23
|
"test:coverage": "NODE_OPTIONS=--experimental-vm-modules jest --config jest.config.mjs --coverage",
|
|
24
|
-
"db:types": "npx supabase gen types typescript --project-id spjawbfpwezjfmicopsl --schema public > ./src/database.types.ts",
|
|
25
24
|
"prepare": "npm run build",
|
|
26
25
|
"lint": "npx @biomejs/biome lint --write",
|
|
27
26
|
"format": "npx @biomejs/biome format --write"
|
|
@@ -32,7 +31,6 @@
|
|
|
32
31
|
"dependencies": {
|
|
33
32
|
"@iarna/toml": "^2.2.5",
|
|
34
33
|
"@modelcontextprotocol/sdk": "^1.0.3",
|
|
35
|
-
"@supabase/supabase-js": "^2.47.7",
|
|
36
34
|
"@types/iarna__toml": "^2.0.5",
|
|
37
35
|
"chalk": "^4.1.2",
|
|
38
36
|
"cli-table3": "^0.6.5",
|