markuno_lib 1.2.142 → 1.2.146
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/bin/markcad.js +1 -1
- package/package.json +1 -1
- package/types/markcad.d.ts +1 -1
package/package.json
CHANGED
package/types/markcad.d.ts
CHANGED
|
@@ -1659,7 +1659,7 @@ export function oggetti2d(e?: {}): {
|
|
|
1659
1659
|
faceMatE: any;
|
|
1660
1660
|
};
|
|
1661
1661
|
export function pickvariant(e: any, t: any, n: any, i: any, r: any, s: any, o?: {}): any;
|
|
1662
|
-
export function posiziona(t: any, n?: {}): any;
|
|
1662
|
+
export function posiziona(t: any, n: any, i?: {}): any;
|
|
1663
1663
|
export function processagruppo(e: any, t: any, n: any): Promise<void>;
|
|
1664
1664
|
export function processamarker(t: any): Promise<void>;
|
|
1665
1665
|
export function processatop(e: any, t: any, n: any): Promise<{
|