@annexfour/cli 1.0.1 → 1.0.2

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/bin/index.js +1 -1
  2. package/package.json +1 -1
package/bin/index.js CHANGED
@@ -94,7 +94,7 @@ program
94
94
  // Forward Env Vars if present
95
95
  process.env.ANNEXFOUR_API_URL ? '-e' : '',
96
96
  process.env.ANNEXFOUR_API_URL ? `ANNEXFOUR_API_URL=${process.env.ANNEXFOUR_API_URL}` : '',
97
- 'annexfour/ai-act-check',
97
+ 'svenj06/ai-act-check',
98
98
  'scan', '/code'
99
99
  ].filter(Boolean); // Remove empty strings
100
100
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annexfour/cli",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "AnnexFour Compliance Scanner CLI Wrapper",
5
5
  "main": "bin/index.js",
6
6
  "bin": {