diff --git a/package-lock.json b/package-lock.json index 068b4c0..81a8cdf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "shadcn-ui-mcp-server", - "version": "1.0.0", + "name": "@jpisnice/shadcn-ui-mcp-server", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "shadcn-ui-mcp-server", - "version": "1.0.0", + "name": "@jpisnice/shadcn-ui-mcp-server", + "version": "1.0.3", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.16.0", @@ -790,14 +790,15 @@ } }, "node_modules/form-data": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.2.tgz", - "integrity": "sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz", + "integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==", "license": "MIT", "dependencies": { "asynckit": "^0.4.0", "combined-stream": "^1.0.8", "es-set-tostringtag": "^2.1.0", + "hasown": "^2.0.2", "mime-types": "^2.1.12" }, "engines": { diff --git a/test-package.sh b/test-package.sh index e4465cf..cca9f6f 100755 --- a/test-package.sh +++ b/test-package.sh @@ -12,7 +12,7 @@ echo "✅ Testing --help flag..." ./build/index.js --help > /dev/null echo " Help command works!" -# Test 2: Version command +# Test 2: Version command echo "✅ Testing --version flag..." VERSION=$(./build/index.js --version) echo " Version: $VERSION" @@ -48,8 +48,8 @@ fi echo "✅ Testing build files..." REQUIRED_FILES=( "build/index.js" - "build/handler.js" - "build/tools.js" + "build/handler.js" + "build/tools/index.js" "build/utils/axios.js" )