qa360 2.0.4 → 2.0.5

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.
@@ -761,7 +761,7 @@ export class Phase3Runner {
761
761
  try {
762
762
  // Begin run in vault (returns actual runId used)
763
763
  const { runId: vaultRunId } = await this.vault.beginRun({
764
- pack_path: 'test-pack.yaml',
764
+ pack_path: `${this.pack.name || 'pack'}.yaml`,
765
765
  pack_hash: this.hashPack(result.pack)
766
766
  });
767
767
  // Finish run with final status
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qa360",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "QA360 Proof CLI - Quality as Cryptographic Proof",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",