cc-safety-net 0.6.1 → 0.6.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.
|
@@ -3344,7 +3344,7 @@ function detectAllHooks(cwd, options) {
|
|
|
3344
3344
|
|
|
3345
3345
|
// src/bin/doctor/system-info.ts
|
|
3346
3346
|
import { spawn } from "node:child_process";
|
|
3347
|
-
var CURRENT_VERSION = "0.6.
|
|
3347
|
+
var CURRENT_VERSION = "0.6.2";
|
|
3348
3348
|
function getPackageVersion() {
|
|
3349
3349
|
return CURRENT_VERSION;
|
|
3350
3350
|
}
|
|
@@ -3569,7 +3569,7 @@ async function runGeminiCLIHook() {
|
|
|
3569
3569
|
}
|
|
3570
3570
|
|
|
3571
3571
|
// src/bin/help.ts
|
|
3572
|
-
var version = "0.6.
|
|
3572
|
+
var version = "0.6.2";
|
|
3573
3573
|
function printHelp() {
|
|
3574
3574
|
console.log(`cc-safety-net v${version}
|
|
3575
3575
|
|
package/package.json
CHANGED