@vertigis/viewer-spec 48.13.0 → 48.13.1

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.
@@ -204,8 +204,9 @@ export declare class OfflineCommands extends CommandRegistry {
204
204
  */
205
205
  get cancelDownload(): Command<OfflineCommandArgs>;
206
206
  /**
207
- * Deletes the data stored on the device for the specified offline area. The
208
- * offline map area definition is not deleted, so that it can be re-downloaded.
207
+ * Deletes the data stored on the device for the specified offline area. If
208
+ * a custom offline area is specified, and the area is not downloaded,
209
+ * deletes the custom area definition instead.
209
210
  *
210
211
  * @mobileOnly
211
212
  */
@@ -13071,7 +13071,7 @@
13071
13071
  "$ref": "CustomOfflineArea"
13072
13072
  },
13073
13073
  "offline.delete-area": {
13074
- "description": "Deletes the data stored on the device for the specified offline area. The offline map area definition is not deleted, so that it can be re-downloaded.",
13074
+ "description": "Deletes the data stored on the device for the specified offline area. If a custom offline area is specified, and the area is not downloaded, deletes the custom area definition instead.",
13075
13075
  "enum": [
13076
13076
  "offline.delete-area"
13077
13077
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "48.13.0",
3
+ "version": "48.13.1",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "description": "VertiGIS Viewer Specification",
6
6
  "type": "module",
package/version.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the Geocortex Viewer Specification.
3
3
  */
4
- export declare const version = "48.13.0";
4
+ export declare const version = "48.13.1";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the Geocortex Viewer Specification.
3
3
  */
4
- export const version = "48.13.0";
4
+ export const version = "48.13.1";