@navigraph/app
Advanced tools
Comparing version 1.3.5 to 1.3.6
@@ -50,2 +50,3 @@ "use strict"; | ||
Scope2["TILES"] = "tiles"; | ||
Scope2["AMDB"] = "amdb"; | ||
return Scope2; | ||
@@ -52,0 +53,0 @@ })(Scope || {}); |
declare enum Scope { | ||
"CHARTS" = "charts", | ||
"FMSDATA" = "fmsdata", | ||
"TILES" = "tiles" | ||
"TILES" = "tiles", | ||
"AMDB" = "amdb" | ||
} | ||
@@ -6,0 +7,0 @@ |
@@ -13,2 +13,3 @@ var __defProp = Object.defineProperty; | ||
Scope2["TILES"] = "tiles"; | ||
Scope2["AMDB"] = "amdb"; | ||
return Scope2; | ||
@@ -15,0 +16,0 @@ })(Scope || {}); |
{ | ||
"name": "@navigraph/app", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "The fundamental part of the Navigraph SDK", |
15193
436