@types/opentype.js 1.3.5 → 1.3.6
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 -2
- opentype.js/index.d.ts +3 -0
- opentype.js/package.json +8 -3
opentype.js/LICENSE
CHANGED
|
File without changes
|
opentype.js/README.md
CHANGED
|
@@ -8,9 +8,9 @@ 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: Mon, 18 Sep 2023 15:35:11 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `opentype`
|
|
14
14
|
|
|
15
15
|
# Credits
|
|
16
|
-
These definitions were written by [Dan Marshall](https://github.com/danmarshall), [Edgar Simson](https://github.com/edzis),
|
|
16
|
+
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
|
@@ -3,8 +3,11 @@
|
|
|
3
3
|
// Definitions by: Dan Marshall <https://github.com/danmarshall>
|
|
4
4
|
// Edgar Simson <https://github.com/edzis>
|
|
5
5
|
// Piotr Błażejewicz <https://github.com/peterblazejewicz>
|
|
6
|
+
// Alec Mev <https://github.com/alecmev>
|
|
6
7
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
7
8
|
|
|
9
|
+
/// <reference lib="dom" />
|
|
10
|
+
|
|
8
11
|
export as namespace opentype;
|
|
9
12
|
|
|
10
13
|
/******************************************
|
opentype.js/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/opentype.js",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.6",
|
|
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",
|
|
@@ -19,6 +19,11 @@
|
|
|
19
19
|
"name": "Piotr Błażejewicz",
|
|
20
20
|
"url": "https://github.com/peterblazejewicz",
|
|
21
21
|
"githubUsername": "peterblazejewicz"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"name": "Alec Mev",
|
|
25
|
+
"url": "https://github.com/alecmev",
|
|
26
|
+
"githubUsername": "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": "1bb9f37316c7059ae82f96342286905339d50cea331f10619227620163756fc1",
|
|
39
|
+
"typeScriptVersion": "4.5"
|
|
35
40
|
}
|