@harness-engineering/types 0.7.0 → 0.8.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.mts CHANGED
@@ -609,7 +609,7 @@ type SkillError = {
609
609
  /**
610
610
  * Names of standard CI checks.
611
611
  */
612
- type CICheckName = 'validate' | 'deps' | 'docs' | 'entropy' | 'security' | 'perf' | 'phase-gate' | 'arch';
612
+ type CICheckName = 'validate' | 'deps' | 'docs' | 'entropy' | 'security' | 'perf' | 'phase-gate' | 'arch' | 'traceability';
613
613
  /**
614
614
  * Status of a CI check.
615
615
  */
package/dist/index.d.ts CHANGED
@@ -609,7 +609,7 @@ type SkillError = {
609
609
  /**
610
610
  * Names of standard CI checks.
611
611
  */
612
- type CICheckName = 'validate' | 'deps' | 'docs' | 'entropy' | 'security' | 'perf' | 'phase-gate' | 'arch';
612
+ type CICheckName = 'validate' | 'deps' | 'docs' | 'entropy' | 'security' | 'perf' | 'phase-gate' | 'arch' | 'traceability';
613
613
  /**
614
614
  * Status of a CI check.
615
615
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harness-engineering/types",
3
- "version": "0.7.0",
3
+ "version": "0.8.1",
4
4
  "description": "TypeScript types and interfaces for Harness Engineering",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",