@codedrifters/configulator 0.0.346 → 0.0.347
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
|
@@ -10289,7 +10289,7 @@ declare const VERSION: {
|
|
|
10289
10289
|
*
|
|
10290
10290
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
10291
10291
|
*/
|
|
10292
|
-
readonly AWS_CDK_LIB_VERSION: "2.258.
|
|
10292
|
+
readonly AWS_CDK_LIB_VERSION: "2.258.1";
|
|
10293
10293
|
/**
|
|
10294
10294
|
* Version of the AWS Constructs library to use.
|
|
10295
10295
|
*/
|
package/lib/index.d.ts
CHANGED
|
@@ -10338,7 +10338,7 @@ declare const VERSION: {
|
|
|
10338
10338
|
*
|
|
10339
10339
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
10340
10340
|
*/
|
|
10341
|
-
readonly AWS_CDK_LIB_VERSION: "2.258.
|
|
10341
|
+
readonly AWS_CDK_LIB_VERSION: "2.258.1";
|
|
10342
10342
|
/**
|
|
10343
10343
|
* Version of the AWS Constructs library to use.
|
|
10344
10344
|
*/
|
package/lib/index.js
CHANGED
|
@@ -29367,7 +29367,7 @@ var VERSION = {
|
|
|
29367
29367
|
*
|
|
29368
29368
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
29369
29369
|
*/
|
|
29370
|
-
AWS_CDK_LIB_VERSION: "2.258.
|
|
29370
|
+
AWS_CDK_LIB_VERSION: "2.258.1",
|
|
29371
29371
|
/**
|
|
29372
29372
|
* Version of the AWS Constructs library to use.
|
|
29373
29373
|
*/
|