@smithery/cli 0.0.18 → 0.0.20
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 +49 -49
- package/package.json +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithery/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.20",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"private": false,
|
|
6
6
|
"homepage": "https://smithery.ai/",
|
|
@@ -22,8 +22,7 @@
|
|
|
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
24
|
"prepare": "npm run build",
|
|
25
|
-
"
|
|
26
|
-
"format": "npx @biomejs/biome format --write"
|
|
25
|
+
"check": "npx @biomejs/biome check --write --unsafe"
|
|
27
26
|
},
|
|
28
27
|
"bin": {
|
|
29
28
|
"cli": "dist/index.js"
|