@codedrifters/configulator 0.0.186 → 0.0.188
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 +1 -1
- package/lib/index.d.ts +1 -1
- 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 +3 -3
package/lib/index.d.mts
CHANGED
package/lib/index.d.ts
CHANGED
package/lib/index.js
CHANGED
|
@@ -1959,7 +1959,7 @@ var issueWorkerSubAgent = {
|
|
|
1959
1959
|
"",
|
|
1960
1960
|
"After the PR is created:",
|
|
1961
1961
|
"```bash",
|
|
1962
|
-
'gh issue edit <number> --add-label "status:done"',
|
|
1962
|
+
'gh issue edit <number> --remove-label "status:in-progress" --add-label "status:done"',
|
|
1963
1963
|
"```",
|
|
1964
1964
|
"",
|
|
1965
1965
|
"---",
|
|
@@ -2856,7 +2856,7 @@ var VERSION = {
|
|
|
2856
2856
|
/**
|
|
2857
2857
|
* Version of Projen to use.
|
|
2858
2858
|
*/
|
|
2859
|
-
PROJEN_VERSION: "0.99.
|
|
2859
|
+
PROJEN_VERSION: "0.99.48",
|
|
2860
2860
|
/**
|
|
2861
2861
|
* What version of the turborepo library should we use?
|
|
2862
2862
|
*/
|