@codedrifters/configulator 0.0.330 → 0.0.332
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
|
@@ -10241,11 +10241,11 @@ declare const VERSION: {
|
|
|
10241
10241
|
/**
|
|
10242
10242
|
* Version of PNPM to use in workflows at github actions.
|
|
10243
10243
|
*/
|
|
10244
|
-
readonly PNPM_VERSION: "11.
|
|
10244
|
+
readonly PNPM_VERSION: "11.3.0";
|
|
10245
10245
|
/**
|
|
10246
10246
|
* Version of Projen to use.
|
|
10247
10247
|
*/
|
|
10248
|
-
readonly PROJEN_VERSION: "0.99.
|
|
10248
|
+
readonly PROJEN_VERSION: "0.99.65";
|
|
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).
|
package/lib/index.d.ts
CHANGED
|
@@ -10290,11 +10290,11 @@ declare const VERSION: {
|
|
|
10290
10290
|
/**
|
|
10291
10291
|
* Version of PNPM to use in workflows at github actions.
|
|
10292
10292
|
*/
|
|
10293
|
-
readonly PNPM_VERSION: "11.
|
|
10293
|
+
readonly PNPM_VERSION: "11.3.0";
|
|
10294
10294
|
/**
|
|
10295
10295
|
* Version of Projen to use.
|
|
10296
10296
|
*/
|
|
10297
|
-
readonly PROJEN_VERSION: "0.99.
|
|
10297
|
+
readonly PROJEN_VERSION: "0.99.65";
|
|
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).
|
package/lib/index.js
CHANGED
|
@@ -29319,11 +29319,11 @@ var VERSION = {
|
|
|
29319
29319
|
/**
|
|
29320
29320
|
* Version of PNPM to use in workflows at github actions.
|
|
29321
29321
|
*/
|
|
29322
|
-
PNPM_VERSION: "11.
|
|
29322
|
+
PNPM_VERSION: "11.3.0",
|
|
29323
29323
|
/**
|
|
29324
29324
|
* Version of Projen to use.
|
|
29325
29325
|
*/
|
|
29326
|
-
PROJEN_VERSION: "0.99.
|
|
29326
|
+
PROJEN_VERSION: "0.99.65",
|
|
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).
|