@types/office-js 1.0.252 → 1.0.253

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, 04 May 2022 22:31:37 GMT
11
+ * Last updated: Thu, 05 May 2022 23:31:38 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
@@ -18296,7 +18296,7 @@ declare namespace OfficeExtension {
18296
18296
  * This statement will never contain any potentially-sensitive data and may not match the code exactly as written,
18297
18297
  * but will be a close approximation.
18298
18298
  */
18299
- statements?: string;
18299
+ statement?: string;
18300
18300
  /**
18301
18301
  * The statements that closely precede and follow the statement that caused the error, if available.
18302
18302
  *
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.252",
3
+ "version": "1.0.253",
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": "f763b7c2e39bc3413d2d9edcf908075d89595659e0179bd47858516862405d8a",
48
+ "typesPublisherContentHash": "7b8072c22f9b7ffbd53e6bbfb6765acb966196b3eb07a30249885cd1a47c6d49",
49
49
  "typeScriptVersion": "3.9"
50
50
  }