@codedrifters/configulator 0.0.376 → 0.0.378
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 +4 -4
package/lib/index.mjs
CHANGED
|
@@ -30933,13 +30933,13 @@ var VERSION = {
|
|
|
30933
30933
|
/**
|
|
30934
30934
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
30935
30935
|
*/
|
|
30936
|
-
ASTRO_VERSION: "7.0.
|
|
30936
|
+
ASTRO_VERSION: "7.0.5",
|
|
30937
30937
|
/**
|
|
30938
30938
|
* CDK CLI for workflows and command line operations.
|
|
30939
30939
|
*
|
|
30940
30940
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
30941
30941
|
*/
|
|
30942
|
-
AWS_CDK_CLI_VERSION: "2.
|
|
30942
|
+
AWS_CDK_CLI_VERSION: "2.1129.0",
|
|
30943
30943
|
/**
|
|
30944
30944
|
* CDK Version to use for construct projects.
|
|
30945
30945
|
*
|
|
@@ -30966,7 +30966,7 @@ var VERSION = {
|
|
|
30966
30966
|
/**
|
|
30967
30967
|
* Version of Projen to use.
|
|
30968
30968
|
*/
|
|
30969
|
-
PROJEN_VERSION: "0.101.
|
|
30969
|
+
PROJEN_VERSION: "0.101.4",
|
|
30970
30970
|
/**
|
|
30971
30971
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
30972
30972
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
|
@@ -30976,19 +30976,19 @@ var VERSION = {
|
|
|
30976
30976
|
* Version of sharp to pin for StarlightProject (required peer for
|
|
30977
30977
|
* Starlight's image optimization pipeline).
|
|
30978
30978
|
*/
|
|
30979
|
-
SHARP_VERSION: "0.35.
|
|
30979
|
+
SHARP_VERSION: "0.35.3",
|
|
30980
30980
|
/**
|
|
30981
30981
|
* Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
|
|
30982
30982
|
*/
|
|
30983
|
-
STARLIGHT_VERSION: "0.41.
|
|
30983
|
+
STARLIGHT_VERSION: "0.41.2",
|
|
30984
30984
|
/**
|
|
30985
30985
|
* What version of the turborepo library should we use?
|
|
30986
30986
|
*/
|
|
30987
|
-
TURBO_VERSION: "2.10.
|
|
30987
|
+
TURBO_VERSION: "2.10.2",
|
|
30988
30988
|
/**
|
|
30989
30989
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
30990
30990
|
*/
|
|
30991
|
-
TYPES_NODE_VERSION: "26.0
|
|
30991
|
+
TYPES_NODE_VERSION: "26.1.0",
|
|
30992
30992
|
/**
|
|
30993
30993
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
30994
30994
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|