@codedrifters/configulator 0.0.293 → 0.0.295

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
@@ -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 = [
@@ -26523,7 +26544,7 @@ var VERSION = {
26523
26544
  /**
26524
26545
  * Version of Astro to pin for AstroProject scaffolding.
26525
26546
  */
26526
- ASTRO_VERSION: "6.2.1",
26547
+ ASTRO_VERSION: "6.2.2",
26527
26548
  /**
26528
26549
  * CDK CLI for workflows and command line operations.
26529
26550
  *
@@ -26552,7 +26573,7 @@ var VERSION = {
26552
26573
  /**
26553
26574
  * Version of PNPM to use in workflows at github actions.
26554
26575
  */
26555
- PNPM_VERSION: "10.33.2",
26576
+ PNPM_VERSION: "10.33.3",
26556
26577
  /**
26557
26578
  * Version of Projen to use.
26558
26579
  */
@@ -26570,11 +26591,11 @@ var VERSION = {
26570
26591
  /**
26571
26592
  * Version of @astrojs/starlight to pin for StarlightProject scaffolding.
26572
26593
  */
26573
- STARLIGHT_VERSION: "0.38.4",
26594
+ STARLIGHT_VERSION: "0.38.5",
26574
26595
  /**
26575
26596
  * What version of the turborepo library should we use?
26576
26597
  */
26577
- TURBO_VERSION: "2.9.8",
26598
+ TURBO_VERSION: "2.9.9",
26578
26599
  /**
26579
26600
  * Version of @types/node to use across all packages (pnpm catalog).
26580
26601
  */