@codedrifters/configulator 0.0.250 → 0.0.251
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/README.md +4 -1327
- package/lib/index.d.mts +3 -3
- package/lib/index.d.ts +3 -3
- package/lib/index.js +3 -3
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +3 -3
- package/lib/index.mjs.map +1 -1
- package/package.json +3 -3
package/lib/index.d.mts
CHANGED
|
@@ -2018,13 +2018,13 @@ declare const VERSION: {
|
|
|
2018
2018
|
/**
|
|
2019
2019
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
2020
2020
|
*/
|
|
2021
|
-
readonly ASTRO_VERSION: "6.1.
|
|
2021
|
+
readonly ASTRO_VERSION: "6.1.7";
|
|
2022
2022
|
/**
|
|
2023
2023
|
* CDK CLI for workflows and command line operations.
|
|
2024
2024
|
*
|
|
2025
2025
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
2026
2026
|
*/
|
|
2027
|
-
readonly AWS_CDK_CLI_VERSION: "2.1118.
|
|
2027
|
+
readonly AWS_CDK_CLI_VERSION: "2.1118.2";
|
|
2028
2028
|
/**
|
|
2029
2029
|
* CDK Version to use for construct projects.
|
|
2030
2030
|
*
|
|
@@ -2051,7 +2051,7 @@ declare const VERSION: {
|
|
|
2051
2051
|
/**
|
|
2052
2052
|
* Version of Projen to use.
|
|
2053
2053
|
*/
|
|
2054
|
-
readonly PROJEN_VERSION: "0.99.
|
|
2054
|
+
readonly PROJEN_VERSION: "0.99.50";
|
|
2055
2055
|
/**
|
|
2056
2056
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
2057
2057
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
package/lib/index.d.ts
CHANGED
|
@@ -2067,13 +2067,13 @@ declare const VERSION: {
|
|
|
2067
2067
|
/**
|
|
2068
2068
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
2069
2069
|
*/
|
|
2070
|
-
readonly ASTRO_VERSION: "6.1.
|
|
2070
|
+
readonly ASTRO_VERSION: "6.1.7";
|
|
2071
2071
|
/**
|
|
2072
2072
|
* CDK CLI for workflows and command line operations.
|
|
2073
2073
|
*
|
|
2074
2074
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
2075
2075
|
*/
|
|
2076
|
-
readonly AWS_CDK_CLI_VERSION: "2.1118.
|
|
2076
|
+
readonly AWS_CDK_CLI_VERSION: "2.1118.2";
|
|
2077
2077
|
/**
|
|
2078
2078
|
* CDK Version to use for construct projects.
|
|
2079
2079
|
*
|
|
@@ -2100,7 +2100,7 @@ declare const VERSION: {
|
|
|
2100
2100
|
/**
|
|
2101
2101
|
* Version of Projen to use.
|
|
2102
2102
|
*/
|
|
2103
|
-
readonly PROJEN_VERSION: "0.99.
|
|
2103
|
+
readonly PROJEN_VERSION: "0.99.50";
|
|
2104
2104
|
/**
|
|
2105
2105
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
2106
2106
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
package/lib/index.js
CHANGED
|
@@ -14324,13 +14324,13 @@ var VERSION = {
|
|
|
14324
14324
|
/**
|
|
14325
14325
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
14326
14326
|
*/
|
|
14327
|
-
ASTRO_VERSION: "6.1.
|
|
14327
|
+
ASTRO_VERSION: "6.1.7",
|
|
14328
14328
|
/**
|
|
14329
14329
|
* CDK CLI for workflows and command line operations.
|
|
14330
14330
|
*
|
|
14331
14331
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
14332
14332
|
*/
|
|
14333
|
-
AWS_CDK_CLI_VERSION: "2.1118.
|
|
14333
|
+
AWS_CDK_CLI_VERSION: "2.1118.2",
|
|
14334
14334
|
/**
|
|
14335
14335
|
* CDK Version to use for construct projects.
|
|
14336
14336
|
*
|
|
@@ -14357,7 +14357,7 @@ var VERSION = {
|
|
|
14357
14357
|
/**
|
|
14358
14358
|
* Version of Projen to use.
|
|
14359
14359
|
*/
|
|
14360
|
-
PROJEN_VERSION: "0.99.
|
|
14360
|
+
PROJEN_VERSION: "0.99.50",
|
|
14361
14361
|
/**
|
|
14362
14362
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
14363
14363
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|