@codedrifters/configulator 0.0.393 → 0.0.394

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.mjs CHANGED
@@ -13907,6 +13907,12 @@ var DEFAULT_BUNDLE_OVERRIDES = {
13907
13907
  "company:draft": {
13908
13908
  acceptanceCriteria: { smallMax: 3, mediumMax: 12 }
13909
13909
  },
13910
+ "business-models:canvas": {
13911
+ acceptanceCriteria: { smallMax: 3, mediumMax: 12 }
13912
+ },
13913
+ "business-models:complete": {
13914
+ acceptanceCriteria: { smallMax: 3, mediumMax: 12 }
13915
+ },
13910
13916
  "req:draft-trace": {
13911
13917
  acceptanceCriteria: { smallMax: 3, mediumMax: 20 }
13912
13918
  },