@types/office-js 1.0.541 → 1.0.542

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: Tue, 30 Sep 2025 16:02:22 GMT
11
+ * Last updated: Fri, 03 Oct 2025 16:02:19 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -91801,7 +91801,7 @@ declare namespace Word {
91801
91801
  */
91802
91802
  readonly fields: Word.FieldCollection;
91803
91803
  /**
91804
- * Gets the text format of the body. Use this to get and set font name, size, color and other properties.
91804
+ * Gets the text format of the body. Use this to get and set font name, size, color, and other properties.
91805
91805
  *
91806
91806
  * @remarks
91807
91807
  * [Api set: WordApi 1.1]
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.541",
3
+ "version": "1.0.542",
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",
@@ -46,6 +46,6 @@
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
48
  "peerDependencies": {},
49
- "typesPublisherContentHash": "8ad5953bbcbb50ad88f2b2d9662241303c8080ed59c6ac1c4ba85333d753093b",
49
+ "typesPublisherContentHash": "c6a72ef9b54117b49919b9900b5b7f36752500b36416509de7d0b97c31959453",
50
50
  "typeScriptVersion": "5.2"
51
51
  }