@pnp/cli-microsoft365 4.3.0-beta.e06aaff → 4.3.0-beta.e2f87dd
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 +1 -0
- package/README.md +1 -1
- package/dist/appInsights.js +3 -2
- package/dist/m365/aad/commands/app/app-get.js +97 -0
- package/dist/m365/aad/commands/user/user-password-validate.js +42 -0
- package/dist/m365/aad/commands.js +2 -0
- package/dist/m365/cli/commands/cli-doctor.js +2 -0
- package/dist/m365/search/commands/externalconnection/externalconnection-add.js +99 -0
- package/dist/m365/search/commands.js +7 -0
- package/dist/m365/spfx/commands/project/project-upgrade/rules/FN006005_CFG_PS_metadata.js +63 -0
- package/dist/m365/spfx/commands/project/project-upgrade/rules/FN006006_CFG_PS_features.js +60 -0
- package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.14.0-beta.4.js +57 -0
- package/dist/m365/spfx/commands/project/project-upgrade.js +16 -13
- package/dist/m365/spo/commands/web/web-installedlanguage-list.js +48 -0
- package/dist/m365/spo/commands.js +1 -0
- package/dist/request.js +3 -1
- package/docs/docs/cmd/aad/app/app-get.md +48 -0
- package/docs/docs/cmd/aad/user/user-password-validate.md +29 -0
- package/docs/docs/cmd/search/externalconnection/externalconnection-add.md +43 -0
- package/docs/docs/cmd/spo/web/web-installedlanguage-list.md +24 -0
- package/npm-shrinkwrap.json +590 -741
- package/package.json +18 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnp/cli-microsoft365",
|
|
3
|
-
"version": "4.3.0-beta.
|
|
3
|
+
"version": "4.3.0-beta.e2f87dd",
|
|
4
4
|
"description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -122,6 +122,7 @@
|
|
|
122
122
|
"Levert, Sebastien <slevert@outlook.com>",
|
|
123
123
|
"Maillot, Michaël <battosaimykle@gmail.com>",
|
|
124
124
|
"Mastykarz, Waldek <waldek@mastykarz.nl>",
|
|
125
|
+
"McDonnell, Kevin <kevin@mcd79.com>",
|
|
125
126
|
"Menon, Arjun <arjun.umenon@gmail.com>",
|
|
126
127
|
"Moujahid, Abderahman <rags_place@hotmail.com>",
|
|
127
128
|
"Mücklisch, Steve <steve.muecklisch@gmail.com>",
|
|
@@ -142,6 +143,7 @@
|
|
|
142
143
|
"Schot, Albert-Jan <appie@digiwijs.nl>",
|
|
143
144
|
"Schouten, Robert <robert.schouten@wortell.nl>",
|
|
144
145
|
"Schütze, Sebastian <sebastian.schuetze@razorspoint.com>",
|
|
146
|
+
"Shafi, Danish <33339824+builtbydans@users.noreply.github.com>",
|
|
145
147
|
"Shah, Dipen <Dips365@hotmail.com>",
|
|
146
148
|
"Siatka, Piotr <piotr@valointranet.com>",
|
|
147
149
|
"Sinha, Kislay <kislay_sinha@outlook.com>",
|
|
@@ -153,6 +155,7 @@
|
|
|
153
155
|
"Svenson, Mikael <miksvenson@gmail.com>",
|
|
154
156
|
"Tane, Peter <peter.tane@gmail.come>",
|
|
155
157
|
"Tatti, Anoop <anoop@live.co.uk>",
|
|
158
|
+
"Thangavel, Sekar <sekar.thangavel@gmail.com>",
|
|
156
159
|
"Thorild, Fredrik <fredrik.thorild@sogeti.com>",
|
|
157
160
|
"Trinder, Garry <garry.trinder@live.com>",
|
|
158
161
|
"Vaghasia, Siddharth <siddh.vaghasia@gmail.com>",
|
|
@@ -166,12 +169,12 @@
|
|
|
166
169
|
"Wojcik, Adam <adam.wojcik.it@gmail.com>"
|
|
167
170
|
],
|
|
168
171
|
"dependencies": {
|
|
169
|
-
"@azure/msal-node": "^1.
|
|
170
|
-
"adaptive-expressions": "^4.
|
|
172
|
+
"@azure/msal-node": "^1.4.0",
|
|
173
|
+
"adaptive-expressions": "^4.15.0",
|
|
171
174
|
"adaptivecards": "^2.10.0",
|
|
172
175
|
"adaptivecards-templating": "^2.2.0",
|
|
173
176
|
"adm-zip": "^0.5.9",
|
|
174
|
-
"applicationinsights": "^2.
|
|
177
|
+
"applicationinsights": "^2.2.0",
|
|
175
178
|
"axios": "^0.24.0",
|
|
176
179
|
"chalk": "^4.1.2",
|
|
177
180
|
"easy-table": "^1.2.0",
|
|
@@ -185,38 +188,38 @@
|
|
|
185
188
|
"open": "^8.4.0",
|
|
186
189
|
"semver": "^7.3.4",
|
|
187
190
|
"strip-json-comments": "^3.1.1",
|
|
188
|
-
"typescript": "^4.
|
|
191
|
+
"typescript": "^4.5.3",
|
|
189
192
|
"update-notifier": "^5.1.0",
|
|
190
193
|
"uuid": "^8.3.2",
|
|
191
194
|
"xmldom": "^0.6.0"
|
|
192
195
|
},
|
|
193
196
|
"devDependencies": {
|
|
194
|
-
"@microsoft/microsoft-graph-types": "^2.
|
|
197
|
+
"@microsoft/microsoft-graph-types": "^2.10.0",
|
|
195
198
|
"@types/adm-zip": "^0.4.34",
|
|
196
199
|
"@types/inquirer": "^8.1.3",
|
|
197
200
|
"@types/jmespath": "^0.15.0",
|
|
198
201
|
"@types/json-to-ast": "^2.1.2",
|
|
199
202
|
"@types/minimist": "^1.2.2",
|
|
200
203
|
"@types/mocha": "^9.0.0",
|
|
201
|
-
"@types/node": "^
|
|
202
|
-
"@types/node-forge": "^0.10.
|
|
204
|
+
"@types/node": "^16.11.12",
|
|
205
|
+
"@types/node-forge": "^0.10.10",
|
|
203
206
|
"@types/semver": "^7.3.9",
|
|
204
207
|
"@types/sinon": "^10.0.6",
|
|
205
208
|
"@types/update-notifier": "^5.1.0",
|
|
206
|
-
"@types/uuid": "^8.3.
|
|
209
|
+
"@types/uuid": "^8.3.3",
|
|
207
210
|
"@types/xmldom": "^0.1.31",
|
|
208
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
209
|
-
"@typescript-eslint/parser": "^
|
|
211
|
+
"@typescript-eslint/eslint-plugin": "^5.6.0",
|
|
212
|
+
"@typescript-eslint/parser": "^5.6.0",
|
|
210
213
|
"c8": "^7.10.0",
|
|
211
214
|
"coveralls": "^3.1.1",
|
|
212
|
-
"eslint": "^
|
|
215
|
+
"eslint": "^8.4.1",
|
|
213
216
|
"eslint-config-standard": "^16.0.3",
|
|
214
217
|
"eslint-plugin-cli-microsoft365": "file:eslint-rules",
|
|
215
|
-
"eslint-plugin-import": "^2.25.
|
|
218
|
+
"eslint-plugin-import": "^2.25.3",
|
|
216
219
|
"eslint-plugin-node": "^11.1.0",
|
|
217
|
-
"eslint-plugin-promise": "^5.
|
|
220
|
+
"eslint-plugin-promise": "^5.2.0",
|
|
218
221
|
"mocha": "^9.1.3",
|
|
219
222
|
"rimraf": "^3.0.2",
|
|
220
|
-
"sinon": "^
|
|
223
|
+
"sinon": "^12.0.1"
|
|
221
224
|
}
|
|
222
225
|
}
|