@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.mjs CHANGED
@@ -28041,13 +28041,13 @@ var VERSION = {
28041
28041
  *
28042
28042
  * CLI and lib are versioned separately, so this is the CLI version.
28043
28043
  */
28044
- AWS_CDK_CLI_VERSION: "2.1122.0",
28044
+ AWS_CDK_CLI_VERSION: "2.1123.0",
28045
28045
  /**
28046
28046
  * CDK Version to use for construct projects.
28047
28047
  *
28048
28048
  * CLI and lib are versioned separately, so this is the lib version.
28049
28049
  */
28050
- AWS_CDK_LIB_VERSION: "2.254.0",
28050
+ AWS_CDK_LIB_VERSION: "2.256.0",
28051
28051
  /**
28052
28052
  * Version of the AWS Constructs library to use.
28053
28053
  */
@@ -28090,7 +28090,7 @@ var VERSION = {
28090
28090
  /**
28091
28091
  * Version of `@types/node` to use across all packages (pnpm catalog).
28092
28092
  */
28093
- TYPES_NODE_VERSION: "25.9.0",
28093
+ TYPES_NODE_VERSION: "25.9.1",
28094
28094
  /**
28095
28095
  * What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
28096
28096
  * can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override