@codedrifters/configulator 0.0.347 → 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 +3 -3
- package/lib/index.d.ts +3 -3
- package/lib/index.js +3 -3
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +3 -3
- package/lib/index.mjs.map +1 -1
- package/package.json +2 -2
package/lib/index.mjs
CHANGED
|
@@ -29018,7 +29018,7 @@ var VERSION = {
|
|
|
29018
29018
|
/**
|
|
29019
29019
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
29020
29020
|
*/
|
|
29021
|
-
ASTRO_VERSION: "6.4.
|
|
29021
|
+
ASTRO_VERSION: "6.4.5",
|
|
29022
29022
|
/**
|
|
29023
29023
|
* CDK CLI for workflows and command line operations.
|
|
29024
29024
|
*
|
|
@@ -29065,11 +29065,11 @@ var VERSION = {
|
|
|
29065
29065
|
/**
|
|
29066
29066
|
* Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
|
|
29067
29067
|
*/
|
|
29068
|
-
STARLIGHT_VERSION: "0.
|
|
29068
|
+
STARLIGHT_VERSION: "0.40.0",
|
|
29069
29069
|
/**
|
|
29070
29070
|
* What version of the turborepo library should we use?
|
|
29071
29071
|
*/
|
|
29072
|
-
TURBO_VERSION: "2.9.
|
|
29072
|
+
TURBO_VERSION: "2.9.17",
|
|
29073
29073
|
/**
|
|
29074
29074
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
29075
29075
|
*/
|