@pnp/cli-microsoft365 10.2.0-beta.99aaf1e → 10.2.0-beta.a15ecbf
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/README.md +3 -3
- package/allCommands.json +1 -1
- package/allCommandsFull.json +1 -1
- package/dist/m365/spe/commands/container/container-get.js +49 -0
- package/dist/m365/spe/commands.js +1 -0
- package/dist/m365/spo/commands/page/page-section-add.js +8 -4
- package/dist/m365/spo/commands/tenant/tenant-homesite-list.js +37 -0
- package/dist/m365/spo/commands/user/user-ensure.js +43 -10
- package/dist/m365/spo/commands.js +1 -0
- package/dist/m365/spp/commands/model/model-get.js +108 -0
- package/dist/m365/spp/commands.js +1 -0
- package/dist/m365/teams/commands/cache/cache-remove.js +3 -3
- package/dist/utils/spo.js +8 -1
- package/docs/docs/cmd/spe/container/container-get.mdx +92 -0
- package/docs/docs/cmd/spo/page/page-section-add.mdx +10 -1
- package/docs/docs/cmd/spo/tenant/tenant-homesite-list.mdx +95 -0
- package/docs/docs/cmd/spo/user/user-ensure.mdx +32 -6
- package/docs/docs/cmd/spp/model/model-get.mdx +464 -0
- package/docs/docs/cmd/tenant/people/people-pronouns-get.mdx +2 -0
- package/npm-shrinkwrap.json +1498 -1534
- package/package.json +21 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnp/cli-microsoft365",
|
|
3
|
-
"version": "10.2.0-beta.
|
|
3
|
+
"version": "10.2.0-beta.a15ecbf",
|
|
4
4
|
"description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/api.js",
|
|
@@ -253,23 +253,23 @@
|
|
|
253
253
|
"Zachariassen Laksafoss, Trygvi <trygvi.laksafoss@gmail.com>"
|
|
254
254
|
],
|
|
255
255
|
"dependencies": {
|
|
256
|
-
"@azure/msal-common": "14.
|
|
257
|
-
"@azure/msal-node": "2.
|
|
258
|
-
"@inquirer/confirm": "^5.
|
|
259
|
-
"@inquirer/input": "^4.
|
|
260
|
-
"@inquirer/select": "^4.0.
|
|
261
|
-
"@xmldom/xmldom": "^0.9.
|
|
256
|
+
"@azure/msal-common": "^14.16.0",
|
|
257
|
+
"@azure/msal-node": "^2.16.2",
|
|
258
|
+
"@inquirer/confirm": "^5.1.0",
|
|
259
|
+
"@inquirer/input": "^4.1.0",
|
|
260
|
+
"@inquirer/select": "^4.0.3",
|
|
261
|
+
"@xmldom/xmldom": "^0.9.6",
|
|
262
262
|
"adaptive-expressions": "^4.23.1",
|
|
263
263
|
"adaptivecards": "^3.0.4",
|
|
264
264
|
"adaptivecards-templating": "^2.3.1",
|
|
265
265
|
"adm-zip": "^0.5.16",
|
|
266
|
-
"applicationinsights": "^3.
|
|
267
|
-
"axios": "^1.7.
|
|
266
|
+
"applicationinsights": "^3.4.0",
|
|
267
|
+
"axios": "^1.7.9",
|
|
268
268
|
"chalk": "^5.3.0",
|
|
269
269
|
"clipboardy": "^4.0.0",
|
|
270
270
|
"configstore": "^7.0.0",
|
|
271
|
-
"csv-parse": "^5.
|
|
272
|
-
"csv-stringify": "^6.5.
|
|
271
|
+
"csv-parse": "^5.6.0",
|
|
272
|
+
"csv-stringify": "^6.5.2",
|
|
273
273
|
"easy-table": "^1.2.0",
|
|
274
274
|
"jmespath": "^0.16.0",
|
|
275
275
|
"json-to-ast": "^2.1.0",
|
|
@@ -278,22 +278,22 @@
|
|
|
278
278
|
"open": "^10.1.0",
|
|
279
279
|
"semver": "^7.6.3",
|
|
280
280
|
"strip-json-comments": "^5.0.1",
|
|
281
|
-
"typescript": "^5.
|
|
281
|
+
"typescript": "^5.7.2",
|
|
282
282
|
"update-notifier": "^7.3.1",
|
|
283
|
-
"uuid": "^
|
|
284
|
-
"yaml": "^2.
|
|
283
|
+
"uuid": "^11.0.3",
|
|
284
|
+
"yaml": "^2.6.1",
|
|
285
285
|
"yargs-parser": "^21.1.1",
|
|
286
|
-
"zod": "^3.
|
|
286
|
+
"zod": "^3.24.1"
|
|
287
287
|
},
|
|
288
288
|
"devDependencies": {
|
|
289
289
|
"@actions/core": "^1.11.1",
|
|
290
290
|
"@microsoft/microsoft-graph-types": "^2.40.0",
|
|
291
|
-
"@types/adm-zip": "^0.5.
|
|
291
|
+
"@types/adm-zip": "^0.5.7",
|
|
292
292
|
"@types/jmespath": "^0.15.2",
|
|
293
293
|
"@types/json-schema": "^7.0.15",
|
|
294
294
|
"@types/json-to-ast": "^2.1.4",
|
|
295
|
-
"@types/mocha": "^10.0.
|
|
296
|
-
"@types/node": "^20.
|
|
295
|
+
"@types/mocha": "^10.0.10",
|
|
296
|
+
"@types/node": "^20.17.10",
|
|
297
297
|
"@types/node-forge": "^1.3.11",
|
|
298
298
|
"@types/omelette": "^0.4.4",
|
|
299
299
|
"@types/semver": "^7.5.8",
|
|
@@ -303,11 +303,11 @@
|
|
|
303
303
|
"@types/yargs-parser": "^21.0.3",
|
|
304
304
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
305
305
|
"@typescript-eslint/parser": "^7.18.0",
|
|
306
|
-
"c8": "^10.1.
|
|
307
|
-
"eslint": "^8.57.
|
|
306
|
+
"c8": "^10.1.3",
|
|
307
|
+
"eslint": "^8.57.1",
|
|
308
308
|
"eslint-plugin-cli-microsoft365": "file:eslint-rules",
|
|
309
309
|
"eslint-plugin-mocha": "^10.5.0",
|
|
310
|
-
"mocha": "^
|
|
310
|
+
"mocha": "^11.0.1",
|
|
311
311
|
"rimraf": "^6.0.1",
|
|
312
312
|
"sinon": "^19.0.2",
|
|
313
313
|
"source-map-support": "^0.5.21"
|