@codedrifters/configulator 0.0.384 → 0.0.386

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 CHANGED
@@ -10620,7 +10620,7 @@ declare const VERSION: {
10620
10620
  /**
10621
10621
  * Version of Astro to pin for AstroProject scaffolding.
10622
10622
  */
10623
- readonly ASTRO_VERSION: "7.0.6";
10623
+ readonly ASTRO_VERSION: "7.0.7";
10624
10624
  /**
10625
10625
  * CDK CLI for workflows and command line operations.
10626
10626
  *
@@ -10653,7 +10653,7 @@ declare const VERSION: {
10653
10653
  /**
10654
10654
  * Version of Projen to use.
10655
10655
  */
10656
- readonly PROJEN_VERSION: "0.101.4";
10656
+ readonly PROJEN_VERSION: "0.101.6";
10657
10657
  /**
10658
10658
  * Version of `actions/setup-node` to use in GitHub workflows.
10659
10659
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
package/lib/index.d.ts CHANGED
@@ -10669,7 +10669,7 @@ declare const VERSION: {
10669
10669
  /**
10670
10670
  * Version of Astro to pin for AstroProject scaffolding.
10671
10671
  */
10672
- readonly ASTRO_VERSION: "7.0.6";
10672
+ readonly ASTRO_VERSION: "7.0.7";
10673
10673
  /**
10674
10674
  * CDK CLI for workflows and command line operations.
10675
10675
  *
@@ -10702,7 +10702,7 @@ declare const VERSION: {
10702
10702
  /**
10703
10703
  * Version of Projen to use.
10704
10704
  */
10705
- readonly PROJEN_VERSION: "0.101.4";
10705
+ readonly PROJEN_VERSION: "0.101.6";
10706
10706
  /**
10707
10707
  * Version of `actions/setup-node` to use in GitHub workflows.
10708
10708
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
package/lib/index.js CHANGED
@@ -31725,7 +31725,7 @@ var VERSION = {
31725
31725
  /**
31726
31726
  * Version of Astro to pin for AstroProject scaffolding.
31727
31727
  */
31728
- ASTRO_VERSION: "7.0.6",
31728
+ ASTRO_VERSION: "7.0.7",
31729
31729
  /**
31730
31730
  * CDK CLI for workflows and command line operations.
31731
31731
  *
@@ -31758,7 +31758,7 @@ var VERSION = {
31758
31758
  /**
31759
31759
  * Version of Projen to use.
31760
31760
  */
31761
- PROJEN_VERSION: "0.101.4",
31761
+ PROJEN_VERSION: "0.101.6",
31762
31762
  /**
31763
31763
  * Version of `actions/setup-node` to use in GitHub workflows.
31764
31764
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
@@ -39393,7 +39393,7 @@ var AwsDeployWorkflow = class _AwsDeployWorkflow extends import_projen26.Compone
39393
39393
  {
39394
39394
  name: "Sticky PR comment with deploy endpoints",
39395
39395
  if: "github.event_name == 'pull_request' && hashFiles('deploy-urls.md') != ''",
39396
- uses: "marocchino/sticky-pull-request-comment@v2",
39396
+ uses: "marocchino/sticky-pull-request-comment@v3",
39397
39397
  with: {
39398
39398
  header: deployJobName,
39399
39399
  path: "deploy-urls.md"