@codedrifters/configulator 0.0.282 → 0.0.283
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 +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +1 -1
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.d.mts
CHANGED
|
@@ -7517,7 +7517,7 @@ declare const VERSION: {
|
|
|
7517
7517
|
*
|
|
7518
7518
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
7519
7519
|
*/
|
|
7520
|
-
readonly AWS_CDK_CLI_VERSION: "2.
|
|
7520
|
+
readonly AWS_CDK_CLI_VERSION: "2.1120.0";
|
|
7521
7521
|
/**
|
|
7522
7522
|
* CDK Version to use for construct projects.
|
|
7523
7523
|
*
|
package/lib/index.d.ts
CHANGED
|
@@ -7566,7 +7566,7 @@ declare const VERSION: {
|
|
|
7566
7566
|
*
|
|
7567
7567
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
7568
7568
|
*/
|
|
7569
|
-
readonly AWS_CDK_CLI_VERSION: "2.
|
|
7569
|
+
readonly AWS_CDK_CLI_VERSION: "2.1120.0";
|
|
7570
7570
|
/**
|
|
7571
7571
|
* CDK Version to use for construct projects.
|
|
7572
7572
|
*
|
package/lib/index.js
CHANGED
|
@@ -26500,7 +26500,7 @@ var VERSION = {
|
|
|
26500
26500
|
*
|
|
26501
26501
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
26502
26502
|
*/
|
|
26503
|
-
AWS_CDK_CLI_VERSION: "2.
|
|
26503
|
+
AWS_CDK_CLI_VERSION: "2.1120.0",
|
|
26504
26504
|
/**
|
|
26505
26505
|
* CDK Version to use for construct projects.
|
|
26506
26506
|
*
|