@codedrifters/configulator 0.0.179 → 0.0.181

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
@@ -1578,15 +1578,15 @@ declare const VERSION: {
1578
1578
  /**
1579
1579
  * Version of Projen to use.
1580
1580
  */
1581
- readonly PROJEN_VERSION: "0.99.42";
1581
+ readonly PROJEN_VERSION: "0.99.47";
1582
1582
  /**
1583
1583
  * What version of the turborepo library should we use?
1584
1584
  */
1585
- readonly TURBO_VERSION: "2.9.5";
1585
+ readonly TURBO_VERSION: "2.9.6";
1586
1586
  /**
1587
1587
  * Version of @types/node to use across all packages (pnpm catalog).
1588
1588
  */
1589
- readonly TYPES_NODE_VERSION: "25.5.2";
1589
+ readonly TYPES_NODE_VERSION: "25.6.0";
1590
1590
  /**
1591
1591
  * What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
1592
1592
  * can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
package/lib/index.d.ts CHANGED
@@ -1627,15 +1627,15 @@ declare const VERSION: {
1627
1627
  /**
1628
1628
  * Version of Projen to use.
1629
1629
  */
1630
- readonly PROJEN_VERSION: "0.99.42";
1630
+ readonly PROJEN_VERSION: "0.99.47";
1631
1631
  /**
1632
1632
  * What version of the turborepo library should we use?
1633
1633
  */
1634
- readonly TURBO_VERSION: "2.9.5";
1634
+ readonly TURBO_VERSION: "2.9.6";
1635
1635
  /**
1636
1636
  * Version of @types/node to use across all packages (pnpm catalog).
1637
1637
  */
1638
- readonly TYPES_NODE_VERSION: "25.5.2";
1638
+ readonly TYPES_NODE_VERSION: "25.6.0";
1639
1639
  /**
1640
1640
  * What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
1641
1641
  * can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
package/lib/index.js CHANGED
@@ -1834,15 +1834,15 @@ var VERSION = {
1834
1834
  /**
1835
1835
  * Version of Projen to use.
1836
1836
  */
1837
- PROJEN_VERSION: "0.99.42",
1837
+ PROJEN_VERSION: "0.99.47",
1838
1838
  /**
1839
1839
  * What version of the turborepo library should we use?
1840
1840
  */
1841
- TURBO_VERSION: "2.9.5",
1841
+ TURBO_VERSION: "2.9.6",
1842
1842
  /**
1843
1843
  * Version of @types/node to use across all packages (pnpm catalog).
1844
1844
  */
1845
- TYPES_NODE_VERSION: "25.5.2",
1845
+ TYPES_NODE_VERSION: "25.6.0",
1846
1846
  /**
1847
1847
  * What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
1848
1848
  * can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override