@codedrifters/configulator 0.0.465 → 0.0.466
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 +6 -6
package/lib/index.mjs
CHANGED
|
@@ -34627,11 +34627,11 @@ var VERSION = {
|
|
|
34627
34627
|
/**
|
|
34628
34628
|
* Version of PNPM to use in workflows at github actions.
|
|
34629
34629
|
*/
|
|
34630
|
-
PNPM_VERSION: "11.
|
|
34630
|
+
PNPM_VERSION: "11.23.0",
|
|
34631
34631
|
/**
|
|
34632
34632
|
* Version of Projen to use.
|
|
34633
34633
|
*/
|
|
34634
|
-
PROJEN_VERSION: "0.
|
|
34634
|
+
PROJEN_VERSION: "0.103.1",
|
|
34635
34635
|
/**
|
|
34636
34636
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
34637
34637
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|