@codedrifters/configulator 0.0.342 → 0.0.344
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 +3 -3
- package/lib/index.d.ts +3 -3
- package/lib/index.js +3 -3
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +3 -3
- package/lib/index.mjs.map +1 -1
- package/package.json +3 -3
package/lib/index.d.mts
CHANGED
|
@@ -10224,7 +10224,7 @@ declare const VERSION: {
|
|
|
10224
10224
|
*
|
|
10225
10225
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
10226
10226
|
*/
|
|
10227
|
-
readonly AWS_CDK_LIB_VERSION: "2.
|
|
10227
|
+
readonly AWS_CDK_LIB_VERSION: "2.258.0";
|
|
10228
10228
|
/**
|
|
10229
10229
|
* Version of the AWS Constructs library to use.
|
|
10230
10230
|
*/
|
|
@@ -10241,7 +10241,7 @@ declare const VERSION: {
|
|
|
10241
10241
|
/**
|
|
10242
10242
|
* Version of PNPM to use in workflows at github actions.
|
|
10243
10243
|
*/
|
|
10244
|
-
readonly PNPM_VERSION: "11.5.
|
|
10244
|
+
readonly PNPM_VERSION: "11.5.2";
|
|
10245
10245
|
/**
|
|
10246
10246
|
* Version of Projen to use.
|
|
10247
10247
|
*/
|
|
@@ -10267,7 +10267,7 @@ declare const VERSION: {
|
|
|
10267
10267
|
/**
|
|
10268
10268
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
10269
10269
|
*/
|
|
10270
|
-
readonly TYPES_NODE_VERSION: "25.9.
|
|
10270
|
+
readonly TYPES_NODE_VERSION: "25.9.2";
|
|
10271
10271
|
/**
|
|
10272
10272
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
10273
10273
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|
package/lib/index.d.ts
CHANGED
|
@@ -10273,7 +10273,7 @@ declare const VERSION: {
|
|
|
10273
10273
|
*
|
|
10274
10274
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
10275
10275
|
*/
|
|
10276
|
-
readonly AWS_CDK_LIB_VERSION: "2.
|
|
10276
|
+
readonly AWS_CDK_LIB_VERSION: "2.258.0";
|
|
10277
10277
|
/**
|
|
10278
10278
|
* Version of the AWS Constructs library to use.
|
|
10279
10279
|
*/
|
|
@@ -10290,7 +10290,7 @@ declare const VERSION: {
|
|
|
10290
10290
|
/**
|
|
10291
10291
|
* Version of PNPM to use in workflows at github actions.
|
|
10292
10292
|
*/
|
|
10293
|
-
readonly PNPM_VERSION: "11.5.
|
|
10293
|
+
readonly PNPM_VERSION: "11.5.2";
|
|
10294
10294
|
/**
|
|
10295
10295
|
* Version of Projen to use.
|
|
10296
10296
|
*/
|
|
@@ -10316,7 +10316,7 @@ declare const VERSION: {
|
|
|
10316
10316
|
/**
|
|
10317
10317
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
10318
10318
|
*/
|
|
10319
|
-
readonly TYPES_NODE_VERSION: "25.9.
|
|
10319
|
+
readonly TYPES_NODE_VERSION: "25.9.2";
|
|
10320
10320
|
/**
|
|
10321
10321
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
10322
10322
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|
package/lib/index.js
CHANGED
|
@@ -29302,7 +29302,7 @@ var VERSION = {
|
|
|
29302
29302
|
*
|
|
29303
29303
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
29304
29304
|
*/
|
|
29305
|
-
AWS_CDK_LIB_VERSION: "2.
|
|
29305
|
+
AWS_CDK_LIB_VERSION: "2.258.0",
|
|
29306
29306
|
/**
|
|
29307
29307
|
* Version of the AWS Constructs library to use.
|
|
29308
29308
|
*/
|
|
@@ -29319,7 +29319,7 @@ var VERSION = {
|
|
|
29319
29319
|
/**
|
|
29320
29320
|
* Version of PNPM to use in workflows at github actions.
|
|
29321
29321
|
*/
|
|
29322
|
-
PNPM_VERSION: "11.5.
|
|
29322
|
+
PNPM_VERSION: "11.5.2",
|
|
29323
29323
|
/**
|
|
29324
29324
|
* Version of Projen to use.
|
|
29325
29325
|
*/
|
|
@@ -29345,7 +29345,7 @@ var VERSION = {
|
|
|
29345
29345
|
/**
|
|
29346
29346
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
29347
29347
|
*/
|
|
29348
|
-
TYPES_NODE_VERSION: "25.9.
|
|
29348
|
+
TYPES_NODE_VERSION: "25.9.2",
|
|
29349
29349
|
/**
|
|
29350
29350
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
29351
29351
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|