codygiene 0.9.1-beta.3 → 0.9.1-beta.4
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/bin.cjs +1 -1
- package/package.json +1 -1
package/dist/bin.cjs
CHANGED
|
@@ -228309,7 +228309,7 @@ function extractReadiness(result) {
|
|
|
228309
228309
|
}
|
|
228310
228310
|
|
|
228311
228311
|
// apps/cli/src/version.ts
|
|
228312
|
-
var CLI_VERSION = "0.9.1-beta.
|
|
228312
|
+
var CLI_VERSION = "0.9.1-beta.4";
|
|
228313
228313
|
|
|
228314
228314
|
// apps/cli/src/commands/scan.ts
|
|
228315
228315
|
async function scanCommand(opts, reporter) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "codygiene",
|
|
3
|
-
"version": "0.9.1-beta.
|
|
3
|
+
"version": "0.9.1-beta.4",
|
|
4
4
|
"description": "Independent quality control for modern software. Local-first static analysis for TypeScript, Next.js, Supabase, Prisma, and Drizzle.",
|
|
5
5
|
"homepage": "https://codygiene.nexinov.ma",
|
|
6
6
|
"bugs": {
|