becomap 1.5.4 → 1.5.6

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/index.d.ts CHANGED
@@ -283,6 +283,8 @@ export declare enum BCSiteAmenity {
283
283
  HELP_DESK = "HELP_DESK",
284
284
  /** Billing or payment counter */
285
285
  BILLING_COUNTER = "BILLING_COUNTER",
286
+ /** Vending mechine facilities */
287
+ VENDING_MACHINE = "VENDING_MACHINE",
286
288
  /** Points that can connect Floors */
287
289
  ESCALATOR = "ESCALATOR",
288
290
  ELEVATOR = "ELEVATOR",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "becomap",
3
- "version": "1.5.4",
3
+ "version": "1.5.6",
4
4
  "description": "we lib to display becomap",
5
5
  "main": "lib/becomap.js",
6
6
  "module": "lib/becomap.js",