@types/office-js 1.0.225 → 1.0.226

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: Wed, 15 Dec 2021 23:31:09 GMT
11
+ * Last updated: Thu, 16 Dec 2021 21:01:26 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
@@ -334,7 +334,7 @@ declare namespace Office {
334
334
  */
335
335
  const addin: Addin;
336
336
  /**
337
- * Represents the Auth interface
337
+ * Represents the Auth interface.
338
338
  */
339
339
  const auth: Auth;
340
340
  /**
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.225",
3
+ "version": "1.0.226",
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",
@@ -40,6 +40,6 @@
40
40
  },
41
41
  "scripts": {},
42
42
  "dependencies": {},
43
- "typesPublisherContentHash": "fc2d546d6fdfc1fbdfca7d8bd5545d677ef22ab4a4c2e5ec8eb559776342a2f1",
43
+ "typesPublisherContentHash": "115194825c4fec94537cb9b3808ddddb8b9ca4c0d7726dcbdd687faa8f8c3ae9",
44
44
  "typeScriptVersion": "3.8"
45
45
  }