@pnp/cli-microsoft365 4.3.0-beta.e2f87dd → 4.4.0-beta.18b02d9
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/.devcontainer/devcontainer.json +9 -1
- package/dist/Utils.js +7 -0
- package/dist/cli/Cli.js +20 -3
- package/dist/m365/aad/commands/group/group-list.js +41 -0
- package/dist/m365/aad/commands/o365group/{Group.js → GroupExtended.js} +1 -1
- package/dist/m365/aad/commands/o365group/o365group-user-set.js +3 -3
- package/dist/m365/aad/commands/user/user-get.js +33 -6
- package/dist/m365/aad/commands/user/user-hibp.js +67 -0
- package/dist/m365/aad/commands.js +2 -0
- package/dist/m365/app/commands/permission/permission-list.js +266 -0
- package/dist/m365/app/commands.js +7 -0
- package/dist/m365/base/AppCommand.js +76 -0
- package/dist/m365/cli/commands/config/config-set.js +4 -1
- package/dist/m365/pa/cds-project-mutator.js +1 -1
- package/dist/m365/pa/commands/app/app-list.js +28 -1
- package/dist/m365/planner/commands/task/task-add.js +288 -0
- package/dist/m365/planner/commands.js +1 -0
- package/dist/m365/spo/commands/group/group-user-add.js +64 -13
- package/dist/m365/spo/commands/site/site-ensure.js +1 -1
- package/dist/m365/teams/commands/app/app-list.js +9 -6
- package/dist/m365/teams/commands/chat/chat-list.js +43 -0
- package/dist/m365/teams/commands/chat/chat-member-list.js +42 -0
- package/dist/m365/teams/commands/chat/chat-message-list.js +60 -0
- package/dist/m365/teams/commands/message/message-get.js +1 -1
- package/dist/m365/teams/commands/tab/tab-get.js +9 -6
- package/dist/m365/teams/commands.js +3 -0
- package/dist/request.js +6 -3
- package/dist/settingsNames.js +6 -1
- package/docs/docs/cmd/_global.md +2 -2
- package/docs/docs/cmd/aad/group/group-list.md +21 -0
- package/docs/docs/cmd/aad/user/user-get.md +13 -4
- package/docs/docs/cmd/aad/user/user-hibp.md +46 -0
- package/docs/docs/cmd/app/permission/permission-list.md +36 -0
- package/docs/docs/cmd/pa/app/app-list.md +17 -1
- package/docs/docs/cmd/planner/task/task-add.md +78 -0
- package/docs/docs/cmd/spfx/project/project-externalize.md +1 -1
- package/docs/docs/cmd/spfx/project/project-rename.md +1 -1
- package/docs/docs/cmd/spfx/spfx-doctor.md +1 -1
- package/docs/docs/cmd/spo/group/group-user-add.md +24 -6
- package/docs/docs/cmd/teams/chat/chat-list.md +30 -0
- package/docs/docs/cmd/teams/chat/chat-member-list.md +24 -0
- package/docs/docs/cmd/teams/chat/chat-message-list.md +24 -0
- package/docs/docs/cmd/teams/message/message-get.md +0 -3
- package/npm-shrinkwrap.json +272 -362
- package/package.json +21 -17
- package/dist/m365/aad/commands/o365group/GroupUser.js +0 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnp/cli-microsoft365",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0-beta.18b02d9",
|
|
4
4
|
"description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -88,6 +88,7 @@
|
|
|
88
88
|
"Balasubramaniam, Jayakumar <jayakumar@live.in>",
|
|
89
89
|
"Bauer, Stefan <stefan.bauer@n8d.at>",
|
|
90
90
|
"Bernier, Hugo <hugoabernier@live.ca>",
|
|
91
|
+
"Bewernitz, Christian <coder@karfau.de>",
|
|
91
92
|
"Bhardwaj, Aakash <aakashbhardwaj619@gmail.com>",
|
|
92
93
|
"Biret, Vincent <baywet@users.noreply.github.com>",
|
|
93
94
|
"Biro, Peter <Peter.Biro@xs.nestle.com>",
|
|
@@ -96,6 +97,7 @@
|
|
|
96
97
|
"Calabro, David <davej.calabro@gmail.com>",
|
|
97
98
|
"Connell, Andrew <me@andrewconnell.com>",
|
|
98
99
|
"Deshpande, Vardhaman <vardhaman.rd@gmail.com>",
|
|
100
|
+
"Dyjas, Robert <15113729+robdy@users.noreply.github.com>",
|
|
99
101
|
"Faleel, Mohamed Ashiq <ashiqf@gmail.com>",
|
|
100
102
|
"Ford, Lee <fordyman@gmail.com>",
|
|
101
103
|
"Freese, Luise <49960482+LuiseFreese@users.noreply.github.com>",
|
|
@@ -120,6 +122,7 @@
|
|
|
120
122
|
"Laskewitz, Daniel <daniel@laskewitz.nl>",
|
|
121
123
|
"Lengelle, Veronique <25181757+veronicageek@users.noreply.github.com>",
|
|
122
124
|
"Levert, Sebastien <slevert@outlook.com>",
|
|
125
|
+
"Lingstuyl, Martin <martin@i4-you.com>",
|
|
123
126
|
"Maillot, Michaël <battosaimykle@gmail.com>",
|
|
124
127
|
"Mastykarz, Waldek <waldek@mastykarz.nl>",
|
|
125
128
|
"McDonnell, Kevin <kevin@mcd79.com>",
|
|
@@ -164,12 +167,14 @@
|
|
|
164
167
|
"van Iersel, Cas <cvaniersel@portiva.nl>",
|
|
165
168
|
"van Rousselt, Rick <rick.vanrousselt@outlook.com>",
|
|
166
169
|
"Velliah, Joseph <joseph@sprider.org>",
|
|
170
|
+
"Waegebaert, Jasey <jaseyw@gmigroup.be>",
|
|
167
171
|
"Wilen, Wictor <wictor@wictorwilen.se>",
|
|
168
172
|
"Williams, Rabia <rabiawilliams@gmail.com>",
|
|
169
173
|
"Wojcik, Adam <adam.wojcik.it@gmail.com>"
|
|
170
174
|
],
|
|
171
175
|
"dependencies": {
|
|
172
|
-
"@azure/msal-node": "^1.
|
|
176
|
+
"@azure/msal-node": "^1.5.0",
|
|
177
|
+
"@xmldom/xmldom": "^0.7.5",
|
|
173
178
|
"adaptive-expressions": "^4.15.0",
|
|
174
179
|
"adaptivecards": "^2.10.0",
|
|
175
180
|
"adaptivecards-templating": "^2.2.0",
|
|
@@ -177,47 +182,46 @@
|
|
|
177
182
|
"applicationinsights": "^2.2.0",
|
|
178
183
|
"axios": "^0.24.0",
|
|
179
184
|
"chalk": "^4.1.2",
|
|
185
|
+
"csv-stringify": "^6.0.5",
|
|
180
186
|
"easy-table": "^1.2.0",
|
|
181
187
|
"inquirer": "^8.2.0",
|
|
182
188
|
"jmespath": "^0.15.0",
|
|
183
189
|
"json-to-ast": "^2.1.0",
|
|
184
190
|
"markshell": "^1.3.8",
|
|
185
191
|
"minimist": "^1.2.5",
|
|
186
|
-
"node-forge": "^
|
|
192
|
+
"node-forge": "^1.2.0",
|
|
187
193
|
"omelette": "^0.4.17",
|
|
188
194
|
"open": "^8.4.0",
|
|
189
195
|
"semver": "^7.3.4",
|
|
190
196
|
"strip-json-comments": "^3.1.1",
|
|
191
|
-
"typescript": "^4.5.
|
|
197
|
+
"typescript": "^4.5.4",
|
|
192
198
|
"update-notifier": "^5.1.0",
|
|
193
|
-
"uuid": "^8.3.2"
|
|
194
|
-
"xmldom": "^0.6.0"
|
|
199
|
+
"uuid": "^8.3.2"
|
|
195
200
|
},
|
|
196
201
|
"devDependencies": {
|
|
197
|
-
"@microsoft/microsoft-graph-types": "^2.
|
|
202
|
+
"@microsoft/microsoft-graph-types": "^2.11.0",
|
|
198
203
|
"@types/adm-zip": "^0.4.34",
|
|
199
204
|
"@types/inquirer": "^8.1.3",
|
|
200
205
|
"@types/jmespath": "^0.15.0",
|
|
201
206
|
"@types/json-to-ast": "^2.1.2",
|
|
202
207
|
"@types/minimist": "^1.2.2",
|
|
203
208
|
"@types/mocha": "^9.0.0",
|
|
204
|
-
"@types/node": "^16.11.
|
|
205
|
-
"@types/node-forge": "^0.
|
|
209
|
+
"@types/node": "^16.11.19",
|
|
210
|
+
"@types/node-forge": "^1.0.0",
|
|
206
211
|
"@types/semver": "^7.3.9",
|
|
207
212
|
"@types/sinon": "^10.0.6",
|
|
208
213
|
"@types/update-notifier": "^5.1.0",
|
|
209
|
-
"@types/uuid": "^8.3.
|
|
210
|
-
"@
|
|
211
|
-
"@typescript-eslint/
|
|
212
|
-
"
|
|
213
|
-
"c8": "^7.10.0",
|
|
214
|
+
"@types/uuid": "^8.3.4",
|
|
215
|
+
"@typescript-eslint/eslint-plugin": "^5.9.0",
|
|
216
|
+
"@typescript-eslint/parser": "^5.9.0",
|
|
217
|
+
"c8": "^7.11.0",
|
|
214
218
|
"coveralls": "^3.1.1",
|
|
215
|
-
"eslint": "^8.
|
|
219
|
+
"eslint": "^8.6.0",
|
|
216
220
|
"eslint-config-standard": "^16.0.3",
|
|
217
221
|
"eslint-plugin-cli-microsoft365": "file:eslint-rules",
|
|
218
|
-
"eslint-plugin-import": "^2.25.
|
|
222
|
+
"eslint-plugin-import": "^2.25.4",
|
|
219
223
|
"eslint-plugin-node": "^11.1.0",
|
|
220
|
-
"eslint-plugin-promise": "^
|
|
224
|
+
"eslint-plugin-promise": "^6.0.0",
|
|
221
225
|
"mocha": "^9.1.3",
|
|
222
226
|
"rimraf": "^3.0.2",
|
|
223
227
|
"sinon": "^12.0.1"
|