@pnp/cli-microsoft365 10.4.0-beta.c93f9cd → 10.5.0-beta.395d550
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/Command.js +1 -1
- package/dist/appInsights.js +2 -0
- package/dist/cli/cli.js +1 -1
- package/dist/telemetry.js +21 -17
- package/npm-shrinkwrap.json +12 -10
- package/package.json +2 -2
- package/dist/telemetryRunner.js +0 -26
package/README.md
CHANGED
|
@@ -196,7 +196,7 @@ m365 spo site get --url https://contoso.sharepoint.com --output text
|
|
|
196
196
|
|
|
197
197
|
## Build
|
|
198
198
|
|
|
199
|
-
To build and run this CLI locally, you will need [`node`](https://nodejs.org) `>=
|
|
199
|
+
To build and run this CLI locally, you will need [`node`](https://nodejs.org) `>= 22.0.0` installed.
|
|
200
200
|
|
|
201
201
|
```sh
|
|
202
202
|
# Clone this repository
|