@pnp/cli-microsoft365 10.4.0-beta.c93f9cd → 10.5.0-beta.31bfdff

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/.eslintrc.cjs CHANGED
@@ -35,6 +35,7 @@ const dictionary = [
35
35
  'definition',
36
36
  'dev',
37
37
  'details',
38
+ 'directory',
38
39
  'eligibility',
39
40
  'enterprise',
40
41
  'entra',
package/README.md CHANGED
@@ -192,11 +192,11 @@ Execute a command and output response as text using the global `--output` option
192
192
  m365 spo site get --url https://contoso.sharepoint.com --output text
193
193
  ```
194
194
 
195
- > For more examples and usage, refer to the [command](https://pnp.github.io/cli-microsoft365/cmd/login/) and [sample scripts](https://pnp.github.io/cli-microsoft365/sample-scripts/) documentation.
195
+ > For more examples and usage, refer to the [command](https://pnp.github.io/cli-microsoft365/cmd/login/) and [sample scripts](https://pnp.github.io/cli-microsoft365/sample-scripts/introduction/) documentation.
196
196
 
197
197
  ## Build
198
198
 
199
- To build and run this CLI locally, you will need [`node`](https://nodejs.org) `>= 20.0.0` installed.
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