@pnp/cli-microsoft365 6.4.0 → 6.5.0-beta.699c15b

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 (48) hide show
  1. package/.eslintrc.js +2 -0
  2. package/README.md +3 -3
  3. package/dist/Command.js +17 -7
  4. package/dist/cli/Cli.js +15 -11
  5. package/dist/m365/cli/commands/config/config-set.js +1 -0
  6. package/dist/m365/commands/request.js +18 -1
  7. package/dist/m365/flow/commands/flow-export.js +6 -6
  8. package/dist/m365/pa/commands/app/app-export.js +197 -0
  9. package/dist/m365/pa/commands.js +1 -0
  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-beta.3.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/applicationcustomizer/applicationcustomizer-add.js +27 -13
  18. package/dist/m365/spo/commands/applicationcustomizer/applicationcustomizer-list.js +72 -0
  19. package/dist/m365/spo/commands/commandset/commandset-add.js +2 -1
  20. package/dist/m365/spo/commands/commandset/commandset-remove.js +12 -9
  21. package/dist/m365/spo/commands/commandset/commandset-set.js +12 -9
  22. package/dist/m365/spo/commands/file/file-move.js +1 -1
  23. package/dist/m365/spo/commands/file/file-retentionlabel-ensure.js +22 -1
  24. package/dist/m365/spo/commands/listitem/listitem-get.js +21 -6
  25. package/dist/m365/spo/commands/listitem/listitem-retentionlabel-ensure.js +35 -1
  26. package/dist/m365/spo/commands/web/web-set.js +33 -13
  27. package/dist/m365/spo/commands.js +1 -0
  28. package/dist/m365/teams/commands/team/team-list.js +4 -6
  29. package/dist/m365/todo/commands/task/task-set.js +25 -1
  30. package/dist/settingsNames.js +2 -1
  31. package/dist/utils/md.js +4 -3
  32. package/docs/docs/_clisettings.md +1 -0
  33. package/docs/docs/cmd/aad/o365group/o365group-add.md +3 -3
  34. package/docs/docs/cmd/pa/app/app-export.md +52 -0
  35. package/docs/docs/cmd/purview/threatassessment/threatassessment-get.md +191 -0
  36. package/docs/docs/cmd/request.md +10 -4
  37. package/docs/docs/cmd/spfx/project/project-upgrade.md +2 -2
  38. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-add.md +4 -1
  39. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-list.md +109 -0
  40. package/docs/docs/cmd/spo/file/file-retentionlabel-ensure.md +12 -1
  41. package/docs/docs/cmd/spo/list/list-view-remove.md +1 -1
  42. package/docs/docs/cmd/spo/list/list-view-set.md +2 -2
  43. package/docs/docs/cmd/spo/listitem/listitem-get.md +14 -5
  44. package/docs/docs/cmd/spo/listitem/listitem-retentionlabel-ensure.md +15 -2
  45. package/docs/docs/cmd/teams/team/team-list.md +44 -4
  46. package/docs/docs/cmd/todo/task/task-set.md +50 -0
  47. package/npm-shrinkwrap.json +460 -273
  48. package/package.json +13 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnp/cli-microsoft365",
3
- "version": "6.4.0",
3
+ "version": "6.5.0-beta.699c15b",
4
4
  "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/api.js",
@@ -183,6 +183,7 @@
183
183
  "Romão, Douglas <douglas.romao@trentim.com>",
184
184
  "Rozinov, Roman <roman.rozinov@sogeti.com>",
185
185
  "Saatçi, Hüseyin <huseyins@comodo.net>",
186
+ "Sanap, Ganesh <ganeshsanap120694@gmail.com>",
186
187
  "Schaeflein, Paul <paul@schaeflein.net>",
187
188
  "Schot, Albert-Jan <appie@digiwijs.nl>",
188
189
  "Schouten, Robert <robert.schouten@wortell.nl>",
@@ -219,13 +220,13 @@
219
220
  "Wojcik, Adam <adam.wojcik.it@gmail.com>"
220
221
  ],
221
222
  "dependencies": {
222
- "@azure/msal-node": "^1.15.0",
223
- "@xmldom/xmldom": "^0.8.6",
224
- "adaptive-expressions": "^4.19.2",
223
+ "@azure/msal-node": "^1.16.0",
224
+ "@xmldom/xmldom": "^0.8.7",
225
+ "adaptive-expressions": "^4.19.3",
225
226
  "adaptivecards": "^2.11.2",
226
227
  "adaptivecards-templating": "^2.3.1",
227
228
  "adm-zip": "^0.5.10",
228
- "applicationinsights": "^2.5.0",
229
+ "applicationinsights": "^2.5.1",
229
230
  "axios": "^0.27.2",
230
231
  "chalk": "^4.1.2",
231
232
  "clipboardy": "^2.3.0",
@@ -253,16 +254,16 @@
253
254
  "@types/json-to-ast": "^2.1.2",
254
255
  "@types/minimist": "^1.2.2",
255
256
  "@types/mocha": "^10.0.1",
256
- "@types/node": "^16.18.14",
257
- "@types/node-forge": "^1.3.1",
257
+ "@types/node": "^16.18.23",
258
+ "@types/node-forge": "^1.3.2",
258
259
  "@types/semver": "^7.3.13",
259
260
  "@types/sinon": "^10.0.13",
260
261
  "@types/update-notifier": "^5.1.0",
261
262
  "@types/uuid": "^9.0.1",
262
- "@typescript-eslint/eslint-plugin": "^5.54.1",
263
- "@typescript-eslint/parser": "^5.54.1",
263
+ "@typescript-eslint/eslint-plugin": "^5.57.0",
264
+ "@typescript-eslint/parser": "^5.57.0",
264
265
  "c8": "^7.13.0",
265
- "eslint": "^8.35.0",
266
+ "eslint": "^8.37.0",
266
267
  "eslint-config-standard": "^17.0.0",
267
268
  "eslint-plugin-cli-microsoft365": "file:eslint-rules",
268
269
  "eslint-plugin-import": "^2.27.5",
@@ -271,7 +272,7 @@
271
272
  "eslint-plugin-promise": "^6.1.1",
272
273
  "mocha": "^10.2.0",
273
274
  "rimraf": "^3.0.2",
274
- "sinon": "^15.0.1",
275
+ "sinon": "^15.0.3",
275
276
  "source-map-support": "^0.5.21"
276
277
  }
277
- }
278
+ }