@codedrifters/configulator 0.0.415 → 0.0.416
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 +4 -4
- package/lib/index.d.ts +4 -4
- package/lib/index.js +4 -4
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +4 -4
- package/lib/index.mjs.map +1 -1
- package/package.json +3 -3
package/lib/index.d.mts
CHANGED
|
@@ -11327,23 +11327,23 @@ declare const VERSION: {
|
|
|
11327
11327
|
/**
|
|
11328
11328
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
11329
11329
|
*/
|
|
11330
|
-
readonly ASTRO_VERSION: "7.1.
|
|
11330
|
+
readonly ASTRO_VERSION: "7.1.6";
|
|
11331
11331
|
/**
|
|
11332
11332
|
* CDK CLI for workflows and command line operations.
|
|
11333
11333
|
*
|
|
11334
11334
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
11335
11335
|
*/
|
|
11336
|
-
readonly AWS_CDK_CLI_VERSION: "2.
|
|
11336
|
+
readonly AWS_CDK_CLI_VERSION: "2.1134.0";
|
|
11337
11337
|
/**
|
|
11338
11338
|
* CDK Version to use for construct projects.
|
|
11339
11339
|
*
|
|
11340
11340
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
11341
11341
|
*/
|
|
11342
|
-
readonly AWS_CDK_LIB_VERSION: "2.262.
|
|
11342
|
+
readonly AWS_CDK_LIB_VERSION: "2.262.2";
|
|
11343
11343
|
/**
|
|
11344
11344
|
* Version of the AWS Constructs library to use.
|
|
11345
11345
|
*/
|
|
11346
|
-
readonly AWS_CONSTRUCTS_VERSION: "10.7.
|
|
11346
|
+
readonly AWS_CONSTRUCTS_VERSION: "10.7.2";
|
|
11347
11347
|
/**
|
|
11348
11348
|
* Version of Node.js to use in CI workflows at github actions.
|
|
11349
11349
|
*/
|
package/lib/index.d.ts
CHANGED
|
@@ -11376,23 +11376,23 @@ declare const VERSION: {
|
|
|
11376
11376
|
/**
|
|
11377
11377
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
11378
11378
|
*/
|
|
11379
|
-
readonly ASTRO_VERSION: "7.1.
|
|
11379
|
+
readonly ASTRO_VERSION: "7.1.6";
|
|
11380
11380
|
/**
|
|
11381
11381
|
* CDK CLI for workflows and command line operations.
|
|
11382
11382
|
*
|
|
11383
11383
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
11384
11384
|
*/
|
|
11385
|
-
readonly AWS_CDK_CLI_VERSION: "2.
|
|
11385
|
+
readonly AWS_CDK_CLI_VERSION: "2.1134.0";
|
|
11386
11386
|
/**
|
|
11387
11387
|
* CDK Version to use for construct projects.
|
|
11388
11388
|
*
|
|
11389
11389
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
11390
11390
|
*/
|
|
11391
|
-
readonly AWS_CDK_LIB_VERSION: "2.262.
|
|
11391
|
+
readonly AWS_CDK_LIB_VERSION: "2.262.2";
|
|
11392
11392
|
/**
|
|
11393
11393
|
* Version of the AWS Constructs library to use.
|
|
11394
11394
|
*/
|
|
11395
|
-
readonly AWS_CONSTRUCTS_VERSION: "10.7.
|
|
11395
|
+
readonly AWS_CONSTRUCTS_VERSION: "10.7.2";
|
|
11396
11396
|
/**
|
|
11397
11397
|
* Version of Node.js to use in CI workflows at github actions.
|
|
11398
11398
|
*/
|
package/lib/index.js
CHANGED
|
@@ -34793,23 +34793,23 @@ var VERSION = {
|
|
|
34793
34793
|
/**
|
|
34794
34794
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
34795
34795
|
*/
|
|
34796
|
-
ASTRO_VERSION: "7.1.
|
|
34796
|
+
ASTRO_VERSION: "7.1.6",
|
|
34797
34797
|
/**
|
|
34798
34798
|
* CDK CLI for workflows and command line operations.
|
|
34799
34799
|
*
|
|
34800
34800
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
34801
34801
|
*/
|
|
34802
|
-
AWS_CDK_CLI_VERSION: "2.
|
|
34802
|
+
AWS_CDK_CLI_VERSION: "2.1134.0",
|
|
34803
34803
|
/**
|
|
34804
34804
|
* CDK Version to use for construct projects.
|
|
34805
34805
|
*
|
|
34806
34806
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
34807
34807
|
*/
|
|
34808
|
-
AWS_CDK_LIB_VERSION: "2.262.
|
|
34808
|
+
AWS_CDK_LIB_VERSION: "2.262.2",
|
|
34809
34809
|
/**
|
|
34810
34810
|
* Version of the AWS Constructs library to use.
|
|
34811
34811
|
*/
|
|
34812
|
-
AWS_CONSTRUCTS_VERSION: "10.7.
|
|
34812
|
+
AWS_CONSTRUCTS_VERSION: "10.7.2",
|
|
34813
34813
|
/**
|
|
34814
34814
|
* Version of Node.js to use in CI workflows at github actions.
|
|
34815
34815
|
*/
|