@conterra/ct-mapapps-typings 4.19.0-next.20241029064533 → 4.19.0-next.20241031045252

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@conterra/ct-mapapps-typings",
3
- "version": "4.19.0-next.20241029064533",
3
+ "version": "4.19.0-next.20241031045252",
4
4
  "description": "TypeDefinitions for ct-mapapps",
5
5
  "author": "conterra",
6
6
  "license": "Apache-2.0"
@@ -15,7 +15,7 @@ interface WatchableActivityStateProperties {
15
15
  * Represents the state of an app regarding user activity
16
16
  * It can be observed to detect inactivity.
17
17
  *
18
- * The state is availble as service `system.ActivityState`.
18
+ * The state is available as service `system.ActivityState`.
19
19
  */
20
20
  interface ActivityState extends Watchable<WatchableActivityStateProperties>, WatchableActivityStateProperties {
21
21
  /** Indicates if the local storage is used to store the latest activity.*/