@codedrifters/configulator 0.0.460 → 0.0.462

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
@@ -11863,19 +11863,19 @@ declare const VERSION: {
11863
11863
  /**
11864
11864
  * Version of Astro to pin for AstroProject scaffolding.
11865
11865
  */
11866
- readonly ASTRO_VERSION: "7.2.2";
11866
+ readonly ASTRO_VERSION: "7.2.4";
11867
11867
  /**
11868
11868
  * CDK CLI for workflows and command line operations.
11869
11869
  *
11870
11870
  * CLI and lib are versioned separately, so this is the CLI version.
11871
11871
  */
11872
- readonly AWS_CDK_CLI_VERSION: "2.1137.0";
11872
+ readonly AWS_CDK_CLI_VERSION: "2.1138.0";
11873
11873
  /**
11874
11874
  * CDK Version to use for construct projects.
11875
11875
  *
11876
11876
  * CLI and lib are versioned separately, so this is the lib version.
11877
11877
  */
11878
- readonly AWS_CDK_LIB_VERSION: "2.265.0";
11878
+ readonly AWS_CDK_LIB_VERSION: "2.266.0";
11879
11879
  /**
11880
11880
  * Version of the AWS Constructs library to use.
11881
11881
  */
@@ -11896,7 +11896,7 @@ declare const VERSION: {
11896
11896
  /**
11897
11897
  * Version of Projen to use.
11898
11898
  */
11899
- readonly PROJEN_VERSION: "0.101.31";
11899
+ readonly PROJEN_VERSION: "0.101.34";
11900
11900
  /**
11901
11901
  * Version of `actions/setup-node` to use in GitHub workflows.
11902
11902
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
@@ -11914,7 +11914,7 @@ declare const VERSION: {
11914
11914
  /**
11915
11915
  * What version of the turborepo library should we use?
11916
11916
  */
11917
- readonly TURBO_VERSION: "2.10.10";
11917
+ readonly TURBO_VERSION: "2.10.11";
11918
11918
  /**
11919
11919
  * Version of `@types/node` to use across all packages (pnpm catalog).
11920
11920
  */
@@ -11927,7 +11927,7 @@ declare const VERSION: {
11927
11927
  * packages are seeded into the monorepo's pnpm catalog from this constant,
11928
11928
  * so `Vitest` renders them as `catalog:` wherever that catalog exists.
11929
11929
  */
11930
- readonly VITEST_VERSION: "4.1.10";
11930
+ readonly VITEST_VERSION: "4.1.11";
11931
11931
  };
11932
11932
 
11933
11933
  /**
package/lib/index.d.ts CHANGED
@@ -11912,19 +11912,19 @@ declare const VERSION: {
11912
11912
  /**
11913
11913
  * Version of Astro to pin for AstroProject scaffolding.
11914
11914
  */
11915
- readonly ASTRO_VERSION: "7.2.2";
11915
+ readonly ASTRO_VERSION: "7.2.4";
11916
11916
  /**
11917
11917
  * CDK CLI for workflows and command line operations.
11918
11918
  *
11919
11919
  * CLI and lib are versioned separately, so this is the CLI version.
11920
11920
  */
11921
- readonly AWS_CDK_CLI_VERSION: "2.1137.0";
11921
+ readonly AWS_CDK_CLI_VERSION: "2.1138.0";
11922
11922
  /**
11923
11923
  * CDK Version to use for construct projects.
11924
11924
  *
11925
11925
  * CLI and lib are versioned separately, so this is the lib version.
11926
11926
  */
11927
- readonly AWS_CDK_LIB_VERSION: "2.265.0";
11927
+ readonly AWS_CDK_LIB_VERSION: "2.266.0";
11928
11928
  /**
11929
11929
  * Version of the AWS Constructs library to use.
11930
11930
  */
@@ -11945,7 +11945,7 @@ declare const VERSION: {
11945
11945
  /**
11946
11946
  * Version of Projen to use.
11947
11947
  */
11948
- readonly PROJEN_VERSION: "0.101.31";
11948
+ readonly PROJEN_VERSION: "0.101.34";
11949
11949
  /**
11950
11950
  * Version of `actions/setup-node` to use in GitHub workflows.
11951
11951
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
@@ -11963,7 +11963,7 @@ declare const VERSION: {
11963
11963
  /**
11964
11964
  * What version of the turborepo library should we use?
11965
11965
  */
11966
- readonly TURBO_VERSION: "2.10.10";
11966
+ readonly TURBO_VERSION: "2.10.11";
11967
11967
  /**
11968
11968
  * Version of `@types/node` to use across all packages (pnpm catalog).
11969
11969
  */
@@ -11976,7 +11976,7 @@ declare const VERSION: {
11976
11976
  * packages are seeded into the monorepo's pnpm catalog from this constant,
11977
11977
  * so `Vitest` renders them as `catalog:` wherever that catalog exists.
11978
11978
  */
11979
- readonly VITEST_VERSION: "4.1.10";
11979
+ readonly VITEST_VERSION: "4.1.11";
11980
11980
  };
11981
11981
 
11982
11982
  /**
package/lib/index.js CHANGED
@@ -35003,19 +35003,19 @@ var VERSION = {
35003
35003
  /**
35004
35004
  * Version of Astro to pin for AstroProject scaffolding.
35005
35005
  */
35006
- ASTRO_VERSION: "7.2.2",
35006
+ ASTRO_VERSION: "7.2.4",
35007
35007
  /**
35008
35008
  * CDK CLI for workflows and command line operations.
35009
35009
  *
35010
35010
  * CLI and lib are versioned separately, so this is the CLI version.
35011
35011
  */
35012
- AWS_CDK_CLI_VERSION: "2.1137.0",
35012
+ AWS_CDK_CLI_VERSION: "2.1138.0",
35013
35013
  /**
35014
35014
  * CDK Version to use for construct projects.
35015
35015
  *
35016
35016
  * CLI and lib are versioned separately, so this is the lib version.
35017
35017
  */
35018
- AWS_CDK_LIB_VERSION: "2.265.0",
35018
+ AWS_CDK_LIB_VERSION: "2.266.0",
35019
35019
  /**
35020
35020
  * Version of the AWS Constructs library to use.
35021
35021
  */
@@ -35036,7 +35036,7 @@ var VERSION = {
35036
35036
  /**
35037
35037
  * Version of Projen to use.
35038
35038
  */
35039
- PROJEN_VERSION: "0.101.31",
35039
+ PROJEN_VERSION: "0.101.34",
35040
35040
  /**
35041
35041
  * Version of `actions/setup-node` to use in GitHub workflows.
35042
35042
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
@@ -35054,7 +35054,7 @@ var VERSION = {
35054
35054
  /**
35055
35055
  * What version of the turborepo library should we use?
35056
35056
  */
35057
- TURBO_VERSION: "2.10.10",
35057
+ TURBO_VERSION: "2.10.11",
35058
35058
  /**
35059
35059
  * Version of `@types/node` to use across all packages (pnpm catalog).
35060
35060
  */
@@ -35067,7 +35067,7 @@ var VERSION = {
35067
35067
  * packages are seeded into the monorepo's pnpm catalog from this constant,
35068
35068
  * so `Vitest` renders them as `catalog:` wherever that catalog exists.
35069
35069
  */
35070
- VITEST_VERSION: "4.1.10"
35070
+ VITEST_VERSION: "4.1.11"
35071
35071
  };
35072
35072
 
35073
35073
  // src/vitest/vitest-component.ts