@types/office-js 1.0.350 → 1.0.351

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
@@ -2,15 +2,14 @@
2
2
  > `npm install --save @types/office-js`
3
3
 
4
4
  # Summary
5
- This package contains type definitions for Office.js (https://github.com/OfficeDev/office-js).
5
+ This package contains type definitions for office-js (https://github.com/OfficeDev/office-js).
6
6
 
7
7
  # Details
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: Wed, 11 Oct 2023 20:35:12 GMT
11
+ * Last updated: Wed, 18 Oct 2023 05:47:08 GMT
12
12
  * Dependencies: none
13
- * Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
14
13
 
15
14
  # Credits
16
15
  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/index.d.ts CHANGED
@@ -1,14 +1,3 @@
1
- // Type definitions for Office.js 1.0
2
- // Project: https://github.com/OfficeDev/office-js
3
- // Definitions by: OfficeDev <https://github.com/OfficeDev>,
4
- // Ricky Kirkham <https://github.com/Rick-Kirkham>,
5
- // Alex Jerabek <https://github.com/AlexJerabek>,
6
- // Elizabeth Samuel <https://github.com/ElizabethSamuel-MSFT>,
7
- // Alison McKay <https://github.com/alison-mk>,
8
- // Sam Ramon <https://github.com/samantharamon>
9
- // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
10
- // TypeScript Version: 2.4
11
-
12
1
  /*
13
2
  office-js
14
3
  Copyright (c) Microsoft Corporation
office-js/package.json CHANGED
@@ -1,39 +1,39 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.350",
4
- "description": "TypeScript definitions for Office.js",
3
+ "version": "1.0.351",
4
+ "description": "TypeScript definitions for office-js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js",
6
6
  "license": "MIT",
7
7
  "contributors": [
8
8
  {
9
9
  "name": "OfficeDev",
10
- "url": "https://github.com/OfficeDev",
11
- "githubUsername": "OfficeDev"
10
+ "githubUsername": "OfficeDev",
11
+ "url": "https://github.com/OfficeDev"
12
12
  },
13
13
  {
14
14
  "name": "Ricky Kirkham",
15
- "url": "https://github.com/Rick-Kirkham",
16
- "githubUsername": "Rick-Kirkham"
15
+ "githubUsername": "Rick-Kirkham",
16
+ "url": "https://github.com/Rick-Kirkham"
17
17
  },
18
18
  {
19
19
  "name": "Alex Jerabek",
20
- "url": "https://github.com/AlexJerabek",
21
- "githubUsername": "AlexJerabek"
20
+ "githubUsername": "AlexJerabek",
21
+ "url": "https://github.com/AlexJerabek"
22
22
  },
23
23
  {
24
24
  "name": "Elizabeth Samuel",
25
- "url": "https://github.com/ElizabethSamuel-MSFT",
26
- "githubUsername": "ElizabethSamuel-MSFT"
25
+ "githubUsername": "ElizabethSamuel-MSFT",
26
+ "url": "https://github.com/ElizabethSamuel-MSFT"
27
27
  },
28
28
  {
29
29
  "name": "Alison McKay",
30
- "url": "https://github.com/alison-mk",
31
- "githubUsername": "alison-mk"
30
+ "githubUsername": "alison-mk",
31
+ "url": "https://github.com/alison-mk"
32
32
  },
33
33
  {
34
34
  "name": "Sam Ramon",
35
- "url": "https://github.com/samantharamon",
36
- "githubUsername": "samantharamon"
35
+ "githubUsername": "samantharamon",
36
+ "url": "https://github.com/samantharamon"
37
37
  }
38
38
  ],
39
39
  "main": "",
@@ -45,6 +45,6 @@
45
45
  },
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
- "typesPublisherContentHash": "d0867fb687bc897d20cd15dbfdbbacb60e9d4351bec5e590424888cfe7a72721",
48
+ "typesPublisherContentHash": "18995246a22f0e1be416e9adebccd26a03cca77ec7e5d05f8b52fba53692d8c9",
49
49
  "typeScriptVersion": "4.5"
50
50
  }