@pnp/cli-microsoft365 7.4.0-beta.4c4cef8 → 7.4.0-beta.5820537
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 +6 -0
- package/README.md +1 -1
- package/allCommands.json +1 -1
- package/allCommandsFull.json +1 -1
- package/dist/Auth.js +2 -1
- package/dist/appInsights.js +2 -0
- package/dist/cli/cli.js +1 -0
- package/dist/m365/entra/aadCommands.js +1 -0
- package/dist/m365/entra/commands/administrativeunit/administrativeunit-roleassignment-add.js +102 -0
- package/dist/m365/entra/commands.js +1 -0
- package/dist/m365/external/commands/connection/connection-urltoitemresolver-add.js +69 -0
- package/dist/m365/external/commands.js +1 -0
- package/dist/m365/teams/commands/user/user-app-add.js +35 -3
- package/dist/request.js +16 -0
- package/dist/utils/md.js +2 -2
- package/dist/utils/roleAssignment.js +42 -0
- package/dist/utils/roleDefinition.js +24 -0
- package/docs/docs/cmd/adaptivecard/adaptivecard-send.mdx +1 -1
- package/docs/docs/cmd/entra/administrativeunit/administrativeunit-roleassignment-add.mdx +116 -0
- package/docs/docs/cmd/external/connection/connection-urltoitemresolver-add.mdx +47 -0
- package/docs/docs/cmd/graph/schemaextension/schemaextension-add.mdx +1 -1
- package/docs/docs/cmd/graph/schemaextension/schemaextension-set.mdx +1 -1
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-add.mdx +1 -1
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-set.mdx +1 -1
- package/docs/docs/cmd/spo/commandset/commandset-add.mdx +1 -1
- package/docs/docs/cmd/spo/commandset/commandset-set.mdx +1 -1
- package/docs/docs/cmd/spo/contenttype/contenttype-set.mdx +1 -1
- package/docs/docs/cmd/spo/customaction/customaction-add.mdx +1 -1
- package/docs/docs/cmd/spo/customaction/customaction-set.mdx +1 -1
- package/docs/docs/cmd/spo/field/field-set.mdx +1 -1
- package/docs/docs/cmd/spo/list/list-view-set.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-add.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-batch-add.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-set.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-clientsidewebpart-add.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-control-set.mdx +1 -1
- package/docs/docs/cmd/spo/page/page-set.mdx +2 -2
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-add.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-set.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-commandset-add.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-commandset-set.mdx +1 -1
- package/docs/docs/cmd/spo/term/term-add.mdx +1 -1
- package/docs/docs/cmd/spo/term/term-group-add.mdx +1 -1
- package/docs/docs/cmd/spo/term/term-set-add.mdx +1 -1
- package/docs/docs/cmd/teams/user/user-app-add.mdx +8 -5
- package/npm-shrinkwrap.json +184 -430
- package/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnp/cli-microsoft365",
|
|
3
|
-
"version": "7.4.0-beta.
|
|
3
|
+
"version": "7.4.0-beta.5820537",
|
|
4
4
|
"description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/api.js",
|
|
@@ -256,19 +256,19 @@
|
|
|
256
256
|
"adaptivecards-templating": "^2.3.1",
|
|
257
257
|
"adm-zip": "^0.5.10",
|
|
258
258
|
"applicationinsights": "^2.9.1",
|
|
259
|
-
"axios": "^1.6.
|
|
259
|
+
"axios": "^1.6.3",
|
|
260
260
|
"chalk": "^5.3.0",
|
|
261
261
|
"clipboardy": "^4.0.0",
|
|
262
262
|
"configstore": "^6.0.0",
|
|
263
|
-
"csv-stringify": "^6.4.
|
|
263
|
+
"csv-stringify": "^6.4.5",
|
|
264
264
|
"easy-table": "^1.2.0",
|
|
265
265
|
"jmespath": "^0.16.0",
|
|
266
266
|
"json-to-ast": "^2.1.0",
|
|
267
267
|
"minimist": "^1.2.8",
|
|
268
268
|
"node-forge": "^1.3.1",
|
|
269
269
|
"omelette": "^0.4.17",
|
|
270
|
-
"open": "^
|
|
271
|
-
"ora": "^
|
|
270
|
+
"open": "^10.0.2",
|
|
271
|
+
"ora": "^8.0.1",
|
|
272
272
|
"semver": "^7.5.4",
|
|
273
273
|
"strip-json-comments": "^5.0.1",
|
|
274
274
|
"typescript": "^5.3.3",
|
|
@@ -283,17 +283,17 @@
|
|
|
283
283
|
"@types/json-to-ast": "^2.1.4",
|
|
284
284
|
"@types/minimist": "^1.2.5",
|
|
285
285
|
"@types/mocha": "^10.0.6",
|
|
286
|
-
"@types/node": "^
|
|
286
|
+
"@types/node": "^20.10.6",
|
|
287
287
|
"@types/node-forge": "^1.3.10",
|
|
288
288
|
"@types/omelette": "^0.4.4",
|
|
289
289
|
"@types/semver": "^7.5.6",
|
|
290
290
|
"@types/sinon": "^17.0.2",
|
|
291
291
|
"@types/update-notifier": "^6.0.8",
|
|
292
292
|
"@types/uuid": "^9.0.7",
|
|
293
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
294
|
-
"@typescript-eslint/parser": "^6.
|
|
293
|
+
"@typescript-eslint/eslint-plugin": "^6.16.0",
|
|
294
|
+
"@typescript-eslint/parser": "^6.16.0",
|
|
295
295
|
"c8": "^8.0.1",
|
|
296
|
-
"eslint": "^8.
|
|
296
|
+
"eslint": "^8.56.0",
|
|
297
297
|
"eslint-plugin-cli-microsoft365": "file:eslint-rules",
|
|
298
298
|
"eslint-plugin-mocha": "^10.2.0",
|
|
299
299
|
"mocha": "^10.2.0",
|