@codedrifters/configulator 0.0.412 → 0.0.414
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 +5 -5
- package/lib/index.d.ts +5 -5
- package/lib/index.js +5 -5
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +5 -5
- package/lib/index.mjs.map +1 -1
- package/package.json +5 -5
package/lib/index.d.mts
CHANGED
|
@@ -11327,7 +11327,7 @@ declare const VERSION: {
|
|
|
11327
11327
|
/**
|
|
11328
11328
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
11329
11329
|
*/
|
|
11330
|
-
readonly ASTRO_VERSION: "7.1.
|
|
11330
|
+
readonly ASTRO_VERSION: "7.1.5";
|
|
11331
11331
|
/**
|
|
11332
11332
|
* CDK CLI for workflows and command line operations.
|
|
11333
11333
|
*
|
|
@@ -11356,11 +11356,11 @@ declare const VERSION: {
|
|
|
11356
11356
|
/**
|
|
11357
11357
|
* Version of PNPM to use in workflows at github actions.
|
|
11358
11358
|
*/
|
|
11359
|
-
readonly PNPM_VERSION: "11.
|
|
11359
|
+
readonly PNPM_VERSION: "11.18.0";
|
|
11360
11360
|
/**
|
|
11361
11361
|
* Version of Projen to use.
|
|
11362
11362
|
*/
|
|
11363
|
-
readonly PROJEN_VERSION: "0.101.
|
|
11363
|
+
readonly PROJEN_VERSION: "0.101.22";
|
|
11364
11364
|
/**
|
|
11365
11365
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
11366
11366
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
|
@@ -11374,7 +11374,7 @@ 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.5";
|
|
11378
11378
|
/**
|
|
11379
11379
|
* What version of the turborepo library should we use?
|
|
11380
11380
|
*/
|
|
@@ -11382,7 +11382,7 @@ declare const VERSION: {
|
|
|
11382
11382
|
/**
|
|
11383
11383
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
11384
11384
|
*/
|
|
11385
|
-
readonly TYPES_NODE_VERSION: "26.1.
|
|
11385
|
+
readonly TYPES_NODE_VERSION: "26.1.2";
|
|
11386
11386
|
/**
|
|
11387
11387
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
11388
11388
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|
package/lib/index.d.ts
CHANGED
|
@@ -11376,7 +11376,7 @@ declare const VERSION: {
|
|
|
11376
11376
|
/**
|
|
11377
11377
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
11378
11378
|
*/
|
|
11379
|
-
readonly ASTRO_VERSION: "7.1.
|
|
11379
|
+
readonly ASTRO_VERSION: "7.1.5";
|
|
11380
11380
|
/**
|
|
11381
11381
|
* CDK CLI for workflows and command line operations.
|
|
11382
11382
|
*
|
|
@@ -11405,11 +11405,11 @@ declare const VERSION: {
|
|
|
11405
11405
|
/**
|
|
11406
11406
|
* Version of PNPM to use in workflows at github actions.
|
|
11407
11407
|
*/
|
|
11408
|
-
readonly PNPM_VERSION: "11.
|
|
11408
|
+
readonly PNPM_VERSION: "11.18.0";
|
|
11409
11409
|
/**
|
|
11410
11410
|
* Version of Projen to use.
|
|
11411
11411
|
*/
|
|
11412
|
-
readonly PROJEN_VERSION: "0.101.
|
|
11412
|
+
readonly PROJEN_VERSION: "0.101.22";
|
|
11413
11413
|
/**
|
|
11414
11414
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
11415
11415
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
|
@@ -11423,7 +11423,7 @@ 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.5";
|
|
11427
11427
|
/**
|
|
11428
11428
|
* What version of the turborepo library should we use?
|
|
11429
11429
|
*/
|
|
@@ -11431,7 +11431,7 @@ declare const VERSION: {
|
|
|
11431
11431
|
/**
|
|
11432
11432
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
11433
11433
|
*/
|
|
11434
|
-
readonly TYPES_NODE_VERSION: "26.1.
|
|
11434
|
+
readonly TYPES_NODE_VERSION: "26.1.2";
|
|
11435
11435
|
/**
|
|
11436
11436
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
11437
11437
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|
package/lib/index.js
CHANGED
|
@@ -34649,7 +34649,7 @@ var VERSION = {
|
|
|
34649
34649
|
/**
|
|
34650
34650
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
34651
34651
|
*/
|
|
34652
|
-
ASTRO_VERSION: "7.1.
|
|
34652
|
+
ASTRO_VERSION: "7.1.5",
|
|
34653
34653
|
/**
|
|
34654
34654
|
* CDK CLI for workflows and command line operations.
|
|
34655
34655
|
*
|
|
@@ -34678,11 +34678,11 @@ var VERSION = {
|
|
|
34678
34678
|
/**
|
|
34679
34679
|
* Version of PNPM to use in workflows at github actions.
|
|
34680
34680
|
*/
|
|
34681
|
-
PNPM_VERSION: "11.
|
|
34681
|
+
PNPM_VERSION: "11.18.0",
|
|
34682
34682
|
/**
|
|
34683
34683
|
* Version of Projen to use.
|
|
34684
34684
|
*/
|
|
34685
|
-
PROJEN_VERSION: "0.101.
|
|
34685
|
+
PROJEN_VERSION: "0.101.22",
|
|
34686
34686
|
/**
|
|
34687
34687
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
34688
34688
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
|
@@ -34696,7 +34696,7 @@ var VERSION = {
|
|
|
34696
34696
|
/**
|
|
34697
34697
|
* Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
|
|
34698
34698
|
*/
|
|
34699
|
-
STARLIGHT_VERSION: "0.41.
|
|
34699
|
+
STARLIGHT_VERSION: "0.41.5",
|
|
34700
34700
|
/**
|
|
34701
34701
|
* What version of the turborepo library should we use?
|
|
34702
34702
|
*/
|
|
@@ -34704,7 +34704,7 @@ var VERSION = {
|
|
|
34704
34704
|
/**
|
|
34705
34705
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
34706
34706
|
*/
|
|
34707
|
-
TYPES_NODE_VERSION: "26.1.
|
|
34707
|
+
TYPES_NODE_VERSION: "26.1.2",
|
|
34708
34708
|
/**
|
|
34709
34709
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
34710
34710
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|