@pnp/cli-microsoft365 6.5.0-beta.f8b8018 → 6.6.0-beta.f3b4299
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.js +2 -0
- package/dist/Command.js +17 -7
- package/dist/cli/Cli.js +15 -11
- package/dist/m365/cli/commands/config/config-set.js +1 -0
- package/dist/m365/commands/request.js +18 -1
- package/dist/m365/pa/commands/app/app-export.js +197 -0
- package/dist/m365/pa/commands.js +1 -0
- package/dist/m365/purview/commands/threatassessment/threatassessment-get.js +79 -0
- package/dist/m365/purview/commands.js +2 -1
- package/dist/m365/spfx/commands/project/project-doctor/doctor-1.17.0.js +23 -0
- package/dist/m365/spfx/commands/project/project-doctor.js +2 -1
- package/dist/m365/spfx/commands/project/project-upgrade/{upgrade-1.17.0-rc.1.js → upgrade-1.17.0.js} +26 -26
- package/dist/m365/spfx/commands/project/project-upgrade.js +13 -15
- package/dist/m365/spfx/commands/spfx-doctor.js +15 -0
- package/dist/m365/spo/commands/file/file-move.js +1 -1
- package/dist/m365/spo/commands/file/file-retentionlabel-ensure.js +22 -1
- package/dist/m365/spo/commands/listitem/listitem-get.js +21 -6
- package/dist/m365/spo/commands/listitem/listitem-retentionlabel-ensure.js +35 -1
- package/dist/m365/spo/commands/web/web-set.js +33 -13
- package/dist/settingsNames.js +2 -1
- package/docs/docs/_clisettings.md +1 -0
- package/docs/docs/cmd/aad/o365group/o365group-add.md +3 -3
- package/docs/docs/cmd/pa/app/app-export.md +52 -0
- package/docs/docs/cmd/purview/threatassessment/threatassessment-get.md +191 -0
- package/docs/docs/cmd/request.md +10 -4
- package/docs/docs/cmd/spfx/project/project-upgrade.md +2 -2
- package/docs/docs/cmd/spo/file/file-retentionlabel-ensure.md +12 -1
- package/docs/docs/cmd/spo/listitem/listitem-get.md +14 -5
- package/docs/docs/cmd/spo/listitem/listitem-retentionlabel-ensure.md +15 -2
- package/npm-shrinkwrap.json +460 -273
- package/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnp/cli-microsoft365",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.6.0-beta.f3b4299",
|
|
4
4
|
"description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/api.js",
|
|
@@ -220,13 +220,13 @@
|
|
|
220
220
|
"Wojcik, Adam <adam.wojcik.it@gmail.com>"
|
|
221
221
|
],
|
|
222
222
|
"dependencies": {
|
|
223
|
-
"@azure/msal-node": "^1.
|
|
224
|
-
"@xmldom/xmldom": "^0.8.
|
|
225
|
-
"adaptive-expressions": "^4.19.
|
|
223
|
+
"@azure/msal-node": "^1.16.0",
|
|
224
|
+
"@xmldom/xmldom": "^0.8.7",
|
|
225
|
+
"adaptive-expressions": "^4.19.3",
|
|
226
226
|
"adaptivecards": "^2.11.2",
|
|
227
227
|
"adaptivecards-templating": "^2.3.1",
|
|
228
228
|
"adm-zip": "^0.5.10",
|
|
229
|
-
"applicationinsights": "^2.5.
|
|
229
|
+
"applicationinsights": "^2.5.1",
|
|
230
230
|
"axios": "^0.27.2",
|
|
231
231
|
"chalk": "^4.1.2",
|
|
232
232
|
"clipboardy": "^2.3.0",
|
|
@@ -254,16 +254,16 @@
|
|
|
254
254
|
"@types/json-to-ast": "^2.1.2",
|
|
255
255
|
"@types/minimist": "^1.2.2",
|
|
256
256
|
"@types/mocha": "^10.0.1",
|
|
257
|
-
"@types/node": "^16.18.
|
|
258
|
-
"@types/node-forge": "^1.3.
|
|
257
|
+
"@types/node": "^16.18.23",
|
|
258
|
+
"@types/node-forge": "^1.3.2",
|
|
259
259
|
"@types/semver": "^7.3.13",
|
|
260
260
|
"@types/sinon": "^10.0.13",
|
|
261
261
|
"@types/update-notifier": "^5.1.0",
|
|
262
262
|
"@types/uuid": "^9.0.1",
|
|
263
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
264
|
-
"@typescript-eslint/parser": "^5.
|
|
263
|
+
"@typescript-eslint/eslint-plugin": "^5.57.0",
|
|
264
|
+
"@typescript-eslint/parser": "^5.57.0",
|
|
265
265
|
"c8": "^7.13.0",
|
|
266
|
-
"eslint": "^8.
|
|
266
|
+
"eslint": "^8.37.0",
|
|
267
267
|
"eslint-config-standard": "^17.0.0",
|
|
268
268
|
"eslint-plugin-cli-microsoft365": "file:eslint-rules",
|
|
269
269
|
"eslint-plugin-import": "^2.27.5",
|
|
@@ -272,7 +272,7 @@
|
|
|
272
272
|
"eslint-plugin-promise": "^6.1.1",
|
|
273
273
|
"mocha": "^10.2.0",
|
|
274
274
|
"rimraf": "^3.0.2",
|
|
275
|
-
"sinon": "^15.0.
|
|
275
|
+
"sinon": "^15.0.3",
|
|
276
276
|
"source-map-support": "^0.5.21"
|
|
277
277
|
}
|
|
278
278
|
}
|