@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.d.mts
CHANGED
|
@@ -8118,19 +8118,19 @@ declare const VERSION: {
|
|
|
8118
8118
|
/**
|
|
8119
8119
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
8120
8120
|
*/
|
|
8121
|
-
readonly ASTRO_VERSION: "6.
|
|
8121
|
+
readonly ASTRO_VERSION: "6.3.1";
|
|
8122
8122
|
/**
|
|
8123
8123
|
* CDK CLI for workflows and command line operations.
|
|
8124
8124
|
*
|
|
8125
8125
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
8126
8126
|
*/
|
|
8127
|
-
readonly AWS_CDK_CLI_VERSION: "2.
|
|
8127
|
+
readonly AWS_CDK_CLI_VERSION: "2.1121.0";
|
|
8128
8128
|
/**
|
|
8129
8129
|
* CDK Version to use for construct projects.
|
|
8130
8130
|
*
|
|
8131
8131
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
8132
8132
|
*/
|
|
8133
|
-
readonly AWS_CDK_LIB_VERSION: "2.
|
|
8133
|
+
readonly AWS_CDK_LIB_VERSION: "2.253.1";
|
|
8134
8134
|
/**
|
|
8135
8135
|
* Version of the AWS Constructs library to use.
|
|
8136
8136
|
*/
|
|
@@ -8147,11 +8147,11 @@ declare const VERSION: {
|
|
|
8147
8147
|
/**
|
|
8148
8148
|
* Version of PNPM to use in workflows at github actions.
|
|
8149
8149
|
*/
|
|
8150
|
-
readonly PNPM_VERSION: "11.0
|
|
8150
|
+
readonly PNPM_VERSION: "11.1.0";
|
|
8151
8151
|
/**
|
|
8152
8152
|
* Version of Projen to use.
|
|
8153
8153
|
*/
|
|
8154
|
-
readonly PROJEN_VERSION: "0.99.
|
|
8154
|
+
readonly PROJEN_VERSION: "0.99.60";
|
|
8155
8155
|
/**
|
|
8156
8156
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
8157
8157
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
|
@@ -8165,15 +8165,15 @@ declare const VERSION: {
|
|
|
8165
8165
|
/**
|
|
8166
8166
|
* Version of @astrojs/starlight to pin for StarlightProject scaffolding.
|
|
8167
8167
|
*/
|
|
8168
|
-
readonly STARLIGHT_VERSION: "0.
|
|
8168
|
+
readonly STARLIGHT_VERSION: "0.39.2";
|
|
8169
8169
|
/**
|
|
8170
8170
|
* What version of the turborepo library should we use?
|
|
8171
8171
|
*/
|
|
8172
|
-
readonly TURBO_VERSION: "2.9.
|
|
8172
|
+
readonly TURBO_VERSION: "2.9.12";
|
|
8173
8173
|
/**
|
|
8174
8174
|
* Version of @types/node to use across all packages (pnpm catalog).
|
|
8175
8175
|
*/
|
|
8176
|
-
readonly TYPES_NODE_VERSION: "25.
|
|
8176
|
+
readonly TYPES_NODE_VERSION: "25.7.0";
|
|
8177
8177
|
/**
|
|
8178
8178
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
8179
8179
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|
package/lib/index.d.ts
CHANGED
|
@@ -8167,19 +8167,19 @@ declare const VERSION: {
|
|
|
8167
8167
|
/**
|
|
8168
8168
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
8169
8169
|
*/
|
|
8170
|
-
readonly ASTRO_VERSION: "6.
|
|
8170
|
+
readonly ASTRO_VERSION: "6.3.1";
|
|
8171
8171
|
/**
|
|
8172
8172
|
* CDK CLI for workflows and command line operations.
|
|
8173
8173
|
*
|
|
8174
8174
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
8175
8175
|
*/
|
|
8176
|
-
readonly AWS_CDK_CLI_VERSION: "2.
|
|
8176
|
+
readonly AWS_CDK_CLI_VERSION: "2.1121.0";
|
|
8177
8177
|
/**
|
|
8178
8178
|
* CDK Version to use for construct projects.
|
|
8179
8179
|
*
|
|
8180
8180
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
8181
8181
|
*/
|
|
8182
|
-
readonly AWS_CDK_LIB_VERSION: "2.
|
|
8182
|
+
readonly AWS_CDK_LIB_VERSION: "2.253.1";
|
|
8183
8183
|
/**
|
|
8184
8184
|
* Version of the AWS Constructs library to use.
|
|
8185
8185
|
*/
|
|
@@ -8196,11 +8196,11 @@ declare const VERSION: {
|
|
|
8196
8196
|
/**
|
|
8197
8197
|
* Version of PNPM to use in workflows at github actions.
|
|
8198
8198
|
*/
|
|
8199
|
-
readonly PNPM_VERSION: "11.0
|
|
8199
|
+
readonly PNPM_VERSION: "11.1.0";
|
|
8200
8200
|
/**
|
|
8201
8201
|
* Version of Projen to use.
|
|
8202
8202
|
*/
|
|
8203
|
-
readonly PROJEN_VERSION: "0.99.
|
|
8203
|
+
readonly PROJEN_VERSION: "0.99.60";
|
|
8204
8204
|
/**
|
|
8205
8205
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
8206
8206
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
|
@@ -8214,15 +8214,15 @@ declare const VERSION: {
|
|
|
8214
8214
|
/**
|
|
8215
8215
|
* Version of @astrojs/starlight to pin for StarlightProject scaffolding.
|
|
8216
8216
|
*/
|
|
8217
|
-
readonly STARLIGHT_VERSION: "0.
|
|
8217
|
+
readonly STARLIGHT_VERSION: "0.39.2";
|
|
8218
8218
|
/**
|
|
8219
8219
|
* What version of the turborepo library should we use?
|
|
8220
8220
|
*/
|
|
8221
|
-
readonly TURBO_VERSION: "2.9.
|
|
8221
|
+
readonly TURBO_VERSION: "2.9.12";
|
|
8222
8222
|
/**
|
|
8223
8223
|
* Version of @types/node to use across all packages (pnpm catalog).
|
|
8224
8224
|
*/
|
|
8225
|
-
readonly TYPES_NODE_VERSION: "25.
|
|
8225
|
+
readonly TYPES_NODE_VERSION: "25.7.0";
|
|
8226
8226
|
/**
|
|
8227
8227
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
8228
8228
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|
package/lib/index.js
CHANGED
|
@@ -27489,19 +27489,19 @@ var VERSION = {
|
|
|
27489
27489
|
/**
|
|
27490
27490
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
27491
27491
|
*/
|
|
27492
|
-
ASTRO_VERSION: "6.
|
|
27492
|
+
ASTRO_VERSION: "6.3.1",
|
|
27493
27493
|
/**
|
|
27494
27494
|
* CDK CLI for workflows and command line operations.
|
|
27495
27495
|
*
|
|
27496
27496
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
27497
27497
|
*/
|
|
27498
|
-
AWS_CDK_CLI_VERSION: "2.
|
|
27498
|
+
AWS_CDK_CLI_VERSION: "2.1121.0",
|
|
27499
27499
|
/**
|
|
27500
27500
|
* CDK Version to use for construct projects.
|
|
27501
27501
|
*
|
|
27502
27502
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
27503
27503
|
*/
|
|
27504
|
-
AWS_CDK_LIB_VERSION: "2.
|
|
27504
|
+
AWS_CDK_LIB_VERSION: "2.253.1",
|
|
27505
27505
|
/**
|
|
27506
27506
|
* Version of the AWS Constructs library to use.
|
|
27507
27507
|
*/
|
|
@@ -27518,11 +27518,11 @@ var VERSION = {
|
|
|
27518
27518
|
/**
|
|
27519
27519
|
* Version of PNPM to use in workflows at github actions.
|
|
27520
27520
|
*/
|
|
27521
|
-
PNPM_VERSION: "11.0
|
|
27521
|
+
PNPM_VERSION: "11.1.0",
|
|
27522
27522
|
/**
|
|
27523
27523
|
* Version of Projen to use.
|
|
27524
27524
|
*/
|
|
27525
|
-
PROJEN_VERSION: "0.99.
|
|
27525
|
+
PROJEN_VERSION: "0.99.60",
|
|
27526
27526
|
/**
|
|
27527
27527
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
27528
27528
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
|
@@ -27536,15 +27536,15 @@ var VERSION = {
|
|
|
27536
27536
|
/**
|
|
27537
27537
|
* Version of @astrojs/starlight to pin for StarlightProject scaffolding.
|
|
27538
27538
|
*/
|
|
27539
|
-
STARLIGHT_VERSION: "0.
|
|
27539
|
+
STARLIGHT_VERSION: "0.39.2",
|
|
27540
27540
|
/**
|
|
27541
27541
|
* What version of the turborepo library should we use?
|
|
27542
27542
|
*/
|
|
27543
|
-
TURBO_VERSION: "2.9.
|
|
27543
|
+
TURBO_VERSION: "2.9.12",
|
|
27544
27544
|
/**
|
|
27545
27545
|
* Version of @types/node to use across all packages (pnpm catalog).
|
|
27546
27546
|
*/
|
|
27547
|
-
TYPES_NODE_VERSION: "25.
|
|
27547
|
+
TYPES_NODE_VERSION: "25.7.0",
|
|
27548
27548
|
/**
|
|
27549
27549
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
27550
27550
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|