@codedrifters/configulator 0.0.322 → 0.0.323

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
@@ -10008,13 +10008,13 @@ declare const VERSION: {
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.1122.0";
10011
+ readonly AWS_CDK_CLI_VERSION: "2.1123.0";
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.254.0";
10017
+ readonly AWS_CDK_LIB_VERSION: "2.256.0";
10018
10018
  /**
10019
10019
  * Version of the AWS Constructs library to use.
10020
10020
  */
@@ -10057,7 +10057,7 @@ declare const VERSION: {
10057
10057
  /**
10058
10058
  * Version of `@types/node` to use across all packages (pnpm catalog).
10059
10059
  */
10060
- readonly TYPES_NODE_VERSION: "25.9.0";
10060
+ readonly TYPES_NODE_VERSION: "25.9.1";
10061
10061
  /**
10062
10062
  * What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
10063
10063
  * can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
package/lib/index.d.ts CHANGED
@@ -10057,13 +10057,13 @@ declare const VERSION: {
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.1122.0";
10060
+ readonly AWS_CDK_CLI_VERSION: "2.1123.0";
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.254.0";
10066
+ readonly AWS_CDK_LIB_VERSION: "2.256.0";
10067
10067
  /**
10068
10068
  * Version of the AWS Constructs library to use.
10069
10069
  */
@@ -10106,7 +10106,7 @@ declare const VERSION: {
10106
10106
  /**
10107
10107
  * Version of `@types/node` to use across all packages (pnpm catalog).
10108
10108
  */
10109
- readonly TYPES_NODE_VERSION: "25.9.0";
10109
+ readonly TYPES_NODE_VERSION: "25.9.1";
10110
10110
  /**
10111
10111
  * What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
10112
10112
  * can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
package/lib/index.js CHANGED
@@ -28374,13 +28374,13 @@ var VERSION = {
28374
28374
  *
28375
28375
  * CLI and lib are versioned separately, so this is the CLI version.
28376
28376
  */
28377
- AWS_CDK_CLI_VERSION: "2.1122.0",
28377
+ AWS_CDK_CLI_VERSION: "2.1123.0",
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.254.0",
28383
+ AWS_CDK_LIB_VERSION: "2.256.0",
28384
28384
  /**
28385
28385
  * Version of the AWS Constructs library to use.
28386
28386
  */
@@ -28423,7 +28423,7 @@ var VERSION = {
28423
28423
  /**
28424
28424
  * Version of `@types/node` to use across all packages (pnpm catalog).
28425
28425
  */
28426
- TYPES_NODE_VERSION: "25.9.0",
28426
+ TYPES_NODE_VERSION: "25.9.1",
28427
28427
  /**
28428
28428
  * What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
28429
28429
  * can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override