@codedrifters/configulator 0.0.376 → 0.0.378
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 +7 -7
- package/lib/index.d.ts +7 -7
- package/lib/index.js +7 -7
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +7 -7
- package/lib/index.mjs.map +1 -1
- package/package.json +4 -4
package/lib/index.d.mts
CHANGED
|
@@ -10533,13 +10533,13 @@ declare const VERSION: {
|
|
|
10533
10533
|
/**
|
|
10534
10534
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
10535
10535
|
*/
|
|
10536
|
-
readonly ASTRO_VERSION: "7.0.
|
|
10536
|
+
readonly ASTRO_VERSION: "7.0.5";
|
|
10537
10537
|
/**
|
|
10538
10538
|
* CDK CLI for workflows and command line operations.
|
|
10539
10539
|
*
|
|
10540
10540
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
10541
10541
|
*/
|
|
10542
|
-
readonly AWS_CDK_CLI_VERSION: "2.
|
|
10542
|
+
readonly AWS_CDK_CLI_VERSION: "2.1129.0";
|
|
10543
10543
|
/**
|
|
10544
10544
|
* CDK Version to use for construct projects.
|
|
10545
10545
|
*
|
|
@@ -10566,7 +10566,7 @@ declare const VERSION: {
|
|
|
10566
10566
|
/**
|
|
10567
10567
|
* Version of Projen to use.
|
|
10568
10568
|
*/
|
|
10569
|
-
readonly PROJEN_VERSION: "0.101.
|
|
10569
|
+
readonly PROJEN_VERSION: "0.101.4";
|
|
10570
10570
|
/**
|
|
10571
10571
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
10572
10572
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
|
@@ -10576,19 +10576,19 @@ declare const VERSION: {
|
|
|
10576
10576
|
* Version of sharp to pin for StarlightProject (required peer for
|
|
10577
10577
|
* Starlight's image optimization pipeline).
|
|
10578
10578
|
*/
|
|
10579
|
-
readonly SHARP_VERSION: "0.35.
|
|
10579
|
+
readonly SHARP_VERSION: "0.35.3";
|
|
10580
10580
|
/**
|
|
10581
10581
|
* Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
|
|
10582
10582
|
*/
|
|
10583
|
-
readonly STARLIGHT_VERSION: "0.41.
|
|
10583
|
+
readonly STARLIGHT_VERSION: "0.41.2";
|
|
10584
10584
|
/**
|
|
10585
10585
|
* What version of the turborepo library should we use?
|
|
10586
10586
|
*/
|
|
10587
|
-
readonly TURBO_VERSION: "2.10.
|
|
10587
|
+
readonly TURBO_VERSION: "2.10.2";
|
|
10588
10588
|
/**
|
|
10589
10589
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
10590
10590
|
*/
|
|
10591
|
-
readonly TYPES_NODE_VERSION: "26.0
|
|
10591
|
+
readonly TYPES_NODE_VERSION: "26.1.0";
|
|
10592
10592
|
/**
|
|
10593
10593
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
10594
10594
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|
package/lib/index.d.ts
CHANGED
|
@@ -10582,13 +10582,13 @@ declare const VERSION: {
|
|
|
10582
10582
|
/**
|
|
10583
10583
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
10584
10584
|
*/
|
|
10585
|
-
readonly ASTRO_VERSION: "7.0.
|
|
10585
|
+
readonly ASTRO_VERSION: "7.0.5";
|
|
10586
10586
|
/**
|
|
10587
10587
|
* CDK CLI for workflows and command line operations.
|
|
10588
10588
|
*
|
|
10589
10589
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
10590
10590
|
*/
|
|
10591
|
-
readonly AWS_CDK_CLI_VERSION: "2.
|
|
10591
|
+
readonly AWS_CDK_CLI_VERSION: "2.1129.0";
|
|
10592
10592
|
/**
|
|
10593
10593
|
* CDK Version to use for construct projects.
|
|
10594
10594
|
*
|
|
@@ -10615,7 +10615,7 @@ declare const VERSION: {
|
|
|
10615
10615
|
/**
|
|
10616
10616
|
* Version of Projen to use.
|
|
10617
10617
|
*/
|
|
10618
|
-
readonly PROJEN_VERSION: "0.101.
|
|
10618
|
+
readonly PROJEN_VERSION: "0.101.4";
|
|
10619
10619
|
/**
|
|
10620
10620
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
10621
10621
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
|
@@ -10625,19 +10625,19 @@ declare const VERSION: {
|
|
|
10625
10625
|
* Version of sharp to pin for StarlightProject (required peer for
|
|
10626
10626
|
* Starlight's image optimization pipeline).
|
|
10627
10627
|
*/
|
|
10628
|
-
readonly SHARP_VERSION: "0.35.
|
|
10628
|
+
readonly SHARP_VERSION: "0.35.3";
|
|
10629
10629
|
/**
|
|
10630
10630
|
* Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
|
|
10631
10631
|
*/
|
|
10632
|
-
readonly STARLIGHT_VERSION: "0.41.
|
|
10632
|
+
readonly STARLIGHT_VERSION: "0.41.2";
|
|
10633
10633
|
/**
|
|
10634
10634
|
* What version of the turborepo library should we use?
|
|
10635
10635
|
*/
|
|
10636
|
-
readonly TURBO_VERSION: "2.10.
|
|
10636
|
+
readonly TURBO_VERSION: "2.10.2";
|
|
10637
10637
|
/**
|
|
10638
10638
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
10639
10639
|
*/
|
|
10640
|
-
readonly TYPES_NODE_VERSION: "26.0
|
|
10640
|
+
readonly TYPES_NODE_VERSION: "26.1.0";
|
|
10641
10641
|
/**
|
|
10642
10642
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
10643
10643
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|
package/lib/index.js
CHANGED
|
@@ -31277,13 +31277,13 @@ var VERSION = {
|
|
|
31277
31277
|
/**
|
|
31278
31278
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
31279
31279
|
*/
|
|
31280
|
-
ASTRO_VERSION: "7.0.
|
|
31280
|
+
ASTRO_VERSION: "7.0.5",
|
|
31281
31281
|
/**
|
|
31282
31282
|
* CDK CLI for workflows and command line operations.
|
|
31283
31283
|
*
|
|
31284
31284
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
31285
31285
|
*/
|
|
31286
|
-
AWS_CDK_CLI_VERSION: "2.
|
|
31286
|
+
AWS_CDK_CLI_VERSION: "2.1129.0",
|
|
31287
31287
|
/**
|
|
31288
31288
|
* CDK Version to use for construct projects.
|
|
31289
31289
|
*
|
|
@@ -31310,7 +31310,7 @@ var VERSION = {
|
|
|
31310
31310
|
/**
|
|
31311
31311
|
* Version of Projen to use.
|
|
31312
31312
|
*/
|
|
31313
|
-
PROJEN_VERSION: "0.101.
|
|
31313
|
+
PROJEN_VERSION: "0.101.4",
|
|
31314
31314
|
/**
|
|
31315
31315
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
31316
31316
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
|
@@ -31320,19 +31320,19 @@ var VERSION = {
|
|
|
31320
31320
|
* Version of sharp to pin for StarlightProject (required peer for
|
|
31321
31321
|
* Starlight's image optimization pipeline).
|
|
31322
31322
|
*/
|
|
31323
|
-
SHARP_VERSION: "0.35.
|
|
31323
|
+
SHARP_VERSION: "0.35.3",
|
|
31324
31324
|
/**
|
|
31325
31325
|
* Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
|
|
31326
31326
|
*/
|
|
31327
|
-
STARLIGHT_VERSION: "0.41.
|
|
31327
|
+
STARLIGHT_VERSION: "0.41.2",
|
|
31328
31328
|
/**
|
|
31329
31329
|
* What version of the turborepo library should we use?
|
|
31330
31330
|
*/
|
|
31331
|
-
TURBO_VERSION: "2.10.
|
|
31331
|
+
TURBO_VERSION: "2.10.2",
|
|
31332
31332
|
/**
|
|
31333
31333
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
31334
31334
|
*/
|
|
31335
|
-
TYPES_NODE_VERSION: "26.0
|
|
31335
|
+
TYPES_NODE_VERSION: "26.1.0",
|
|
31336
31336
|
/**
|
|
31337
31337
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
31338
31338
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|