@conterra/ct-mapapps-typings 4.19.0-next.20241220050903 → 4.19.0-next.20241223051213

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.
@@ -13,7 +13,7 @@ interface TrustedServerDescriptor {
13
13
  }
14
14
  /**
15
15
  * Format of a CORS server config option.
16
- * Cors is enabled by default.
16
+ * CORS is enabled by default.
17
17
  * @deprecated
18
18
  */
19
19
  interface CorsServerDescriptor extends TrustedServerDescriptor {
@@ -237,7 +237,7 @@ interface RequestOptions {
237
237
  */
238
238
  handleAs?: "json" | "javascript" | "text" | "xml" | "blob" | "binary";
239
239
  /**
240
- * Option to mark target url as 'cors' trusted.
240
+ * Option to mark target url as trusted for CORS.
241
241
  * Please prefer to register a trusted servers via config.
242
242
  */
243
243
  useCors?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conterra/ct-mapapps-typings",
3
- "version": "4.19.0-next.20241220050903",
3
+ "version": "4.19.0-next.20241223051213",
4
4
  "description": "TypeDefinitions for ct-mapapps",
5
5
  "author": "conterra",
6
6
  "license": "Apache-2.0"