@pnp/cli-microsoft365 5.9.0-beta.21a8d94 → 5.9.0-beta.5b13c74
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/dist/m365/spfx/commands/spfx-doctor.js +15 -0
- package/dist/m365/spo/commands/file/file-roleinheritance-reset.js +125 -0
- package/dist/m365/spo/commands/folder/folder-get.js +36 -6
- package/dist/m365/spo/commands/folder/folder-roleinheritance-reset.js +89 -0
- package/dist/m365/spo/commands.js +2 -0
- package/dist/m365/teams/commands/channel/channel-list.js +3 -3
- package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-restore.md +1 -1
- package/docs/docs/cmd/aad/user/user-signin-list.md +1 -1
- package/docs/docs/cmd/onedrive/report/report-activityusercounts.md +1 -1
- package/docs/docs/cmd/planner/task/task-checklistitem-list.md +1 -1
- package/docs/docs/cmd/planner/task/task-reference-add.md +1 -1
- package/docs/docs/cmd/search/externalconnection/externalconnection-remove.md +1 -1
- package/docs/docs/cmd/spo/file/file-roleinheritance-reset.md +39 -0
- package/docs/docs/cmd/spo/folder/folder-get.md +13 -4
- package/docs/docs/cmd/spo/folder/folder-roleinheritance-reset.md +36 -0
- package/docs/docs/cmd/spo/list/list-roleassignment-add.md +1 -1
- package/docs/docs/cmd/spo/list/list-roleassignment-remove.md +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-roleassignment-remove.md +1 -1
- package/docs/docs/cmd/spo/roledefinition/roledefinition-add.md +1 -1
- package/docs/docs/cmd/spo/web/web-roleassignment-add.md +5 -5
- package/docs/docs/cmd/spo/web/web-roleassignment-remove.md +5 -5
- package/docs/docs/cmd/spo/web/web-roleinheritance-reset.md +1 -1
- package/docs/docs/cmd/teams/cache/cache-remove.md +1 -1
- package/docs/docs/cmd/teams/channel/channel-add.md +1 -1
- package/docs/docs/cmd/teams/channel/channel-list.md +1 -1
- package/docs/docs/cmd/teams/channel/channel-member-set.md +1 -1
- package/docs/docs/cmd/teams/funsettings/funsettings-set.md +6 -6
- package/docs/docs/cmd/tenant/security/security-alerts-list.md +1 -1
- package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-health-get.md +1 -1
- package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-health-list.md +1 -1
- package/npm-shrinkwrap.json +342 -357
- package/package.json +20 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnp/cli-microsoft365",
|
|
3
|
-
"version": "5.9.0-beta.
|
|
3
|
+
"version": "5.9.0-beta.5b13c74",
|
|
4
4
|
"description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/api.js",
|
|
@@ -114,6 +114,7 @@
|
|
|
114
114
|
"Bloemsma, Arjen <a.bloemsma@gmail.com>",
|
|
115
115
|
"Brouwers, Stijn <stijnbrouwers@gmail.com>",
|
|
116
116
|
"Calabro, David <davej.calabro@gmail.com>",
|
|
117
|
+
"Choudhary, Karnail Singh <pradhankarnail@gmail.com>",
|
|
117
118
|
"Connell, Andrew <me@andrewconnell.com>",
|
|
118
119
|
"Deshpande, Vardhaman <vardhaman.rd@gmail.com>",
|
|
119
120
|
"Dyjas, Robert <15113729+robdy@users.noreply.github.com>",
|
|
@@ -156,6 +157,7 @@
|
|
|
156
157
|
"Nachan, Smita <smita.nachan@gmail.com>",
|
|
157
158
|
"Nikolić, Aleksandar <alexandair@live.com>",
|
|
158
159
|
"Otto <berot3@gmail.com>",
|
|
160
|
+
"Pandey, Vividh <vividh.pandey.13@gmail.com>",
|
|
159
161
|
"Patil, Atharva <atharvapatil19202@gmail.com>",
|
|
160
162
|
"Plenevaux, Yannick <yannick.plenevaux@gmail.com>",
|
|
161
163
|
"Powney, Mark <powney.mark@outlook.com>",
|
|
@@ -200,13 +202,13 @@
|
|
|
200
202
|
"Wojcik, Adam <adam.wojcik.it@gmail.com>"
|
|
201
203
|
],
|
|
202
204
|
"dependencies": {
|
|
203
|
-
"@azure/msal-node": "^1.
|
|
205
|
+
"@azure/msal-node": "^1.14.1",
|
|
204
206
|
"@xmldom/xmldom": "^0.8.2",
|
|
205
|
-
"adaptive-expressions": "^4.
|
|
206
|
-
"adaptivecards": "^2.
|
|
207
|
-
"adaptivecards-templating": "^2.
|
|
207
|
+
"adaptive-expressions": "^4.17.1",
|
|
208
|
+
"adaptivecards": "^2.11.1",
|
|
209
|
+
"adaptivecards-templating": "^2.3.1",
|
|
208
210
|
"adm-zip": "^0.5.9",
|
|
209
|
-
"applicationinsights": "^2.3.
|
|
211
|
+
"applicationinsights": "^2.3.5",
|
|
210
212
|
"axios": "^0.27.2",
|
|
211
213
|
"chalk": "^4.1.2",
|
|
212
214
|
"clipboardy": "^2.3.0",
|
|
@@ -221,36 +223,36 @@
|
|
|
221
223
|
"open": "^8.4.0",
|
|
222
224
|
"semver": "^7.3.7",
|
|
223
225
|
"strip-json-comments": "^3.1.1",
|
|
224
|
-
"typescript": "^4.
|
|
226
|
+
"typescript": "^4.8.4",
|
|
225
227
|
"update-notifier": "^5.1.0",
|
|
226
|
-
"uuid": "^
|
|
228
|
+
"uuid": "^9.0.0"
|
|
227
229
|
},
|
|
228
230
|
"devDependencies": {
|
|
229
|
-
"@microsoft/microsoft-graph-types": "^2.
|
|
231
|
+
"@microsoft/microsoft-graph-types": "^2.25.0",
|
|
230
232
|
"@types/adm-zip": "^0.5.0",
|
|
231
233
|
"@types/inquirer": "^8.2.1",
|
|
232
234
|
"@types/jmespath": "^0.15.0",
|
|
233
235
|
"@types/json-to-ast": "^2.1.2",
|
|
234
236
|
"@types/minimist": "^1.2.2",
|
|
235
|
-
"@types/mocha": "^
|
|
236
|
-
"@types/node": "^16.11.
|
|
237
|
-
"@types/node-forge": "^1.0
|
|
238
|
-
"@types/semver": "^7.3.
|
|
237
|
+
"@types/mocha": "^10.0.0",
|
|
238
|
+
"@types/node": "^16.11.64",
|
|
239
|
+
"@types/node-forge": "^1.3.0",
|
|
240
|
+
"@types/semver": "^7.3.12",
|
|
239
241
|
"@types/sinon": "^10.0.13",
|
|
240
242
|
"@types/update-notifier": "^5.1.0",
|
|
241
243
|
"@types/uuid": "^8.3.4",
|
|
242
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
243
|
-
"@typescript-eslint/parser": "^5.
|
|
244
|
+
"@typescript-eslint/eslint-plugin": "^5.39.0",
|
|
245
|
+
"@typescript-eslint/parser": "^5.39.0",
|
|
244
246
|
"c8": "^7.12.0",
|
|
245
|
-
"eslint": "^8.
|
|
247
|
+
"eslint": "^8.24.0",
|
|
246
248
|
"eslint-config-standard": "^17.0.0",
|
|
247
249
|
"eslint-plugin-cli-microsoft365": "file:eslint-rules",
|
|
248
250
|
"eslint-plugin-import": "^2.26.0",
|
|
249
251
|
"eslint-plugin-node": "^11.1.0",
|
|
250
|
-
"eslint-plugin-promise": "^6.0.
|
|
252
|
+
"eslint-plugin-promise": "^6.0.1",
|
|
251
253
|
"mocha": "^10.0.0",
|
|
252
254
|
"rimraf": "^3.0.2",
|
|
253
|
-
"sinon": "^14.0.
|
|
255
|
+
"sinon": "^14.0.1",
|
|
254
256
|
"source-map-support": "^0.5.21"
|
|
255
257
|
}
|
|
256
258
|
}
|