@codedrifters/configulator 0.0.380 → 0.0.382
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 +2 -2
package/lib/index.d.mts
CHANGED
|
@@ -10562,7 +10562,7 @@ declare const VERSION: {
|
|
|
10562
10562
|
/**
|
|
10563
10563
|
* Version of PNPM to use in workflows at github actions.
|
|
10564
10564
|
*/
|
|
10565
|
-
readonly PNPM_VERSION: "11.
|
|
10565
|
+
readonly PNPM_VERSION: "11.10.0";
|
|
10566
10566
|
/**
|
|
10567
10567
|
* Version of Projen to use.
|
|
10568
10568
|
*/
|
|
@@ -10584,7 +10584,7 @@ declare const VERSION: {
|
|
|
10584
10584
|
/**
|
|
10585
10585
|
* What version of the turborepo library should we use?
|
|
10586
10586
|
*/
|
|
10587
|
-
readonly TURBO_VERSION: "2.10.
|
|
10587
|
+
readonly TURBO_VERSION: "2.10.4";
|
|
10588
10588
|
/**
|
|
10589
10589
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
10590
10590
|
*/
|
package/lib/index.d.ts
CHANGED
|
@@ -10611,7 +10611,7 @@ declare const VERSION: {
|
|
|
10611
10611
|
/**
|
|
10612
10612
|
* Version of PNPM to use in workflows at github actions.
|
|
10613
10613
|
*/
|
|
10614
|
-
readonly PNPM_VERSION: "11.
|
|
10614
|
+
readonly PNPM_VERSION: "11.10.0";
|
|
10615
10615
|
/**
|
|
10616
10616
|
* Version of Projen to use.
|
|
10617
10617
|
*/
|
|
@@ -10633,7 +10633,7 @@ declare const VERSION: {
|
|
|
10633
10633
|
/**
|
|
10634
10634
|
* What version of the turborepo library should we use?
|
|
10635
10635
|
*/
|
|
10636
|
-
readonly TURBO_VERSION: "2.10.
|
|
10636
|
+
readonly TURBO_VERSION: "2.10.4";
|
|
10637
10637
|
/**
|
|
10638
10638
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
10639
10639
|
*/
|
package/lib/index.js
CHANGED
|
@@ -31306,7 +31306,7 @@ var VERSION = {
|
|
|
31306
31306
|
/**
|
|
31307
31307
|
* Version of PNPM to use in workflows at github actions.
|
|
31308
31308
|
*/
|
|
31309
|
-
PNPM_VERSION: "11.
|
|
31309
|
+
PNPM_VERSION: "11.10.0",
|
|
31310
31310
|
/**
|
|
31311
31311
|
* Version of Projen to use.
|
|
31312
31312
|
*/
|
|
@@ -31328,7 +31328,7 @@ var VERSION = {
|
|
|
31328
31328
|
/**
|
|
31329
31329
|
* What version of the turborepo library should we use?
|
|
31330
31330
|
*/
|
|
31331
|
-
TURBO_VERSION: "2.10.
|
|
31331
|
+
TURBO_VERSION: "2.10.4",
|
|
31332
31332
|
/**
|
|
31333
31333
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
31334
31334
|
*/
|