azure-maps-control 2.2.3 → 2.2.4

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "azure-maps-control",
3
3
  "author": "Microsoft Corporation",
4
- "version": "2.2.3",
4
+ "version": "2.2.4",
5
5
  "description": "Map SDK for Azure Maps",
6
6
  "keywords": [
7
7
  "azure",
@@ -4815,6 +4815,10 @@ declare namespace atlas {
4815
4815
  * If this method has been called before the original initialize promise is returned.
4816
4816
  */
4817
4817
  initialize(): Promise<void>;
4818
+ /**
4819
+ * Cleans up any resources used by the authentication manager.
4820
+ */
4821
+ dispose(): void;
4818
4822
  /**
4819
4823
  * Returns the current authentication type in use.
4820
4824
  */