@codedrifters/configulator 0.0.399 → 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 +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 +3 -3
package/lib/index.mjs
CHANGED
|
@@ -31830,7 +31830,7 @@ var VERSION = {
|
|
|
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
|
*/
|
|
@@ -31851,7 +31851,7 @@ var VERSION = {
|
|
|
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).
|