@codedrifters/configulator 0.0.448 → 0.0.450
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
|
@@ -11391,7 +11391,7 @@ declare const VERSION: {
|
|
|
11391
11391
|
/**
|
|
11392
11392
|
* Version of PNPM to use in workflows at github actions.
|
|
11393
11393
|
*/
|
|
11394
|
-
readonly PNPM_VERSION: "11.
|
|
11394
|
+
readonly PNPM_VERSION: "11.22.0";
|
|
11395
11395
|
/**
|
|
11396
11396
|
* Version of Projen to use.
|
|
11397
11397
|
*/
|
|
@@ -11413,7 +11413,7 @@ declare const VERSION: {
|
|
|
11413
11413
|
/**
|
|
11414
11414
|
* What version of the turborepo library should we use?
|
|
11415
11415
|
*/
|
|
11416
|
-
readonly TURBO_VERSION: "2.10.
|
|
11416
|
+
readonly TURBO_VERSION: "2.10.10";
|
|
11417
11417
|
/**
|
|
11418
11418
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
11419
11419
|
*/
|
package/lib/index.d.ts
CHANGED
|
@@ -11440,7 +11440,7 @@ declare const VERSION: {
|
|
|
11440
11440
|
/**
|
|
11441
11441
|
* Version of PNPM to use in workflows at github actions.
|
|
11442
11442
|
*/
|
|
11443
|
-
readonly PNPM_VERSION: "11.
|
|
11443
|
+
readonly PNPM_VERSION: "11.22.0";
|
|
11444
11444
|
/**
|
|
11445
11445
|
* Version of Projen to use.
|
|
11446
11446
|
*/
|
|
@@ -11462,7 +11462,7 @@ declare const VERSION: {
|
|
|
11462
11462
|
/**
|
|
11463
11463
|
* What version of the turborepo library should we use?
|
|
11464
11464
|
*/
|
|
11465
|
-
readonly TURBO_VERSION: "2.10.
|
|
11465
|
+
readonly TURBO_VERSION: "2.10.10";
|
|
11466
11466
|
/**
|
|
11467
11467
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
11468
11468
|
*/
|
package/lib/index.js
CHANGED
|
@@ -34850,7 +34850,7 @@ var VERSION = {
|
|
|
34850
34850
|
/**
|
|
34851
34851
|
* Version of PNPM to use in workflows at github actions.
|
|
34852
34852
|
*/
|
|
34853
|
-
PNPM_VERSION: "11.
|
|
34853
|
+
PNPM_VERSION: "11.22.0",
|
|
34854
34854
|
/**
|
|
34855
34855
|
* Version of Projen to use.
|
|
34856
34856
|
*/
|
|
@@ -34872,7 +34872,7 @@ var VERSION = {
|
|
|
34872
34872
|
/**
|
|
34873
34873
|
* What version of the turborepo library should we use?
|
|
34874
34874
|
*/
|
|
34875
|
-
TURBO_VERSION: "2.10.
|
|
34875
|
+
TURBO_VERSION: "2.10.10",
|
|
34876
34876
|
/**
|
|
34877
34877
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
34878
34878
|
*/
|