infrawise 0.13.1 → 0.13.2

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.
Files changed (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "infrawise",
3
- "version": "0.13.1",
3
+ "version": "0.13.2",
4
4
  "mcpName": "io.github.Sidd27/infrawise",
5
5
  "description": "CLI-first infrastructure intelligence platform — analyzes DynamoDB, PostgreSQL, MySQL, MongoDB, SQS, SNS, SSM, Secrets Manager, Lambda, S3, API Gateway, CloudWatch Logs and exposes findings as an MCP server for Claude Code",
6
6
  "keywords": [
@@ -67,6 +67,7 @@
67
67
  "record": "bash docs/demo/record.sh",
68
68
  "dev": "node dist/cli/index.js serve",
69
69
  "release": "node scripts/release.js",
70
+ "publish-smithery": "node scripts/smithery-publish.mjs",
70
71
  "prepare": "simple-git-hooks"
71
72
  },
72
73
  "simple-git-hooks": {