@codedrifters/configulator 0.0.358 → 0.0.359
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
|
@@ -10455,7 +10455,7 @@ declare const VERSION: {
|
|
|
10455
10455
|
*
|
|
10456
10456
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
10457
10457
|
*/
|
|
10458
|
-
readonly AWS_CDK_LIB_VERSION: "2.
|
|
10458
|
+
readonly AWS_CDK_LIB_VERSION: "2.260.0";
|
|
10459
10459
|
/**
|
|
10460
10460
|
* Version of the AWS Constructs library to use.
|
|
10461
10461
|
*/
|
package/lib/index.d.ts
CHANGED
|
@@ -10504,7 +10504,7 @@ declare const VERSION: {
|
|
|
10504
10504
|
*
|
|
10505
10505
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
10506
10506
|
*/
|
|
10507
|
-
readonly AWS_CDK_LIB_VERSION: "2.
|
|
10507
|
+
readonly AWS_CDK_LIB_VERSION: "2.260.0";
|
|
10508
10508
|
/**
|
|
10509
10509
|
* Version of the AWS Constructs library to use.
|
|
10510
10510
|
*/
|
package/lib/index.js
CHANGED
|
@@ -30975,7 +30975,7 @@ var VERSION = {
|
|
|
30975
30975
|
*
|
|
30976
30976
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
30977
30977
|
*/
|
|
30978
|
-
AWS_CDK_LIB_VERSION: "2.
|
|
30978
|
+
AWS_CDK_LIB_VERSION: "2.260.0",
|
|
30979
30979
|
/**
|
|
30980
30980
|
* Version of the AWS Constructs library to use.
|
|
30981
30981
|
*/
|