@codedrifters/configulator 0.0.176 → 0.0.177
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 +3 -3
- package/lib/index.d.ts +3 -3
- package/lib/index.js +3 -3
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +3 -3
- package/lib/index.mjs.map +1 -1
- package/package.json +23 -22
package/lib/index.d.mts
CHANGED
|
@@ -1536,7 +1536,7 @@ declare const VERSION: {
|
|
|
1536
1536
|
*
|
|
1537
1537
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
1538
1538
|
*/
|
|
1539
|
-
readonly AWS_CDK_CLI_VERSION: "2.
|
|
1539
|
+
readonly AWS_CDK_CLI_VERSION: "2.1118.0";
|
|
1540
1540
|
/**
|
|
1541
1541
|
* CDK Version to use for construct projects.
|
|
1542
1542
|
*
|
|
@@ -1558,7 +1558,7 @@ declare const VERSION: {
|
|
|
1558
1558
|
/**
|
|
1559
1559
|
* Version of Projen to use.
|
|
1560
1560
|
*/
|
|
1561
|
-
readonly PROJEN_VERSION: "0.99.
|
|
1561
|
+
readonly PROJEN_VERSION: "0.99.42";
|
|
1562
1562
|
/**
|
|
1563
1563
|
* What version of the turborepo library should we use?
|
|
1564
1564
|
*/
|
|
@@ -1566,7 +1566,7 @@ declare const VERSION: {
|
|
|
1566
1566
|
/**
|
|
1567
1567
|
* Version of @types/node to use across all packages (pnpm catalog).
|
|
1568
1568
|
*/
|
|
1569
|
-
readonly TYPES_NODE_VERSION: "
|
|
1569
|
+
readonly TYPES_NODE_VERSION: "25.5.2";
|
|
1570
1570
|
/**
|
|
1571
1571
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
1572
1572
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|
package/lib/index.d.ts
CHANGED
|
@@ -1585,7 +1585,7 @@ declare const VERSION: {
|
|
|
1585
1585
|
*
|
|
1586
1586
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
1587
1587
|
*/
|
|
1588
|
-
readonly AWS_CDK_CLI_VERSION: "2.
|
|
1588
|
+
readonly AWS_CDK_CLI_VERSION: "2.1118.0";
|
|
1589
1589
|
/**
|
|
1590
1590
|
* CDK Version to use for construct projects.
|
|
1591
1591
|
*
|
|
@@ -1607,7 +1607,7 @@ declare const VERSION: {
|
|
|
1607
1607
|
/**
|
|
1608
1608
|
* Version of Projen to use.
|
|
1609
1609
|
*/
|
|
1610
|
-
readonly PROJEN_VERSION: "0.99.
|
|
1610
|
+
readonly PROJEN_VERSION: "0.99.42";
|
|
1611
1611
|
/**
|
|
1612
1612
|
* What version of the turborepo library should we use?
|
|
1613
1613
|
*/
|
|
@@ -1615,7 +1615,7 @@ declare const VERSION: {
|
|
|
1615
1615
|
/**
|
|
1616
1616
|
* Version of @types/node to use across all packages (pnpm catalog).
|
|
1617
1617
|
*/
|
|
1618
|
-
readonly TYPES_NODE_VERSION: "
|
|
1618
|
+
readonly TYPES_NODE_VERSION: "25.5.2";
|
|
1619
1619
|
/**
|
|
1620
1620
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
1621
1621
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|
package/lib/index.js
CHANGED
|
@@ -1782,7 +1782,7 @@ var VERSION = {
|
|
|
1782
1782
|
*
|
|
1783
1783
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
1784
1784
|
*/
|
|
1785
|
-
AWS_CDK_CLI_VERSION: "2.
|
|
1785
|
+
AWS_CDK_CLI_VERSION: "2.1118.0",
|
|
1786
1786
|
/**
|
|
1787
1787
|
* CDK Version to use for construct projects.
|
|
1788
1788
|
*
|
|
@@ -1804,7 +1804,7 @@ var VERSION = {
|
|
|
1804
1804
|
/**
|
|
1805
1805
|
* Version of Projen to use.
|
|
1806
1806
|
*/
|
|
1807
|
-
PROJEN_VERSION: "0.99.
|
|
1807
|
+
PROJEN_VERSION: "0.99.42",
|
|
1808
1808
|
/**
|
|
1809
1809
|
* What version of the turborepo library should we use?
|
|
1810
1810
|
*/
|
|
@@ -1812,7 +1812,7 @@ var VERSION = {
|
|
|
1812
1812
|
/**
|
|
1813
1813
|
* Version of @types/node to use across all packages (pnpm catalog).
|
|
1814
1814
|
*/
|
|
1815
|
-
TYPES_NODE_VERSION: "
|
|
1815
|
+
TYPES_NODE_VERSION: "25.5.2",
|
|
1816
1816
|
/**
|
|
1817
1817
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
1818
1818
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|