@codedrifters/configulator 0.0.469 → 0.0.470
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 +6 -6
package/lib/index.mjs
CHANGED
|
@@ -34598,7 +34598,7 @@ var VERSION = {
|
|
|
34598
34598
|
/**
|
|
34599
34599
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
34600
34600
|
*/
|
|
34601
|
-
ASTRO_VERSION: "7.2.
|
|
34601
|
+
ASTRO_VERSION: "7.2.6",
|
|
34602
34602
|
/**
|
|
34603
34603
|
* CDK CLI for workflows and command line operations.
|
|
34604
34604
|
*
|
|
@@ -34627,11 +34627,11 @@ var VERSION = {
|
|
|
34627
34627
|
/**
|
|
34628
34628
|
* Version of PNPM to use in workflows at github actions.
|
|
34629
34629
|
*/
|
|
34630
|
-
PNPM_VERSION: "11.
|
|
34630
|
+
PNPM_VERSION: "11.24.0",
|
|
34631
34631
|
/**
|
|
34632
34632
|
* Version of Projen to use.
|
|
34633
34633
|
*/
|
|
34634
|
-
PROJEN_VERSION: "0.103.
|
|
34634
|
+
PROJEN_VERSION: "0.103.2",
|
|
34635
34635
|
/**
|
|
34636
34636
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
34637
34637
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
|
@@ -34645,7 +34645,7 @@ var VERSION = {
|
|
|
34645
34645
|
/**
|
|
34646
34646
|
* Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
|
|
34647
34647
|
*/
|
|
34648
|
-
STARLIGHT_VERSION: "0.41.
|
|
34648
|
+
STARLIGHT_VERSION: "0.41.8",
|
|
34649
34649
|
/**
|
|
34650
34650
|
* What version of the turborepo library should we use?
|
|
34651
34651
|
*/
|
|
@@ -34653,7 +34653,7 @@ var VERSION = {
|
|
|
34653
34653
|
/**
|
|
34654
34654
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
34655
34655
|
*/
|
|
34656
|
-
TYPES_NODE_VERSION: "26.
|
|
34656
|
+
TYPES_NODE_VERSION: "26.3.0",
|
|
34657
34657
|
/**
|
|
34658
34658
|
* What version of Vitest to use when testRunner is 'vitest'.
|
|
34659
34659
|
*
|