@types/office-js 1.0.539 → 1.0.540

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: Mon, 22 Sep 2025 23:32:14 GMT
11
+ * Last updated: Wed, 24 Sep 2025 21:02:30 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -132128,7 +132128,7 @@ declare namespace PowerPoint {
132128
132128
  */
132129
132129
  text?: string;
132130
132130
  /**
132131
- * Specifies the contents of the table cell as an array of {@link TextRun} objects.
132131
+ * Specifies the contents of the table cell as an array of {@link PowerPoint.TextRun} objects.
132132
132132
  Each `TextRun` object represents a sequence of one or more characters that share the same font attributes.
132133
132133
  *
132134
132134
  * @remarks
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.539",
3
+ "version": "1.0.540",
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": "6825bc39e8779db025ef6ccd18cf53d6cd133f14c8ab1027776711aa154df05a",
49
+ "typesPublisherContentHash": "02d198080296d9500282a1cafcf35a27aa27eb76e334123194102062f2347018",
50
50
  "typeScriptVersion": "5.2"
51
51
  }