@codedrifters/configulator 0.0.379 → 0.0.380
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 +2 -2
- package/lib/index.d.ts +2 -2
- package/lib/index.js +2 -2
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +2 -2
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.d.mts
CHANGED
|
@@ -10580,11 +10580,11 @@ declare const VERSION: {
|
|
|
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.3";
|
|
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.3";
|
|
10588
10588
|
/**
|
|
10589
10589
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
10590
10590
|
*/
|
package/lib/index.d.ts
CHANGED
|
@@ -10629,11 +10629,11 @@ declare const VERSION: {
|
|
|
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.3";
|
|
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.3";
|
|
10637
10637
|
/**
|
|
10638
10638
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
10639
10639
|
*/
|
package/lib/index.js
CHANGED
|
@@ -31324,11 +31324,11 @@ var VERSION = {
|
|
|
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.3",
|
|
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.3",
|
|
31332
31332
|
/**
|
|
31333
31333
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
31334
31334
|
*/
|