@types/office-runtime 1.0.33 → 1.0.34

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-runtime/LICENSE CHANGED
File without changes
office-runtime/README.md CHANGED
@@ -8,9 +8,8 @@ This package contains type definitions for office-runtime (https://github.com/Of
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-runtime.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Mon, 19 Jun 2023 15:02:36 GMT
11
+ * Last updated: Wed, 18 Oct 2023 05:47:08 GMT
12
12
  * Dependencies: none
13
- * Global values: `OfficeRuntime`
14
13
 
15
14
  # Credits
16
15
  These definitions were written by [OfficeDev](https://github.com/OfficeDev), [David Chesnut](https://github.com/davidchesnut), [Alex Jerabek](https://github.com/AlexJerabek), [Ricky Kirkham](https://github.com/rick-kirkham), and [Alison McKay](https://github.com/alison-mk).
office-runtime/index.d.ts CHANGED
@@ -1,13 +1,3 @@
1
- // Type definitions for non-npm package office-runtime 1.0
2
- // Project: https://github.com/OfficeDev/office-js
3
- // Definitions by: OfficeDev <https://github.com/OfficeDev>,
4
- // David Chesnut <https://github.com/davidchesnut>,
5
- // Alex Jerabek <https://github.com/AlexJerabek>,
6
- // Ricky Kirkham <https://github.com/rick-kirkham>,
7
- // Alison McKay <https://github.com/alison-mk>
8
- // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
9
- // Typescript Version: 2.4
10
-
11
1
  /*
12
2
  office-runtime
13
3
  Copyright (c) Microsoft Corporation
@@ -1,34 +1,34 @@
1
1
  {
2
2
  "name": "@types/office-runtime",
3
- "version": "1.0.33",
3
+ "version": "1.0.34",
4
4
  "description": "TypeScript definitions for office-runtime",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-runtime",
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": "David Chesnut",
15
- "url": "https://github.com/davidchesnut",
16
- "githubUsername": "davidchesnut"
15
+ "githubUsername": "davidchesnut",
16
+ "url": "https://github.com/davidchesnut"
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": "Ricky Kirkham",
25
- "url": "https://github.com/rick-kirkham",
26
- "githubUsername": "rick-kirkham"
25
+ "githubUsername": "rick-kirkham",
26
+ "url": "https://github.com/rick-kirkham"
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
  "main": "",
@@ -40,6 +40,7 @@
40
40
  },
41
41
  "scripts": {},
42
42
  "dependencies": {},
43
- "typesPublisherContentHash": "21afac1d0643f560c4efc9ee2b2d9cffa39190a30b32ec68b45a4f839b205781",
44
- "typeScriptVersion": "4.3"
43
+ "typesPublisherContentHash": "3d1622f2ce7d40e370f80040d81a21753e55d5083295f58fe3ef06699821c741",
44
+ "typeScriptVersion": "4.5",
45
+ "nonNpm": true
45
46
  }