@types/opentype.js 1.3.8 → 1.3.9

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,7 +8,7 @@ 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: Tue, 07 Nov 2023 09:09:39 GMT
11
+ * Last updated: Fri, 23 Jan 2026 20:38:55 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
opentype.js/index.d.ts CHANGED
@@ -167,6 +167,7 @@ export class Glyph {
167
167
  name: string | null;
168
168
  unicode?: number | undefined;
169
169
  unicodes: number[];
170
+ numberOfContours?: number | undefined;
170
171
  xMin?: number | undefined;
171
172
  xMax?: number | undefined;
172
173
  yMin?: number | undefined;
opentype.js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/opentype.js",
3
- "version": "1.3.8",
3
+ "version": "1.3.9",
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",
@@ -35,6 +35,7 @@
35
35
  },
36
36
  "scripts": {},
37
37
  "dependencies": {},
38
- "typesPublisherContentHash": "162d406d9866ab8e8fa317dbba7bb93c138d193c96a70a12958729f64fd312e0",
39
- "typeScriptVersion": "4.5"
38
+ "peerDependencies": {},
39
+ "typesPublisherContentHash": "68e514f63ceffac59518dbc1642d6804fb4153f1bb6227b5be4d22c966656800",
40
+ "typeScriptVersion": "5.2"
40
41
  }