@pnp/cli-microsoft365 5.0.0-beta.6d4dbfb → 5.0.0-beta.6e613c5
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/devcontainer.json +12 -9
- package/.eslintrc.js +1 -0
- package/.mocharc.json +9 -0
- package/README.md +2 -2
- package/dist/Command.js +1 -1
- package/dist/api.d.ts +11 -0
- package/dist/api.js +17 -0
- package/dist/cli/Cli.js +19 -4
- package/dist/m365/aad/commands/app/app-add.js +43 -7
- package/dist/m365/aad/commands/app/app-delete.js +123 -0
- package/dist/m365/aad/commands/app/app-get.js +56 -11
- package/dist/m365/aad/commands/app/app-set.js +98 -3
- package/dist/m365/aad/commands/group/group-list.js +14 -1
- package/dist/m365/aad/commands/o365group/o365group-conversation-list.js +41 -0
- package/dist/m365/aad/commands.js +2 -0
- package/dist/m365/outlook/commands/room/room-list.js +43 -0
- package/dist/m365/outlook/commands/roomlist/roomlist-list.js +25 -0
- package/dist/m365/outlook/commands.js +2 -0
- package/dist/m365/planner/commands/task/task-get.js +1 -1
- package/dist/m365/planner/commands/task/task-list.js +37 -7
- package/dist/m365/spfx/commands/project/project-upgrade/{upgrade-1.14.0-beta.5.js → upgrade-1.14.0-rc.2.js} +25 -25
- package/dist/m365/spfx/commands/project/project-upgrade.js +1 -1
- package/dist/m365/spo/commands/group/group-user-add.js +15 -8
- package/dist/m365/teams/commands/app/app-install.js +75 -21
- package/dist/m365/teams/commands/channel/channel-get.js +29 -7
- package/dist/m365/teams/commands/chat/chat-message-send.js +225 -0
- package/dist/m365/teams/commands.js +1 -0
- package/docs/docs/cmd/aad/app/app-delete.md +51 -0
- package/docs/docs/cmd/aad/app/app-get.md +12 -1
- package/docs/docs/cmd/aad/app/app-set.md +21 -0
- package/docs/docs/cmd/aad/group/group-list.md +9 -0
- package/docs/docs/cmd/aad/o365group/o365group-conversation-list.md +24 -0
- package/docs/docs/cmd/outlook/room/room-list.md +30 -0
- package/docs/docs/cmd/outlook/roomlist/roomlist-list.md +21 -0
- package/docs/docs/cmd/planner/task/task-get.md +5 -0
- package/docs/docs/cmd/planner/task/task-list.md +5 -0
- package/docs/docs/cmd/search/externalconnection/externalconnection-add.md +3 -3
- package/docs/docs/cmd/spo/group/group-user-add.md +4 -0
- package/docs/docs/cmd/teams/app/app-install.md +22 -4
- package/docs/docs/cmd/teams/channel/channel-get.md +10 -1
- package/docs/docs/cmd/teams/chat/chat-message-send.md +55 -0
- package/npm-shrinkwrap.json +36 -3
- package/package.json +8 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -65,7 +65,8 @@
|
|
|
65
65
|
"eslint-plugin-promise": "^6.0.0",
|
|
66
66
|
"mocha": "^9.2.0",
|
|
67
67
|
"rimraf": "^3.0.2",
|
|
68
|
-
"sinon": "^13.0.1"
|
|
68
|
+
"sinon": "^13.0.1",
|
|
69
|
+
"source-map-support": "^0.5.21"
|
|
69
70
|
}
|
|
70
71
|
},
|
|
71
72
|
"eslint-rules": {
|
|
@@ -1453,6 +1454,12 @@
|
|
|
1453
1454
|
"resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz",
|
|
1454
1455
|
"integrity": "sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk="
|
|
1455
1456
|
},
|
|
1457
|
+
"node_modules/buffer-from": {
|
|
1458
|
+
"version": "1.1.2",
|
|
1459
|
+
"resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
|
|
1460
|
+
"integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
|
|
1461
|
+
"dev": true
|
|
1462
|
+
},
|
|
1456
1463
|
"node_modules/c8": {
|
|
1457
1464
|
"version": "7.11.0",
|
|
1458
1465
|
"resolved": "https://registry.npmjs.org/c8/-/c8-7.11.0.tgz",
|
|
@@ -5389,11 +5396,21 @@
|
|
|
5389
5396
|
"version": "0.6.1",
|
|
5390
5397
|
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
|
5391
5398
|
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
|
|
5392
|
-
"
|
|
5399
|
+
"devOptional": true,
|
|
5393
5400
|
"engines": {
|
|
5394
5401
|
"node": ">=0.10.0"
|
|
5395
5402
|
}
|
|
5396
5403
|
},
|
|
5404
|
+
"node_modules/source-map-support": {
|
|
5405
|
+
"version": "0.5.21",
|
|
5406
|
+
"resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
|
|
5407
|
+
"integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
|
|
5408
|
+
"dev": true,
|
|
5409
|
+
"dependencies": {
|
|
5410
|
+
"buffer-from": "^1.0.0",
|
|
5411
|
+
"source-map": "^0.6.0"
|
|
5412
|
+
}
|
|
5413
|
+
},
|
|
5397
5414
|
"node_modules/sprintf-js": {
|
|
5398
5415
|
"version": "1.0.3",
|
|
5399
5416
|
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
|
|
@@ -7258,6 +7275,12 @@
|
|
|
7258
7275
|
"resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz",
|
|
7259
7276
|
"integrity": "sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk="
|
|
7260
7277
|
},
|
|
7278
|
+
"buffer-from": {
|
|
7279
|
+
"version": "1.1.2",
|
|
7280
|
+
"resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
|
|
7281
|
+
"integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
|
|
7282
|
+
"dev": true
|
|
7283
|
+
},
|
|
7261
7284
|
"c8": {
|
|
7262
7285
|
"version": "7.11.0",
|
|
7263
7286
|
"resolved": "https://registry.npmjs.org/c8/-/c8-7.11.0.tgz",
|
|
@@ -10238,7 +10261,17 @@
|
|
|
10238
10261
|
"version": "0.6.1",
|
|
10239
10262
|
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
|
10240
10263
|
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
|
|
10241
|
-
"
|
|
10264
|
+
"devOptional": true
|
|
10265
|
+
},
|
|
10266
|
+
"source-map-support": {
|
|
10267
|
+
"version": "0.5.21",
|
|
10268
|
+
"resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
|
|
10269
|
+
"integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
|
|
10270
|
+
"dev": true,
|
|
10271
|
+
"requires": {
|
|
10272
|
+
"buffer-from": "^1.0.0",
|
|
10273
|
+
"source-map": "^0.6.0"
|
|
10274
|
+
}
|
|
10242
10275
|
},
|
|
10243
10276
|
"sprintf-js": {
|
|
10244
10277
|
"version": "1.0.3",
|
package/package.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnp/cli-microsoft365",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.6e613c5",
|
|
4
4
|
"description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"main": "./dist/
|
|
6
|
+
"main": "./dist/api.js",
|
|
7
|
+
"typings": "./dist/api.d.ts",
|
|
7
8
|
"bin": {
|
|
8
9
|
"m365": "./dist/index.js",
|
|
9
10
|
"m365_comp": "./dist/autocomplete.js",
|
|
@@ -84,7 +85,9 @@
|
|
|
84
85
|
],
|
|
85
86
|
"contributors": [
|
|
86
87
|
"Ågren, Simon <simon.agren@sogeti.com>",
|
|
88
|
+
"Akash Karda <akashkarda@gmail.com>",
|
|
87
89
|
"Albany, Bruce <bruce.albany@gmail.com>",
|
|
90
|
+
"Auckloo, Reshmee <reshmee011@gmail.com>",
|
|
88
91
|
"Balasubramaniam, Jayakumar <jayakumar@live.in>",
|
|
89
92
|
"Bauer, Stefan <stefan.bauer@n8d.at>",
|
|
90
93
|
"Bernier, Hugo <hugoabernier@live.ca>",
|
|
@@ -135,6 +138,7 @@
|
|
|
135
138
|
"Patil, Atharva <atharvapatil19202@gmail.com>",
|
|
136
139
|
"Plenevaux, Yannick <yannick.plenevaux@gmail.com>",
|
|
137
140
|
"Powney, Mark <powney.mark@outlook.com>",
|
|
141
|
+
"pramod74 <pramod.lumb@gmail.com>",
|
|
138
142
|
"Priem, Mark <mark.priem@outlook.com>",
|
|
139
143
|
"Raju, Arnie <arnie.raju@thesolutioncollective.com.au>",
|
|
140
144
|
"Ramalho, David <dramalho@storm.ie>",
|
|
@@ -224,6 +228,7 @@
|
|
|
224
228
|
"eslint-plugin-promise": "^6.0.0",
|
|
225
229
|
"mocha": "^9.2.0",
|
|
226
230
|
"rimraf": "^3.0.2",
|
|
227
|
-
"sinon": "^13.0.1"
|
|
231
|
+
"sinon": "^13.0.1",
|
|
232
|
+
"source-map-support": "^0.5.21"
|
|
228
233
|
}
|
|
229
234
|
}
|