@conterra/ct-mapapps-typings 4.19.0-next.20241025040255 → 4.19.0-next.20241028072342

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.
@@ -964,7 +964,7 @@ interface ExecutionEnvironment {
964
964
  /**
965
965
  * Check if a given environment is supported.
966
966
  * @param env e.g. 'FF:[14,]'
967
- * @returns true if the environment is supportef
967
+ * @returns true if the environment is supported
968
968
  */
969
969
  isSupported(env: string): boolean;
970
970
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conterra/ct-mapapps-typings",
3
- "version": "4.19.0-next.20241025040255",
3
+ "version": "4.19.0-next.20241028072342",
4
4
  "description": "TypeDefinitions for ct-mapapps",
5
5
  "author": "conterra",
6
6
  "license": "Apache-2.0"