markuno_lib 1.2.100 → 1.2.101

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "markuno_lib",
3
- "version": "1.2.100",
3
+ "version": "1.2.101",
4
4
  "description": "Croswil Markuno Language Lib",
5
5
  "author": "Croswil SRL",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -1191,12 +1191,8 @@ export function getthorus(t: any, i: any, n: number, r: any, o: any): any;
1191
1191
  export function groupfromgeometry(t: any, i: any, n: any, r: any, o: any, s: any, a: any): any;
1192
1192
  export function hash(e: any): string;
1193
1193
  export function infocircle(e: any, t: any, i: any, n: any, r: any, o: any): {
1194
- cx: number;
1195
- cy: number;
1194
+ center: Punto2;
1196
1195
  r: number;
1197
- p1: any;
1198
- p2: any;
1199
- p3: any;
1200
1196
  ang1: number;
1201
1197
  ang2: number;
1202
1198
  };