@codedrifters/configulator 0.0.375 → 0.0.376
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 +4 -4
package/lib/index.d.mts
CHANGED
|
@@ -10566,7 +10566,7 @@ declare const VERSION: {
|
|
|
10566
10566
|
/**
|
|
10567
10567
|
* Version of Projen to use.
|
|
10568
10568
|
*/
|
|
10569
|
-
readonly PROJEN_VERSION: "0.
|
|
10569
|
+
readonly PROJEN_VERSION: "0.101.2";
|
|
10570
10570
|
/**
|
|
10571
10571
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
10572
10572
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
|
@@ -10584,7 +10584,7 @@ declare const VERSION: {
|
|
|
10584
10584
|
/**
|
|
10585
10585
|
* What version of the turborepo library should we use?
|
|
10586
10586
|
*/
|
|
10587
|
-
readonly TURBO_VERSION: "2.10.
|
|
10587
|
+
readonly TURBO_VERSION: "2.10.1";
|
|
10588
10588
|
/**
|
|
10589
10589
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
10590
10590
|
*/
|
package/lib/index.d.ts
CHANGED
|
@@ -10615,7 +10615,7 @@ declare const VERSION: {
|
|
|
10615
10615
|
/**
|
|
10616
10616
|
* Version of Projen to use.
|
|
10617
10617
|
*/
|
|
10618
|
-
readonly PROJEN_VERSION: "0.
|
|
10618
|
+
readonly PROJEN_VERSION: "0.101.2";
|
|
10619
10619
|
/**
|
|
10620
10620
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
10621
10621
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
|
@@ -10633,7 +10633,7 @@ declare const VERSION: {
|
|
|
10633
10633
|
/**
|
|
10634
10634
|
* What version of the turborepo library should we use?
|
|
10635
10635
|
*/
|
|
10636
|
-
readonly TURBO_VERSION: "2.10.
|
|
10636
|
+
readonly TURBO_VERSION: "2.10.1";
|
|
10637
10637
|
/**
|
|
10638
10638
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
10639
10639
|
*/
|
package/lib/index.js
CHANGED
|
@@ -31310,7 +31310,7 @@ var VERSION = {
|
|
|
31310
31310
|
/**
|
|
31311
31311
|
* Version of Projen to use.
|
|
31312
31312
|
*/
|
|
31313
|
-
PROJEN_VERSION: "0.
|
|
31313
|
+
PROJEN_VERSION: "0.101.2",
|
|
31314
31314
|
/**
|
|
31315
31315
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
31316
31316
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
|
@@ -31328,7 +31328,7 @@ var VERSION = {
|
|
|
31328
31328
|
/**
|
|
31329
31329
|
* What version of the turborepo library should we use?
|
|
31330
31330
|
*/
|
|
31331
|
-
TURBO_VERSION: "2.10.
|
|
31331
|
+
TURBO_VERSION: "2.10.1",
|
|
31332
31332
|
/**
|
|
31333
31333
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
31334
31334
|
*/
|