yg-team-cli 2.4.0 → 2.4.2
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/dist/cli.js +3 -3
- package/dist/cli.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -2659,7 +2659,7 @@ var init_breakdown = __esm({
|
|
|
2659
2659
|
logger.newLine();
|
|
2660
2660
|
logger.separator("\u2500", 60);
|
|
2661
2661
|
logger.newLine();
|
|
2662
|
-
|
|
2662
|
+
ctx.breakdownResult = result;
|
|
2663
2663
|
}
|
|
2664
2664
|
},
|
|
2665
2665
|
{
|
|
@@ -3239,7 +3239,7 @@ async function addFeatureFromPrd(featureName, featureSlug, specFile) {
|
|
|
3239
3239
|
logger.newLine();
|
|
3240
3240
|
logger.separator("\u2500", 60);
|
|
3241
3241
|
logger.newLine();
|
|
3242
|
-
|
|
3242
|
+
ctx2.generatedSpec = result;
|
|
3243
3243
|
}
|
|
3244
3244
|
},
|
|
3245
3245
|
{
|
|
@@ -3329,7 +3329,7 @@ async function addFeatureSimple(featureName, featureSlug, specFile) {
|
|
|
3329
3329
|
logger.newLine();
|
|
3330
3330
|
logger.separator("\u2500", 60);
|
|
3331
3331
|
logger.newLine();
|
|
3332
|
-
|
|
3332
|
+
ctx2.generatedSpec = result;
|
|
3333
3333
|
}
|
|
3334
3334
|
},
|
|
3335
3335
|
{
|