@codedrifters/configulator 0.0.348 → 0.0.350
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 +7 -7
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.6";
|
|
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.
|
|
10292
|
+
readonly AWS_CDK_LIB_VERSION: "2.259.0";
|
|
10293
10293
|
/**
|
|
10294
10294
|
* Version of the AWS Constructs library to use.
|
|
10295
10295
|
*/
|
|
@@ -10306,11 +10306,11 @@ declare const VERSION: {
|
|
|
10306
10306
|
/**
|
|
10307
10307
|
* Version of PNPM to use in workflows at github actions.
|
|
10308
10308
|
*/
|
|
10309
|
-
readonly PNPM_VERSION: "11.
|
|
10309
|
+
readonly PNPM_VERSION: "11.6.0";
|
|
10310
10310
|
/**
|
|
10311
10311
|
* Version of Projen to use.
|
|
10312
10312
|
*/
|
|
10313
|
-
readonly PROJEN_VERSION: "0.99.
|
|
10313
|
+
readonly PROJEN_VERSION: "0.99.74";
|
|
10314
10314
|
/**
|
|
10315
10315
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
10316
10316
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
|
@@ -10320,7 +10320,7 @@ declare const VERSION: {
|
|
|
10320
10320
|
* Version of sharp to pin for StarlightProject (required peer for
|
|
10321
10321
|
* Starlight's image optimization pipeline).
|
|
10322
10322
|
*/
|
|
10323
|
-
readonly SHARP_VERSION: "0.
|
|
10323
|
+
readonly SHARP_VERSION: "0.35.1";
|
|
10324
10324
|
/**
|
|
10325
10325
|
* Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
|
|
10326
10326
|
*/
|
|
@@ -10328,11 +10328,11 @@ declare const VERSION: {
|
|
|
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.18";
|
|
10332
10332
|
/**
|
|
10333
10333
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
10334
10334
|
*/
|
|
10335
|
-
readonly TYPES_NODE_VERSION: "25.9.
|
|
10335
|
+
readonly TYPES_NODE_VERSION: "25.9.3";
|
|
10336
10336
|
/**
|
|
10337
10337
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
10338
10338
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|
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.6";
|
|
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.
|
|
10341
|
+
readonly AWS_CDK_LIB_VERSION: "2.259.0";
|
|
10342
10342
|
/**
|
|
10343
10343
|
* Version of the AWS Constructs library to use.
|
|
10344
10344
|
*/
|
|
@@ -10355,11 +10355,11 @@ declare const VERSION: {
|
|
|
10355
10355
|
/**
|
|
10356
10356
|
* Version of PNPM to use in workflows at github actions.
|
|
10357
10357
|
*/
|
|
10358
|
-
readonly PNPM_VERSION: "11.
|
|
10358
|
+
readonly PNPM_VERSION: "11.6.0";
|
|
10359
10359
|
/**
|
|
10360
10360
|
* Version of Projen to use.
|
|
10361
10361
|
*/
|
|
10362
|
-
readonly PROJEN_VERSION: "0.99.
|
|
10362
|
+
readonly PROJEN_VERSION: "0.99.74";
|
|
10363
10363
|
/**
|
|
10364
10364
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
10365
10365
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
|
@@ -10369,7 +10369,7 @@ declare const VERSION: {
|
|
|
10369
10369
|
* Version of sharp to pin for StarlightProject (required peer for
|
|
10370
10370
|
* Starlight's image optimization pipeline).
|
|
10371
10371
|
*/
|
|
10372
|
-
readonly SHARP_VERSION: "0.
|
|
10372
|
+
readonly SHARP_VERSION: "0.35.1";
|
|
10373
10373
|
/**
|
|
10374
10374
|
* Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
|
|
10375
10375
|
*/
|
|
@@ -10377,11 +10377,11 @@ declare const VERSION: {
|
|
|
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.18";
|
|
10381
10381
|
/**
|
|
10382
10382
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
10383
10383
|
*/
|
|
10384
|
-
readonly TYPES_NODE_VERSION: "25.9.
|
|
10384
|
+
readonly TYPES_NODE_VERSION: "25.9.3";
|
|
10385
10385
|
/**
|
|
10386
10386
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
10387
10387
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|
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.6",
|
|
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.
|
|
29370
|
+
AWS_CDK_LIB_VERSION: "2.259.0",
|
|
29371
29371
|
/**
|
|
29372
29372
|
* Version of the AWS Constructs library to use.
|
|
29373
29373
|
*/
|
|
@@ -29384,11 +29384,11 @@ var VERSION = {
|
|
|
29384
29384
|
/**
|
|
29385
29385
|
* Version of PNPM to use in workflows at github actions.
|
|
29386
29386
|
*/
|
|
29387
|
-
PNPM_VERSION: "11.
|
|
29387
|
+
PNPM_VERSION: "11.6.0",
|
|
29388
29388
|
/**
|
|
29389
29389
|
* Version of Projen to use.
|
|
29390
29390
|
*/
|
|
29391
|
-
PROJEN_VERSION: "0.99.
|
|
29391
|
+
PROJEN_VERSION: "0.99.74",
|
|
29392
29392
|
/**
|
|
29393
29393
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
29394
29394
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
|
@@ -29398,7 +29398,7 @@ var VERSION = {
|
|
|
29398
29398
|
* Version of sharp to pin for StarlightProject (required peer for
|
|
29399
29399
|
* Starlight's image optimization pipeline).
|
|
29400
29400
|
*/
|
|
29401
|
-
SHARP_VERSION: "0.
|
|
29401
|
+
SHARP_VERSION: "0.35.1",
|
|
29402
29402
|
/**
|
|
29403
29403
|
* Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
|
|
29404
29404
|
*/
|
|
@@ -29406,11 +29406,11 @@ var VERSION = {
|
|
|
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.18",
|
|
29410
29410
|
/**
|
|
29411
29411
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
29412
29412
|
*/
|
|
29413
|
-
TYPES_NODE_VERSION: "25.9.
|
|
29413
|
+
TYPES_NODE_VERSION: "25.9.3",
|
|
29414
29414
|
/**
|
|
29415
29415
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
29416
29416
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|