@types/office-js 1.0.344 → 1.0.345

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.
office-js/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for Office.js (https://github.com/OfficeD
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Thu, 21 Sep 2023 17:06:04 GMT
11
+ * Last updated: Tue, 26 Sep 2023 21:05:48 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
14
14
 
office-js/index.d.ts CHANGED
@@ -4224,7 +4224,7 @@ declare namespace Office {
4224
4224
  * </tr>
4225
4225
  * <tr>
4226
4226
  * <td><code>Office.CoercionType.XmlSvg</code></td>
4227
- * <td>- Excel on Windows and on Mac<br>- PowerPoint on Windows, on Mac, and on the web<br>- Word on Windows and on Mac</td>
4227
+ * <td>- Excel on Windows and on Mac<br>- PowerPoint on Windows, on Mac, and on the web</td>
4228
4228
  * </tr>
4229
4229
  * </table>
4230
4230
  *
@@ -4316,7 +4316,7 @@ declare namespace Office {
4316
4316
  * </tr>
4317
4317
  * <tr>
4318
4318
  * <td><code>Office.CoercionType.XmlSvg</code></td>
4319
- * <td>- Excel on Windows and on Mac<br>- PowerPoint on Windows, on Mac, and on the web<br>- Word on Windows and on Mac</td>
4319
+ * <td>- Excel on Windows and on Mac<br>- PowerPoint on Windows, on Mac, and on the web</td>
4320
4320
  * </tr>
4321
4321
  * </table>
4322
4322
  *
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.344",
3
+ "version": "1.0.345",
4
4
  "description": "TypeScript definitions for Office.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js",
6
6
  "license": "MIT",
@@ -45,6 +45,6 @@
45
45
  },
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
- "typesPublisherContentHash": "055a09572f139d8a998230f434199e064c3634e667f20afc169480fce41cdd2a",
48
+ "typesPublisherContentHash": "55085473e1c7c69cb0ae52e9987149d09be8b4536c66a4b90bccdb7756052db1",
49
49
  "typeScriptVersion": "4.5"
50
50
  }