@codedrifters/configulator 0.0.326 → 0.0.327

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
@@ -10002,19 +10002,19 @@ declare const VERSION: {
10002
10002
  /**
10003
10003
  * Version of Astro to pin for AstroProject scaffolding.
10004
10004
  */
10005
- readonly ASTRO_VERSION: "6.3.5";
10005
+ readonly ASTRO_VERSION: "6.3.6";
10006
10006
  /**
10007
10007
  * CDK CLI for workflows and command line operations.
10008
10008
  *
10009
10009
  * CLI and lib are versioned separately, so this is the CLI version.
10010
10010
  */
10011
- readonly AWS_CDK_CLI_VERSION: "2.1123.0";
10011
+ readonly AWS_CDK_CLI_VERSION: "2.1124.1";
10012
10012
  /**
10013
10013
  * CDK Version to use for construct projects.
10014
10014
  *
10015
10015
  * CLI and lib are versioned separately, so this is the lib version.
10016
10016
  */
10017
- readonly AWS_CDK_LIB_VERSION: "2.256.0";
10017
+ readonly AWS_CDK_LIB_VERSION: "2.256.1";
10018
10018
  /**
10019
10019
  * Version of the AWS Constructs library to use.
10020
10020
  */
@@ -10031,11 +10031,11 @@ declare const VERSION: {
10031
10031
  /**
10032
10032
  * Version of PNPM to use in workflows at github actions.
10033
10033
  */
10034
- readonly PNPM_VERSION: "11.1.3";
10034
+ readonly PNPM_VERSION: "11.2.1";
10035
10035
  /**
10036
10036
  * Version of Projen to use.
10037
10037
  */
10038
- readonly PROJEN_VERSION: "0.99.62";
10038
+ readonly PROJEN_VERSION: "0.99.63";
10039
10039
  /**
10040
10040
  * Version of `actions/setup-node` to use in GitHub workflows.
10041
10041
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
package/lib/index.d.ts CHANGED
@@ -10051,19 +10051,19 @@ declare const VERSION: {
10051
10051
  /**
10052
10052
  * Version of Astro to pin for AstroProject scaffolding.
10053
10053
  */
10054
- readonly ASTRO_VERSION: "6.3.5";
10054
+ readonly ASTRO_VERSION: "6.3.6";
10055
10055
  /**
10056
10056
  * CDK CLI for workflows and command line operations.
10057
10057
  *
10058
10058
  * CLI and lib are versioned separately, so this is the CLI version.
10059
10059
  */
10060
- readonly AWS_CDK_CLI_VERSION: "2.1123.0";
10060
+ readonly AWS_CDK_CLI_VERSION: "2.1124.1";
10061
10061
  /**
10062
10062
  * CDK Version to use for construct projects.
10063
10063
  *
10064
10064
  * CLI and lib are versioned separately, so this is the lib version.
10065
10065
  */
10066
- readonly AWS_CDK_LIB_VERSION: "2.256.0";
10066
+ readonly AWS_CDK_LIB_VERSION: "2.256.1";
10067
10067
  /**
10068
10068
  * Version of the AWS Constructs library to use.
10069
10069
  */
@@ -10080,11 +10080,11 @@ declare const VERSION: {
10080
10080
  /**
10081
10081
  * Version of PNPM to use in workflows at github actions.
10082
10082
  */
10083
- readonly PNPM_VERSION: "11.1.3";
10083
+ readonly PNPM_VERSION: "11.2.1";
10084
10084
  /**
10085
10085
  * Version of Projen to use.
10086
10086
  */
10087
- readonly PROJEN_VERSION: "0.99.62";
10087
+ readonly PROJEN_VERSION: "0.99.63";
10088
10088
  /**
10089
10089
  * Version of `actions/setup-node` to use in GitHub workflows.
10090
10090
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
package/lib/index.js CHANGED
@@ -28368,19 +28368,19 @@ var VERSION = {
28368
28368
  /**
28369
28369
  * Version of Astro to pin for AstroProject scaffolding.
28370
28370
  */
28371
- ASTRO_VERSION: "6.3.5",
28371
+ ASTRO_VERSION: "6.3.6",
28372
28372
  /**
28373
28373
  * CDK CLI for workflows and command line operations.
28374
28374
  *
28375
28375
  * CLI and lib are versioned separately, so this is the CLI version.
28376
28376
  */
28377
- AWS_CDK_CLI_VERSION: "2.1123.0",
28377
+ AWS_CDK_CLI_VERSION: "2.1124.1",
28378
28378
  /**
28379
28379
  * CDK Version to use for construct projects.
28380
28380
  *
28381
28381
  * CLI and lib are versioned separately, so this is the lib version.
28382
28382
  */
28383
- AWS_CDK_LIB_VERSION: "2.256.0",
28383
+ AWS_CDK_LIB_VERSION: "2.256.1",
28384
28384
  /**
28385
28385
  * Version of the AWS Constructs library to use.
28386
28386
  */
@@ -28397,11 +28397,11 @@ var VERSION = {
28397
28397
  /**
28398
28398
  * Version of PNPM to use in workflows at github actions.
28399
28399
  */
28400
- PNPM_VERSION: "11.1.3",
28400
+ PNPM_VERSION: "11.2.1",
28401
28401
  /**
28402
28402
  * Version of Projen to use.
28403
28403
  */
28404
- PROJEN_VERSION: "0.99.62",
28404
+ PROJEN_VERSION: "0.99.63",
28405
28405
  /**
28406
28406
  * Version of `actions/setup-node` to use in GitHub workflows.
28407
28407
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).