@codedrifters/configulator 0.0.294 → 0.0.295
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 +4 -4
- package/lib/index.d.ts +4 -4
- package/lib/index.js +4 -4
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +4 -4
- package/lib/index.mjs.map +1 -1
- package/package.json +3 -3
package/lib/index.d.mts
CHANGED
|
@@ -7692,7 +7692,7 @@ declare const VERSION: {
|
|
|
7692
7692
|
/**
|
|
7693
7693
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
7694
7694
|
*/
|
|
7695
|
-
readonly ASTRO_VERSION: "6.2.
|
|
7695
|
+
readonly ASTRO_VERSION: "6.2.2";
|
|
7696
7696
|
/**
|
|
7697
7697
|
* CDK CLI for workflows and command line operations.
|
|
7698
7698
|
*
|
|
@@ -7721,7 +7721,7 @@ declare const VERSION: {
|
|
|
7721
7721
|
/**
|
|
7722
7722
|
* Version of PNPM to use in workflows at github actions.
|
|
7723
7723
|
*/
|
|
7724
|
-
readonly PNPM_VERSION: "10.33.
|
|
7724
|
+
readonly PNPM_VERSION: "10.33.3";
|
|
7725
7725
|
/**
|
|
7726
7726
|
* Version of Projen to use.
|
|
7727
7727
|
*/
|
|
@@ -7739,11 +7739,11 @@ declare const VERSION: {
|
|
|
7739
7739
|
/**
|
|
7740
7740
|
* Version of @astrojs/starlight to pin for StarlightProject scaffolding.
|
|
7741
7741
|
*/
|
|
7742
|
-
readonly STARLIGHT_VERSION: "0.38.
|
|
7742
|
+
readonly STARLIGHT_VERSION: "0.38.5";
|
|
7743
7743
|
/**
|
|
7744
7744
|
* What version of the turborepo library should we use?
|
|
7745
7745
|
*/
|
|
7746
|
-
readonly TURBO_VERSION: "2.9.
|
|
7746
|
+
readonly TURBO_VERSION: "2.9.9";
|
|
7747
7747
|
/**
|
|
7748
7748
|
* Version of @types/node to use across all packages (pnpm catalog).
|
|
7749
7749
|
*/
|
package/lib/index.d.ts
CHANGED
|
@@ -7741,7 +7741,7 @@ declare const VERSION: {
|
|
|
7741
7741
|
/**
|
|
7742
7742
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
7743
7743
|
*/
|
|
7744
|
-
readonly ASTRO_VERSION: "6.2.
|
|
7744
|
+
readonly ASTRO_VERSION: "6.2.2";
|
|
7745
7745
|
/**
|
|
7746
7746
|
* CDK CLI for workflows and command line operations.
|
|
7747
7747
|
*
|
|
@@ -7770,7 +7770,7 @@ declare const VERSION: {
|
|
|
7770
7770
|
/**
|
|
7771
7771
|
* Version of PNPM to use in workflows at github actions.
|
|
7772
7772
|
*/
|
|
7773
|
-
readonly PNPM_VERSION: "10.33.
|
|
7773
|
+
readonly PNPM_VERSION: "10.33.3";
|
|
7774
7774
|
/**
|
|
7775
7775
|
* Version of Projen to use.
|
|
7776
7776
|
*/
|
|
@@ -7788,11 +7788,11 @@ declare const VERSION: {
|
|
|
7788
7788
|
/**
|
|
7789
7789
|
* Version of @astrojs/starlight to pin for StarlightProject scaffolding.
|
|
7790
7790
|
*/
|
|
7791
|
-
readonly STARLIGHT_VERSION: "0.38.
|
|
7791
|
+
readonly STARLIGHT_VERSION: "0.38.5";
|
|
7792
7792
|
/**
|
|
7793
7793
|
* What version of the turborepo library should we use?
|
|
7794
7794
|
*/
|
|
7795
|
-
readonly TURBO_VERSION: "2.9.
|
|
7795
|
+
readonly TURBO_VERSION: "2.9.9";
|
|
7796
7796
|
/**
|
|
7797
7797
|
* Version of @types/node to use across all packages (pnpm catalog).
|
|
7798
7798
|
*/
|
package/lib/index.js
CHANGED
|
@@ -26805,7 +26805,7 @@ var VERSION = {
|
|
|
26805
26805
|
/**
|
|
26806
26806
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
26807
26807
|
*/
|
|
26808
|
-
ASTRO_VERSION: "6.2.
|
|
26808
|
+
ASTRO_VERSION: "6.2.2",
|
|
26809
26809
|
/**
|
|
26810
26810
|
* CDK CLI for workflows and command line operations.
|
|
26811
26811
|
*
|
|
@@ -26834,7 +26834,7 @@ var VERSION = {
|
|
|
26834
26834
|
/**
|
|
26835
26835
|
* Version of PNPM to use in workflows at github actions.
|
|
26836
26836
|
*/
|
|
26837
|
-
PNPM_VERSION: "10.33.
|
|
26837
|
+
PNPM_VERSION: "10.33.3",
|
|
26838
26838
|
/**
|
|
26839
26839
|
* Version of Projen to use.
|
|
26840
26840
|
*/
|
|
@@ -26852,11 +26852,11 @@ var VERSION = {
|
|
|
26852
26852
|
/**
|
|
26853
26853
|
* Version of @astrojs/starlight to pin for StarlightProject scaffolding.
|
|
26854
26854
|
*/
|
|
26855
|
-
STARLIGHT_VERSION: "0.38.
|
|
26855
|
+
STARLIGHT_VERSION: "0.38.5",
|
|
26856
26856
|
/**
|
|
26857
26857
|
* What version of the turborepo library should we use?
|
|
26858
26858
|
*/
|
|
26859
|
-
TURBO_VERSION: "2.9.
|
|
26859
|
+
TURBO_VERSION: "2.9.9",
|
|
26860
26860
|
/**
|
|
26861
26861
|
* Version of @types/node to use across all packages (pnpm catalog).
|
|
26862
26862
|
*/
|