@esri/arcgis-rest-geocoding 4.0.1 → 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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* @preserve
|
|
2
|
-
* @esri/arcgis-rest-geocoding - v4.0.
|
|
2
|
+
* @esri/arcgis-rest-geocoding - v4.0.1 - Apache-2.0
|
|
3
3
|
* Copyright (c) 2017-2022 Esri, Inc.
|
|
4
|
-
* Wed
|
|
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.
|
|
2
|
+
* @esri/arcgis-rest-geocoding - v4.0.1 - Apache-2.0
|
|
3
3
|
* Copyright (c) 2017-2022 Esri, Inc.
|
|
4
|
-
* Wed
|
|
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.
|
|
2
|
+
* @esri/arcgis-rest-geocoding - v4.0.1 - Apache-2.0
|
|
3
3
|
* Copyright (c) 2017-2022 Esri, Inc.
|
|
4
|
-
* Wed
|
|
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.
|
|
2
|
+
* @esri/arcgis-rest-geocoding - v4.0.1 - Apache-2.0
|
|
3
3
|
* Copyright (c) 2017-2022 Esri, Inc.
|
|
4
|
-
* Wed
|
|
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.
|
|
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.
|
|
51
|
+
"@esri/arcgis-rest-request": "^4.0.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@esri/arcgis-rest-request": "4.0.1"
|
|
54
|
+
"@esri/arcgis-rest-request": "^4.0.1"
|
|
55
55
|
},
|
|
56
56
|
"contributors": [
|
|
57
57
|
"Patrick Arlt <parlt@esri.com> (http://patrickarlt.com/)"
|