@codedrifters/configulator 0.0.299 → 0.0.301
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 +8 -8
- package/lib/index.d.ts +8 -8
- package/lib/index.js +8 -8
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +8 -8
- package/lib/index.mjs.map +1 -1
- package/package.json +5 -5
package/lib/index.mjs
CHANGED
|
@@ -27210,19 +27210,19 @@ var VERSION = {
|
|
|
27210
27210
|
/**
|
|
27211
27211
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
27212
27212
|
*/
|
|
27213
|
-
ASTRO_VERSION: "6.
|
|
27213
|
+
ASTRO_VERSION: "6.3.1",
|
|
27214
27214
|
/**
|
|
27215
27215
|
* CDK CLI for workflows and command line operations.
|
|
27216
27216
|
*
|
|
27217
27217
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
27218
27218
|
*/
|
|
27219
|
-
AWS_CDK_CLI_VERSION: "2.
|
|
27219
|
+
AWS_CDK_CLI_VERSION: "2.1121.0",
|
|
27220
27220
|
/**
|
|
27221
27221
|
* CDK Version to use for construct projects.
|
|
27222
27222
|
*
|
|
27223
27223
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
27224
27224
|
*/
|
|
27225
|
-
AWS_CDK_LIB_VERSION: "2.
|
|
27225
|
+
AWS_CDK_LIB_VERSION: "2.253.1",
|
|
27226
27226
|
/**
|
|
27227
27227
|
* Version of the AWS Constructs library to use.
|
|
27228
27228
|
*/
|
|
@@ -27239,11 +27239,11 @@ var VERSION = {
|
|
|
27239
27239
|
/**
|
|
27240
27240
|
* Version of PNPM to use in workflows at github actions.
|
|
27241
27241
|
*/
|
|
27242
|
-
PNPM_VERSION: "11.0
|
|
27242
|
+
PNPM_VERSION: "11.1.0",
|
|
27243
27243
|
/**
|
|
27244
27244
|
* Version of Projen to use.
|
|
27245
27245
|
*/
|
|
27246
|
-
PROJEN_VERSION: "0.99.
|
|
27246
|
+
PROJEN_VERSION: "0.99.60",
|
|
27247
27247
|
/**
|
|
27248
27248
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
27249
27249
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
|
@@ -27257,15 +27257,15 @@ var VERSION = {
|
|
|
27257
27257
|
/**
|
|
27258
27258
|
* Version of @astrojs/starlight to pin for StarlightProject scaffolding.
|
|
27259
27259
|
*/
|
|
27260
|
-
STARLIGHT_VERSION: "0.
|
|
27260
|
+
STARLIGHT_VERSION: "0.39.2",
|
|
27261
27261
|
/**
|
|
27262
27262
|
* What version of the turborepo library should we use?
|
|
27263
27263
|
*/
|
|
27264
|
-
TURBO_VERSION: "2.9.
|
|
27264
|
+
TURBO_VERSION: "2.9.12",
|
|
27265
27265
|
/**
|
|
27266
27266
|
* Version of @types/node to use across all packages (pnpm catalog).
|
|
27267
27267
|
*/
|
|
27268
|
-
TYPES_NODE_VERSION: "25.
|
|
27268
|
+
TYPES_NODE_VERSION: "25.7.0",
|
|
27269
27269
|
/**
|
|
27270
27270
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
27271
27271
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|