@codedrifters/configulator 0.0.326 → 0.0.327
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 +5 -5
- package/lib/index.d.ts +5 -5
- package/lib/index.js +5 -5
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +5 -5
- package/lib/index.mjs.map +1 -1
- package/package.json +4 -4
package/lib/index.mjs
CHANGED
|
@@ -28035,19 +28035,19 @@ var VERSION = {
|
|
|
28035
28035
|
/**
|
|
28036
28036
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
28037
28037
|
*/
|
|
28038
|
-
ASTRO_VERSION: "6.3.
|
|
28038
|
+
ASTRO_VERSION: "6.3.6",
|
|
28039
28039
|
/**
|
|
28040
28040
|
* CDK CLI for workflows and command line operations.
|
|
28041
28041
|
*
|
|
28042
28042
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
28043
28043
|
*/
|
|
28044
|
-
AWS_CDK_CLI_VERSION: "2.
|
|
28044
|
+
AWS_CDK_CLI_VERSION: "2.1124.1",
|
|
28045
28045
|
/**
|
|
28046
28046
|
* CDK Version to use for construct projects.
|
|
28047
28047
|
*
|
|
28048
28048
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
28049
28049
|
*/
|
|
28050
|
-
AWS_CDK_LIB_VERSION: "2.256.
|
|
28050
|
+
AWS_CDK_LIB_VERSION: "2.256.1",
|
|
28051
28051
|
/**
|
|
28052
28052
|
* Version of the AWS Constructs library to use.
|
|
28053
28053
|
*/
|
|
@@ -28064,11 +28064,11 @@ var VERSION = {
|
|
|
28064
28064
|
/**
|
|
28065
28065
|
* Version of PNPM to use in workflows at github actions.
|
|
28066
28066
|
*/
|
|
28067
|
-
PNPM_VERSION: "11.1
|
|
28067
|
+
PNPM_VERSION: "11.2.1",
|
|
28068
28068
|
/**
|
|
28069
28069
|
* Version of Projen to use.
|
|
28070
28070
|
*/
|
|
28071
|
-
PROJEN_VERSION: "0.99.
|
|
28071
|
+
PROJEN_VERSION: "0.99.63",
|
|
28072
28072
|
/**
|
|
28073
28073
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
28074
28074
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|