@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.d.mts
CHANGED
|
@@ -11892,11 +11892,11 @@ declare const VERSION: {
|
|
|
11892
11892
|
/**
|
|
11893
11893
|
* Version of PNPM to use in workflows at github actions.
|
|
11894
11894
|
*/
|
|
11895
|
-
readonly PNPM_VERSION: "11.
|
|
11895
|
+
readonly PNPM_VERSION: "11.23.0";
|
|
11896
11896
|
/**
|
|
11897
11897
|
* Version of Projen to use.
|
|
11898
11898
|
*/
|
|
11899
|
-
readonly PROJEN_VERSION: "0.
|
|
11899
|
+
readonly PROJEN_VERSION: "0.103.1";
|
|
11900
11900
|
/**
|
|
11901
11901
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
11902
11902
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
package/lib/index.d.ts
CHANGED
|
@@ -11941,11 +11941,11 @@ declare const VERSION: {
|
|
|
11941
11941
|
/**
|
|
11942
11942
|
* Version of PNPM to use in workflows at github actions.
|
|
11943
11943
|
*/
|
|
11944
|
-
readonly PNPM_VERSION: "11.
|
|
11944
|
+
readonly PNPM_VERSION: "11.23.0";
|
|
11945
11945
|
/**
|
|
11946
11946
|
* Version of Projen to use.
|
|
11947
11947
|
*/
|
|
11948
|
-
readonly PROJEN_VERSION: "0.
|
|
11948
|
+
readonly PROJEN_VERSION: "0.103.1";
|
|
11949
11949
|
/**
|
|
11950
11950
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
11951
11951
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
package/lib/index.js
CHANGED
|
@@ -35033,11 +35033,11 @@ var VERSION = {
|
|
|
35033
35033
|
/**
|
|
35034
35034
|
* Version of PNPM to use in workflows at github actions.
|
|
35035
35035
|
*/
|
|
35036
|
-
PNPM_VERSION: "11.
|
|
35036
|
+
PNPM_VERSION: "11.23.0",
|
|
35037
35037
|
/**
|
|
35038
35038
|
* Version of Projen to use.
|
|
35039
35039
|
*/
|
|
35040
|
-
PROJEN_VERSION: "0.
|
|
35040
|
+
PROJEN_VERSION: "0.103.1",
|
|
35041
35041
|
/**
|
|
35042
35042
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
35043
35043
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|