@fourteensystems/shipguard 0.2.2 → 0.2.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.
@@ -1,5 +1,5 @@
1
1
  import type { ShipguardConfig } from "./types.js";
2
- export declare const SHIPGUARD_VERSION = "0.1.0";
2
+ export declare const SHIPGUARD_VERSION = "0.2.3";
3
3
  export declare const INDEX_VERSION = 1;
4
4
  export declare function hashConfig(config: ShipguardConfig): string;
5
5
  //# sourceMappingURL=version.d.ts.map
@@ -1,5 +1,5 @@
1
1
  import { createHash } from "node:crypto";
2
- export const SHIPGUARD_VERSION = "0.1.0";
2
+ export const SHIPGUARD_VERSION = "0.2.3";
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/shipguard",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "CI guardrail that blocks unprotected mutation routes in Next.js SaaS",
5
5
  "type": "module",
6
6
  "bin": {
@@ -31,6 +31,7 @@
31
31
  "linter",
32
32
  "ci"
33
33
  ],
34
+ "author": "Fourteen Systems",
34
35
  "license": "MIT",
35
36
  "repository": {
36
37
  "type": "git",