@esri/arcgis-rest-geocoding 4.0.0-beta.4 → 4.0.2

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/README.md CHANGED
@@ -68,7 +68,7 @@ Esri welcomes contributions from anyone and everyone. Please see our [guidelines
68
68
 
69
69
  ### License
70
70
 
71
- Copyright © 2017-2019 Esri
71
+ Copyright © 2017-2022 Esri
72
72
 
73
73
  Licensed under the Apache License, Version 2.0 (the "License");
74
74
  you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /* @preserve
2
- * @esri/arcgis-rest-geocoding - v4.0.0-beta.5 - Apache-2.0
2
+ * @esri/arcgis-rest-geocoding - v4.0.1 - Apache-2.0
3
3
  * Copyright (c) 2017-2022 Esri, Inc.
4
- * Tue May 10 2022 02:53:32 GMT+0000 (Coordinated Universal Time)
4
+ * Wed May 11 2022 17:55:21 GMT+0000 (Coordinated Universal Time)
5
5
  */
6
6
  import { request, appendCustomParams, cleanUrl } from '@esri/arcgis-rest-request';
7
7
 
@@ -1,7 +1,7 @@
1
1
  /* @preserve
2
- * @esri/arcgis-rest-geocoding - v4.0.0-beta.5 - Apache-2.0
2
+ * @esri/arcgis-rest-geocoding - v4.0.1 - Apache-2.0
3
3
  * Copyright (c) 2017-2022 Esri, Inc.
4
- * Tue May 10 2022 02:53:32 GMT+0000 (Coordinated Universal Time)
4
+ * Wed May 11 2022 17:55:21 GMT+0000 (Coordinated Universal Time)
5
5
  */
6
6
  import{request as e,appendCustomParams as t,cleanUrl as r}from"@esri/arcgis-rest-request";const n="https://geocode-api.arcgis.com/arcgis/rest/services/World/GeocodeServer/",o="https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/";function i(t){const r=t&&t.endpoint||n,o=Object.assign({httpMethod:"GET",maxUrlLength:2e3},t);return e(r,o)}
7
7
  /* @preserve
@@ -1,7 +1,7 @@
1
1
  /* @preserve
2
- * @esri/arcgis-rest-geocoding - v4.0.0-beta.5 - Apache-2.0
2
+ * @esri/arcgis-rest-geocoding - v4.0.1 - Apache-2.0
3
3
  * Copyright (c) 2017-2022 Esri, Inc.
4
- * Tue May 10 2022 02:53:32 GMT+0000 (Coordinated Universal Time)
4
+ * Wed May 11 2022 17:55:21 GMT+0000 (Coordinated Universal Time)
5
5
  */
6
6
  (function (global, factory) {
7
7
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@esri/arcgis-rest-request')) :
@@ -1,7 +1,7 @@
1
1
  /* @preserve
2
- * @esri/arcgis-rest-geocoding - v4.0.0-beta.5 - Apache-2.0
2
+ * @esri/arcgis-rest-geocoding - v4.0.1 - Apache-2.0
3
3
  * Copyright (c) 2017-2022 Esri, Inc.
4
- * Tue May 10 2022 02:53:32 GMT+0000 (Coordinated Universal Time)
4
+ * Wed May 11 2022 17:55:21 GMT+0000 (Coordinated Universal Time)
5
5
  */
6
6
  !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@esri/arcgis-rest-request")):"function"==typeof define&&define.amd?define(["exports","@esri/arcgis-rest-request"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).arcgisRest=e.arcgisRest||{},e.arcgisRest)}(this,(function(e,t){"use strict";const r="https://geocode-api.arcgis.com/arcgis/rest/services/World/GeocodeServer/",n="https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/";
7
7
  /* @preserve
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/arcgis-rest-geocoding",
3
- "version": "4.0.0-beta.4",
3
+ "version": "4.0.2",
4
4
  "description": "Geocoding helpers for @esri/arcgis-rest-js",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
@@ -48,10 +48,10 @@
48
48
  "tslib": "^2.3.0"
49
49
  },
50
50
  "peerDependencies": {
51
- "@esri/arcgis-rest-request": "4.0.0-beta.10"
51
+ "@esri/arcgis-rest-request": "^4.0.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@esri/arcgis-rest-request": "4.0.0-beta.10"
54
+ "@esri/arcgis-rest-request": "^4.0.1"
55
55
  },
56
56
  "contributors": [
57
57
  "Patrick Arlt <parlt@esri.com> (http://patrickarlt.com/)"