@fourteensystems/prodcheck 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.
@@ -1,5 +1,5 @@
1
1
  import type { ProdcheckConfig } from "./types.js";
2
- export declare const PRODCHECK_VERSION = "0.2.7";
2
+ export declare const PRODCHECK_VERSION = "0.3.1";
3
3
  export declare const INDEX_VERSION = 1;
4
4
  export declare function hashConfig(config: ProdcheckConfig): string;
5
5
  //# sourceMappingURL=version.d.ts.map
@@ -1,5 +1,5 @@
1
1
  import { createHash } from "node:crypto";
2
- export const PRODCHECK_VERSION = "0.2.7";
2
+ export const PRODCHECK_VERSION = "0.3.1";
3
3
  export const INDEX_VERSION = 1;
4
4
  export function hashConfig(config) {
5
5
  const normalized = JSON.stringify({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fourteensystems/prodcheck",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Static analysis guardrail for Next.js SaaS — flags unprotected routes, missing rate limiting, and SSRF surfaces",
5
5
  "type": "module",
6
6
  "bin": {