microsoft-graph 3.11.21 → 3.11.22
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/README.md +0 -11
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,17 +6,6 @@ This is an extensible library that allows access to Microsoft's GraphAPI, includ
|
|
|
6
6
|
|
|
7
7
|
ℹ️ This is a THIRD PARTY library and not associated with Microsoft.
|
|
8
8
|
|
|
9
|
-
## Breaking changes
|
|
10
|
-
Version 2.25.0 has a few breaking changes:
|
|
11
|
-
* **Signature change for `insertWorkbookCells` from `insertWorkbookCells(worksheetRef, address, shift)` to `insertWorkbookCells(rangeRef, shift)`**
|
|
12
|
-
* `graphApi.ts` has moved to `services/operationInvoker.ts`
|
|
13
|
-
* `NumberFormat` renamed to `CellFormat`
|
|
14
|
-
* `Cell.numberFormat` renamed to `Cell.format`
|
|
15
|
-
* `services/numberFormat.ts` moved to `services/cellFormat.ts`
|
|
16
|
-
* Merged a number of files in `models` to reduce import count.
|
|
17
|
-
* Removed return value from `setColumnHidden` and `setRowHidden`
|
|
18
|
-
* `services/listDriveItems` now returns async iterable. Wrap this with `iterateToArray` if an array is actually desired.
|
|
19
|
-
|
|
20
9
|
## TLDR
|
|
21
10
|
Install the NPM package `npm i microsoft-graph`, then:
|
|
22
11
|
|