@luminocity/lemonate-gateway 8.2.16 → 8.2.18

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/dist/index.d.ts CHANGED
@@ -4359,6 +4359,7 @@ declare const _default: {
4359
4359
  toUserFriendlyName: (variableName: string) => string;
4360
4360
  assert: (value: any, msg: string) => void;
4361
4361
  matchItemIdAndObject(value1: any, value2: any): boolean;
4362
+ getDepth(value: unknown, seen?: WeakSet<object>): number;
4362
4363
  areValuesEqual(a: any, b: any, maxLevels?: number): boolean;
4363
4364
  startTimer(msg: string): (msg: string) => void;
4364
4365
  dataURItoBlob(dataURI: string): Blob;