@codedrifters/configulator 0.0.363 → 0.0.364
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 +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +1 -1
- package/lib/index.mjs.map +1 -1
- package/package.json +2 -2
package/lib/index.d.mts
CHANGED
|
@@ -10576,7 +10576,7 @@ declare const VERSION: {
|
|
|
10576
10576
|
* Version of sharp to pin for StarlightProject (required peer for
|
|
10577
10577
|
* Starlight's image optimization pipeline).
|
|
10578
10578
|
*/
|
|
10579
|
-
readonly SHARP_VERSION: "0.35.
|
|
10579
|
+
readonly SHARP_VERSION: "0.35.2";
|
|
10580
10580
|
/**
|
|
10581
10581
|
* Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
|
|
10582
10582
|
*/
|
package/lib/index.d.ts
CHANGED
|
@@ -10625,7 +10625,7 @@ declare const VERSION: {
|
|
|
10625
10625
|
* Version of sharp to pin for StarlightProject (required peer for
|
|
10626
10626
|
* Starlight's image optimization pipeline).
|
|
10627
10627
|
*/
|
|
10628
|
-
readonly SHARP_VERSION: "0.35.
|
|
10628
|
+
readonly SHARP_VERSION: "0.35.2";
|
|
10629
10629
|
/**
|
|
10630
10630
|
* Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
|
|
10631
10631
|
*/
|
package/lib/index.js
CHANGED
|
@@ -31241,7 +31241,7 @@ var VERSION = {
|
|
|
31241
31241
|
* Version of sharp to pin for StarlightProject (required peer for
|
|
31242
31242
|
* Starlight's image optimization pipeline).
|
|
31243
31243
|
*/
|
|
31244
|
-
SHARP_VERSION: "0.35.
|
|
31244
|
+
SHARP_VERSION: "0.35.2",
|
|
31245
31245
|
/**
|
|
31246
31246
|
* Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
|
|
31247
31247
|
*/
|