@types/office-js 1.0.383 → 1.0.384
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 +1 -1
- office-js/index.d.ts +2 -2
- office-js/package.json +2 -2
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:
|
|
11
|
+
* Last updated: Wed, 24 Apr 2024 17:35:35 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js/index.d.ts
CHANGED
|
@@ -5547,7 +5547,7 @@ declare namespace Office {
|
|
|
5547
5547
|
* </tr>
|
|
5548
5548
|
* <tr>
|
|
5549
5549
|
* <td><code>Office.CoercionType.XmlSvg</code></td>
|
|
5550
|
-
* <td>- Excel on Windows and on Mac
|
|
5550
|
+
* <td>- Excel on Windows and on Mac</td>
|
|
5551
5551
|
* </tr>
|
|
5552
5552
|
* </table>
|
|
5553
5553
|
*
|
|
@@ -5639,7 +5639,7 @@ declare namespace Office {
|
|
|
5639
5639
|
* </tr>
|
|
5640
5640
|
* <tr>
|
|
5641
5641
|
* <td><code>Office.CoercionType.XmlSvg</code></td>
|
|
5642
|
-
* <td>- Excel on Windows and on Mac
|
|
5642
|
+
* <td>- Excel on Windows and on Mac</td>
|
|
5643
5643
|
* </tr>
|
|
5644
5644
|
* </table>
|
|
5645
5645
|
*
|
office-js/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/office-js",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.384",
|
|
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": "
|
|
48
|
+
"typesPublisherContentHash": "fbae497a2173ea393c4001890dc36d93dd919075446fc7f5cc92240635a0f6bb",
|
|
49
49
|
"typeScriptVersion": "4.7"
|
|
50
50
|
}
|