@codedrifters/configulator 0.0.416 → 0.0.417
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 +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +1 -1
- package/lib/index.mjs.map +1 -1
- package/package.json +3 -3
package/lib/index.mjs
CHANGED
|
@@ -34434,7 +34434,7 @@ var VERSION = {
|
|
|
34434
34434
|
/**
|
|
34435
34435
|
* Version of the AWS Constructs library to use.
|
|
34436
34436
|
*/
|
|
34437
|
-
AWS_CONSTRUCTS_VERSION: "10.
|
|
34437
|
+
AWS_CONSTRUCTS_VERSION: "10.8.0",
|
|
34438
34438
|
/**
|
|
34439
34439
|
* Version of Node.js to use in CI workflows at github actions.
|
|
34440
34440
|
*/
|