@metasession.co/devaudit-cli 0.3.5 → 0.3.6
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/index.js +5 -7
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/sdlc/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -56,7 +56,7 @@ function emitJsonResult(payload) {
|
|
|
56
56
|
|
|
57
57
|
// package.json
|
|
58
58
|
var package_default = {
|
|
59
|
-
version: "0.3.
|
|
59
|
+
version: "0.3.6"};
|
|
60
60
|
|
|
61
61
|
// src/lib/version.ts
|
|
62
62
|
var CLI_VERSION = package_default.version;
|
|
@@ -1733,9 +1733,8 @@ async function bootstrapNode(ctx) {
|
|
|
1733
1733
|
return { step: "8/11 Bootstrap hook framework", status: "ok", message: ".husky/ bootstrapped" };
|
|
1734
1734
|
}
|
|
1735
1735
|
var REQUIRED_CHECKS = [
|
|
1736
|
-
"
|
|
1737
|
-
"
|
|
1738
|
-
"Quality Gates"
|
|
1736
|
+
"Quality Gates",
|
|
1737
|
+
"CI Status Fallback"
|
|
1739
1738
|
];
|
|
1740
1739
|
var MAIN_REVIEW_COUNT = 1;
|
|
1741
1740
|
var DEVELOP_REVIEW_COUNT = 0;
|
|
@@ -2516,9 +2515,8 @@ async function syncWorkflows(ctx) {
|
|
|
2516
2515
|
};
|
|
2517
2516
|
}
|
|
2518
2517
|
var REQUIRED_CHECKS2 = [
|
|
2519
|
-
"
|
|
2520
|
-
"
|
|
2521
|
-
"Quality Gates"
|
|
2518
|
+
"Quality Gates",
|
|
2519
|
+
"CI Status Fallback"
|
|
2522
2520
|
];
|
|
2523
2521
|
var MAIN_REVIEW_COUNT2 = 1;
|
|
2524
2522
|
var DEVELOP_REVIEW_COUNT2 = 0;
|