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.d.mts +6 -1
- package/dist/index.d.ts +6 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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
|