@yawlabs/npmjs-mcp 0.11.8 → 0.11.9
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -34221,7 +34221,7 @@ var writeTools = [
|
|
|
34221
34221
|
];
|
|
34222
34222
|
|
|
34223
34223
|
// src/index.ts
|
|
34224
|
-
var version2 = true ? "0.11.
|
|
34224
|
+
var version2 = true ? "0.11.9" : (await null).createRequire(import.meta.url)("../package.json").version;
|
|
34225
34225
|
var subcommand = process.argv[2];
|
|
34226
34226
|
if (subcommand === "version" || subcommand === "--version" || subcommand === "-v" || subcommand === "-V") {
|
|
34227
34227
|
console.log(version2);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yawlabs/npmjs-mcp",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.9",
|
|
4
4
|
"mcpName": "io.github.YawLabs/npmjs-mcp",
|
|
5
5
|
"description": "npm registry MCP server — package intelligence, security audits, and dependency analysis for AI assistants",
|
|
6
6
|
"license": "MIT",
|