@codedrifters/configulator 0.0.342 → 0.0.343
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
|
@@ -10224,7 +10224,7 @@ declare const VERSION: {
|
|
|
10224
10224
|
*
|
|
10225
10225
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
10226
10226
|
*/
|
|
10227
|
-
readonly AWS_CDK_LIB_VERSION: "2.
|
|
10227
|
+
readonly AWS_CDK_LIB_VERSION: "2.258.0";
|
|
10228
10228
|
/**
|
|
10229
10229
|
* Version of the AWS Constructs library to use.
|
|
10230
10230
|
*/
|
|
@@ -10241,7 +10241,7 @@ declare const VERSION: {
|
|
|
10241
10241
|
/**
|
|
10242
10242
|
* Version of PNPM to use in workflows at github actions.
|
|
10243
10243
|
*/
|
|
10244
|
-
readonly PNPM_VERSION: "11.5.
|
|
10244
|
+
readonly PNPM_VERSION: "11.5.2";
|
|
10245
10245
|
/**
|
|
10246
10246
|
* Version of Projen to use.
|
|
10247
10247
|
*/
|
package/lib/index.d.ts
CHANGED
|
@@ -10273,7 +10273,7 @@ declare const VERSION: {
|
|
|
10273
10273
|
*
|
|
10274
10274
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
10275
10275
|
*/
|
|
10276
|
-
readonly AWS_CDK_LIB_VERSION: "2.
|
|
10276
|
+
readonly AWS_CDK_LIB_VERSION: "2.258.0";
|
|
10277
10277
|
/**
|
|
10278
10278
|
* Version of the AWS Constructs library to use.
|
|
10279
10279
|
*/
|
|
@@ -10290,7 +10290,7 @@ declare const VERSION: {
|
|
|
10290
10290
|
/**
|
|
10291
10291
|
* Version of PNPM to use in workflows at github actions.
|
|
10292
10292
|
*/
|
|
10293
|
-
readonly PNPM_VERSION: "11.5.
|
|
10293
|
+
readonly PNPM_VERSION: "11.5.2";
|
|
10294
10294
|
/**
|
|
10295
10295
|
* Version of Projen to use.
|
|
10296
10296
|
*/
|
package/lib/index.js
CHANGED
|
@@ -29302,7 +29302,7 @@ var VERSION = {
|
|
|
29302
29302
|
*
|
|
29303
29303
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
29304
29304
|
*/
|
|
29305
|
-
AWS_CDK_LIB_VERSION: "2.
|
|
29305
|
+
AWS_CDK_LIB_VERSION: "2.258.0",
|
|
29306
29306
|
/**
|
|
29307
29307
|
* Version of the AWS Constructs library to use.
|
|
29308
29308
|
*/
|
|
@@ -29319,7 +29319,7 @@ var VERSION = {
|
|
|
29319
29319
|
/**
|
|
29320
29320
|
* Version of PNPM to use in workflows at github actions.
|
|
29321
29321
|
*/
|
|
29322
|
-
PNPM_VERSION: "11.5.
|
|
29322
|
+
PNPM_VERSION: "11.5.2",
|
|
29323
29323
|
/**
|
|
29324
29324
|
* Version of Projen to use.
|
|
29325
29325
|
*/
|