From 1173a88db7d4383cb70acfac570078f4d7c6e0e6 Mon Sep 17 00:00:00 2001 From: Tom Wayson Date: Sat, 3 Mar 2018 17:28:36 -0800 Subject: [PATCH] v1.1.0 --- CHANGELOG.md | 111 +++++++++++++++++- demos/ago-node-cli/package.json | 8 +- demos/batch-geocoder-node/package.json | 10 +- demos/express/package.json | 6 +- demos/feature-service-browser/package.json | 6 +- demos/geocoder-browser/package.json | 8 +- demos/oauth2-browser/package.json | 6 +- lerna.json | 2 +- package.json | 2 +- packages/arcgis-rest-auth/package.json | 10 +- .../arcgis-rest-common-types/package.json | 2 +- .../arcgis-rest-feature-service/package.json | 14 ++- packages/arcgis-rest-geocoder/package.json | 18 +-- packages/arcgis-rest-groups/package.json | 18 +-- packages/arcgis-rest-items/package.json | 18 +-- packages/arcgis-rest-request/package.json | 6 +- 16 files changed, 180 insertions(+), 65 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4116b2f0c..4479f56e3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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" diff --git a/demos/ago-node-cli/package.json b/demos/ago-node-cli/package.json index f579d05ceb..871eeb91d6 100644 --- a/demos/ago-node-cli/package.json +++ b/demos/ago-node-cli/package.json @@ -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": { @@ -18,9 +18,9 @@ "author": "Dave Bouwman ", "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", diff --git a/demos/batch-geocoder-node/package.json b/demos/batch-geocoder-node/package.json index 0c1fbef2b4..0c6f10041d 100644 --- a/demos/batch-geocoder-node/package.json +++ b/demos/batch-geocoder-node/package.json @@ -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": { @@ -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" diff --git a/demos/express/package.json b/demos/express/package.json index 4bea823cb7..dbc6b032ef 100644 --- a/demos/express/package.json +++ b/demos/express/package.json @@ -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" diff --git a/demos/feature-service-browser/package.json b/demos/feature-service-browser/package.json index 9bca889643..806a246174 100644 --- a/demos/feature-service-browser/package.json +++ b/demos/feature-service-browser/package.json @@ -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": "*" diff --git a/demos/geocoder-browser/package.json b/demos/geocoder-browser/package.json index de1c7b9a7c..355bc71dc5 100644 --- a/demos/geocoder-browser/package.json +++ b/demos/geocoder-browser/package.json @@ -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": "*" diff --git a/demos/oauth2-browser/package.json b/demos/oauth2-browser/package.json index 10cc5747fe..7807caffff 100644 --- a/demos/oauth2-browser/package.json +++ b/demos/oauth2-browser/package.json @@ -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": "*" diff --git a/lerna.json b/lerna.json index 5a9e49bd39..837676031e 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ "packages/*", "demos/*" ], - "version": "1.0.3" + "version": "1.1.0" } diff --git a/package.json b/package.json index 603c92b68a..3eaf6a20fc 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/arcgis-rest-auth/package.json b/packages/arcgis-rest-auth/package.json index 98c29d465e..4a757c8a93 100644 --- a/packages/arcgis-rest-auth/package.json +++ b/packages/arcgis-rest-auth/package.json @@ -1,6 +1,6 @@ { "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", @@ -8,15 +8,17 @@ "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", diff --git a/packages/arcgis-rest-common-types/package.json b/packages/arcgis-rest-common-types/package.json index 771589b69d..1bff18f5d2 100644 --- a/packages/arcgis-rest-common-types/package.json +++ b/packages/arcgis-rest-common-types/package.json @@ -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": "", diff --git a/packages/arcgis-rest-feature-service/package.json b/packages/arcgis-rest-feature-service/package.json index 320323dd50..85043c5a0a 100644 --- a/packages/arcgis-rest-feature-service/package.json +++ b/packages/arcgis-rest-feature-service/package.json @@ -1,6 +1,6 @@ { "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", @@ -8,17 +8,19 @@ "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", diff --git a/packages/arcgis-rest-geocoder/package.json b/packages/arcgis-rest-geocoder/package.json index 6b3cc0a832..7f40c9e138 100644 --- a/packages/arcgis-rest-geocoder/package.json +++ b/packages/arcgis-rest-geocoder/package.json @@ -1,6 +1,6 @@ { "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", @@ -8,19 +8,21 @@ "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", diff --git a/packages/arcgis-rest-groups/package.json b/packages/arcgis-rest-groups/package.json index a217b21daa..22810f8451 100644 --- a/packages/arcgis-rest-groups/package.json +++ b/packages/arcgis-rest-groups/package.json @@ -1,6 +1,6 @@ { "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", @@ -8,19 +8,21 @@ "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", diff --git a/packages/arcgis-rest-items/package.json b/packages/arcgis-rest-items/package.json index d1c753c143..08bf5e7e6a 100644 --- a/packages/arcgis-rest-items/package.json +++ b/packages/arcgis-rest-items/package.json @@ -1,6 +1,6 @@ { "name": "@esri/arcgis-rest-items", - "version": "1.0.3", + "version": "1.1.0", "description": "Portal Item helpers for @esri/arcgis-rest-request", "main": "dist/node/index.js", "browser": "dist/umd/arcgis-rest-items.umd.js", @@ -8,19 +8,21 @@ "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", diff --git a/packages/arcgis-rest-request/package.json b/packages/arcgis-rest-request/package.json index ac0b4fbe23..97795ecf40 100644 --- a/packages/arcgis-rest-request/package.json +++ b/packages/arcgis-rest-request/package.json @@ -1,6 +1,6 @@ { "name": "@esri/arcgis-rest-request", - "version": "1.0.3", + "version": "1.1.0", "description": "Common methods and utilities for @esri/arcgis-rest-* packages.", "main": "dist/node/index.js", "browser": "dist/umd/arcgis-rest-request.umd.js", @@ -11,7 +11,9 @@ "dependencies": { "tslib": "^1.7.1" }, - "files": [ "dist/**" ], + "files": [ + "dist/**" + ], "scripts": { "prepare": "npm run build", "build": "npm run build:node && npm run build:umd && npm run build:esm",