@codedrifters/configulator 0.0.469 → 0.0.471
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 +6 -6
- package/lib/index.d.ts +6 -6
- package/lib/index.js +6 -6
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +6 -6
- package/lib/index.mjs.map +1 -1
- package/package.json +7 -7
package/lib/index.d.mts
CHANGED
|
@@ -11863,7 +11863,7 @@ declare const VERSION: {
|
|
|
11863
11863
|
/**
|
|
11864
11864
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
11865
11865
|
*/
|
|
11866
|
-
readonly ASTRO_VERSION: "7.2.
|
|
11866
|
+
readonly ASTRO_VERSION: "7.2.7";
|
|
11867
11867
|
/**
|
|
11868
11868
|
* CDK CLI for workflows and command line operations.
|
|
11869
11869
|
*
|
|
@@ -11892,11 +11892,11 @@ declare const VERSION: {
|
|
|
11892
11892
|
/**
|
|
11893
11893
|
* Version of PNPM to use in workflows at github actions.
|
|
11894
11894
|
*/
|
|
11895
|
-
readonly PNPM_VERSION: "11.
|
|
11895
|
+
readonly PNPM_VERSION: "11.24.0";
|
|
11896
11896
|
/**
|
|
11897
11897
|
* Version of Projen to use.
|
|
11898
11898
|
*/
|
|
11899
|
-
readonly PROJEN_VERSION: "0.103.
|
|
11899
|
+
readonly PROJEN_VERSION: "0.103.3";
|
|
11900
11900
|
/**
|
|
11901
11901
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
11902
11902
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
|
@@ -11910,15 +11910,15 @@ declare const VERSION: {
|
|
|
11910
11910
|
/**
|
|
11911
11911
|
* Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
|
|
11912
11912
|
*/
|
|
11913
|
-
readonly STARLIGHT_VERSION: "0.41.
|
|
11913
|
+
readonly STARLIGHT_VERSION: "0.41.9";
|
|
11914
11914
|
/**
|
|
11915
11915
|
* What version of the turborepo library should we use?
|
|
11916
11916
|
*/
|
|
11917
|
-
readonly TURBO_VERSION: "2.10.
|
|
11917
|
+
readonly TURBO_VERSION: "2.10.12";
|
|
11918
11918
|
/**
|
|
11919
11919
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
11920
11920
|
*/
|
|
11921
|
-
readonly TYPES_NODE_VERSION: "26.
|
|
11921
|
+
readonly TYPES_NODE_VERSION: "26.3.0";
|
|
11922
11922
|
/**
|
|
11923
11923
|
* What version of Vitest to use when testRunner is 'vitest'.
|
|
11924
11924
|
*
|
package/lib/index.d.ts
CHANGED
|
@@ -11912,7 +11912,7 @@ declare const VERSION: {
|
|
|
11912
11912
|
/**
|
|
11913
11913
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
11914
11914
|
*/
|
|
11915
|
-
readonly ASTRO_VERSION: "7.2.
|
|
11915
|
+
readonly ASTRO_VERSION: "7.2.7";
|
|
11916
11916
|
/**
|
|
11917
11917
|
* CDK CLI for workflows and command line operations.
|
|
11918
11918
|
*
|
|
@@ -11941,11 +11941,11 @@ declare const VERSION: {
|
|
|
11941
11941
|
/**
|
|
11942
11942
|
* Version of PNPM to use in workflows at github actions.
|
|
11943
11943
|
*/
|
|
11944
|
-
readonly PNPM_VERSION: "11.
|
|
11944
|
+
readonly PNPM_VERSION: "11.24.0";
|
|
11945
11945
|
/**
|
|
11946
11946
|
* Version of Projen to use.
|
|
11947
11947
|
*/
|
|
11948
|
-
readonly PROJEN_VERSION: "0.103.
|
|
11948
|
+
readonly PROJEN_VERSION: "0.103.3";
|
|
11949
11949
|
/**
|
|
11950
11950
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
11951
11951
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
|
@@ -11959,15 +11959,15 @@ declare const VERSION: {
|
|
|
11959
11959
|
/**
|
|
11960
11960
|
* Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
|
|
11961
11961
|
*/
|
|
11962
|
-
readonly STARLIGHT_VERSION: "0.41.
|
|
11962
|
+
readonly STARLIGHT_VERSION: "0.41.9";
|
|
11963
11963
|
/**
|
|
11964
11964
|
* What version of the turborepo library should we use?
|
|
11965
11965
|
*/
|
|
11966
|
-
readonly TURBO_VERSION: "2.10.
|
|
11966
|
+
readonly TURBO_VERSION: "2.10.12";
|
|
11967
11967
|
/**
|
|
11968
11968
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
11969
11969
|
*/
|
|
11970
|
-
readonly TYPES_NODE_VERSION: "26.
|
|
11970
|
+
readonly TYPES_NODE_VERSION: "26.3.0";
|
|
11971
11971
|
/**
|
|
11972
11972
|
* What version of Vitest to use when testRunner is 'vitest'.
|
|
11973
11973
|
*
|
package/lib/index.js
CHANGED
|
@@ -35008,7 +35008,7 @@ var VERSION = {
|
|
|
35008
35008
|
/**
|
|
35009
35009
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
35010
35010
|
*/
|
|
35011
|
-
ASTRO_VERSION: "7.2.
|
|
35011
|
+
ASTRO_VERSION: "7.2.7",
|
|
35012
35012
|
/**
|
|
35013
35013
|
* CDK CLI for workflows and command line operations.
|
|
35014
35014
|
*
|
|
@@ -35037,11 +35037,11 @@ var VERSION = {
|
|
|
35037
35037
|
/**
|
|
35038
35038
|
* Version of PNPM to use in workflows at github actions.
|
|
35039
35039
|
*/
|
|
35040
|
-
PNPM_VERSION: "11.
|
|
35040
|
+
PNPM_VERSION: "11.24.0",
|
|
35041
35041
|
/**
|
|
35042
35042
|
* Version of Projen to use.
|
|
35043
35043
|
*/
|
|
35044
|
-
PROJEN_VERSION: "0.103.
|
|
35044
|
+
PROJEN_VERSION: "0.103.3",
|
|
35045
35045
|
/**
|
|
35046
35046
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
35047
35047
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
|
@@ -35055,15 +35055,15 @@ var VERSION = {
|
|
|
35055
35055
|
/**
|
|
35056
35056
|
* Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
|
|
35057
35057
|
*/
|
|
35058
|
-
STARLIGHT_VERSION: "0.41.
|
|
35058
|
+
STARLIGHT_VERSION: "0.41.9",
|
|
35059
35059
|
/**
|
|
35060
35060
|
* What version of the turborepo library should we use?
|
|
35061
35061
|
*/
|
|
35062
|
-
TURBO_VERSION: "2.10.
|
|
35062
|
+
TURBO_VERSION: "2.10.12",
|
|
35063
35063
|
/**
|
|
35064
35064
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
35065
35065
|
*/
|
|
35066
|
-
TYPES_NODE_VERSION: "26.
|
|
35066
|
+
TYPES_NODE_VERSION: "26.3.0",
|
|
35067
35067
|
/**
|
|
35068
35068
|
* What version of Vitest to use when testRunner is 'vitest'.
|
|
35069
35069
|
*
|