@codedrifters/configulator 0.0.417 → 0.0.418
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 +3 -3
- package/lib/index.d.ts +3 -3
- package/lib/index.js +3 -3
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +3 -3
- package/lib/index.mjs.map +1 -1
- package/package.json +2 -2
package/lib/index.mjs
CHANGED
|
@@ -34430,7 +34430,7 @@ var VERSION = {
|
|
|
34430
34430
|
*
|
|
34431
34431
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
34432
34432
|
*/
|
|
34433
|
-
AWS_CDK_LIB_VERSION: "2.
|
|
34433
|
+
AWS_CDK_LIB_VERSION: "2.263.0",
|
|
34434
34434
|
/**
|
|
34435
34435
|
* Version of the AWS Constructs library to use.
|
|
34436
34436
|
*/
|
|
@@ -34465,11 +34465,11 @@ var VERSION = {
|
|
|
34465
34465
|
/**
|
|
34466
34466
|
* Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
|
|
34467
34467
|
*/
|
|
34468
|
-
STARLIGHT_VERSION: "0.41.
|
|
34468
|
+
STARLIGHT_VERSION: "0.41.6",
|
|
34469
34469
|
/**
|
|
34470
34470
|
* What version of the turborepo library should we use?
|
|
34471
34471
|
*/
|
|
34472
|
-
TURBO_VERSION: "2.10.
|
|
34472
|
+
TURBO_VERSION: "2.10.8",
|
|
34473
34473
|
/**
|
|
34474
34474
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
34475
34475
|
*/
|