@codedrifters/configulator 0.0.416 → 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 +4 -4
- package/lib/index.d.ts +4 -4
- package/lib/index.js +4 -4
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +4 -4
- package/lib/index.mjs.map +1 -1
- package/package.json +4 -4
package/lib/index.d.mts
CHANGED
|
@@ -11339,11 +11339,11 @@ declare const VERSION: {
|
|
|
11339
11339
|
*
|
|
11340
11340
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
11341
11341
|
*/
|
|
11342
|
-
readonly AWS_CDK_LIB_VERSION: "2.
|
|
11342
|
+
readonly AWS_CDK_LIB_VERSION: "2.263.0";
|
|
11343
11343
|
/**
|
|
11344
11344
|
* Version of the AWS Constructs library to use.
|
|
11345
11345
|
*/
|
|
11346
|
-
readonly AWS_CONSTRUCTS_VERSION: "10.
|
|
11346
|
+
readonly AWS_CONSTRUCTS_VERSION: "10.8.0";
|
|
11347
11347
|
/**
|
|
11348
11348
|
* Version of Node.js to use in CI workflows at github actions.
|
|
11349
11349
|
*/
|
|
@@ -11374,11 +11374,11 @@ declare const VERSION: {
|
|
|
11374
11374
|
/**
|
|
11375
11375
|
* Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
|
|
11376
11376
|
*/
|
|
11377
|
-
readonly STARLIGHT_VERSION: "0.41.
|
|
11377
|
+
readonly STARLIGHT_VERSION: "0.41.6";
|
|
11378
11378
|
/**
|
|
11379
11379
|
* What version of the turborepo library should we use?
|
|
11380
11380
|
*/
|
|
11381
|
-
readonly TURBO_VERSION: "2.10.
|
|
11381
|
+
readonly TURBO_VERSION: "2.10.8";
|
|
11382
11382
|
/**
|
|
11383
11383
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
11384
11384
|
*/
|
package/lib/index.d.ts
CHANGED
|
@@ -11388,11 +11388,11 @@ declare const VERSION: {
|
|
|
11388
11388
|
*
|
|
11389
11389
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
11390
11390
|
*/
|
|
11391
|
-
readonly AWS_CDK_LIB_VERSION: "2.
|
|
11391
|
+
readonly AWS_CDK_LIB_VERSION: "2.263.0";
|
|
11392
11392
|
/**
|
|
11393
11393
|
* Version of the AWS Constructs library to use.
|
|
11394
11394
|
*/
|
|
11395
|
-
readonly AWS_CONSTRUCTS_VERSION: "10.
|
|
11395
|
+
readonly AWS_CONSTRUCTS_VERSION: "10.8.0";
|
|
11396
11396
|
/**
|
|
11397
11397
|
* Version of Node.js to use in CI workflows at github actions.
|
|
11398
11398
|
*/
|
|
@@ -11423,11 +11423,11 @@ declare const VERSION: {
|
|
|
11423
11423
|
/**
|
|
11424
11424
|
* Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
|
|
11425
11425
|
*/
|
|
11426
|
-
readonly STARLIGHT_VERSION: "0.41.
|
|
11426
|
+
readonly STARLIGHT_VERSION: "0.41.6";
|
|
11427
11427
|
/**
|
|
11428
11428
|
* What version of the turborepo library should we use?
|
|
11429
11429
|
*/
|
|
11430
|
-
readonly TURBO_VERSION: "2.10.
|
|
11430
|
+
readonly TURBO_VERSION: "2.10.8";
|
|
11431
11431
|
/**
|
|
11432
11432
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
11433
11433
|
*/
|
package/lib/index.js
CHANGED
|
@@ -34805,11 +34805,11 @@ var VERSION = {
|
|
|
34805
34805
|
*
|
|
34806
34806
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
34807
34807
|
*/
|
|
34808
|
-
AWS_CDK_LIB_VERSION: "2.
|
|
34808
|
+
AWS_CDK_LIB_VERSION: "2.263.0",
|
|
34809
34809
|
/**
|
|
34810
34810
|
* Version of the AWS Constructs library to use.
|
|
34811
34811
|
*/
|
|
34812
|
-
AWS_CONSTRUCTS_VERSION: "10.
|
|
34812
|
+
AWS_CONSTRUCTS_VERSION: "10.8.0",
|
|
34813
34813
|
/**
|
|
34814
34814
|
* Version of Node.js to use in CI workflows at github actions.
|
|
34815
34815
|
*/
|
|
@@ -34840,11 +34840,11 @@ var VERSION = {
|
|
|
34840
34840
|
/**
|
|
34841
34841
|
* Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
|
|
34842
34842
|
*/
|
|
34843
|
-
STARLIGHT_VERSION: "0.41.
|
|
34843
|
+
STARLIGHT_VERSION: "0.41.6",
|
|
34844
34844
|
/**
|
|
34845
34845
|
* What version of the turborepo library should we use?
|
|
34846
34846
|
*/
|
|
34847
|
-
TURBO_VERSION: "2.10.
|
|
34847
|
+
TURBO_VERSION: "2.10.8",
|
|
34848
34848
|
/**
|
|
34849
34849
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
34850
34850
|
*/
|