@types/opentype.js 1.3.5 → 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/LICENSE +0 -0
- opentype.js/README.md +2 -3
- opentype.js/index.d.ts +1 -6
- opentype.js/package.json +14 -9
opentype.js/LICENSE
CHANGED
|
File without changes
|
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:
|
|
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
|
-
These definitions were written by [Dan Marshall](https://github.com/danmarshall), [Edgar Simson](https://github.com/edzis),
|
|
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,9 +1,4 @@
|
|
|
1
|
-
|
|
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
|
-
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
1
|
+
/// <reference lib="dom" />
|
|
7
2
|
|
|
8
3
|
export as namespace opentype;
|
|
9
4
|
|
opentype.js/package.json
CHANGED
|
@@ -1,24 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/opentype.js",
|
|
3
|
-
"version": "1.3.
|
|
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
|
-
"
|
|
11
|
-
"
|
|
10
|
+
"githubUsername": "danmarshall",
|
|
11
|
+
"url": "https://github.com/danmarshall"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
14
|
"name": "Edgar Simson",
|
|
15
|
-
"
|
|
16
|
-
"
|
|
15
|
+
"githubUsername": "edzis",
|
|
16
|
+
"url": "https://github.com/edzis"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
19
|
"name": "Piotr Błażejewicz",
|
|
20
|
-
"
|
|
21
|
-
"
|
|
20
|
+
"githubUsername": "peterblazejewicz",
|
|
21
|
+
"url": "https://github.com/peterblazejewicz"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"name": "Alec Mev",
|
|
25
|
+
"githubUsername": "alecmev",
|
|
26
|
+
"url": "https://github.com/alecmev"
|
|
22
27
|
}
|
|
23
28
|
],
|
|
24
29
|
"main": "",
|
|
@@ -30,6 +35,6 @@
|
|
|
30
35
|
},
|
|
31
36
|
"scripts": {},
|
|
32
37
|
"dependencies": {},
|
|
33
|
-
"typesPublisherContentHash": "
|
|
34
|
-
"typeScriptVersion": "4.
|
|
38
|
+
"typesPublisherContentHash": "ce02416beeb0fce8037555024e03fcb3603b1b266ddf409618b023de2dbaedd7",
|
|
39
|
+
"typeScriptVersion": "4.5"
|
|
35
40
|
}
|