@pnp/cli-microsoft365 10.5.0 → 10.6.0-beta.195c8d5
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 +3 -1
- package/allCommands.json +1 -1
- package/allCommandsFull.json +1 -1
- package/dist/Auth.js +2 -1
- package/dist/Command.js +14 -26
- package/dist/auth/MsalNetworkClient.js +32 -0
- package/dist/config.js +2 -0
- package/dist/m365/adaptivecard/commands/adaptivecard-send.js +2 -1
- package/dist/m365/app/commands/app-get.js +3 -13
- package/dist/m365/app/commands/permission/permission-list.js +4 -14
- package/dist/m365/base/SpoCommand.js +2 -1
- package/dist/m365/commands/request.js +3 -12
- package/dist/m365/commands/setup.js +2 -0
- package/dist/m365/entra/commands/administrativeunit/administrativeunit-add.js +10 -5
- package/dist/m365/entra/commands/app/app-add.js +5 -0
- package/dist/m365/entra/commands/app/app-get.js +27 -21
- package/dist/m365/entra/commands/app/app-permission-list.js +28 -22
- package/dist/m365/entra/commands/app/app-remove.js +22 -19
- package/dist/m365/entra/commands/app/app-role-add.js +22 -19
- package/dist/m365/entra/commands/app/app-role-list.js +22 -19
- package/dist/m365/entra/commands/app/app-role-remove.js +39 -36
- package/dist/m365/entra/commands/app/app-set.js +45 -19
- package/dist/m365/entra/commands/group/group-add.js +1 -0
- package/dist/m365/entra/commands/group/group-set.js +12 -6
- package/dist/m365/entra/commands/policy/policy-list.js +46 -3
- package/dist/m365/entra/commands/user/user-add.js +1 -0
- package/dist/m365/entra/commands/user/user-list.js +2 -1
- package/dist/m365/external/commands/item/item-add.js +2 -1
- package/dist/m365/flow/commands/flow-list.js +1 -1
- package/dist/m365/graph/commands/openextension/openextension-add.js +73 -0
- package/dist/m365/graph/commands/openextension/openextension-get.js +57 -0
- package/dist/m365/graph/commands/openextension/openextension-list.js +62 -0
- package/dist/m365/graph/commands/openextension/openextension-remove.js +68 -0
- package/dist/m365/graph/commands.js +4 -0
- package/dist/m365/pp/commands/card/card-clone.js +12 -16
- package/dist/m365/pp/commands/card/card-get.js +13 -19
- package/dist/m365/pp/commands/card/card-remove.js +13 -16
- package/dist/m365/pp/commands/solution/solution-get.js +5 -11
- package/dist/m365/pp/commands/solution/solution-publish.js +6 -16
- package/dist/m365/pp/commands/solution/solution-remove.js +4 -13
- package/dist/m365/spfx/commands/project/project-doctor/doctor-1.21.0.js +25 -0
- package/dist/m365/spfx/commands/project/project-doctor.js +2 -1
- package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002029_DEVDEP_microsoft_rush_stack_compiler_5_3.js +13 -0
- package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.21.0.js +63 -0
- package/dist/m365/spfx/commands/project/project-upgrade.js +2 -1
- package/dist/m365/spfx/commands/spfx-doctor.js +15 -0
- package/dist/m365/spo/commands/folder/folder-roleassignment-add.js +12 -47
- package/dist/m365/spo/commands/folder/folder-roleassignment-remove.js +13 -31
- package/dist/m365/spo/commands/listitem/listitem-roleassignment-add.js +12 -43
- package/dist/m365/spo/commands/listitem/listitem-roleassignment-remove.js +8 -27
- package/dist/m365/spo/commands/web/web-roleassignment-add.js +22 -47
- package/dist/m365/spo/commands/web/web-roleassignment-remove.js +17 -32
- package/dist/m365/tenant/commands/people/people-profilecardproperty-add.js +4 -3
- package/dist/m365/tenant/commands/people/people-profilecardproperty-set.js +4 -3
- package/dist/m365/todo/commands/list/list-remove.js +1 -1
- package/dist/m365/util/commands/accesstoken/accesstoken-get.js +13 -3
- package/dist/utils/accessToken.js +8 -0
- package/dist/utils/entraApp.js +3 -1
- package/dist/utils/optionsUtils.js +28 -0
- package/dist/utils/powerPlatform.js +51 -1
- package/dist/utils/prompt.js +9 -2
- package/dist/utils/spo.js +32 -3
- package/docs/docs/cmd/entra/policy/policy-list.mdx +1 -1
- package/docs/docs/cmd/graph/directoryextension/directoryextension-get.mdx +2 -3
- package/docs/docs/cmd/graph/openextension/openextension-add.mdx +120 -0
- package/docs/docs/cmd/graph/openextension/openextension-get.mdx +111 -0
- package/docs/docs/cmd/graph/openextension/openextension-list.mdx +129 -0
- package/docs/docs/cmd/graph/openextension/openextension-remove.mdx +59 -0
- package/docs/docs/cmd/spfx/project/project-upgrade.mdx +1 -4
- package/docs/docs/cmd/util/accesstoken/accesstoken-get.mdx +72 -0
- package/npm-shrinkwrap.json +517 -481
- package/package.json +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnp/cli-microsoft365",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.6.0-beta.195c8d5",
|
|
4
4
|
"description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/api.js",
|
|
@@ -253,18 +253,18 @@
|
|
|
253
253
|
"Zachariassen Laksafoss, Trygvi <trygvi.laksafoss@gmail.com>"
|
|
254
254
|
],
|
|
255
255
|
"dependencies": {
|
|
256
|
-
"@azure/msal-common": "^15.
|
|
257
|
-
"@azure/msal-node": "^3.
|
|
258
|
-
"@inquirer/confirm": "^5.1.
|
|
259
|
-
"@inquirer/input": "^4.1.
|
|
260
|
-
"@inquirer/select": "^4.
|
|
256
|
+
"@azure/msal-common": "^15.5.0",
|
|
257
|
+
"@azure/msal-node": "^3.4.1",
|
|
258
|
+
"@inquirer/confirm": "^5.1.9",
|
|
259
|
+
"@inquirer/input": "^4.1.9",
|
|
260
|
+
"@inquirer/select": "^4.1.1",
|
|
261
261
|
"@xmldom/xmldom": "^0.9.8",
|
|
262
262
|
"adaptive-expressions": "^4.23.2",
|
|
263
263
|
"adaptivecards": "^3.0.5",
|
|
264
264
|
"adaptivecards-templating": "^2.3.1",
|
|
265
265
|
"adm-zip": "^0.5.16",
|
|
266
|
-
"applicationinsights": "^3.
|
|
267
|
-
"axios": "^1.8.
|
|
266
|
+
"applicationinsights": "^3.6.0",
|
|
267
|
+
"axios": "^1.8.4",
|
|
268
268
|
"chalk": "^5.4.1",
|
|
269
269
|
"clipboardy": "^4.0.0",
|
|
270
270
|
"configstore": "^7.0.0",
|
|
@@ -278,10 +278,10 @@
|
|
|
278
278
|
"open": "^10.1.0",
|
|
279
279
|
"semver": "^7.7.1",
|
|
280
280
|
"strip-json-comments": "^5.0.1",
|
|
281
|
-
"typescript": "^5.8.
|
|
281
|
+
"typescript": "^5.8.3",
|
|
282
282
|
"update-notifier": "^7.3.1",
|
|
283
283
|
"uuid": "^11.1.0",
|
|
284
|
-
"yaml": "^2.7.
|
|
284
|
+
"yaml": "^2.7.1",
|
|
285
285
|
"yargs-parser": "^21.1.1",
|
|
286
286
|
"zod": "^3.24.2"
|
|
287
287
|
},
|
|
@@ -293,10 +293,10 @@
|
|
|
293
293
|
"@types/json-schema": "^7.0.15",
|
|
294
294
|
"@types/json-to-ast": "^2.1.4",
|
|
295
295
|
"@types/mocha": "^10.0.10",
|
|
296
|
-
"@types/node": "^22.
|
|
296
|
+
"@types/node": "^22.14.0",
|
|
297
297
|
"@types/node-forge": "^1.3.11",
|
|
298
|
-
"@types/omelette": "^0.4.
|
|
299
|
-
"@types/semver": "^7.
|
|
298
|
+
"@types/omelette": "^0.4.5",
|
|
299
|
+
"@types/semver": "^7.7.0",
|
|
300
300
|
"@types/sinon": "^17.0.4",
|
|
301
301
|
"@types/update-notifier": "^6.0.8",
|
|
302
302
|
"@types/uuid": "^10.0.0",
|
|
@@ -309,7 +309,7 @@
|
|
|
309
309
|
"eslint-plugin-mocha": "^10.5.0",
|
|
310
310
|
"mocha": "^11.1.0",
|
|
311
311
|
"rimraf": "^6.0.1",
|
|
312
|
-
"sinon": "^
|
|
312
|
+
"sinon": "^20.0.0",
|
|
313
313
|
"source-map-support": "^0.5.21"
|
|
314
314
|
}
|
|
315
|
-
}
|
|
315
|
+
}
|