@pnp/cli-microsoft365 11.6.0-beta.bc374af → 11.6.0

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.
@@ -6,7 +6,6 @@ LABEL name="CLI for Microsoft 365 Development" \
6
6
  maintainers="Waldek Mastykarz <waldek@mastykarz.nl>, \
7
7
  Garry Trinder <garry.trinder@live.com>, \
8
8
  Albert-Jan Schot <appie@digiwijs.nl>, \
9
- Arjun Menon <arjun.umenon@gmail.com>, \
10
9
  Adam Wojcik <adam.wojcik.it@gmail.com>, \
11
10
  Martin Lingstuyl <mlingstuyl@live.com>, \
12
11
  Jasey Waegebaert <jaseyw@gmigroup.be>, \
package/Dockerfile CHANGED
@@ -8,7 +8,6 @@ LABEL name="m365pnp/cli-microsoft365:${CLI_VERSION}" \
8
8
  maintainers="Waldek Mastykarz <waldek@mastykarz.nl>, \
9
9
  Garry Trinder <garry.trinder@live.com>, \
10
10
  Albert-Jan Schot <appie@digiwijs.nl>, \
11
- Arjun Menon <arjun.umenon@gmail.com>, \
12
11
  Adam Wojcik <adam.wojcik.it@gmail.com>, \
13
12
  Martin Lingstuyl <mlingstuyl@live.com>, \
14
13
  Jasey Waegebaert <38426621+Jwaegebaert@users.noreply.github.com>, \
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnp/cli-microsoft365",
3
- "version": "11.6.0-beta.bc374af",
3
+ "version": "11.6.0",
4
4
  "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/api.js",
@@ -87,11 +87,6 @@
87
87
  "email": "appie@digiwijs.nl",
88
88
  "web": "https://www.cloudappie.nl/"
89
89
  },
90
- {
91
- "name": "Arjun Menon",
92
- "email": "arjun.umenon@gmail.com",
93
- "web": "https://arjunumenon.com/"
94
- },
95
90
  {
96
91
  "name": "Adam Wojcik",
97
92
  "email": "adam.wojcik.it@gmail.com",
@@ -333,4 +328,4 @@
333
328
  "source-map-support": "^0.5.21",
334
329
  "tsc-watch": "^7.2.0"
335
330
  }
336
- }
331
+ }