@codedrifters/configulator 0.0.420 → 0.0.421
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 +2 -2
- package/lib/index.d.ts +2 -2
- package/lib/index.js +2 -2
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +2 -2
- package/lib/index.mjs.map +1 -1
- package/package.json +2 -2
package/lib/index.d.mts
CHANGED
|
@@ -11333,7 +11333,7 @@ declare const VERSION: {
|
|
|
11333
11333
|
*
|
|
11334
11334
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
11335
11335
|
*/
|
|
11336
|
-
readonly AWS_CDK_CLI_VERSION: "2.
|
|
11336
|
+
readonly AWS_CDK_CLI_VERSION: "2.1135.0";
|
|
11337
11337
|
/**
|
|
11338
11338
|
* CDK Version to use for construct projects.
|
|
11339
11339
|
*
|
|
@@ -11356,7 +11356,7 @@ declare const VERSION: {
|
|
|
11356
11356
|
/**
|
|
11357
11357
|
* Version of PNPM to use in workflows at github actions.
|
|
11358
11358
|
*/
|
|
11359
|
-
readonly PNPM_VERSION: "11.
|
|
11359
|
+
readonly PNPM_VERSION: "11.19.0";
|
|
11360
11360
|
/**
|
|
11361
11361
|
* Version of Projen to use.
|
|
11362
11362
|
*/
|
package/lib/index.d.ts
CHANGED
|
@@ -11382,7 +11382,7 @@ declare const VERSION: {
|
|
|
11382
11382
|
*
|
|
11383
11383
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
11384
11384
|
*/
|
|
11385
|
-
readonly AWS_CDK_CLI_VERSION: "2.
|
|
11385
|
+
readonly AWS_CDK_CLI_VERSION: "2.1135.0";
|
|
11386
11386
|
/**
|
|
11387
11387
|
* CDK Version to use for construct projects.
|
|
11388
11388
|
*
|
|
@@ -11405,7 +11405,7 @@ declare const VERSION: {
|
|
|
11405
11405
|
/**
|
|
11406
11406
|
* Version of PNPM to use in workflows at github actions.
|
|
11407
11407
|
*/
|
|
11408
|
-
readonly PNPM_VERSION: "11.
|
|
11408
|
+
readonly PNPM_VERSION: "11.19.0";
|
|
11409
11409
|
/**
|
|
11410
11410
|
* Version of Projen to use.
|
|
11411
11411
|
*/
|
package/lib/index.js
CHANGED
|
@@ -34802,7 +34802,7 @@ var VERSION = {
|
|
|
34802
34802
|
*
|
|
34803
34803
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
34804
34804
|
*/
|
|
34805
|
-
AWS_CDK_CLI_VERSION: "2.
|
|
34805
|
+
AWS_CDK_CLI_VERSION: "2.1135.0",
|
|
34806
34806
|
/**
|
|
34807
34807
|
* CDK Version to use for construct projects.
|
|
34808
34808
|
*
|
|
@@ -34825,7 +34825,7 @@ var VERSION = {
|
|
|
34825
34825
|
/**
|
|
34826
34826
|
* Version of PNPM to use in workflows at github actions.
|
|
34827
34827
|
*/
|
|
34828
|
-
PNPM_VERSION: "11.
|
|
34828
|
+
PNPM_VERSION: "11.19.0",
|
|
34829
34829
|
/**
|
|
34830
34830
|
* Version of Projen to use.
|
|
34831
34831
|
*/
|