@codedrifters/configulator 0.0.343 → 0.0.345
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
|
@@ -10245,7 +10245,7 @@ declare const VERSION: {
|
|
|
10245
10245
|
/**
|
|
10246
10246
|
* Version of Projen to use.
|
|
10247
10247
|
*/
|
|
10248
|
-
readonly PROJEN_VERSION: "0.99.
|
|
10248
|
+
readonly PROJEN_VERSION: "0.99.71";
|
|
10249
10249
|
/**
|
|
10250
10250
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
10251
10251
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
|
@@ -10267,7 +10267,7 @@ declare const VERSION: {
|
|
|
10267
10267
|
/**
|
|
10268
10268
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
10269
10269
|
*/
|
|
10270
|
-
readonly TYPES_NODE_VERSION: "25.9.
|
|
10270
|
+
readonly TYPES_NODE_VERSION: "25.9.2";
|
|
10271
10271
|
/**
|
|
10272
10272
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
10273
10273
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|
package/lib/index.d.ts
CHANGED
|
@@ -10294,7 +10294,7 @@ declare const VERSION: {
|
|
|
10294
10294
|
/**
|
|
10295
10295
|
* Version of Projen to use.
|
|
10296
10296
|
*/
|
|
10297
|
-
readonly PROJEN_VERSION: "0.99.
|
|
10297
|
+
readonly PROJEN_VERSION: "0.99.71";
|
|
10298
10298
|
/**
|
|
10299
10299
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
10300
10300
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
|
@@ -10316,7 +10316,7 @@ declare const VERSION: {
|
|
|
10316
10316
|
/**
|
|
10317
10317
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
10318
10318
|
*/
|
|
10319
|
-
readonly TYPES_NODE_VERSION: "25.9.
|
|
10319
|
+
readonly TYPES_NODE_VERSION: "25.9.2";
|
|
10320
10320
|
/**
|
|
10321
10321
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
10322
10322
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|
package/lib/index.js
CHANGED
|
@@ -29323,7 +29323,7 @@ var VERSION = {
|
|
|
29323
29323
|
/**
|
|
29324
29324
|
* Version of Projen to use.
|
|
29325
29325
|
*/
|
|
29326
|
-
PROJEN_VERSION: "0.99.
|
|
29326
|
+
PROJEN_VERSION: "0.99.71",
|
|
29327
29327
|
/**
|
|
29328
29328
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
29329
29329
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
|
@@ -29345,7 +29345,7 @@ var VERSION = {
|
|
|
29345
29345
|
/**
|
|
29346
29346
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
29347
29347
|
*/
|
|
29348
|
-
TYPES_NODE_VERSION: "25.9.
|
|
29348
|
+
TYPES_NODE_VERSION: "25.9.2",
|
|
29349
29349
|
/**
|
|
29350
29350
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
29351
29351
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|