Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwayson committed Mar 4, 2018
1 parent 56db9f5 commit 1173a88
Show file tree
Hide file tree
Showing 16 changed files with 180 additions and 65 deletions.
111 changes: 107 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,109 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.1.0] - March 3rd 2018

### @esri/arcgis-rest-auth

* Chores
* **npm packages**: remove test files and tsconfig.json from npm tarballs [`37940e7`](https://github.com/Esri/arcgis-rest-js/commit/37940e7268e0d4ea8628d23c3b26e3d4ab22877a) [#132](https://github.com/Esri/arcgis-rest-js/issues/132)
* New Features
* **all packages**: start shipping an unminified UMD for each package [`52043f5`](https://github.com/Esri/arcgis-rest-js/commit/52043f5b702aca699f62abf8054582286e258ba5) [#135](https://github.com/Esri/arcgis-rest-js/issues/135)
* Bug Fixes
* **auth**: better regex match for usernames [`d38a7fb`](https://github.com/Esri/arcgis-rest-js/commit/d38a7fb0e1bff3c49a135bc10be74893ec60a1e9)
* **build**: set other @esri/arcgis-rest-js-* pacakges as external [`2f77c9f`](https://github.com/Esri/arcgis-rest-js/commit/2f77c9f11c2e8a9e85291f844aea9bdc730cdde3) [#128](https://github.com/Esri/arcgis-rest-js/issues/128)

### @esri/arcgis-rest-common-types

* Chores
* **npm packages**: remove test files and tsconfig.json from npm tarballs [`37940e7`](https://github.com/Esri/arcgis-rest-js/commit/37940e7268e0d4ea8628d23c3b26e3d4ab22877a) [#132](https://github.com/Esri/arcgis-rest-js/issues/132)
* New Features
* **common-types**: add more common types, keep the 'I' in front of interfaces [`d91dd0e`](https://github.com/Esri/arcgis-rest-js/commit/d91dd0e127f70804beec8a4ce373c17755746c2e)
* **lots more common-types**: adding a lot more common data types [`73ce0b8`](https://github.com/Esri/arcgis-rest-js/commit/73ce0b8ff4780fa925814f9bf279c74a513fc0ad)
* Bug Fixes
* **build**: set other @esri/arcgis-rest-js-* pacakges as external [`2f77c9f`](https://github.com/Esri/arcgis-rest-js/commit/2f77c9f11c2e8a9e85291f844aea9bdc730cdde3) [#128](https://github.com/Esri/arcgis-rest-js/issues/128)

### @esri/arcgis-rest-feature-service

* Chores
* **npm packages**: remove test files and tsconfig.json from npm tarballs [`37940e7`](https://github.com/Esri/arcgis-rest-js/commit/37940e7268e0d4ea8628d23c3b26e3d4ab22877a) [#132](https://github.com/Esri/arcgis-rest-js/issues/132)
* New Features
* **all packages**: start shipping an unminified UMD for each package [`52043f5`](https://github.com/Esri/arcgis-rest-js/commit/52043f5b702aca699f62abf8054582286e258ba5) [#135](https://github.com/Esri/arcgis-rest-js/issues/135)
* **feature service**: New arcgis-rest-feature-serivce package w/ `getFeature()` to get a feature by id [`1d0e57e`](https://github.com/Esri/arcgis-rest-js/pull/115/commits/1d0e57eadf283ec37887f097201029196f2ba348)
* **feature service**: add queryFeatures() to send query requests to feature services [#126](https://github.com/Esri/arcgis-rest-js/pull/126)

* Bug Fixes
* **build**: set other @esri/arcgis-rest-js-* pacakges as external [`2f77c9f`](https://github.com/Esri/arcgis-rest-js/commit/2f77c9f11c2e8a9e85291f844aea9bdc730cdde3) [#128](https://github.com/Esri/arcgis-rest-js/issues/128)

### @esri/arcgis-rest-geocoder

* Chores
* **npm packages**: remove test files and tsconfig.json from npm tarballs [`37940e7`](https://github.com/Esri/arcgis-rest-js/commit/37940e7268e0d4ea8628d23c3b26e3d4ab22877a) [#132](https://github.com/Esri/arcgis-rest-js/issues/132)
* New Features
* **all packages**: start shipping an unminified UMD for each package [`52043f5`](https://github.com/Esri/arcgis-rest-js/commit/52043f5b702aca699f62abf8054582286e258ba5) [#135](https://github.com/Esri/arcgis-rest-js/issues/135)
* **common-types**: add more common types, keep the 'I' in front of interfaces [`d91dd0e`](https://github.com/Esri/arcgis-rest-js/commit/d91dd0e127f70804beec8a4ce373c17755746c2e)
* Bug Fixes
* **build**: set other @esri/arcgis-rest-js-* pacakges as external [`2f77c9f`](https://github.com/Esri/arcgis-rest-js/commit/2f77c9f11c2e8a9e85291f844aea9bdc730cdde3) [#128](https://github.com/Esri/arcgis-rest-js/issues/128)
* Misc.
* **geocoder**: rename IGeocodeServiceInfoResponse to IGetGeocodeServiceResponse [`2586de1`](https://github.com/Esri/arcgis-rest-js/commit/2586de1cf6d4ef4b3f31fe5acb9b5ab2f949e9b8)
* **geocoder**: use a more descriptive method to fetch metadata [`c774937`](https://github.com/Esri/arcgis-rest-js/commit/c774937ac6a9dc21066a2a46d01b99240e551b76) [#122](https://github.com/Esri/arcgis-rest-js/issues/122)

### @esri/arcgis-rest-groups

* Chores
* **npm packages**: remove test files and tsconfig.json from npm tarballs [`37940e7`](https://github.com/Esri/arcgis-rest-js/commit/37940e7268e0d4ea8628d23c3b26e3d4ab22877a) [#132](https://github.com/Esri/arcgis-rest-js/issues/132)
* New Features
* **all packages**: start shipping an unminified UMD for each package [`52043f5`](https://github.com/Esri/arcgis-rest-js/commit/52043f5b702aca699f62abf8054582286e258ba5) [#135](https://github.com/Esri/arcgis-rest-js/issues/135)
* **common-types**: add more common types, keep the 'I' in front of interfaces [`d91dd0e`](https://github.com/Esri/arcgis-rest-js/commit/d91dd0e127f70804beec8a4ce373c17755746c2e)
* Bug Fixes
* **build**: set other @esri/arcgis-rest-js-* pacakges as external [`2f77c9f`](https://github.com/Esri/arcgis-rest-js/commit/2f77c9f11c2e8a9e85291f844aea9bdc730cdde3) [#128](https://github.com/Esri/arcgis-rest-js/issues/128)

### @esri/arcgis-rest-items

* Chores
* **npm packages**: remove test files and tsconfig.json from npm tarballs [`37940e7`](https://github.com/Esri/arcgis-rest-js/commit/37940e7268e0d4ea8628d23c3b26e3d4ab22877a) [#132](https://github.com/Esri/arcgis-rest-js/issues/132)
* New Features
* **all packages**: start shipping an unminified UMD for each package [`52043f5`](https://github.com/Esri/arcgis-rest-js/commit/52043f5b702aca699f62abf8054582286e258ba5) [#135](https://github.com/Esri/arcgis-rest-js/issues/135)
* **common-types**: add more common types, keep the 'I' in front of interfaces [`d91dd0e`](https://github.com/Esri/arcgis-rest-js/commit/d91dd0e127f70804beec8a4ce373c17755746c2e)
* Bug Fixes
* **build**: set other @esri/arcgis-rest-js-* pacakges as external [`2f77c9f`](https://github.com/Esri/arcgis-rest-js/commit/2f77c9f11c2e8a9e85291f844aea9bdc730cdde3) [#128](https://github.com/Esri/arcgis-rest-js/issues/128)

### @esri/arcgis-rest-request

* Chores
* **npm packages**: remove test files and tsconfig.json from npm tarballs [`37940e7`](https://github.com/Esri/arcgis-rest-js/commit/37940e7268e0d4ea8628d23c3b26e3d4ab22877a) [#132](https://github.com/Esri/arcgis-rest-js/issues/132)
* New Features
* **all packages**: start shipping an unminified UMD for each package [`52043f5`](https://github.com/Esri/arcgis-rest-js/commit/52043f5b702aca699f62abf8054582286e258ba5) [#135](https://github.com/Esri/arcgis-rest-js/issues/135)
* **request**: let consumers specify GET w/ max URL length; if exceeded, use POST [`6b9f658`](https://github.com/Esri/arcgis-rest-js/pull/127/commits/6b9f6584c73b3d7db7734f48e93355de72b7c9d8)
* Bug Fixes
* **request**: ensure falsy request parameters are passed through [`3c69a10`](https://github.com/Esri/arcgis-rest-js/commit/3c69a103c04c089a876b03cc88179caa5fb4e705) [#142](https://github.com/Esri/arcgis-rest-js/issues/142)
* **request**: HTTP errors throw ArcGISRestError before parsing response [`c86b07d`](https://github.com/Esri/arcgis-rest-js/pull/131/commits/c86b07d6fb4b89f6469ee052f35ee23a2e3d4915)
* **build**: set other @esri/arcgis-rest-js-* pacakges as external [`2f77c9f`](https://github.com/Esri/arcgis-rest-js/commit/2f77c9f11c2e8a9e85291f844aea9bdc730cdde3) [#128](https://github.com/Esri/arcgis-rest-js/issues/128)
* Misc.
* **geocoder**: use a more descriptive method to fetch metadata [`c774937`](https://github.com/Esri/arcgis-rest-js/commit/c774937ac6a9dc21066a2a46d01b99240e551b76) [#122](https://github.com/Esri/arcgis-rest-js/issues/122)

### Other Changes

* Chores
* **rollup**: bump to the latest version of rollup [`f4411c3`](https://github.com/Esri/arcgis-rest-js/commit/f4411c33c62adb83e46253b7b029c13155009df8)
* **rollup**: bump to the latest version of rollup [`b22a262`](https://github.com/Esri/arcgis-rest-js/commit/b22a2626b68e0a805ac013adb8b776f9fd72f8a1) [#136](https://github.com/Esri/arcgis-rest-js/issues/136)
* **npm packages**: remove test files and tsconfig.json from npm tar… [`232b863`](https://github.com/Esri/arcgis-rest-js/commit/232b863aae45ea3ad1f85b8c027ade8976e090e9)
* **changelog**: prevent changelog.js from looking beyond newline for closed issues [`a2b6996`](https://github.com/Esri/arcgis-rest-js/commit/a2b6996dfc9545808aacf3302250e3c8a3cc3038)
* **changelog**: prevent changelog.js from looking beyond newline for closed issues [`8b21d67`](https://github.com/Esri/arcgis-rest-js/commit/8b21d6717071256418f5b633e17283335a88c543)
* Documentation
* **getting started**: rearranged getting started doc and fixed a cou… [`361210c`](https://github.com/Esri/arcgis-rest-js/commit/361210c20573d25d1eb6227195c81cd1750a26b8)
* **getting started**: rearranged getting started doc and fixed a couple typos [`3d5b371`](https://github.com/Esri/arcgis-rest-js/commit/3d5b371f54fa6fef9cc07aba6d19367e4777b0da)
* Bug Fixes
* **auth**: better regex match for usernames [`04ec689`](https://github.com/Esri/arcgis-rest-js/commit/04ec689cc5a0294d24c85373cb708e7d40534a4d)
* **request**: ensure falsy request parameters like zero are passed through [`d657b57`](https://github.com/Esri/arcgis-rest-js/commit/d657b57fdf4540ac61cfa0dac5f793fe9dc1fbe6)
* Misc.
* **geocoder**: use a more descriptive method to fetch metadata [`4b1544f`](https://github.com/Esri/arcgis-rest-js/commit/4b1544f8b788573137d3519718ab1869eefd17a2)

### batch-geocoder

* Breaking Changes
* **lots more common-types**: adding a lot more common data types [`73ce0b8`](https://github.com/Esri/arcgis-rest-js/commit/73ce0b8ff4780fa925814f9bf279c74a513fc0ad)

## [1.0.3] - December 21st 2017

### @esri/arcgis-rest-auth
Expand Down Expand Up @@ -125,7 +228,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
Initial Public Release

[1.0.0]: https://github.com/Esri/arcgis-rest-js/compare/265d6aed1856d3ae1ff81f03ce85aba449b01f21...v1.0.0 "v1.0.0"
[1.0.1]: https://github.com/Esri/arcgis-rest-js/compare/v1.0.0...v1.0.1 "v1.0.1"
[1.0.2]: https://github.com/Esri/arcgis-rest-js/compare/v1.0.1...v1.0.2 "v1.0.2"
[1.0.3]: https://github.com/Esri/arcgis-rest-js/compare/v1.0.2...1.0.3 "1.0.3"
[HEAD]: https://github.com/Esri/arcgis-rest-js/compare/1.0.3...HEAD "Unreleased Changes"
[1.0.2]: https://github.com/Esri/arcgis-rest-js/compare/v1.0.0...v1.0.2 "v1.0.2"
[1.0.3]: https://github.com/Esri/arcgis-rest-js/compare/v1.0.2...v1.0.3 "v1.0.3"
[1.1.0]: https://github.com/Esri/arcgis-rest-js/compare/v1.0.3...1.1.0 "1.1.0"
[HEAD]: https://github.com/Esri/arcgis-rest-js/compare/1.1.0...HEAD "Unreleased Changes"
8 changes: 4 additions & 4 deletions demos/ago-node-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-cli",
"version": "1.0.3",
"version": "1.1.0",
"description": "arcgis-rest-js node command-line item search example",
"main": "ago.js",
"scripts": {
Expand All @@ -18,9 +18,9 @@
"author": "Dave Bouwman <dbouwman@esri.com>",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-auth": "^1.0.3",
"@esri/arcgis-rest-items": "^1.0.3",
"@esri/arcgis-rest-request": "^1.0.3",
"@esri/arcgis-rest-auth": "^1.1.0",
"@esri/arcgis-rest-items": "^1.1.0",
"@esri/arcgis-rest-request": "^1.1.0",
"chalk": "^2.3.0",
"commander": "^2.12.2",
"isomorphic-fetch": "^2.2.1",
Expand Down
10 changes: 5 additions & 5 deletions demos/batch-geocoder-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "batch-geocoder",
"version": "1.0.3",
"version": "1.1.0",
"description": "arcgis-rest-js batch geocode sample",
"main": "batch-geocode.js",
"scripts": {
Expand All @@ -26,10 +26,10 @@
},
"homepage": "https://github.com/Esri/arcgis-rest-js#readme",
"dependencies": {
"@esri/arcgis-rest-auth": "^1.0.3",
"@esri/arcgis-rest-common-types": "^1.0.3",
"@esri/arcgis-rest-geocoder": "^1.0.3",
"@esri/arcgis-rest-request": "^1.0.3",
"@esri/arcgis-rest-auth": "^1.1.0",
"@esri/arcgis-rest-common-types": "^1.1.0",
"@esri/arcgis-rest-geocoder": "^1.1.0",
"@esri/arcgis-rest-request": "^1.1.0",
"isomorphic-fetch": "^2.2.1",
"isomorphic-form-data": "^1.0.0",
"papaparse": "^4.3.6"
Expand Down
6 changes: 3 additions & 3 deletions demos/express/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@esri/arcgis-rest-demo-express",
"version": "1.0.3",
"version": "1.1.0",
"private": true,
"description": "Demo of @esri/arcgis-rest-* packages in an Express server",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-auth": "^1.0.3",
"@esri/arcgis-rest-request": "^1.0.3",
"@esri/arcgis-rest-auth": "^1.1.0",
"@esri/arcgis-rest-request": "^1.1.0",
"express": "^4.15.4",
"isomorphic-fetch": "^2.2.1",
"isomorphic-form-data": "^1.0.0"
Expand Down
6 changes: 3 additions & 3 deletions demos/feature-service-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "feature-service-browser",
"version": "1.0.3",
"version": "1.1.0",
"private": true,
"description": "Vanilla JavaScript demo of @esri/arcgis-rest-feature-service",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-request": "^1.0.3",
"@esri/arcgis-rest-feature-service": "^1.0.3"
"@esri/arcgis-rest-feature-service": "^1.1.0",
"@esri/arcgis-rest-request": "^1.1.0"
},
"devDependencies": {
"http-server": "*"
Expand Down
8 changes: 4 additions & 4 deletions demos/geocoder-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@esri/arcgis-rest-geocoder-vanilla",
"version": "1.0.3",
"version": "1.1.0",
"private": true,
"description": "Vanilla JavaScript demo of @esri/arcgis-rest-geocoder",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-auth": "^1.0.3",
"@esri/arcgis-rest-geocoder": "^1.0.3",
"@esri/arcgis-rest-request": "^1.0.3"
"@esri/arcgis-rest-auth": "^1.1.0",
"@esri/arcgis-rest-geocoder": "^1.1.0",
"@esri/arcgis-rest-request": "^1.1.0"
},
"devDependencies": {
"http-server": "*"
Expand Down
6 changes: 3 additions & 3 deletions demos/oauth2-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@esri/arcgis-rest-demo-vanilla",
"version": "1.0.3",
"version": "1.1.0",
"private": true,
"description": "Vanilla JavaScript demo of @esri/arcgis-rest-* packages",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-auth": "^1.0.3",
"@esri/arcgis-rest-request": "^1.0.3"
"@esri/arcgis-rest-auth": "^1.1.0",
"@esri/arcgis-rest-request": "^1.1.0"
},
"devDependencies": {
"http-server": "*"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages/*",
"demos/*"
],
"version": "1.0.3"
"version": "1.1.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/arcgis-rest-js",
"version": "1.0.3",
"version": "1.1.0",
"description": "Compact, modular JavaScript wrappers for the ArcGIS REST API that run in Node.js and modern browsers.",
"devDependencies": {
"@types/es6-promise": "0.0.32",
Expand Down
10 changes: 6 additions & 4 deletions packages/arcgis-rest-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
{
"name": "@esri/arcgis-rest-auth",
"version": "1.0.3",
"version": "1.1.0",
"description": "Authentication helpers for @esri/arcgis-rest-*.",
"main": "dist/node/index.js",
"browser": "dist/umd/arcgis-rest-auth.umd.js",
"module": "dist/esm/index.js",
"js:next": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"license": "Apache-2.0",
"files": [ "dist/**" ],
"files": [
"dist/**"
],
"dependencies": {
"tslib": "^1.7.1"
},
"peerDependencies": {
"@esri/arcgis-rest-request": "^1.0.3"
"@esri/arcgis-rest-request": "^1.1.0"
},
"devDependencies": {
"@esri/arcgis-rest-request": "^1.0.3"
"@esri/arcgis-rest-request": "^1.1.0"
},
"scripts": {
"prepare": "npm run build",
Expand Down
2 changes: 1 addition & 1 deletion packages/arcgis-rest-common-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/arcgis-rest-common-types",
"version": "1.0.3",
"version": "1.1.0",
"description": "Common TypeScript types for @esri/arcgis-rest-* packages.",
"types": "dist/types/index.d.ts",
"author": "",
Expand Down
14 changes: 8 additions & 6 deletions packages/arcgis-rest-feature-service/package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
{
"name": "@esri/arcgis-rest-feature-service",
"version": "1.0.3",
"version": "1.1.0",
"description": "Feature service helpers for @esri/arcgis-rest-request",
"main": "dist/node/index.js",
"browser": "dist/umd/arcgis-rest-feature-service.umd.js",
"module": "dist/esm/index.js",
"js:next": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"license": "Apache-2.0",
"files": [ "dist/**" ],
"files": [
"dist/**"
],
"dependencies": {
"tslib": "^1.7.1"
},
"peerDependencies": {
"@esri/arcgis-rest-common-types": "^1.0.3",
"@esri/arcgis-rest-request": "^1.0.3"
"@esri/arcgis-rest-common-types": "^1.1.0",
"@esri/arcgis-rest-request": "^1.1.0"
},
"devDependencies": {
"@esri/arcgis-rest-common-types": "^1.0.3",
"@esri/arcgis-rest-request": "^1.0.3"
"@esri/arcgis-rest-common-types": "^1.1.0",
"@esri/arcgis-rest-request": "^1.1.0"
},
"scripts": {
"prepare": "npm run build",
Expand Down
18 changes: 10 additions & 8 deletions packages/arcgis-rest-geocoder/package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
{
"name": "@esri/arcgis-rest-geocoder",
"version": "1.0.3",
"version": "1.1.0",
"description": "Geocoding helpers for @esri/arcgis-rest-request",
"main": "dist/node/index.js",
"browser": "dist/umd/arcgis-rest-geocoder.umd.js",
"module": "dist/esm/index.js",
"js:next": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"license": "Apache-2.0",
"files": [ "dist/**" ],
"files": [
"dist/**"
],
"dependencies": {
"tslib": "^1.7.1"
},
"peerDependencies": {
"@esri/arcgis-rest-auth": "^1.0.3",
"@esri/arcgis-rest-common-types": "^1.0.3",
"@esri/arcgis-rest-request": "^1.0.3"
"@esri/arcgis-rest-auth": "^1.1.0",
"@esri/arcgis-rest-common-types": "^1.1.0",
"@esri/arcgis-rest-request": "^1.1.0"
},
"devDependencies": {
"@esri/arcgis-rest-auth": "^1.0.3",
"@esri/arcgis-rest-common-types": "^1.0.3",
"@esri/arcgis-rest-request": "^1.0.3"
"@esri/arcgis-rest-auth": "^1.1.0",
"@esri/arcgis-rest-common-types": "^1.1.0",
"@esri/arcgis-rest-request": "^1.1.0"
},
"scripts": {
"prepare": "npm run build",
Expand Down
18 changes: 10 additions & 8 deletions packages/arcgis-rest-groups/package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
{
"name": "@esri/arcgis-rest-groups",
"version": "1.0.3",
"version": "1.1.0",
"description": "Portal Group helpers for @esri/arcgis-rest-request",
"main": "dist/node/index.js",
"browser": "dist/umd/arcgis-rest-groups.umd.js",
"module": "dist/esm/index.js",
"js:next": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"license": "Apache-2.0",
"files": [ "dist/**" ],
"files": [
"dist/**"
],
"dependencies": {
"tslib": "^1.7.1"
},
"peerDependencies": {
"@esri/arcgis-rest-auth": "^1.0.3",
"@esri/arcgis-rest-common-types": "^1.0.3",
"@esri/arcgis-rest-request": "^1.0.3"
"@esri/arcgis-rest-auth": "^1.1.0",
"@esri/arcgis-rest-common-types": "^1.1.0",
"@esri/arcgis-rest-request": "^1.1.0"
},
"devDependencies": {
"@esri/arcgis-rest-auth": "^1.0.3",
"@esri/arcgis-rest-common-types": "^1.0.3",
"@esri/arcgis-rest-request": "^1.0.3"
"@esri/arcgis-rest-auth": "^1.1.0",
"@esri/arcgis-rest-common-types": "^1.1.0",
"@esri/arcgis-rest-request": "^1.1.0"
},
"scripts": {
"prepare": "npm run build",
Expand Down
Loading

0 comments on commit 1173a88

Please sign in to comment.