@codedrifters/configulator 0.0.398 → 0.0.400
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 +4 -4
package/lib/index.mjs
CHANGED
|
@@ -31824,13 +31824,13 @@ var VERSION = {
|
|
|
31824
31824
|
*
|
|
31825
31825
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
31826
31826
|
*/
|
|
31827
|
-
AWS_CDK_CLI_VERSION: "2.
|
|
31827
|
+
AWS_CDK_CLI_VERSION: "2.1133.0",
|
|
31828
31828
|
/**
|
|
31829
31829
|
* CDK Version to use for construct projects.
|
|
31830
31830
|
*
|
|
31831
31831
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
31832
31832
|
*/
|
|
31833
|
-
AWS_CDK_LIB_VERSION: "2.262.
|
|
31833
|
+
AWS_CDK_LIB_VERSION: "2.262.1",
|
|
31834
31834
|
/**
|
|
31835
31835
|
* Version of the AWS Constructs library to use.
|
|
31836
31836
|
*/
|
|
@@ -31847,11 +31847,11 @@ var VERSION = {
|
|
|
31847
31847
|
/**
|
|
31848
31848
|
* Version of PNPM to use in workflows at github actions.
|
|
31849
31849
|
*/
|
|
31850
|
-
PNPM_VERSION: "11.
|
|
31850
|
+
PNPM_VERSION: "11.17.0",
|
|
31851
31851
|
/**
|
|
31852
31852
|
* Version of Projen to use.
|
|
31853
31853
|
*/
|
|
31854
|
-
PROJEN_VERSION: "0.101.
|
|
31854
|
+
PROJEN_VERSION: "0.101.20",
|
|
31855
31855
|
/**
|
|
31856
31856
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
31857
31857
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|