yg-team-cli 2.4.1 → 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 +2 -2
- package/dist/cli.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -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
|
{
|