@codedrifters/configulator 0.0.165 → 0.0.166

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 CHANGED
@@ -1532,11 +1532,11 @@ declare const VERSION: {
1532
1532
  /**
1533
1533
  * Version of Projen to use.
1534
1534
  */
1535
- readonly PROJEN_VERSION: "0.99.35";
1535
+ readonly PROJEN_VERSION: "0.99.38";
1536
1536
  /**
1537
1537
  * What version of the turborepo library should we use?
1538
1538
  */
1539
- readonly TURBO_VERSION: "2.9.4";
1539
+ readonly TURBO_VERSION: "2.9.5";
1540
1540
  /**
1541
1541
  * What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
1542
1542
  * can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
package/lib/index.d.ts CHANGED
@@ -1581,11 +1581,11 @@ declare const VERSION: {
1581
1581
  /**
1582
1582
  * Version of Projen to use.
1583
1583
  */
1584
- readonly PROJEN_VERSION: "0.99.35";
1584
+ readonly PROJEN_VERSION: "0.99.38";
1585
1585
  /**
1586
1586
  * What version of the turborepo library should we use?
1587
1587
  */
1588
- readonly TURBO_VERSION: "2.9.4";
1588
+ readonly TURBO_VERSION: "2.9.5";
1589
1589
  /**
1590
1590
  * What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
1591
1591
  * can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
package/lib/index.js CHANGED
@@ -1449,11 +1449,11 @@ var VERSION = {
1449
1449
  /**
1450
1450
  * Version of Projen to use.
1451
1451
  */
1452
- PROJEN_VERSION: "0.99.35",
1452
+ PROJEN_VERSION: "0.99.38",
1453
1453
  /**
1454
1454
  * What version of the turborepo library should we use?
1455
1455
  */
1456
- TURBO_VERSION: "2.9.4",
1456
+ TURBO_VERSION: "2.9.5",
1457
1457
  /**
1458
1458
  * What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
1459
1459
  * can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override