@codedrifters/configulator 0.0.342 → 0.0.344

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
@@ -28966,7 +28966,7 @@ var VERSION = {
28966
28966
  *
28967
28967
  * CLI and lib are versioned separately, so this is the lib version.
28968
28968
  */
28969
- AWS_CDK_LIB_VERSION: "2.257.0",
28969
+ AWS_CDK_LIB_VERSION: "2.258.0",
28970
28970
  /**
28971
28971
  * Version of the AWS Constructs library to use.
28972
28972
  */
@@ -28983,7 +28983,7 @@ var VERSION = {
28983
28983
  /**
28984
28984
  * Version of PNPM to use in workflows at github actions.
28985
28985
  */
28986
- PNPM_VERSION: "11.5.1",
28986
+ PNPM_VERSION: "11.5.2",
28987
28987
  /**
28988
28988
  * Version of Projen to use.
28989
28989
  */
@@ -29009,7 +29009,7 @@ var VERSION = {
29009
29009
  /**
29010
29010
  * Version of `@types/node` to use across all packages (pnpm catalog).
29011
29011
  */
29012
- TYPES_NODE_VERSION: "25.9.1",
29012
+ TYPES_NODE_VERSION: "25.9.2",
29013
29013
  /**
29014
29014
  * What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
29015
29015
  * can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override