@mlightcad/libredwg-converter 3.0.15 → 3.0.16

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.
@@ -12701,7 +12701,7 @@ class co {
12701
12701
  ).data, u = Q.dwg_dynapi_entity_value(
12702
12702
  A,
12703
12703
  "num_clip_verts"
12704
- ).data, z = Q.dwg_dynapi_entity_value(A, "clip_verts").data, GA = Q.dwg_ptr_to_point3d_array(
12704
+ ).data, z = Q.dwg_dynapi_entity_value(A, "clip_verts").data, GA = Q.dwg_ptr_to_point2d_array(
12705
12705
  z,
12706
12706
  u
12707
12707
  ), KA = Q.dwg_dynapi_entity_value(A, "imagedef").data, oA = Q.dwg_ref_get_absref(KA), j = Q.dwg_dynapi_entity_value(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mlightcad/libredwg-converter",
3
- "version": "3.0.15",
3
+ "version": "3.0.16",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -33,13 +33,13 @@
33
33
  "require": "./dist/libredwg-converter.umd.cjs"
34
34
  },
35
35
  "dependencies": {
36
- "@mlightcad/libredwg-web": "0.2.2"
36
+ "@mlightcad/libredwg-web": "0.2.3"
37
37
  },
38
38
  "devDependencies": {
39
39
  "vite": "^5.2.10"
40
40
  },
41
41
  "peerDependencies": {
42
- "@mlightcad/data-model": "1.2.15"
42
+ "@mlightcad/data-model": "1.2.16"
43
43
  },
44
44
  "scripts": {
45
45
  "clean": "rimraf dist lib tsconfig.tsbuildinfo",