@pnp/cli-microsoft365 6.9.0-beta.d8f63d2 → 6.9.0-beta.ef7c408
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/.devcontainer/Dockerfile +12 -19
- package/.devcontainer/devcontainer.json +24 -17
- package/Dockerfile +3 -1
- package/dist/Auth.js +2 -8
- package/dist/AuthServer.js +2 -4
- package/dist/m365/aad/commands/sp/sp-list.js +78 -0
- package/dist/m365/aad/commands.js +1 -0
- package/dist/m365/app/commands/app-open.js +4 -14
- package/dist/m365/cli/commands/cli-issue.js +4 -10
- package/dist/m365/cli/commands/cli-reconsent.js +2 -8
- package/dist/m365/commands/docs.js +2 -8
- package/dist/m365/commands/setupPresets.js +2 -0
- package/dist/m365/flow/commands/flow-list.js +30 -12
- package/dist/m365/pp/commands/managementapp/managementapp-add.js +19 -20
- package/dist/m365/spo/commands/list/list-add.js +1 -1
- package/dist/utils/browserUtil.js +23 -0
- package/docs/docs/cmd/aad/sp/sp-list.mdx +162 -0
- package/docs/docs/cmd/flow/flow-list.mdx +15 -0
- package/docs/docs/cmd/setup.mdx +2 -0
- package/npm-shrinkwrap.json +299 -272
- package/package.json +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnp/cli-microsoft365",
|
|
3
|
-
"version": "6.9.0-beta.
|
|
3
|
+
"version": "6.9.0-beta.ef7c408",
|
|
4
4
|
"description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/api.js",
|
|
@@ -227,16 +227,16 @@
|
|
|
227
227
|
],
|
|
228
228
|
"dependencies": {
|
|
229
229
|
"@azure/msal-node": "^1.17.2",
|
|
230
|
-
"@xmldom/xmldom": "^0.8.
|
|
231
|
-
"adaptive-expressions": "^4.
|
|
232
|
-
"adaptivecards": "^2.11.
|
|
230
|
+
"@xmldom/xmldom": "^0.8.8",
|
|
231
|
+
"adaptive-expressions": "^4.20.0",
|
|
232
|
+
"adaptivecards": "^2.11.3",
|
|
233
233
|
"adaptivecards-templating": "^2.3.1",
|
|
234
234
|
"adm-zip": "^0.5.10",
|
|
235
|
-
"applicationinsights": "^2.
|
|
235
|
+
"applicationinsights": "^2.7.0",
|
|
236
236
|
"axios": "^0.27.2",
|
|
237
237
|
"chalk": "^4.1.2",
|
|
238
238
|
"clipboardy": "^2.3.0",
|
|
239
|
-
"csv-stringify": "^6.
|
|
239
|
+
"csv-stringify": "^6.4.0",
|
|
240
240
|
"easy-table": "^1.2.0",
|
|
241
241
|
"inquirer": "^8.2.5",
|
|
242
242
|
"jmespath": "^0.16.0",
|
|
@@ -246,31 +246,31 @@
|
|
|
246
246
|
"omelette": "^0.4.17",
|
|
247
247
|
"open": "^8.4.2",
|
|
248
248
|
"ora": "^5.4.1",
|
|
249
|
-
"semver": "^7.5.
|
|
249
|
+
"semver": "^7.5.1",
|
|
250
250
|
"strip-json-comments": "^3.1.1",
|
|
251
251
|
"typescript": "^4.9.5",
|
|
252
252
|
"update-notifier": "^5.1.0",
|
|
253
253
|
"uuid": "^9.0.0"
|
|
254
254
|
},
|
|
255
255
|
"devDependencies": {
|
|
256
|
-
"@microsoft/microsoft-graph-types": "^2.
|
|
256
|
+
"@microsoft/microsoft-graph-types": "^2.33.0",
|
|
257
257
|
"@types/adm-zip": "^0.5.0",
|
|
258
258
|
"@types/inquirer": "^8.2.1",
|
|
259
259
|
"@types/jmespath": "^0.15.0",
|
|
260
260
|
"@types/json-to-ast": "^2.1.2",
|
|
261
261
|
"@types/minimist": "^1.2.2",
|
|
262
262
|
"@types/mocha": "^10.0.1",
|
|
263
|
-
"@types/node": "^16.
|
|
263
|
+
"@types/node": "^18.16.16",
|
|
264
264
|
"@types/node-forge": "^1.3.2",
|
|
265
|
-
"@types/semver": "^7.
|
|
266
|
-
"@types/sinon": "^10.0.
|
|
265
|
+
"@types/semver": "^7.5.0",
|
|
266
|
+
"@types/sinon": "^10.0.15",
|
|
267
267
|
"@types/update-notifier": "^5.1.0",
|
|
268
268
|
"@types/uuid": "^9.0.1",
|
|
269
|
-
"@typescript-eslint/eslint-plugin": "^5.59.
|
|
270
|
-
"@typescript-eslint/parser": "^5.59.
|
|
271
|
-
"c8": "^7.
|
|
272
|
-
"eslint": "^8.
|
|
273
|
-
"eslint-config-standard": "^17.
|
|
269
|
+
"@typescript-eslint/eslint-plugin": "^5.59.9",
|
|
270
|
+
"@typescript-eslint/parser": "^5.59.9",
|
|
271
|
+
"c8": "^7.14.0",
|
|
272
|
+
"eslint": "^8.42.0",
|
|
273
|
+
"eslint-config-standard": "^17.1.0",
|
|
274
274
|
"eslint-plugin-cli-microsoft365": "file:eslint-rules",
|
|
275
275
|
"eslint-plugin-import": "^2.27.5",
|
|
276
276
|
"eslint-plugin-mocha": "^10.1.0",
|
|
@@ -278,7 +278,7 @@
|
|
|
278
278
|
"eslint-plugin-promise": "^6.1.1",
|
|
279
279
|
"mocha": "^10.2.0",
|
|
280
280
|
"rimraf": "^3.0.2",
|
|
281
|
-
"sinon": "^15.0
|
|
281
|
+
"sinon": "^15.1.0",
|
|
282
282
|
"source-map-support": "^0.5.21"
|
|
283
283
|
}
|
|
284
284
|
}
|