@codedrifters/configulator 0.0.400 → 0.0.401
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 +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +1 -1
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.d.mts
CHANGED
|
@@ -10716,7 +10716,7 @@ declare const VERSION: {
|
|
|
10716
10716
|
/**
|
|
10717
10717
|
* What version of the turborepo library should we use?
|
|
10718
10718
|
*/
|
|
10719
|
-
readonly TURBO_VERSION: "2.10.
|
|
10719
|
+
readonly TURBO_VERSION: "2.10.7";
|
|
10720
10720
|
/**
|
|
10721
10721
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
10722
10722
|
*/
|
package/lib/index.d.ts
CHANGED
|
@@ -10765,7 +10765,7 @@ declare const VERSION: {
|
|
|
10765
10765
|
/**
|
|
10766
10766
|
* What version of the turborepo library should we use?
|
|
10767
10767
|
*/
|
|
10768
|
-
readonly TURBO_VERSION: "2.10.
|
|
10768
|
+
readonly TURBO_VERSION: "2.10.7";
|
|
10769
10769
|
/**
|
|
10770
10770
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
10771
10771
|
*/
|
package/lib/index.js
CHANGED
|
@@ -32211,7 +32211,7 @@ var VERSION = {
|
|
|
32211
32211
|
/**
|
|
32212
32212
|
* What version of the turborepo library should we use?
|
|
32213
32213
|
*/
|
|
32214
|
-
TURBO_VERSION: "2.10.
|
|
32214
|
+
TURBO_VERSION: "2.10.7",
|
|
32215
32215
|
/**
|
|
32216
32216
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
32217
32217
|
*/
|