@codedrifters/configulator 0.0.109 → 0.0.111

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
@@ -372,13 +372,13 @@ declare const VERSION: {
372
372
  *
373
373
  * CLI and lib are versioned separately, so this is the CLI version.
374
374
  */
375
- readonly AWS_CDK_CLI_VERSION: "2.1106.1";
375
+ readonly AWS_CDK_CLI_VERSION: "2.1107.0";
376
376
  /**
377
377
  * CDK Version to use for construct projects.
378
378
  *
379
379
  * CLI and lib are versioned separately, so this is the lib version.
380
380
  */
381
- readonly AWS_CDK_LIB_VERSION: "2.239.0";
381
+ readonly AWS_CDK_LIB_VERSION: "2.240.0";
382
382
  /**
383
383
  * Version of the AWS Constructs library to use.
384
384
  */
@@ -390,7 +390,7 @@ declare const VERSION: {
390
390
  /**
391
391
  * Version of PNPM to use in workflows at github actions.
392
392
  */
393
- readonly PNPM_VERSION: "10.30.1";
393
+ readonly PNPM_VERSION: "10.30.2";
394
394
  /**
395
395
  * Version of Projen to use.
396
396
  */
package/lib/index.d.ts CHANGED
@@ -421,13 +421,13 @@ declare const VERSION: {
421
421
  *
422
422
  * CLI and lib are versioned separately, so this is the CLI version.
423
423
  */
424
- readonly AWS_CDK_CLI_VERSION: "2.1106.1";
424
+ readonly AWS_CDK_CLI_VERSION: "2.1107.0";
425
425
  /**
426
426
  * CDK Version to use for construct projects.
427
427
  *
428
428
  * CLI and lib are versioned separately, so this is the lib version.
429
429
  */
430
- readonly AWS_CDK_LIB_VERSION: "2.239.0";
430
+ readonly AWS_CDK_LIB_VERSION: "2.240.0";
431
431
  /**
432
432
  * Version of the AWS Constructs library to use.
433
433
  */
@@ -439,7 +439,7 @@ declare const VERSION: {
439
439
  /**
440
440
  * Version of PNPM to use in workflows at github actions.
441
441
  */
442
- readonly PNPM_VERSION: "10.30.1";
442
+ readonly PNPM_VERSION: "10.30.2";
443
443
  /**
444
444
  * Version of Projen to use.
445
445
  */
package/lib/index.js CHANGED
@@ -467,7 +467,9 @@ var AwsDeploymentConfig = class _AwsDeploymentConfig extends import_projen.Compo
467
467
  this.project.tasks.tryFind("synth:silent")?.reset(`rm -rf ${this.cdkOut}`);
468
468
  this.project.tasks.tryFind("synth:silent")?.exec(`cdk synth -q --output ${this.cdkOut}`, { env: this.env });
469
469
  };
470
- this.env = { GIT_BRANCH_NAME: "$(git branch --show-current)" };
470
+ this.env = {
471
+ GIT_BRANCH_NAME: "${GIT_BRANCH_NAME:-$(git branch --show-current)}"
472
+ };
471
473
  this.projectPath = (0, import_node_path.relative)(project.root.outdir, project.outdir);
472
474
  this.rootPath = (0, import_node_path.relative)(project.outdir, project.root.outdir);
473
475
  this.rootCdkOut = (0, import_node_path.join)("dist", this.projectPath, "cdk.out");
@@ -776,13 +778,13 @@ var VERSION = {
776
778
  *
777
779
  * CLI and lib are versioned separately, so this is the CLI version.
778
780
  */
779
- AWS_CDK_CLI_VERSION: "2.1106.1",
781
+ AWS_CDK_CLI_VERSION: "2.1107.0",
780
782
  /**
781
783
  * CDK Version to use for construct projects.
782
784
  *
783
785
  * CLI and lib are versioned separately, so this is the lib version.
784
786
  */
785
- AWS_CDK_LIB_VERSION: "2.239.0",
787
+ AWS_CDK_LIB_VERSION: "2.240.0",
786
788
  /**
787
789
  * Version of the AWS Constructs library to use.
788
790
  */
@@ -794,7 +796,7 @@ var VERSION = {
794
796
  /**
795
797
  * Version of PNPM to use in workflows at github actions.
796
798
  */
797
- PNPM_VERSION: "10.30.1",
799
+ PNPM_VERSION: "10.30.2",
798
800
  /**
799
801
  * Version of Projen to use.
800
802
  */