@codedrifters/configulator 0.0.293 → 0.0.294
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/lib/index.d.mts +65 -2
- package/lib/index.d.ts +65 -2
- package/lib/index.js +21 -0
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +21 -0
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -11968,6 +11968,27 @@ var DEFAULT_BUNDLE_OVERRIDES = {
|
|
|
11968
11968
|
},
|
|
11969
11969
|
"bcm:scaffold": {
|
|
11970
11970
|
acceptanceCriteria: { smallMax: 3, mediumMax: 12 }
|
|
11971
|
+
},
|
|
11972
|
+
"research:verify": {
|
|
11973
|
+
acceptanceCriteria: { smallMax: 3, mediumMax: 12 }
|
|
11974
|
+
},
|
|
11975
|
+
"software:profile": {
|
|
11976
|
+
acceptanceCriteria: { smallMax: 3, mediumMax: 14 }
|
|
11977
|
+
},
|
|
11978
|
+
"regulatory:research": {
|
|
11979
|
+
acceptanceCriteria: { smallMax: 3, mediumMax: 10 }
|
|
11980
|
+
},
|
|
11981
|
+
"software:map": {
|
|
11982
|
+
acceptanceCriteria: { smallMax: 3, mediumMax: 12 },
|
|
11983
|
+
sources: { smallMax: 2, mediumMax: 15 }
|
|
11984
|
+
},
|
|
11985
|
+
"bcm:connect": {
|
|
11986
|
+
acceptanceCriteria: { smallMax: 3, mediumMax: 12 },
|
|
11987
|
+
sources: { smallMax: 2, mediumMax: 8 }
|
|
11988
|
+
},
|
|
11989
|
+
"software:matrix": {
|
|
11990
|
+
acceptanceCriteria: { smallMax: 3, mediumMax: 12 },
|
|
11991
|
+
sources: { smallMax: 2, mediumMax: 15 }
|
|
11971
11992
|
}
|
|
11972
11993
|
};
|
|
11973
11994
|
var DEFAULT_DECOMPOSITION_TEMPLATE = [
|