@codedrifters/configulator 0.0.419 → 0.0.421
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 +11 -8
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +11 -8
- package/lib/index.mjs.map +1 -1
- package/package.json +2 -2
package/lib/index.d.mts
CHANGED
|
@@ -11333,7 +11333,7 @@ declare const VERSION: {
|
|
|
11333
11333
|
*
|
|
11334
11334
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
11335
11335
|
*/
|
|
11336
|
-
readonly AWS_CDK_CLI_VERSION: "2.
|
|
11336
|
+
readonly AWS_CDK_CLI_VERSION: "2.1135.0";
|
|
11337
11337
|
/**
|
|
11338
11338
|
* CDK Version to use for construct projects.
|
|
11339
11339
|
*
|
|
@@ -11356,7 +11356,7 @@ declare const VERSION: {
|
|
|
11356
11356
|
/**
|
|
11357
11357
|
* Version of PNPM to use in workflows at github actions.
|
|
11358
11358
|
*/
|
|
11359
|
-
readonly PNPM_VERSION: "11.
|
|
11359
|
+
readonly PNPM_VERSION: "11.19.0";
|
|
11360
11360
|
/**
|
|
11361
11361
|
* Version of Projen to use.
|
|
11362
11362
|
*/
|
package/lib/index.d.ts
CHANGED
|
@@ -11382,7 +11382,7 @@ declare const VERSION: {
|
|
|
11382
11382
|
*
|
|
11383
11383
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
11384
11384
|
*/
|
|
11385
|
-
readonly AWS_CDK_CLI_VERSION: "2.
|
|
11385
|
+
readonly AWS_CDK_CLI_VERSION: "2.1135.0";
|
|
11386
11386
|
/**
|
|
11387
11387
|
* CDK Version to use for construct projects.
|
|
11388
11388
|
*
|
|
@@ -11405,7 +11405,7 @@ declare const VERSION: {
|
|
|
11405
11405
|
/**
|
|
11406
11406
|
* Version of PNPM to use in workflows at github actions.
|
|
11407
11407
|
*/
|
|
11408
|
-
readonly PNPM_VERSION: "11.
|
|
11408
|
+
readonly PNPM_VERSION: "11.19.0";
|
|
11409
11409
|
/**
|
|
11410
11410
|
* Version of Projen to use.
|
|
11411
11411
|
*/
|
package/lib/index.js
CHANGED
|
@@ -21667,12 +21667,15 @@ function buildBabysitPrsSkill(policy) {
|
|
|
21667
21667
|
"",
|
|
21668
21668
|
"- **`gh` must be on `PATH`.** Some non-interactive sessions start",
|
|
21669
21669
|
" with a minimal `PATH` that omits the package-manager prefix.",
|
|
21670
|
-
" Resolve it **once** per session with `command -v gh
|
|
21671
|
-
" fails,
|
|
21672
|
-
|
|
21673
|
-
" `/usr/local/bin` or `/home/linuxbrew/.linuxbrew/bin`
|
|
21674
|
-
"
|
|
21675
|
-
"
|
|
21670
|
+
" Resolve it **once** per session with `command -v gh`. If that",
|
|
21671
|
+
" fails, invoke `gh` by its absolute path for the rest of the",
|
|
21672
|
+
" session (`/opt/homebrew/bin/gh` on Homebrew macOS,",
|
|
21673
|
+
" `/usr/local/bin/gh` or `/home/linuxbrew/.linuxbrew/bin/gh`",
|
|
21674
|
+
" elsewhere). **Never prefix commands with `export PATH=\u2026`** \u2014 a",
|
|
21675
|
+
" leading `export` stops the command string from matching the",
|
|
21676
|
+
" repo's `Bash(gh \u2026)` permission rules, so every call is denied.",
|
|
21677
|
+
" Abort the cycle with a clear diagnostic if `gh` is still",
|
|
21678
|
+
" unresolvable \u2014 never fall back to raw `curl`.",
|
|
21676
21679
|
"- **Resolve the default branch from the repo, never hard-code it:**",
|
|
21677
21680
|
"",
|
|
21678
21681
|
" ```bash",
|
|
@@ -34799,7 +34802,7 @@ var VERSION = {
|
|
|
34799
34802
|
*
|
|
34800
34803
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
34801
34804
|
*/
|
|
34802
|
-
AWS_CDK_CLI_VERSION: "2.
|
|
34805
|
+
AWS_CDK_CLI_VERSION: "2.1135.0",
|
|
34803
34806
|
/**
|
|
34804
34807
|
* CDK Version to use for construct projects.
|
|
34805
34808
|
*
|
|
@@ -34822,7 +34825,7 @@ var VERSION = {
|
|
|
34822
34825
|
/**
|
|
34823
34826
|
* Version of PNPM to use in workflows at github actions.
|
|
34824
34827
|
*/
|
|
34825
|
-
PNPM_VERSION: "11.
|
|
34828
|
+
PNPM_VERSION: "11.19.0",
|
|
34826
34829
|
/**
|
|
34827
34830
|
* Version of Projen to use.
|
|
34828
34831
|
*/
|