@codedrifters/configulator 0.0.339 → 0.0.341
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 +3 -3
package/lib/index.d.mts
CHANGED
|
@@ -10212,7 +10212,7 @@ declare const VERSION: {
|
|
|
10212
10212
|
/**
|
|
10213
10213
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
10214
10214
|
*/
|
|
10215
|
-
readonly ASTRO_VERSION: "6.4.
|
|
10215
|
+
readonly ASTRO_VERSION: "6.4.3";
|
|
10216
10216
|
/**
|
|
10217
10217
|
* CDK CLI for workflows and command line operations.
|
|
10218
10218
|
*
|
|
@@ -10241,7 +10241,7 @@ declare const VERSION: {
|
|
|
10241
10241
|
/**
|
|
10242
10242
|
* Version of PNPM to use in workflows at github actions.
|
|
10243
10243
|
*/
|
|
10244
|
-
readonly PNPM_VERSION: "11.5.
|
|
10244
|
+
readonly PNPM_VERSION: "11.5.1";
|
|
10245
10245
|
/**
|
|
10246
10246
|
* Version of Projen to use.
|
|
10247
10247
|
*/
|
|
@@ -10259,7 +10259,7 @@ declare const VERSION: {
|
|
|
10259
10259
|
/**
|
|
10260
10260
|
* Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
|
|
10261
10261
|
*/
|
|
10262
|
-
readonly STARLIGHT_VERSION: "0.39.
|
|
10262
|
+
readonly STARLIGHT_VERSION: "0.39.3";
|
|
10263
10263
|
/**
|
|
10264
10264
|
* What version of the turborepo library should we use?
|
|
10265
10265
|
*/
|
package/lib/index.d.ts
CHANGED
|
@@ -10261,7 +10261,7 @@ declare const VERSION: {
|
|
|
10261
10261
|
/**
|
|
10262
10262
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
10263
10263
|
*/
|
|
10264
|
-
readonly ASTRO_VERSION: "6.4.
|
|
10264
|
+
readonly ASTRO_VERSION: "6.4.3";
|
|
10265
10265
|
/**
|
|
10266
10266
|
* CDK CLI for workflows and command line operations.
|
|
10267
10267
|
*
|
|
@@ -10290,7 +10290,7 @@ declare const VERSION: {
|
|
|
10290
10290
|
/**
|
|
10291
10291
|
* Version of PNPM to use in workflows at github actions.
|
|
10292
10292
|
*/
|
|
10293
|
-
readonly PNPM_VERSION: "11.5.
|
|
10293
|
+
readonly PNPM_VERSION: "11.5.1";
|
|
10294
10294
|
/**
|
|
10295
10295
|
* Version of Projen to use.
|
|
10296
10296
|
*/
|
|
@@ -10308,7 +10308,7 @@ declare const VERSION: {
|
|
|
10308
10308
|
/**
|
|
10309
10309
|
* Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
|
|
10310
10310
|
*/
|
|
10311
|
-
readonly STARLIGHT_VERSION: "0.39.
|
|
10311
|
+
readonly STARLIGHT_VERSION: "0.39.3";
|
|
10312
10312
|
/**
|
|
10313
10313
|
* What version of the turborepo library should we use?
|
|
10314
10314
|
*/
|
package/lib/index.js
CHANGED
|
@@ -29290,7 +29290,7 @@ var VERSION = {
|
|
|
29290
29290
|
/**
|
|
29291
29291
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
29292
29292
|
*/
|
|
29293
|
-
ASTRO_VERSION: "6.4.
|
|
29293
|
+
ASTRO_VERSION: "6.4.3",
|
|
29294
29294
|
/**
|
|
29295
29295
|
* CDK CLI for workflows and command line operations.
|
|
29296
29296
|
*
|
|
@@ -29319,7 +29319,7 @@ var VERSION = {
|
|
|
29319
29319
|
/**
|
|
29320
29320
|
* Version of PNPM to use in workflows at github actions.
|
|
29321
29321
|
*/
|
|
29322
|
-
PNPM_VERSION: "11.5.
|
|
29322
|
+
PNPM_VERSION: "11.5.1",
|
|
29323
29323
|
/**
|
|
29324
29324
|
* Version of Projen to use.
|
|
29325
29325
|
*/
|
|
@@ -29337,7 +29337,7 @@ var VERSION = {
|
|
|
29337
29337
|
/**
|
|
29338
29338
|
* Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
|
|
29339
29339
|
*/
|
|
29340
|
-
STARLIGHT_VERSION: "0.39.
|
|
29340
|
+
STARLIGHT_VERSION: "0.39.3",
|
|
29341
29341
|
/**
|
|
29342
29342
|
* What version of the turborepo library should we use?
|
|
29343
29343
|
*/
|