@mappedin/mappedin-js 5.4.0 → 5.6.0
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/lib/esm/get-venue/index.d.ts +1 -0
- package/lib/esm/get-venue/index.js +1 -1
- package/lib/esm/navigator/index.js +1 -1
- package/lib/esm/renderer/{browser-QE77AUXN.js → browser-EF22VMGD.js} +1 -1
- package/lib/esm/renderer/chunk-O447O2L4.js +1 -0
- package/lib/esm/renderer/index.d.ts +2551 -569
- package/lib/esm/renderer/index.js +1 -1
- package/lib/mappedin.js +1 -1
- package/lib/node/index.js +1 -1
- package/package.json +2 -2
- package/lib/esm/renderer/chunk-3J2OL72L.js +0 -1
|
@@ -1101,6 +1101,7 @@ declare module '@mappedin/mappedin-js/lib/esm/get-venue/get-venue/MappedinVortex
|
|
|
1101
1101
|
type?: string;
|
|
1102
1102
|
weight?: number;
|
|
1103
1103
|
multiplier?: number;
|
|
1104
|
+
nodes?: string[];
|
|
1104
1105
|
constructor(data: any);
|
|
1105
1106
|
static hydrate(vortexes: any): MappedinVortex[];
|
|
1106
1107
|
static fetch(mappedin: Mappedin): Promise<MappedinVortex[]>;
|