@types/opentype.js 1.3.6 → 1.3.7

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.
opentype.js/README.md CHANGED
@@ -8,9 +8,8 @@ This package contains type definitions for opentype.js (https://github.com/opent
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/opentype.js.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Mon, 18 Sep 2023 15:35:11 GMT
11
+ * Last updated: Wed, 18 Oct 2023 05:47:08 GMT
12
12
  * Dependencies: none
13
- * Global values: `opentype`
14
13
 
15
14
  # Credits
16
15
  These definitions were written by [Dan Marshall](https://github.com/danmarshall), [Edgar Simson](https://github.com/edzis), [Piotr Błażejewicz](https://github.com/peterblazejewicz), and [Alec Mev](https://github.com/alecmev).
opentype.js/index.d.ts CHANGED
@@ -1,11 +1,3 @@
1
- // Type definitions for opentype.js 1.3
2
- // Project: https://github.com/opentypejs/opentype.js
3
- // Definitions by: Dan Marshall <https://github.com/danmarshall>
4
- // Edgar Simson <https://github.com/edzis>
5
- // Piotr Błażejewicz <https://github.com/peterblazejewicz>
6
- // Alec Mev <https://github.com/alecmev>
7
- // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
8
-
9
1
  /// <reference lib="dom" />
10
2
 
11
3
  export as namespace opentype;
opentype.js/package.json CHANGED
@@ -1,29 +1,29 @@
1
1
  {
2
2
  "name": "@types/opentype.js",
3
- "version": "1.3.6",
3
+ "version": "1.3.7",
4
4
  "description": "TypeScript definitions for opentype.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/opentype.js",
6
6
  "license": "MIT",
7
7
  "contributors": [
8
8
  {
9
9
  "name": "Dan Marshall",
10
- "url": "https://github.com/danmarshall",
11
- "githubUsername": "danmarshall"
10
+ "githubUsername": "danmarshall",
11
+ "url": "https://github.com/danmarshall"
12
12
  },
13
13
  {
14
14
  "name": "Edgar Simson",
15
- "url": "https://github.com/edzis",
16
- "githubUsername": "edzis"
15
+ "githubUsername": "edzis",
16
+ "url": "https://github.com/edzis"
17
17
  },
18
18
  {
19
19
  "name": "Piotr Błażejewicz",
20
- "url": "https://github.com/peterblazejewicz",
21
- "githubUsername": "peterblazejewicz"
20
+ "githubUsername": "peterblazejewicz",
21
+ "url": "https://github.com/peterblazejewicz"
22
22
  },
23
23
  {
24
24
  "name": "Alec Mev",
25
- "url": "https://github.com/alecmev",
26
- "githubUsername": "alecmev"
25
+ "githubUsername": "alecmev",
26
+ "url": "https://github.com/alecmev"
27
27
  }
28
28
  ],
29
29
  "main": "",
@@ -35,6 +35,6 @@
35
35
  },
36
36
  "scripts": {},
37
37
  "dependencies": {},
38
- "typesPublisherContentHash": "1bb9f37316c7059ae82f96342286905339d50cea331f10619227620163756fc1",
38
+ "typesPublisherContentHash": "ce02416beeb0fce8037555024e03fcb3603b1b266ddf409618b023de2dbaedd7",
39
39
  "typeScriptVersion": "4.5"
40
40
  }