@codedrifters/configulator 0.0.420 → 0.0.422
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 +4 -4
- package/lib/index.d.ts +4 -4
- package/lib/index.js +4 -4
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +4 -4
- package/lib/index.mjs.map +1 -1
- package/package.json +7 -7
package/lib/index.mjs
CHANGED
|
@@ -34427,7 +34427,7 @@ var VERSION = {
|
|
|
34427
34427
|
*
|
|
34428
34428
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
34429
34429
|
*/
|
|
34430
|
-
AWS_CDK_CLI_VERSION: "2.
|
|
34430
|
+
AWS_CDK_CLI_VERSION: "2.1135.0",
|
|
34431
34431
|
/**
|
|
34432
34432
|
* CDK Version to use for construct projects.
|
|
34433
34433
|
*
|
|
@@ -34437,7 +34437,7 @@ var VERSION = {
|
|
|
34437
34437
|
/**
|
|
34438
34438
|
* Version of the AWS Constructs library to use.
|
|
34439
34439
|
*/
|
|
34440
|
-
AWS_CONSTRUCTS_VERSION: "10.8.
|
|
34440
|
+
AWS_CONSTRUCTS_VERSION: "10.8.1",
|
|
34441
34441
|
/**
|
|
34442
34442
|
* Version of Node.js to use in CI workflows at github actions.
|
|
34443
34443
|
*/
|
|
@@ -34450,11 +34450,11 @@ var VERSION = {
|
|
|
34450
34450
|
/**
|
|
34451
34451
|
* Version of PNPM to use in workflows at github actions.
|
|
34452
34452
|
*/
|
|
34453
|
-
PNPM_VERSION: "11.
|
|
34453
|
+
PNPM_VERSION: "11.20.0",
|
|
34454
34454
|
/**
|
|
34455
34455
|
* Version of Projen to use.
|
|
34456
34456
|
*/
|
|
34457
|
-
PROJEN_VERSION: "0.101.
|
|
34457
|
+
PROJEN_VERSION: "0.101.25",
|
|
34458
34458
|
/**
|
|
34459
34459
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
34460
34460
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|