@codedrifters/configulator 0.0.400 → 0.0.402
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 +12 -1
- package/lib/index.d.ts +12 -1
- package/lib/index.js +4 -1
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +4 -1
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -14044,6 +14044,9 @@ var DEFAULT_BUNDLE_OVERRIDES = {
|
|
|
14044
14044
|
"req:scan": {
|
|
14045
14045
|
acceptanceCriteria: { smallMax: 3, mediumMax: 12 },
|
|
14046
14046
|
sources: { smallMax: 2, mediumMax: 12 }
|
|
14047
|
+
},
|
|
14048
|
+
"bcm:outline": {
|
|
14049
|
+
acceptanceCriteria: { smallMax: 3, mediumMax: 12 }
|
|
14047
14050
|
}
|
|
14048
14051
|
};
|
|
14049
14052
|
var DEFAULT_DECOMPOSITION_TEMPLATE = [
|
|
@@ -31869,7 +31872,7 @@ var VERSION = {
|
|
|
31869
31872
|
/**
|
|
31870
31873
|
* What version of the turborepo library should we use?
|
|
31871
31874
|
*/
|
|
31872
|
-
TURBO_VERSION: "2.10.
|
|
31875
|
+
TURBO_VERSION: "2.10.7",
|
|
31873
31876
|
/**
|
|
31874
31877
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
31875
31878
|
*/
|