qa360 1.0.0 → 1.0.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.
@@ -10,7 +10,7 @@ const program = new Command();
10
10
  program
11
11
  .name('qa360')
12
12
  .description('QA360 Proof Bundle CLI')
13
- .version('1.0.0');
13
+ .version('1.0.1');
14
14
  program
15
15
  .command('doctor')
16
16
  .description('Health check and auto-fix issues')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qa360",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "QA360 Proof CLI - Quality as Cryptographic Proof",
5
5
  "type": "module",
6
6
  "main": "dist/cli-minimal.js",
@@ -25,7 +25,7 @@
25
25
  "publish:real": "npm publish --access public --provenance"
26
26
  },
27
27
  "dependencies": {
28
- "qa360-core": "workspace:*",
28
+ "qa360-core": "^1.0.0",
29
29
  "chalk": "^4.1.2",
30
30
  "commander": "^11.0.0",
31
31
  "inquirer": "^8.2.7",