guardvibe 0.9.1 → 0.9.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 (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +9 -1
package/README.md CHANGED
@@ -221,4 +221,6 @@ Tested on a real 644-file Next.js + Supabase project:
221
221
 
222
222
  ## License
223
223
 
224
- MIT — free forever. Built by [GokLab](https://github.com/goklab).
224
+ MIT — open source and free to use. Built by [GokLab](https://github.com/goklab).
225
+
226
+ Premium rule packs and advanced features available at [guardvibe.dev](https://guardvibe.dev) (coming soon).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "guardvibe",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "description": "Security MCP for vibe coding. 120 rules for Next.js, Supabase, Stripe, Clerk, Prisma, Vercel, and the full AI-generated web app stack.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -48,6 +48,14 @@
48
48
  ],
49
49
  "author": "GokLab",
50
50
  "license": "MIT",
51
+ "homepage": "https://github.com/goklab/guardvibe#readme",
52
+ "repository": {
53
+ "type": "git",
54
+ "url": "https://github.com/goklab/guardvibe.git"
55
+ },
56
+ "bugs": {
57
+ "url": "https://github.com/goklab/guardvibe/issues"
58
+ },
51
59
  "dependencies": {
52
60
  "@modelcontextprotocol/sdk": "^1.26.0",
53
61
  "zod": "^3.25.0"