@types/office-js 1.0.506 → 1.0.507

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, 02 Jun 2025 15:36:26 GMT
11
+ * Last updated: Tue, 03 Jun 2025 15:37:04 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -130088,7 +130088,7 @@ declare namespace PowerPoint {
130088
130088
  /**
130089
130089
  * If provided, specifies properties for each cell in the table.
130090
130090
 
130091
- This should be an 2D array with the same number of rows and columns as the table.
130091
+ This should be a 2D array with the same number of rows and columns as the table.
130092
130092
  If a cell doesn't require specific formatting, specify an empty object for that cell.
130093
130093
  Only the top left cell of a merged are can have properties specified, which will be applied
130094
130094
  to the entire merged area. For the other cells in the merged area, an empty object should be provided.
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.506",
3
+ "version": "1.0.507",
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": "946c1afc7ad7cf3b9ea3306001c58d801323e817e39e99f521672a79a3cb5f2b",
49
+ "typesPublisherContentHash": "31dca689aebfb52b589e60642d4aa2f16c54007d71a119bf9b10fdb89ecad454",
50
50
  "typeScriptVersion": "5.1"
51
51
  }