guardvibe 0.9.2 → 0.9.3
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/README.md +1 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -221,6 +221,4 @@ Tested on a real 644-file Next.js + Supabase project:
|
|
|
221
221
|
|
|
222
222
|
## License
|
|
223
223
|
|
|
224
|
-
MIT — open source and free to use. Built by [GokLab](https://
|
|
225
|
-
|
|
226
|
-
Premium rule packs and advanced features available at [guardvibe.dev](https://guardvibe.dev) (coming soon).
|
|
224
|
+
MIT — open source and free to use. Built by [GokLab](https://guardvibe.dev).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "guardvibe",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.3",
|
|
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,7 +48,7 @@
|
|
|
48
48
|
],
|
|
49
49
|
"author": "GokLab",
|
|
50
50
|
"license": "MIT",
|
|
51
|
-
"homepage": "https://
|
|
51
|
+
"homepage": "https://guardvibe.dev",
|
|
52
52
|
"repository": {
|
|
53
53
|
"type": "git",
|
|
54
54
|
"url": "https://github.com/goklab/guardvibe.git"
|