@pnp/cli-microsoft365 11.7.0-beta.bd906c5 → 11.7.1
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/.devproxy/api-specs/sharepoint.yaml +53 -0
- package/allCommands.json +1 -1
- package/allCommandsFull.json +1 -1
- package/dist/m365/context/commands/option/option-list.js +6 -1
- package/dist/m365/entra/commands/resourcenamespace/resourcenamespace-list.js +6 -0
- package/dist/m365/external/commands/connection/connection-list.js +6 -0
- package/dist/m365/outlook/commands/calendar/calendar-set.js +132 -0
- package/dist/m365/outlook/commands/calendargroup/calendargroup-get.js +114 -0
- package/dist/m365/outlook/commands.js +2 -0
- package/dist/m365/spo/commands/applicationcustomizer/applicationcustomizer-add.js +13 -1
- package/dist/m365/spo/commands/applicationcustomizer/applicationcustomizer-set.js +24 -3
- package/dist/m365/spo/commands/brandcenter/brandcenter-colors-list.js +59 -0
- package/dist/m365/spo/commands/file/file-archive.js +83 -0
- package/dist/m365/spo/commands/propertybag/propertybag-set.js +3 -9
- package/dist/m365/spo/commands/tenant/tenant-applicationcustomizer-add.js +20 -0
- package/dist/m365/spo/commands/tenant/tenant-applicationcustomizer-set.js +27 -2
- package/dist/m365/spo/commands/tenant/tenant-settings-set.js +5 -1
- package/dist/m365/spo/commands.js +2 -0
- package/dist/request.js +1 -17
- package/docs/docs/cmd/entra/m365group/m365group-user-add.mdx +21 -0
- package/docs/docs/cmd/entra/m365group/m365group-user-list.mdx +19 -0
- package/docs/docs/cmd/entra/m365group/m365group-user-remove.mdx +21 -0
- package/docs/docs/cmd/entra/m365group/m365group-user-set.mdx +21 -0
- package/docs/docs/cmd/entra/roledefinition/roledefinition-add.mdx +19 -0
- package/docs/docs/cmd/entra/roledefinition/roledefinition-get.mdx +19 -0
- package/docs/docs/cmd/entra/roledefinition/roledefinition-list.mdx +19 -0
- package/docs/docs/cmd/entra/roledefinition/roledefinition-remove.mdx +21 -0
- package/docs/docs/cmd/entra/roledefinition/roledefinition-set.mdx +21 -0
- package/docs/docs/cmd/entra/siteclassification/siteclassification-disable.mdx +21 -0
- package/docs/docs/cmd/entra/siteclassification/siteclassification-enable.mdx +21 -0
- package/docs/docs/cmd/entra/siteclassification/siteclassification-get.mdx +19 -0
- package/docs/docs/cmd/entra/siteclassification/siteclassification-set.mdx +20 -0
- package/docs/docs/cmd/external/connection/connection-add.mdx +21 -0
- package/docs/docs/cmd/external/connection/connection-doctor.mdx +19 -0
- package/docs/docs/cmd/external/connection/connection-get.mdx +19 -0
- package/docs/docs/cmd/external/connection/connection-list.mdx +19 -0
- package/docs/docs/cmd/external/connection/connection-remove.mdx +21 -0
- package/docs/docs/cmd/external/connection/connection-schema-add.mdx +21 -0
- package/docs/docs/cmd/external/connection/connection-urltoitemresolver-add.mdx +21 -0
- package/docs/docs/cmd/external/item/item-add.mdx +19 -0
- package/docs/docs/cmd/outlook/calendar/calendar-set.mdx +178 -0
- package/docs/docs/cmd/outlook/calendargroup/calendargroup-get.mdx +125 -0
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-add.mdx +14 -11
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-set.mdx +9 -6
- package/docs/docs/cmd/spo/brandcenter/brandcenter-colors-list.mdx +115 -0
- package/docs/docs/cmd/spo/file/file-archive.mdx +68 -0
- package/docs/docs/cmd/spo/propertybag/propertybag-set.mdx +1 -1
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-add.mdx +13 -10
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-set.mdx +7 -4
- package/docs/docs/cmd/spo/tenant/tenant-settings-set.mdx +3 -0
- package/npm-shrinkwrap.json +583 -224
- package/package.json +34 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnp/cli-microsoft365",
|
|
3
|
-
"version": "11.7.
|
|
3
|
+
"version": "11.7.1",
|
|
4
4
|
"description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/api.js",
|
|
@@ -268,7 +268,9 @@
|
|
|
268
268
|
],
|
|
269
269
|
"overrides": {
|
|
270
270
|
"adaptive-expressions": {
|
|
271
|
-
"fast-xml-parser": "5.
|
|
271
|
+
"fast-xml-parser": "5.7.0",
|
|
272
|
+
"lodash": "4.17.23",
|
|
273
|
+
"@xmldom/xmldom": "^0.8.13"
|
|
272
274
|
},
|
|
273
275
|
"adaptivecards": {
|
|
274
276
|
"swiper": "12.1.3"
|
|
@@ -276,21 +278,33 @@
|
|
|
276
278
|
"mocha": {
|
|
277
279
|
"diff": "8.0.4",
|
|
278
280
|
"serialize-javascript": "7.0.5"
|
|
281
|
+
},
|
|
282
|
+
"jsonwebtoken": {
|
|
283
|
+
"jws": "3.2.3"
|
|
284
|
+
},
|
|
285
|
+
"axios": {
|
|
286
|
+
"follow-redirects": "1.16.0"
|
|
287
|
+
},
|
|
288
|
+
"@grpc/proto-loader": {
|
|
289
|
+
"protobufjs": "7.5.5"
|
|
290
|
+
},
|
|
291
|
+
"@opentelemetry/otlp-transformer": {
|
|
292
|
+
"protobufjs": "7.5.5"
|
|
279
293
|
}
|
|
280
294
|
},
|
|
281
295
|
"dependencies": {
|
|
282
|
-
"@azure/msal-common": "^16.
|
|
283
|
-
"@azure/msal-node": "^5.1.
|
|
284
|
-
"@inquirer/confirm": "^6.0.
|
|
285
|
-
"@inquirer/input": "^5.0.
|
|
286
|
-
"@inquirer/select": "^5.1.
|
|
287
|
-
"@xmldom/xmldom": "^0.9.
|
|
296
|
+
"@azure/msal-common": "^16.5.2",
|
|
297
|
+
"@azure/msal-node": "^5.1.5",
|
|
298
|
+
"@inquirer/confirm": "^6.0.12",
|
|
299
|
+
"@inquirer/input": "^5.0.12",
|
|
300
|
+
"@inquirer/select": "^5.1.4",
|
|
301
|
+
"@xmldom/xmldom": "^0.9.10",
|
|
288
302
|
"adaptive-expressions": "^4.23.3",
|
|
289
|
-
"adaptivecards": "^3.0.
|
|
303
|
+
"adaptivecards": "^3.0.6",
|
|
290
304
|
"adaptivecards-templating": "^2.3.1",
|
|
291
305
|
"adm-zip": "^0.5.17",
|
|
292
306
|
"applicationinsights": "^3.14.0",
|
|
293
|
-
"axios": "^1.
|
|
307
|
+
"axios": "^1.15.2",
|
|
294
308
|
"chalk": "^5.6.2",
|
|
295
309
|
"clipboardy": "^5.3.1",
|
|
296
310
|
"configstore": "^8.0.0",
|
|
@@ -306,13 +320,13 @@
|
|
|
306
320
|
"strip-json-comments": "^5.0.3",
|
|
307
321
|
"typescript": "^5.9.3",
|
|
308
322
|
"update-notifier": "^7.3.1",
|
|
309
|
-
"uuid": "^13.0.
|
|
323
|
+
"uuid": "^13.0.1",
|
|
310
324
|
"yaml": "^2.8.3",
|
|
311
325
|
"yargs-parser": "^22.0.0",
|
|
312
|
-
"zod": "^4.
|
|
326
|
+
"zod": "^4.4.1"
|
|
313
327
|
},
|
|
314
328
|
"devDependencies": {
|
|
315
|
-
"@actions/core": "^3.0.
|
|
329
|
+
"@actions/core": "^3.0.1",
|
|
316
330
|
"@eslint/js": "^10.0.1",
|
|
317
331
|
"@microsoft/microsoft-graph-types": "^2.43.1",
|
|
318
332
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
@@ -321,24 +335,24 @@
|
|
|
321
335
|
"@types/json-schema": "^7.0.15",
|
|
322
336
|
"@types/json-to-ast": "^2.1.4",
|
|
323
337
|
"@types/mocha": "^10.0.10",
|
|
324
|
-
"@types/node": "^24.12.
|
|
338
|
+
"@types/node": "^24.12.2",
|
|
325
339
|
"@types/node-forge": "^1.3.14",
|
|
326
340
|
"@types/omelette": "^0.4.5",
|
|
327
341
|
"@types/semver": "^7.7.1",
|
|
328
|
-
"@types/sinon": "^21.0.
|
|
342
|
+
"@types/sinon": "^21.0.1",
|
|
329
343
|
"@types/update-notifier": "^6.0.8",
|
|
330
344
|
"@types/uuid": "^10.0.0",
|
|
331
345
|
"@types/yargs-parser": "^21.0.3",
|
|
332
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
346
|
+
"@typescript-eslint/eslint-plugin": "^8.59.1",
|
|
333
347
|
"@typescript-eslint/parser": "^8.58.0",
|
|
334
348
|
"c8": "^11.0.0",
|
|
335
|
-
"eslint": "^10.1
|
|
349
|
+
"eslint": "^10.2.1",
|
|
336
350
|
"eslint-plugin-mocha": "^11.2.0",
|
|
337
|
-
"globals": "^17.
|
|
351
|
+
"globals": "^17.5.0",
|
|
338
352
|
"mocha": "^11.7.5",
|
|
339
353
|
"rimraf": "^6.1.3",
|
|
340
|
-
"sinon": "^21.
|
|
354
|
+
"sinon": "^21.1.2",
|
|
341
355
|
"source-map-support": "^0.5.21",
|
|
342
356
|
"tsc-watch": "^7.2.0"
|
|
343
357
|
}
|
|
344
|
-
}
|
|
358
|
+
}
|