@codedrifters/configulator 0.0.460 → 0.0.461
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 +5 -5
package/lib/index.mjs
CHANGED
|
@@ -34598,7 +34598,7 @@ 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.3",
|
|
34602
34602
|
/**
|
|
34603
34603
|
* CDK CLI for workflows and command line operations.
|
|
34604
34604
|
*
|
|
@@ -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.32",
|
|
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
|