venue-js 1.4.0-next.2 → 1.4.0-next.3

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.mjs CHANGED
@@ -364,6 +364,7 @@ var createPopulator = ({
364
364
  ...amenity.properties,
365
365
  ordinal: defaultLevel.properties.ordinal,
366
366
  level_name: defaultLevel.properties.name.en,
367
+ level: defaultLevel,
367
368
  units: populatedUnits,
368
369
  venue,
369
370
  _experimental_kiosk: kiosk ? await populateKiosk(kiosk) : null