@rely-ai/caliber 1.13.1 → 1.14.0
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.js +1 -1
- package/package.json +1 -1
package/dist/bin.js
CHANGED
|
@@ -446,7 +446,7 @@ var CONFIG_FILE_NAMES = /* @__PURE__ */ new Set([
|
|
|
446
446
|
var CONFIG_GLOBS_DIRS = [
|
|
447
447
|
{ dir: ".github/workflows", pattern: /\.ya?ml$/ }
|
|
448
448
|
];
|
|
449
|
-
var TOTAL_BUDGET =
|
|
449
|
+
var TOTAL_BUDGET = 6e5;
|
|
450
450
|
var CONFIG_BUDGET = Math.floor(TOTAL_BUDGET * 0.15);
|
|
451
451
|
var SOURCE_BUDGET = Math.floor(TOTAL_BUDGET * 0.85);
|
|
452
452
|
function analyzeCode(dir) {
|
package/package.json
CHANGED