@codedrifters/configulator 0.0.384 → 0.0.385
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
|
@@ -31377,7 +31377,7 @@ var VERSION = {
|
|
|
31377
31377
|
/**
|
|
31378
31378
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
31379
31379
|
*/
|
|
31380
|
-
ASTRO_VERSION: "7.0.
|
|
31380
|
+
ASTRO_VERSION: "7.0.7",
|
|
31381
31381
|
/**
|
|
31382
31382
|
* CDK CLI for workflows and command line operations.
|
|
31383
31383
|
*
|
|
@@ -31410,7 +31410,7 @@ var VERSION = {
|
|
|
31410
31410
|
/**
|
|
31411
31411
|
* Version of Projen to use.
|
|
31412
31412
|
*/
|
|
31413
|
-
PROJEN_VERSION: "0.101.
|
|
31413
|
+
PROJEN_VERSION: "0.101.6",
|
|
31414
31414
|
/**
|
|
31415
31415
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
31416
31416
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|