@pnp/cli-microsoft365 7.4.0-beta.4388d3c → 7.4.0-beta.4c4cef8

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.
Files changed (30) hide show
  1. package/README.md +1 -1
  2. package/allCommands.json +1 -1
  3. package/allCommandsFull.json +1 -1
  4. package/docs/docs/cmd/adaptivecard/adaptivecard-send.mdx +1 -1
  5. package/docs/docs/cmd/graph/schemaextension/schemaextension-add.mdx +1 -1
  6. package/docs/docs/cmd/graph/schemaextension/schemaextension-set.mdx +1 -1
  7. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-add.mdx +1 -1
  8. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-set.mdx +1 -1
  9. package/docs/docs/cmd/spo/commandset/commandset-add.mdx +1 -1
  10. package/docs/docs/cmd/spo/commandset/commandset-set.mdx +1 -1
  11. package/docs/docs/cmd/spo/contenttype/contenttype-set.mdx +1 -1
  12. package/docs/docs/cmd/spo/customaction/customaction-add.mdx +1 -1
  13. package/docs/docs/cmd/spo/customaction/customaction-set.mdx +1 -1
  14. package/docs/docs/cmd/spo/field/field-set.mdx +1 -1
  15. package/docs/docs/cmd/spo/list/list-view-set.mdx +1 -1
  16. package/docs/docs/cmd/spo/listitem/listitem-add.mdx +1 -1
  17. package/docs/docs/cmd/spo/listitem/listitem-batch-add.mdx +1 -1
  18. package/docs/docs/cmd/spo/listitem/listitem-set.mdx +1 -1
  19. package/docs/docs/cmd/spo/page/page-clientsidewebpart-add.mdx +1 -1
  20. package/docs/docs/cmd/spo/page/page-control-set.mdx +1 -1
  21. package/docs/docs/cmd/spo/page/page-set.mdx +2 -2
  22. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-add.mdx +1 -1
  23. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-set.mdx +1 -1
  24. package/docs/docs/cmd/spo/tenant/tenant-commandset-add.mdx +1 -1
  25. package/docs/docs/cmd/spo/tenant/tenant-commandset-set.mdx +1 -1
  26. package/docs/docs/cmd/spo/term/term-add.mdx +1 -1
  27. package/docs/docs/cmd/spo/term/term-group-add.mdx +1 -1
  28. package/docs/docs/cmd/spo/term/term-set-add.mdx +1 -1
  29. package/npm-shrinkwrap.json +12 -4
  30. package/package.json +2 -2
package/README.md CHANGED
@@ -191,7 +191,7 @@ m365 spo site get --url https://contoso.sharepoint.com --output text
191
191
 
192
192
  ## Build
193
193
 
194
- To build and run this CLI locally, you will need [`node`](https://nodejs.org) `>= 20.0.0` installed.
194
+ To build and run this CLI locally, you will need [`node`](https://nodejs.org) `>= 18.0.0` installed.
195
195
 
196
196
  ```sh
197
197
  # Clone this repository