@types/office-js-preview 1.0.281 → 1.0.282
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-preview/README.md
CHANGED
|
@@ -8,9 +8,9 @@ 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-preview.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Fri, 28 Jan 2022 00:31:28 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
|
|
14
14
|
|
|
15
15
|
# Credits
|
|
16
|
-
These definitions were written by [OfficeDev](https://github.com/OfficeDev), [Ricky Kirkham](https://github.com/Rick-Kirkham), [Alex Jerabek](https://github.com/AlexJerabek), [Elizabeth Samuel](https://github.com/ElizabethSamuel-MSFT),
|
|
16
|
+
These definitions were written by [OfficeDev](https://github.com/OfficeDev), [Ricky Kirkham](https://github.com/Rick-Kirkham), [Alex Jerabek](https://github.com/AlexJerabek), [Elizabeth Samuel](https://github.com/ElizabethSamuel-MSFT), [Alison McKay](https://github.com/alison-mk), and [Sam Ramon](https://github.com/samantharamon).
|
office-js-preview/index.d.ts
CHANGED
|
@@ -4,7 +4,8 @@
|
|
|
4
4
|
// Ricky Kirkham <https://github.com/Rick-Kirkham>,
|
|
5
5
|
// Alex Jerabek <https://github.com/AlexJerabek>,
|
|
6
6
|
// Elizabeth Samuel <https://github.com/ElizabethSamuel-MSFT>,
|
|
7
|
-
// Alison McKay <https://github.com/alison-mk
|
|
7
|
+
// Alison McKay <https://github.com/alison-mk>,
|
|
8
|
+
// Sam Ramon <https://github.com/samantharamon>
|
|
8
9
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
9
10
|
// TypeScript Version: 2.4
|
|
10
11
|
|
office-js-preview/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/office-js-preview",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.282",
|
|
4
4
|
"description": "TypeScript definitions for Office.js",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview",
|
|
6
6
|
"license": "MIT",
|
|
@@ -29,6 +29,11 @@
|
|
|
29
29
|
"name": "Alison McKay",
|
|
30
30
|
"url": "https://github.com/alison-mk",
|
|
31
31
|
"githubUsername": "alison-mk"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "Sam Ramon",
|
|
35
|
+
"url": "https://github.com/samantharamon",
|
|
36
|
+
"githubUsername": "samantharamon"
|
|
32
37
|
}
|
|
33
38
|
],
|
|
34
39
|
"main": "",
|
|
@@ -40,6 +45,6 @@
|
|
|
40
45
|
},
|
|
41
46
|
"scripts": {},
|
|
42
47
|
"dependencies": {},
|
|
43
|
-
"typesPublisherContentHash": "
|
|
48
|
+
"typesPublisherContentHash": "df5cbca664f8884b236cdd7756b709b91b666cd3f507fc9c19c2c5e82822b3ad",
|
|
44
49
|
"typeScriptVersion": "3.8"
|
|
45
50
|
}
|