@pnp/cli-microsoft365 6.5.0-beta.f8b8018 → 6.6.0-beta.e7055b5

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.
Files changed (34) hide show
  1. package/.eslintrc.js +2 -0
  2. package/dist/Command.js +17 -7
  3. package/dist/cli/Cli.js +15 -11
  4. package/dist/m365/cli/commands/config/config-set.js +1 -0
  5. package/dist/m365/commands/request.js +18 -1
  6. package/dist/m365/pa/commands/app/app-export.js +197 -0
  7. package/dist/m365/pa/commands.js +1 -0
  8. package/dist/m365/pp/commands/tenant/tenant-settings-set.js +261 -0
  9. package/dist/m365/pp/commands.js +2 -1
  10. package/dist/m365/purview/commands/threatassessment/threatassessment-get.js +79 -0
  11. package/dist/m365/purview/commands.js +2 -1
  12. package/dist/m365/spfx/commands/project/project-doctor/doctor-1.17.0.js +23 -0
  13. package/dist/m365/spfx/commands/project/project-doctor.js +2 -1
  14. package/dist/m365/spfx/commands/project/project-upgrade/{upgrade-1.17.0-rc.1.js → upgrade-1.17.0.js} +26 -26
  15. package/dist/m365/spfx/commands/project/project-upgrade.js +13 -15
  16. package/dist/m365/spfx/commands/spfx-doctor.js +15 -0
  17. package/dist/m365/spo/commands/file/file-move.js +1 -1
  18. package/dist/m365/spo/commands/file/file-retentionlabel-ensure.js +22 -1
  19. package/dist/m365/spo/commands/listitem/listitem-get.js +21 -6
  20. package/dist/m365/spo/commands/listitem/listitem-retentionlabel-ensure.js +35 -1
  21. package/dist/m365/spo/commands/web/web-set.js +33 -13
  22. package/dist/settingsNames.js +2 -1
  23. package/docs/docs/_clisettings.md +1 -0
  24. package/docs/docs/cmd/aad/o365group/o365group-add.md +3 -3
  25. package/docs/docs/cmd/pa/app/app-export.md +52 -0
  26. package/docs/docs/cmd/pp/tenant/tenant-settings-set.md +218 -0
  27. package/docs/docs/cmd/purview/threatassessment/threatassessment-get.md +191 -0
  28. package/docs/docs/cmd/request.md +10 -4
  29. package/docs/docs/cmd/spfx/project/project-upgrade.md +2 -2
  30. package/docs/docs/cmd/spo/file/file-retentionlabel-ensure.md +12 -1
  31. package/docs/docs/cmd/spo/listitem/listitem-get.md +14 -5
  32. package/docs/docs/cmd/spo/listitem/listitem-retentionlabel-ensure.md +15 -2
  33. package/npm-shrinkwrap.json +460 -273
  34. package/package.json +13 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnp/cli-microsoft365",
3
- "version": "6.5.0-beta.f8b8018",
3
+ "version": "6.6.0-beta.e7055b5",
4
4
  "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/api.js",
@@ -217,16 +217,17 @@
217
217
  "Waegebaert, Jasey <jaseyw@gmigroup.be>",
218
218
  "Wilen, Wictor <wictor@wictorwilen.se>",
219
219
  "Williams, Rabia <rabiawilliams@gmail.com>",
220
- "Wojcik, Adam <adam.wojcik.it@gmail.com>"
220
+ "Wojcik, Adam <adam.wojcik.it@gmail.com>",
221
+ "Zachariassen Laksafoss, Trygvi <trygvi.laksafoss@gmail.com>"
221
222
  ],
222
223
  "dependencies": {
223
- "@azure/msal-node": "^1.15.0",
224
- "@xmldom/xmldom": "^0.8.6",
225
- "adaptive-expressions": "^4.19.2",
224
+ "@azure/msal-node": "^1.16.0",
225
+ "@xmldom/xmldom": "^0.8.7",
226
+ "adaptive-expressions": "^4.19.3",
226
227
  "adaptivecards": "^2.11.2",
227
228
  "adaptivecards-templating": "^2.3.1",
228
229
  "adm-zip": "^0.5.10",
229
- "applicationinsights": "^2.5.0",
230
+ "applicationinsights": "^2.5.1",
230
231
  "axios": "^0.27.2",
231
232
  "chalk": "^4.1.2",
232
233
  "clipboardy": "^2.3.0",
@@ -254,16 +255,16 @@
254
255
  "@types/json-to-ast": "^2.1.2",
255
256
  "@types/minimist": "^1.2.2",
256
257
  "@types/mocha": "^10.0.1",
257
- "@types/node": "^16.18.14",
258
- "@types/node-forge": "^1.3.1",
258
+ "@types/node": "^16.18.23",
259
+ "@types/node-forge": "^1.3.2",
259
260
  "@types/semver": "^7.3.13",
260
261
  "@types/sinon": "^10.0.13",
261
262
  "@types/update-notifier": "^5.1.0",
262
263
  "@types/uuid": "^9.0.1",
263
- "@typescript-eslint/eslint-plugin": "^5.54.1",
264
- "@typescript-eslint/parser": "^5.54.1",
264
+ "@typescript-eslint/eslint-plugin": "^5.57.0",
265
+ "@typescript-eslint/parser": "^5.57.0",
265
266
  "c8": "^7.13.0",
266
- "eslint": "^8.35.0",
267
+ "eslint": "^8.37.0",
267
268
  "eslint-config-standard": "^17.0.0",
268
269
  "eslint-plugin-cli-microsoft365": "file:eslint-rules",
269
270
  "eslint-plugin-import": "^2.27.5",
@@ -272,7 +273,7 @@
272
273
  "eslint-plugin-promise": "^6.1.1",
273
274
  "mocha": "^10.2.0",
274
275
  "rimraf": "^3.0.2",
275
- "sinon": "^15.0.1",
276
+ "sinon": "^15.0.3",
276
277
  "source-map-support": "^0.5.21"
277
278
  }
278
279
  }