@codedrifters/configulator 0.0.376 → 0.0.377
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
|
@@ -10533,7 +10533,7 @@ declare const VERSION: {
|
|
|
10533
10533
|
/**
|
|
10534
10534
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
10535
10535
|
*/
|
|
10536
|
-
readonly ASTRO_VERSION: "7.0.
|
|
10536
|
+
readonly ASTRO_VERSION: "7.0.4";
|
|
10537
10537
|
/**
|
|
10538
10538
|
* CDK CLI for workflows and command line operations.
|
|
10539
10539
|
*
|
|
@@ -10566,7 +10566,7 @@ declare const VERSION: {
|
|
|
10566
10566
|
/**
|
|
10567
10567
|
* Version of Projen to use.
|
|
10568
10568
|
*/
|
|
10569
|
-
readonly PROJEN_VERSION: "0.101.
|
|
10569
|
+
readonly PROJEN_VERSION: "0.101.3";
|
|
10570
10570
|
/**
|
|
10571
10571
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
10572
10572
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
|
@@ -10584,7 +10584,7 @@ declare const VERSION: {
|
|
|
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.2";
|
|
10588
10588
|
/**
|
|
10589
10589
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
10590
10590
|
*/
|
package/lib/index.d.ts
CHANGED
|
@@ -10582,7 +10582,7 @@ declare const VERSION: {
|
|
|
10582
10582
|
/**
|
|
10583
10583
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
10584
10584
|
*/
|
|
10585
|
-
readonly ASTRO_VERSION: "7.0.
|
|
10585
|
+
readonly ASTRO_VERSION: "7.0.4";
|
|
10586
10586
|
/**
|
|
10587
10587
|
* CDK CLI for workflows and command line operations.
|
|
10588
10588
|
*
|
|
@@ -10615,7 +10615,7 @@ declare const VERSION: {
|
|
|
10615
10615
|
/**
|
|
10616
10616
|
* Version of Projen to use.
|
|
10617
10617
|
*/
|
|
10618
|
-
readonly PROJEN_VERSION: "0.101.
|
|
10618
|
+
readonly PROJEN_VERSION: "0.101.3";
|
|
10619
10619
|
/**
|
|
10620
10620
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
10621
10621
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
|
@@ -10633,7 +10633,7 @@ declare const VERSION: {
|
|
|
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.2";
|
|
10637
10637
|
/**
|
|
10638
10638
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
10639
10639
|
*/
|
package/lib/index.js
CHANGED
|
@@ -31277,7 +31277,7 @@ var VERSION = {
|
|
|
31277
31277
|
/**
|
|
31278
31278
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
31279
31279
|
*/
|
|
31280
|
-
ASTRO_VERSION: "7.0.
|
|
31280
|
+
ASTRO_VERSION: "7.0.4",
|
|
31281
31281
|
/**
|
|
31282
31282
|
* CDK CLI for workflows and command line operations.
|
|
31283
31283
|
*
|
|
@@ -31310,7 +31310,7 @@ var VERSION = {
|
|
|
31310
31310
|
/**
|
|
31311
31311
|
* Version of Projen to use.
|
|
31312
31312
|
*/
|
|
31313
|
-
PROJEN_VERSION: "0.101.
|
|
31313
|
+
PROJEN_VERSION: "0.101.3",
|
|
31314
31314
|
/**
|
|
31315
31315
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
31316
31316
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
|
@@ -31328,7 +31328,7 @@ var VERSION = {
|
|
|
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.2",
|
|
31332
31332
|
/**
|
|
31333
31333
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
31334
31334
|
*/
|