@codedrifters/configulator 0.0.399 → 0.0.400

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
@@ -10677,7 +10677,7 @@ declare const VERSION: {
10677
10677
  *
10678
10678
  * CLI and lib are versioned separately, so this is the lib version.
10679
10679
  */
10680
- readonly AWS_CDK_LIB_VERSION: "2.262.0";
10680
+ readonly AWS_CDK_LIB_VERSION: "2.262.1";
10681
10681
  /**
10682
10682
  * Version of the AWS Constructs library to use.
10683
10683
  */
@@ -10698,7 +10698,7 @@ declare const VERSION: {
10698
10698
  /**
10699
10699
  * Version of Projen to use.
10700
10700
  */
10701
- readonly PROJEN_VERSION: "0.101.17";
10701
+ readonly PROJEN_VERSION: "0.101.20";
10702
10702
  /**
10703
10703
  * Version of `actions/setup-node` to use in GitHub workflows.
10704
10704
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
package/lib/index.d.ts CHANGED
@@ -10726,7 +10726,7 @@ declare const VERSION: {
10726
10726
  *
10727
10727
  * CLI and lib are versioned separately, so this is the lib version.
10728
10728
  */
10729
- readonly AWS_CDK_LIB_VERSION: "2.262.0";
10729
+ readonly AWS_CDK_LIB_VERSION: "2.262.1";
10730
10730
  /**
10731
10731
  * Version of the AWS Constructs library to use.
10732
10732
  */
@@ -10747,7 +10747,7 @@ declare const VERSION: {
10747
10747
  /**
10748
10748
  * Version of Projen to use.
10749
10749
  */
10750
- readonly PROJEN_VERSION: "0.101.17";
10750
+ readonly PROJEN_VERSION: "0.101.20";
10751
10751
  /**
10752
10752
  * Version of `actions/setup-node` to use in GitHub workflows.
10753
10753
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
package/lib/index.js CHANGED
@@ -32172,7 +32172,7 @@ var VERSION = {
32172
32172
  *
32173
32173
  * CLI and lib are versioned separately, so this is the lib version.
32174
32174
  */
32175
- AWS_CDK_LIB_VERSION: "2.262.0",
32175
+ AWS_CDK_LIB_VERSION: "2.262.1",
32176
32176
  /**
32177
32177
  * Version of the AWS Constructs library to use.
32178
32178
  */
@@ -32193,7 +32193,7 @@ var VERSION = {
32193
32193
  /**
32194
32194
  * Version of Projen to use.
32195
32195
  */
32196
- PROJEN_VERSION: "0.101.17",
32196
+ PROJEN_VERSION: "0.101.20",
32197
32197
  /**
32198
32198
  * Version of `actions/setup-node` to use in GitHub workflows.
32199
32199
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).