@mlightcad/data-model 1.2.24 → 1.2.25

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.
@@ -96,8 +96,8 @@ export interface AcDbFontInfo {
96
96
  name: string[];
97
97
  /** Font file name */
98
98
  file: string;
99
- /** Font type (woff or shx) */
100
- type: 'woff' | 'shx';
99
+ /** Font type (mesh or shx) */
100
+ type: 'mesh' | 'shx';
101
101
  /** URL for loading the font */
102
102
  url: string;
103
103
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mlightcad/data-model",
3
- "version": "1.2.24",
3
+ "version": "1.2.25",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "repository": {