@pnp/cli-microsoft365 7.7.0-beta.7b57cf9 → 7.7.0-beta.8a32d54

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/cli.js CHANGED
@@ -875,7 +875,8 @@ export const cli = {
875
875
  const spinnerOptions = {
876
876
  text: 'Running command...',
877
877
  /* c8 ignore next 1 */
878
- stream: cli.getSettingWithDefaultValue('errorOutput', 'stderr') === 'stderr' ? process.stderr : process.stdout
878
+ stream: cli.getSettingWithDefaultValue('errorOutput', 'stderr') === 'stderr' ? process.stderr : process.stdout,
879
+ discardStdin: false
879
880
  };
880
881
  cli.spinner = ora(spinnerOptions);
881
882
  //# sourceMappingURL=cli.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnp/cli-microsoft365",
3
- "version": "7.7.0-beta.7b57cf9",
3
+ "version": "7.7.0-beta.8a32d54",
4
4
  "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/api.js",