@mlightcad/mtext-renderer 0.12.5 → 0.12.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.
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Replaces AutoCAD `\U+XXXX` (exactly four hex digits) with the corresponding
3
+ * Unicode character so a following hex digit is not absorbed into the code point.
4
+ */
5
+ export declare function expandUnicodeEscapes(text: string): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mlightcad/mtext-renderer",
3
- "version": "0.12.5",
3
+ "version": "0.12.6",
4
4
  "description": "AutoCAD MText renderer based on Three.js",
5
5
  "license": "MIT",
6
6
  "author": "MLight Lee <mlight.lee@outlook.com>",
@@ -43,7 +43,7 @@
43
43
  "3d-text"
44
44
  ],
45
45
  "dependencies": {
46
- "@mlightcad/mtext-parser": "^1.5.0",
46
+ "@mlightcad/mtext-parser": "^1.5.1",
47
47
  "@mlightcad/shx-parser": "^1.4.5",
48
48
  "iconv-lite": "^0.7.0",
49
49
  "idb": "^8.0.3",