@codedrifters/configulator 0.0.396 → 0.0.397
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 +7 -7
- package/lib/index.d.ts +7 -7
- package/lib/index.js +7 -7
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +7 -7
- package/lib/index.mjs.map +1 -1
- package/package.json +6 -6
package/lib/index.d.mts
CHANGED
|
@@ -10665,23 +10665,23 @@ declare const VERSION: {
|
|
|
10665
10665
|
/**
|
|
10666
10666
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
10667
10667
|
*/
|
|
10668
|
-
readonly ASTRO_VERSION: "7.
|
|
10668
|
+
readonly ASTRO_VERSION: "7.1.3";
|
|
10669
10669
|
/**
|
|
10670
10670
|
* CDK CLI for workflows and command line operations.
|
|
10671
10671
|
*
|
|
10672
10672
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
10673
10673
|
*/
|
|
10674
|
-
readonly AWS_CDK_CLI_VERSION: "2.
|
|
10674
|
+
readonly AWS_CDK_CLI_VERSION: "2.1132.1";
|
|
10675
10675
|
/**
|
|
10676
10676
|
* CDK Version to use for construct projects.
|
|
10677
10677
|
*
|
|
10678
10678
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
10679
10679
|
*/
|
|
10680
|
-
readonly AWS_CDK_LIB_VERSION: "2.
|
|
10680
|
+
readonly AWS_CDK_LIB_VERSION: "2.262.0";
|
|
10681
10681
|
/**
|
|
10682
10682
|
* Version of the AWS Constructs library to use.
|
|
10683
10683
|
*/
|
|
10684
|
-
readonly AWS_CONSTRUCTS_VERSION: "10.
|
|
10684
|
+
readonly AWS_CONSTRUCTS_VERSION: "10.7.1";
|
|
10685
10685
|
/**
|
|
10686
10686
|
* Version of Node.js to use in CI workflows at github actions.
|
|
10687
10687
|
*/
|
|
@@ -10694,7 +10694,7 @@ declare const VERSION: {
|
|
|
10694
10694
|
/**
|
|
10695
10695
|
* Version of PNPM to use in workflows at github actions.
|
|
10696
10696
|
*/
|
|
10697
|
-
readonly PNPM_VERSION: "11.
|
|
10697
|
+
readonly PNPM_VERSION: "11.16.0";
|
|
10698
10698
|
/**
|
|
10699
10699
|
* Version of Projen to use.
|
|
10700
10700
|
*/
|
|
@@ -10712,11 +10712,11 @@ declare const VERSION: {
|
|
|
10712
10712
|
/**
|
|
10713
10713
|
* Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
|
|
10714
10714
|
*/
|
|
10715
|
-
readonly STARLIGHT_VERSION: "0.41.
|
|
10715
|
+
readonly STARLIGHT_VERSION: "0.41.4";
|
|
10716
10716
|
/**
|
|
10717
10717
|
* What version of the turborepo library should we use?
|
|
10718
10718
|
*/
|
|
10719
|
-
readonly TURBO_VERSION: "2.10.
|
|
10719
|
+
readonly TURBO_VERSION: "2.10.6";
|
|
10720
10720
|
/**
|
|
10721
10721
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
10722
10722
|
*/
|
package/lib/index.d.ts
CHANGED
|
@@ -10714,23 +10714,23 @@ declare const VERSION: {
|
|
|
10714
10714
|
/**
|
|
10715
10715
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
10716
10716
|
*/
|
|
10717
|
-
readonly ASTRO_VERSION: "7.
|
|
10717
|
+
readonly ASTRO_VERSION: "7.1.3";
|
|
10718
10718
|
/**
|
|
10719
10719
|
* CDK CLI for workflows and command line operations.
|
|
10720
10720
|
*
|
|
10721
10721
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
10722
10722
|
*/
|
|
10723
|
-
readonly AWS_CDK_CLI_VERSION: "2.
|
|
10723
|
+
readonly AWS_CDK_CLI_VERSION: "2.1132.1";
|
|
10724
10724
|
/**
|
|
10725
10725
|
* CDK Version to use for construct projects.
|
|
10726
10726
|
*
|
|
10727
10727
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
10728
10728
|
*/
|
|
10729
|
-
readonly AWS_CDK_LIB_VERSION: "2.
|
|
10729
|
+
readonly AWS_CDK_LIB_VERSION: "2.262.0";
|
|
10730
10730
|
/**
|
|
10731
10731
|
* Version of the AWS Constructs library to use.
|
|
10732
10732
|
*/
|
|
10733
|
-
readonly AWS_CONSTRUCTS_VERSION: "10.
|
|
10733
|
+
readonly AWS_CONSTRUCTS_VERSION: "10.7.1";
|
|
10734
10734
|
/**
|
|
10735
10735
|
* Version of Node.js to use in CI workflows at github actions.
|
|
10736
10736
|
*/
|
|
@@ -10743,7 +10743,7 @@ declare const VERSION: {
|
|
|
10743
10743
|
/**
|
|
10744
10744
|
* Version of PNPM to use in workflows at github actions.
|
|
10745
10745
|
*/
|
|
10746
|
-
readonly PNPM_VERSION: "11.
|
|
10746
|
+
readonly PNPM_VERSION: "11.16.0";
|
|
10747
10747
|
/**
|
|
10748
10748
|
* Version of Projen to use.
|
|
10749
10749
|
*/
|
|
@@ -10761,11 +10761,11 @@ declare const VERSION: {
|
|
|
10761
10761
|
/**
|
|
10762
10762
|
* Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
|
|
10763
10763
|
*/
|
|
10764
|
-
readonly STARLIGHT_VERSION: "0.41.
|
|
10764
|
+
readonly STARLIGHT_VERSION: "0.41.4";
|
|
10765
10765
|
/**
|
|
10766
10766
|
* What version of the turborepo library should we use?
|
|
10767
10767
|
*/
|
|
10768
|
-
readonly TURBO_VERSION: "2.10.
|
|
10768
|
+
readonly TURBO_VERSION: "2.10.6";
|
|
10769
10769
|
/**
|
|
10770
10770
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
10771
10771
|
*/
|
package/lib/index.js
CHANGED
|
@@ -31899,23 +31899,23 @@ var VERSION = {
|
|
|
31899
31899
|
/**
|
|
31900
31900
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
31901
31901
|
*/
|
|
31902
|
-
ASTRO_VERSION: "7.
|
|
31902
|
+
ASTRO_VERSION: "7.1.3",
|
|
31903
31903
|
/**
|
|
31904
31904
|
* CDK CLI for workflows and command line operations.
|
|
31905
31905
|
*
|
|
31906
31906
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
31907
31907
|
*/
|
|
31908
|
-
AWS_CDK_CLI_VERSION: "2.
|
|
31908
|
+
AWS_CDK_CLI_VERSION: "2.1132.1",
|
|
31909
31909
|
/**
|
|
31910
31910
|
* CDK Version to use for construct projects.
|
|
31911
31911
|
*
|
|
31912
31912
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
31913
31913
|
*/
|
|
31914
|
-
AWS_CDK_LIB_VERSION: "2.
|
|
31914
|
+
AWS_CDK_LIB_VERSION: "2.262.0",
|
|
31915
31915
|
/**
|
|
31916
31916
|
* Version of the AWS Constructs library to use.
|
|
31917
31917
|
*/
|
|
31918
|
-
AWS_CONSTRUCTS_VERSION: "10.
|
|
31918
|
+
AWS_CONSTRUCTS_VERSION: "10.7.1",
|
|
31919
31919
|
/**
|
|
31920
31920
|
* Version of Node.js to use in CI workflows at github actions.
|
|
31921
31921
|
*/
|
|
@@ -31928,7 +31928,7 @@ var VERSION = {
|
|
|
31928
31928
|
/**
|
|
31929
31929
|
* Version of PNPM to use in workflows at github actions.
|
|
31930
31930
|
*/
|
|
31931
|
-
PNPM_VERSION: "11.
|
|
31931
|
+
PNPM_VERSION: "11.16.0",
|
|
31932
31932
|
/**
|
|
31933
31933
|
* Version of Projen to use.
|
|
31934
31934
|
*/
|
|
@@ -31946,11 +31946,11 @@ var VERSION = {
|
|
|
31946
31946
|
/**
|
|
31947
31947
|
* Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
|
|
31948
31948
|
*/
|
|
31949
|
-
STARLIGHT_VERSION: "0.41.
|
|
31949
|
+
STARLIGHT_VERSION: "0.41.4",
|
|
31950
31950
|
/**
|
|
31951
31951
|
* What version of the turborepo library should we use?
|
|
31952
31952
|
*/
|
|
31953
|
-
TURBO_VERSION: "2.10.
|
|
31953
|
+
TURBO_VERSION: "2.10.6",
|
|
31954
31954
|
/**
|
|
31955
31955
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
31956
31956
|
*/
|