@codedrifters/configulator 0.0.398 → 0.0.399
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
|
@@ -10671,7 +10671,7 @@ declare const VERSION: {
|
|
|
10671
10671
|
*
|
|
10672
10672
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
10673
10673
|
*/
|
|
10674
|
-
readonly AWS_CDK_CLI_VERSION: "2.
|
|
10674
|
+
readonly AWS_CDK_CLI_VERSION: "2.1133.0";
|
|
10675
10675
|
/**
|
|
10676
10676
|
* CDK Version to use for construct projects.
|
|
10677
10677
|
*
|
|
@@ -10694,7 +10694,7 @@ declare const VERSION: {
|
|
|
10694
10694
|
/**
|
|
10695
10695
|
* Version of PNPM to use in workflows at github actions.
|
|
10696
10696
|
*/
|
|
10697
|
-
readonly PNPM_VERSION: "11.
|
|
10697
|
+
readonly PNPM_VERSION: "11.17.0";
|
|
10698
10698
|
/**
|
|
10699
10699
|
* Version of Projen to use.
|
|
10700
10700
|
*/
|
package/lib/index.d.ts
CHANGED
|
@@ -10720,7 +10720,7 @@ declare const VERSION: {
|
|
|
10720
10720
|
*
|
|
10721
10721
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
10722
10722
|
*/
|
|
10723
|
-
readonly AWS_CDK_CLI_VERSION: "2.
|
|
10723
|
+
readonly AWS_CDK_CLI_VERSION: "2.1133.0";
|
|
10724
10724
|
/**
|
|
10725
10725
|
* CDK Version to use for construct projects.
|
|
10726
10726
|
*
|
|
@@ -10743,7 +10743,7 @@ declare const VERSION: {
|
|
|
10743
10743
|
/**
|
|
10744
10744
|
* Version of PNPM to use in workflows at github actions.
|
|
10745
10745
|
*/
|
|
10746
|
-
readonly PNPM_VERSION: "11.
|
|
10746
|
+
readonly PNPM_VERSION: "11.17.0";
|
|
10747
10747
|
/**
|
|
10748
10748
|
* Version of Projen to use.
|
|
10749
10749
|
*/
|
package/lib/index.js
CHANGED
|
@@ -32166,7 +32166,7 @@ var VERSION = {
|
|
|
32166
32166
|
*
|
|
32167
32167
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
32168
32168
|
*/
|
|
32169
|
-
AWS_CDK_CLI_VERSION: "2.
|
|
32169
|
+
AWS_CDK_CLI_VERSION: "2.1133.0",
|
|
32170
32170
|
/**
|
|
32171
32171
|
* CDK Version to use for construct projects.
|
|
32172
32172
|
*
|
|
@@ -32189,7 +32189,7 @@ var VERSION = {
|
|
|
32189
32189
|
/**
|
|
32190
32190
|
* Version of PNPM to use in workflows at github actions.
|
|
32191
32191
|
*/
|
|
32192
|
-
PNPM_VERSION: "11.
|
|
32192
|
+
PNPM_VERSION: "11.17.0",
|
|
32193
32193
|
/**
|
|
32194
32194
|
* Version of Projen to use.
|
|
32195
32195
|
*/
|