@codedrifters/configulator 0.0.460 → 0.0.462
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 +6 -6
- package/lib/index.d.ts +6 -6
- package/lib/index.js +6 -6
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +6 -6
- package/lib/index.mjs.map +1 -1
- package/package.json +5 -5
package/lib/index.mjs
CHANGED
|
@@ -34598,19 +34598,19 @@ var VERSION = {
|
|
|
34598
34598
|
/**
|
|
34599
34599
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
34600
34600
|
*/
|
|
34601
|
-
ASTRO_VERSION: "7.2.
|
|
34601
|
+
ASTRO_VERSION: "7.2.4",
|
|
34602
34602
|
/**
|
|
34603
34603
|
* CDK CLI for workflows and command line operations.
|
|
34604
34604
|
*
|
|
34605
34605
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
34606
34606
|
*/
|
|
34607
|
-
AWS_CDK_CLI_VERSION: "2.
|
|
34607
|
+
AWS_CDK_CLI_VERSION: "2.1138.0",
|
|
34608
34608
|
/**
|
|
34609
34609
|
* CDK Version to use for construct projects.
|
|
34610
34610
|
*
|
|
34611
34611
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
34612
34612
|
*/
|
|
34613
|
-
AWS_CDK_LIB_VERSION: "2.
|
|
34613
|
+
AWS_CDK_LIB_VERSION: "2.266.0",
|
|
34614
34614
|
/**
|
|
34615
34615
|
* Version of the AWS Constructs library to use.
|
|
34616
34616
|
*/
|
|
@@ -34631,7 +34631,7 @@ var VERSION = {
|
|
|
34631
34631
|
/**
|
|
34632
34632
|
* Version of Projen to use.
|
|
34633
34633
|
*/
|
|
34634
|
-
PROJEN_VERSION: "0.101.
|
|
34634
|
+
PROJEN_VERSION: "0.101.34",
|
|
34635
34635
|
/**
|
|
34636
34636
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
34637
34637
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
|
@@ -34649,7 +34649,7 @@ var VERSION = {
|
|
|
34649
34649
|
/**
|
|
34650
34650
|
* What version of the turborepo library should we use?
|
|
34651
34651
|
*/
|
|
34652
|
-
TURBO_VERSION: "2.10.
|
|
34652
|
+
TURBO_VERSION: "2.10.11",
|
|
34653
34653
|
/**
|
|
34654
34654
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
34655
34655
|
*/
|
|
@@ -34662,7 +34662,7 @@ var VERSION = {
|
|
|
34662
34662
|
* packages are seeded into the monorepo's pnpm catalog from this constant,
|
|
34663
34663
|
* so `Vitest` renders them as `catalog:` wherever that catalog exists.
|
|
34664
34664
|
*/
|
|
34665
|
-
VITEST_VERSION: "4.1.
|
|
34665
|
+
VITEST_VERSION: "4.1.11"
|
|
34666
34666
|
};
|
|
34667
34667
|
|
|
34668
34668
|
// src/vitest/vitest-component.ts
|