@codedrifters/configulator 0.0.392 → 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
@@ -13865,12 +13865,21 @@ var DEFAULT_BUNDLE_OVERRIDES = {
13865
13865
  "research:verify": {
13866
13866
  acceptanceCriteria: { smallMax: 3, mediumMax: 12 }
13867
13867
  },
13868
+ "research:scope": {
13869
+ acceptanceCriteria: { smallMax: 3, mediumMax: 12 }
13870
+ },
13868
13871
  "software:profile": {
13869
13872
  acceptanceCriteria: { smallMax: 3, mediumMax: 14 }
13870
13873
  },
13874
+ "software:research": {
13875
+ acceptanceCriteria: { smallMax: 3, mediumMax: 14 }
13876
+ },
13871
13877
  "regulatory:research": {
13872
13878
  acceptanceCriteria: { smallMax: 3, mediumMax: 12 }
13873
13879
  },
13880
+ "regulatory:impact": {
13881
+ acceptanceCriteria: { smallMax: 3, mediumMax: 10 }
13882
+ },
13874
13883
  "standards:research": {
13875
13884
  acceptanceCriteria: { smallMax: 3, mediumMax: 10 }
13876
13885
  },
@@ -13898,6 +13907,12 @@ var DEFAULT_BUNDLE_OVERRIDES = {
13898
13907
  "company:draft": {
13899
13908
  acceptanceCriteria: { smallMax: 3, mediumMax: 12 }
13900
13909
  },
13910
+ "business-models:canvas": {
13911
+ acceptanceCriteria: { smallMax: 3, mediumMax: 12 }
13912
+ },
13913
+ "business-models:complete": {
13914
+ acceptanceCriteria: { smallMax: 3, mediumMax: 12 }
13915
+ },
13901
13916
  "req:draft-trace": {
13902
13917
  acceptanceCriteria: { smallMax: 3, mediumMax: 20 }
13903
13918
  },