@pactosigna/records 0.1.5 → 0.1.6

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/dist/cli.js +5 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -2000,7 +2000,11 @@ var RiskGapCodeSchema = z29.enum([
2000
2000
  "architecture_no_risk_analysis",
2001
2001
  "security_hazard_no_asset_ref",
2002
2002
  "high_cia_no_security_hazard",
2003
- "hazard_no_software_item"
2003
+ "hazard_no_software_item",
2004
+ "detailed_design_missing_for_unit",
2005
+ "unit_no_verification",
2006
+ "risk_control_no_verification",
2007
+ "architecture_no_asset_types"
2004
2008
  ]);
2005
2009
  var RiskGapSeveritySchema = z29.enum(["error", "warning"]);
2006
2010
  var MitigationSchema = z29.object({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pactosigna/records",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "type": "module",
5
5
  "description": "Generate audit-ready regulatory PDF records from PactoSigna-compliant git repositories",
6
6
  "publishConfig": {