@pnp/cli-microsoft365 7.8.1 → 7.9.0-beta.bd3bb30

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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@pnp/cli-microsoft365",
3
- "version": "7.8.1",
3
+ "version": "7.9.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@pnp/cli-microsoft365",
9
- "version": "7.8.1",
9
+ "version": "7.9.0",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@azure/msal-common": "^14.10.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnp/cli-microsoft365",
3
- "version": "7.8.1",
3
+ "version": "7.9.0-beta.bd3bb30",
4
4
  "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/api.js",
@@ -108,6 +108,11 @@
108
108
  "name": "Milan Holemans",
109
109
  "email": "11723921+milanholemans@users.noreply.github.com",
110
110
  "web": "https://github.com/milanholemans"
111
+ },
112
+ {
113
+ "name": "Mathijs Verbeeck",
114
+ "email": "verbeeckmathijs@gmail.com",
115
+ "web": "https://github.com/MathijsVerbeeck"
111
116
  }
112
117
  ],
113
118
  "contributors": [
@@ -302,4 +307,4 @@
302
307
  "sinon": "^17.0.2",
303
308
  "source-map-support": "^0.5.21"
304
309
  }
305
- }
310
+ }