@mlightcad/libredwg-converter 3.5.28 → 3.5.29
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.
|
@@ -2290,6 +2290,9 @@ const Do = {
|
|
|
2290
2290
|
CELTSCALE: "CELTSCALE",
|
|
2291
2291
|
CELWEIGHT: "CELWEIGHT",
|
|
2292
2292
|
CLAYER: "CLAYER",
|
|
2293
|
+
CMLSTYLE: "CMLSTYLE",
|
|
2294
|
+
CMLSCALE: "CMLSCALE",
|
|
2295
|
+
CMLEADERSTYLE: "CMLEADERSTYLE",
|
|
2293
2296
|
COLORTHEME: "COLORTHEME",
|
|
2294
2297
|
DYNMODE: "DYNMODE",
|
|
2295
2298
|
DYNPROMPT: "DYNPROMPT",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mlightcad/libredwg-converter",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.29",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"vite": "^5.2.10"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"@mlightcad/data-model": "1.7.
|
|
42
|
+
"@mlightcad/data-model": "1.7.29"
|
|
43
43
|
},
|
|
44
44
|
"scripts": {
|
|
45
45
|
"analyze": "pnpm run analyze:lib && pnpm run analyze:worker",
|