@codedrifters/configulator 0.0.127 → 0.0.128
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 +1 -1
package/lib/index.d.mts
CHANGED
|
@@ -372,7 +372,7 @@ declare const VERSION: {
|
|
|
372
372
|
*
|
|
373
373
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
374
374
|
*/
|
|
375
|
-
readonly AWS_CDK_CLI_VERSION: "2.
|
|
375
|
+
readonly AWS_CDK_CLI_VERSION: "2.1110.0";
|
|
376
376
|
/**
|
|
377
377
|
* CDK Version to use for construct projects.
|
|
378
378
|
*
|
|
@@ -390,7 +390,7 @@ declare const VERSION: {
|
|
|
390
390
|
/**
|
|
391
391
|
* Version of PNPM to use in workflows at github actions.
|
|
392
392
|
*/
|
|
393
|
-
readonly PNPM_VERSION: "10.
|
|
393
|
+
readonly PNPM_VERSION: "10.32.0";
|
|
394
394
|
/**
|
|
395
395
|
* Version of Projen to use.
|
|
396
396
|
*/
|
|
@@ -398,7 +398,7 @@ declare const VERSION: {
|
|
|
398
398
|
/**
|
|
399
399
|
* What version of the turborepo library should we use?
|
|
400
400
|
*/
|
|
401
|
-
readonly TURBO_VERSION: "2.8.
|
|
401
|
+
readonly TURBO_VERSION: "2.8.15";
|
|
402
402
|
/**
|
|
403
403
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
404
404
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|
package/lib/index.d.ts
CHANGED
|
@@ -421,7 +421,7 @@ declare const VERSION: {
|
|
|
421
421
|
*
|
|
422
422
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
423
423
|
*/
|
|
424
|
-
readonly AWS_CDK_CLI_VERSION: "2.
|
|
424
|
+
readonly AWS_CDK_CLI_VERSION: "2.1110.0";
|
|
425
425
|
/**
|
|
426
426
|
* CDK Version to use for construct projects.
|
|
427
427
|
*
|
|
@@ -439,7 +439,7 @@ declare const VERSION: {
|
|
|
439
439
|
/**
|
|
440
440
|
* Version of PNPM to use in workflows at github actions.
|
|
441
441
|
*/
|
|
442
|
-
readonly PNPM_VERSION: "10.
|
|
442
|
+
readonly PNPM_VERSION: "10.32.0";
|
|
443
443
|
/**
|
|
444
444
|
* Version of Projen to use.
|
|
445
445
|
*/
|
|
@@ -447,7 +447,7 @@ declare const VERSION: {
|
|
|
447
447
|
/**
|
|
448
448
|
* What version of the turborepo library should we use?
|
|
449
449
|
*/
|
|
450
|
-
readonly TURBO_VERSION: "2.8.
|
|
450
|
+
readonly TURBO_VERSION: "2.8.15";
|
|
451
451
|
/**
|
|
452
452
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
453
453
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|
package/lib/index.js
CHANGED
|
@@ -797,7 +797,7 @@ var VERSION = {
|
|
|
797
797
|
*
|
|
798
798
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
799
799
|
*/
|
|
800
|
-
AWS_CDK_CLI_VERSION: "2.
|
|
800
|
+
AWS_CDK_CLI_VERSION: "2.1110.0",
|
|
801
801
|
/**
|
|
802
802
|
* CDK Version to use for construct projects.
|
|
803
803
|
*
|
|
@@ -815,7 +815,7 @@ var VERSION = {
|
|
|
815
815
|
/**
|
|
816
816
|
* Version of PNPM to use in workflows at github actions.
|
|
817
817
|
*/
|
|
818
|
-
PNPM_VERSION: "10.
|
|
818
|
+
PNPM_VERSION: "10.32.0",
|
|
819
819
|
/**
|
|
820
820
|
* Version of Projen to use.
|
|
821
821
|
*/
|
|
@@ -823,7 +823,7 @@ var VERSION = {
|
|
|
823
823
|
/**
|
|
824
824
|
* What version of the turborepo library should we use?
|
|
825
825
|
*/
|
|
826
|
-
TURBO_VERSION: "2.8.
|
|
826
|
+
TURBO_VERSION: "2.8.15",
|
|
827
827
|
/**
|
|
828
828
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
829
829
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|