@quantracode/vibecheck 0.3.0 → 0.3.1

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.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  #!/usr/bin/env node
2
- declare const CLI_VERSION = "0.2.3";
2
+ declare const CLI_VERSION = "0.3.1";
3
3
 
4
4
  export { CLI_VERSION };
package/dist/index.js CHANGED
@@ -547,7 +547,7 @@ function validateArtifact(json) {
547
547
  }
548
548
 
549
549
  // src/constants.ts
550
- var CLI_VERSION = "0.2.3";
550
+ var CLI_VERSION = "0.3.1";
551
551
 
552
552
  // src/utils/file-utils.ts
553
553
  import fs from "fs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quantracode/vibecheck",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Security scanner for modern web applications",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",