@codedrifters/configulator 0.0.413 → 0.0.414
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 +3 -3
- package/lib/index.d.ts +3 -3
- package/lib/index.js +3 -3
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +3 -3
- package/lib/index.mjs.map +1 -1
- package/package.json +4 -4
package/lib/index.d.mts
CHANGED
|
@@ -11327,7 +11327,7 @@ declare const VERSION: {
|
|
|
11327
11327
|
/**
|
|
11328
11328
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
11329
11329
|
*/
|
|
11330
|
-
readonly ASTRO_VERSION: "7.1.
|
|
11330
|
+
readonly ASTRO_VERSION: "7.1.5";
|
|
11331
11331
|
/**
|
|
11332
11332
|
* CDK CLI for workflows and command line operations.
|
|
11333
11333
|
*
|
|
@@ -11356,11 +11356,11 @@ declare const VERSION: {
|
|
|
11356
11356
|
/**
|
|
11357
11357
|
* Version of PNPM to use in workflows at github actions.
|
|
11358
11358
|
*/
|
|
11359
|
-
readonly PNPM_VERSION: "11.
|
|
11359
|
+
readonly PNPM_VERSION: "11.18.0";
|
|
11360
11360
|
/**
|
|
11361
11361
|
* Version of Projen to use.
|
|
11362
11362
|
*/
|
|
11363
|
-
readonly PROJEN_VERSION: "0.101.
|
|
11363
|
+
readonly PROJEN_VERSION: "0.101.22";
|
|
11364
11364
|
/**
|
|
11365
11365
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
11366
11366
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
package/lib/index.d.ts
CHANGED
|
@@ -11376,7 +11376,7 @@ declare const VERSION: {
|
|
|
11376
11376
|
/**
|
|
11377
11377
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
11378
11378
|
*/
|
|
11379
|
-
readonly ASTRO_VERSION: "7.1.
|
|
11379
|
+
readonly ASTRO_VERSION: "7.1.5";
|
|
11380
11380
|
/**
|
|
11381
11381
|
* CDK CLI for workflows and command line operations.
|
|
11382
11382
|
*
|
|
@@ -11405,11 +11405,11 @@ declare const VERSION: {
|
|
|
11405
11405
|
/**
|
|
11406
11406
|
* Version of PNPM to use in workflows at github actions.
|
|
11407
11407
|
*/
|
|
11408
|
-
readonly PNPM_VERSION: "11.
|
|
11408
|
+
readonly PNPM_VERSION: "11.18.0";
|
|
11409
11409
|
/**
|
|
11410
11410
|
* Version of Projen to use.
|
|
11411
11411
|
*/
|
|
11412
|
-
readonly PROJEN_VERSION: "0.101.
|
|
11412
|
+
readonly PROJEN_VERSION: "0.101.22";
|
|
11413
11413
|
/**
|
|
11414
11414
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
11415
11415
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
package/lib/index.js
CHANGED
|
@@ -34649,7 +34649,7 @@ var VERSION = {
|
|
|
34649
34649
|
/**
|
|
34650
34650
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
34651
34651
|
*/
|
|
34652
|
-
ASTRO_VERSION: "7.1.
|
|
34652
|
+
ASTRO_VERSION: "7.1.5",
|
|
34653
34653
|
/**
|
|
34654
34654
|
* CDK CLI for workflows and command line operations.
|
|
34655
34655
|
*
|
|
@@ -34678,11 +34678,11 @@ var VERSION = {
|
|
|
34678
34678
|
/**
|
|
34679
34679
|
* Version of PNPM to use in workflows at github actions.
|
|
34680
34680
|
*/
|
|
34681
|
-
PNPM_VERSION: "11.
|
|
34681
|
+
PNPM_VERSION: "11.18.0",
|
|
34682
34682
|
/**
|
|
34683
34683
|
* Version of Projen to use.
|
|
34684
34684
|
*/
|
|
34685
|
-
PROJEN_VERSION: "0.101.
|
|
34685
|
+
PROJEN_VERSION: "0.101.22",
|
|
34686
34686
|
/**
|
|
34687
34687
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
34688
34688
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|