@pnp/cli-microsoft365 11.4.0-beta.312ca0b → 11.4.0-beta.40f818c
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/README.md +1 -1
- package/allCommands.json +1 -1
- package/allCommandsFull.json +1 -1
- package/dist/AuthServer.js +2 -4
- package/dist/m365/entra/commands/m365group/m365group-remove.js +1 -1
- package/dist/m365/teams/commands/chat/chat-message-list.js +26 -27
- package/dist/m365/teams/commands/chat/chat-message-send.js +12 -3
- package/dist/m365/teams/commands/chat/chatUtil.js +1 -1
- package/docs/docs/cmd/teams/chat/chat-message-list.mdx +34 -7
- package/docs/docs/cmd/teams/chat/chat-message-send.mdx +23 -1
- package/npm-shrinkwrap.json +274 -241
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -198,7 +198,7 @@ m365 spo site get --url https://contoso.sharepoint.com --output text
|
|
|
198
198
|
|
|
199
199
|
## Build
|
|
200
200
|
|
|
201
|
-
To build and run this CLI locally, you will need [`node`](https://nodejs.org) `>=
|
|
201
|
+
To build and run this CLI locally, you will need [`node`](https://nodejs.org) `>= 24.0.0` installed.
|
|
202
202
|
|
|
203
203
|
```sh
|
|
204
204
|
# Clone this repository
|