sork-queb 1.1.1 → 1.1.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 +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,11 @@ SORK automates your entire vulnerability lifecycle. Three AI agents work in sequ
4
4
 
5
5
  > *"SORK turns every security scan from a to-do list into a done list."*
6
6
 
7
- ---> Made by Bhargav Kalambhe
7
+ ---
8
+
9
+ **Made with ❤️ by [Devbhargav](https://github.com/Atofinite5) - Bhargav Kalambhe**
10
+
11
+ *Empowering developers with AI-driven security automation*
8
12
 
9
13
 
10
14
  ## The Problem
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sork-queb",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "SORK - Security Orchestration, Remediation & Keeping. Global AI security brain for Node projects with Prettier, ESLint & Zod validation.",
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.ts",