@codedrifters/configulator 0.0.383 → 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 +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
|
@@ -10620,7 +10620,7 @@ declare const VERSION: {
|
|
|
10620
10620
|
/**
|
|
10621
10621
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
10622
10622
|
*/
|
|
10623
|
-
readonly ASTRO_VERSION: "7.0.
|
|
10623
|
+
readonly ASTRO_VERSION: "7.0.7";
|
|
10624
10624
|
/**
|
|
10625
10625
|
* CDK CLI for workflows and command line operations.
|
|
10626
10626
|
*
|
|
@@ -10653,7 +10653,7 @@ declare const VERSION: {
|
|
|
10653
10653
|
/**
|
|
10654
10654
|
* Version of Projen to use.
|
|
10655
10655
|
*/
|
|
10656
|
-
readonly PROJEN_VERSION: "0.101.
|
|
10656
|
+
readonly PROJEN_VERSION: "0.101.6";
|
|
10657
10657
|
/**
|
|
10658
10658
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
10659
10659
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
|
@@ -10675,7 +10675,7 @@ declare const VERSION: {
|
|
|
10675
10675
|
/**
|
|
10676
10676
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
10677
10677
|
*/
|
|
10678
|
-
readonly TYPES_NODE_VERSION: "26.1.
|
|
10678
|
+
readonly TYPES_NODE_VERSION: "26.1.1";
|
|
10679
10679
|
/**
|
|
10680
10680
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
10681
10681
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|
package/lib/index.d.ts
CHANGED
|
@@ -10669,7 +10669,7 @@ declare const VERSION: {
|
|
|
10669
10669
|
/**
|
|
10670
10670
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
10671
10671
|
*/
|
|
10672
|
-
readonly ASTRO_VERSION: "7.0.
|
|
10672
|
+
readonly ASTRO_VERSION: "7.0.7";
|
|
10673
10673
|
/**
|
|
10674
10674
|
* CDK CLI for workflows and command line operations.
|
|
10675
10675
|
*
|
|
@@ -10702,7 +10702,7 @@ declare const VERSION: {
|
|
|
10702
10702
|
/**
|
|
10703
10703
|
* Version of Projen to use.
|
|
10704
10704
|
*/
|
|
10705
|
-
readonly PROJEN_VERSION: "0.101.
|
|
10705
|
+
readonly PROJEN_VERSION: "0.101.6";
|
|
10706
10706
|
/**
|
|
10707
10707
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
10708
10708
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
|
@@ -10724,7 +10724,7 @@ declare const VERSION: {
|
|
|
10724
10724
|
/**
|
|
10725
10725
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
10726
10726
|
*/
|
|
10727
|
-
readonly TYPES_NODE_VERSION: "26.1.
|
|
10727
|
+
readonly TYPES_NODE_VERSION: "26.1.1";
|
|
10728
10728
|
/**
|
|
10729
10729
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
10730
10730
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|
package/lib/index.js
CHANGED
|
@@ -31725,7 +31725,7 @@ var VERSION = {
|
|
|
31725
31725
|
/**
|
|
31726
31726
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
31727
31727
|
*/
|
|
31728
|
-
ASTRO_VERSION: "7.0.
|
|
31728
|
+
ASTRO_VERSION: "7.0.7",
|
|
31729
31729
|
/**
|
|
31730
31730
|
* CDK CLI for workflows and command line operations.
|
|
31731
31731
|
*
|
|
@@ -31758,7 +31758,7 @@ var VERSION = {
|
|
|
31758
31758
|
/**
|
|
31759
31759
|
* Version of Projen to use.
|
|
31760
31760
|
*/
|
|
31761
|
-
PROJEN_VERSION: "0.101.
|
|
31761
|
+
PROJEN_VERSION: "0.101.6",
|
|
31762
31762
|
/**
|
|
31763
31763
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
31764
31764
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
|
@@ -31780,7 +31780,7 @@ var VERSION = {
|
|
|
31780
31780
|
/**
|
|
31781
31781
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
31782
31782
|
*/
|
|
31783
|
-
TYPES_NODE_VERSION: "26.1.
|
|
31783
|
+
TYPES_NODE_VERSION: "26.1.1",
|
|
31784
31784
|
/**
|
|
31785
31785
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
31786
31786
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|