@codedrifters/configulator 0.0.346 → 0.0.348
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 +2 -2
package/lib/index.d.mts
CHANGED
|
@@ -10277,7 +10277,7 @@ declare const VERSION: {
|
|
|
10277
10277
|
/**
|
|
10278
10278
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
10279
10279
|
*/
|
|
10280
|
-
readonly ASTRO_VERSION: "6.4.
|
|
10280
|
+
readonly ASTRO_VERSION: "6.4.5";
|
|
10281
10281
|
/**
|
|
10282
10282
|
* CDK CLI for workflows and command line operations.
|
|
10283
10283
|
*
|
|
@@ -10289,7 +10289,7 @@ declare const VERSION: {
|
|
|
10289
10289
|
*
|
|
10290
10290
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
10291
10291
|
*/
|
|
10292
|
-
readonly AWS_CDK_LIB_VERSION: "2.258.
|
|
10292
|
+
readonly AWS_CDK_LIB_VERSION: "2.258.1";
|
|
10293
10293
|
/**
|
|
10294
10294
|
* Version of the AWS Constructs library to use.
|
|
10295
10295
|
*/
|
|
@@ -10324,11 +10324,11 @@ declare const VERSION: {
|
|
|
10324
10324
|
/**
|
|
10325
10325
|
* Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
|
|
10326
10326
|
*/
|
|
10327
|
-
readonly STARLIGHT_VERSION: "0.
|
|
10327
|
+
readonly STARLIGHT_VERSION: "0.40.0";
|
|
10328
10328
|
/**
|
|
10329
10329
|
* What version of the turborepo library should we use?
|
|
10330
10330
|
*/
|
|
10331
|
-
readonly TURBO_VERSION: "2.9.
|
|
10331
|
+
readonly TURBO_VERSION: "2.9.17";
|
|
10332
10332
|
/**
|
|
10333
10333
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
10334
10334
|
*/
|
package/lib/index.d.ts
CHANGED
|
@@ -10326,7 +10326,7 @@ declare const VERSION: {
|
|
|
10326
10326
|
/**
|
|
10327
10327
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
10328
10328
|
*/
|
|
10329
|
-
readonly ASTRO_VERSION: "6.4.
|
|
10329
|
+
readonly ASTRO_VERSION: "6.4.5";
|
|
10330
10330
|
/**
|
|
10331
10331
|
* CDK CLI for workflows and command line operations.
|
|
10332
10332
|
*
|
|
@@ -10338,7 +10338,7 @@ declare const VERSION: {
|
|
|
10338
10338
|
*
|
|
10339
10339
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
10340
10340
|
*/
|
|
10341
|
-
readonly AWS_CDK_LIB_VERSION: "2.258.
|
|
10341
|
+
readonly AWS_CDK_LIB_VERSION: "2.258.1";
|
|
10342
10342
|
/**
|
|
10343
10343
|
* Version of the AWS Constructs library to use.
|
|
10344
10344
|
*/
|
|
@@ -10373,11 +10373,11 @@ declare const VERSION: {
|
|
|
10373
10373
|
/**
|
|
10374
10374
|
* Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
|
|
10375
10375
|
*/
|
|
10376
|
-
readonly STARLIGHT_VERSION: "0.
|
|
10376
|
+
readonly STARLIGHT_VERSION: "0.40.0";
|
|
10377
10377
|
/**
|
|
10378
10378
|
* What version of the turborepo library should we use?
|
|
10379
10379
|
*/
|
|
10380
|
-
readonly TURBO_VERSION: "2.9.
|
|
10380
|
+
readonly TURBO_VERSION: "2.9.17";
|
|
10381
10381
|
/**
|
|
10382
10382
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
10383
10383
|
*/
|
package/lib/index.js
CHANGED
|
@@ -29355,7 +29355,7 @@ var VERSION = {
|
|
|
29355
29355
|
/**
|
|
29356
29356
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
29357
29357
|
*/
|
|
29358
|
-
ASTRO_VERSION: "6.4.
|
|
29358
|
+
ASTRO_VERSION: "6.4.5",
|
|
29359
29359
|
/**
|
|
29360
29360
|
* CDK CLI for workflows and command line operations.
|
|
29361
29361
|
*
|
|
@@ -29367,7 +29367,7 @@ var VERSION = {
|
|
|
29367
29367
|
*
|
|
29368
29368
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
29369
29369
|
*/
|
|
29370
|
-
AWS_CDK_LIB_VERSION: "2.258.
|
|
29370
|
+
AWS_CDK_LIB_VERSION: "2.258.1",
|
|
29371
29371
|
/**
|
|
29372
29372
|
* Version of the AWS Constructs library to use.
|
|
29373
29373
|
*/
|
|
@@ -29402,11 +29402,11 @@ var VERSION = {
|
|
|
29402
29402
|
/**
|
|
29403
29403
|
* Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
|
|
29404
29404
|
*/
|
|
29405
|
-
STARLIGHT_VERSION: "0.
|
|
29405
|
+
STARLIGHT_VERSION: "0.40.0",
|
|
29406
29406
|
/**
|
|
29407
29407
|
* What version of the turborepo library should we use?
|
|
29408
29408
|
*/
|
|
29409
|
-
TURBO_VERSION: "2.9.
|
|
29409
|
+
TURBO_VERSION: "2.9.17",
|
|
29410
29410
|
/**
|
|
29411
29411
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
29412
29412
|
*/
|