@mytegroupinc/myte-core 0.0.51 → 0.0.52

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mytegroupinc/myte-core",
3
- "version": "0.0.51",
3
+ "version": "0.0.52",
4
4
  "description": "Myte CLI core implementation.",
5
5
  "type": "commonjs",
6
6
  "main": "cli.js",
@@ -967,9 +967,14 @@ async function main() {
967
967
  );
968
968
  writeCertificationManifest(manifestPath, manifest);
969
969
 
970
+ runCli(
971
+ ["feedback-sync", "--json", ...baseArgs],
972
+ workspace,
973
+ { apiKey: collaboratorWriteKey },
974
+ );
970
975
  for (const feedbackId of createdFeedbackIds) {
971
976
  const draft = runCli([
972
- "feedback",
977
+ "feedback",
973
978
  "status",
974
979
  "--feedback-id",
975
980
  feedbackId,