diff --git a/.vscode/launch.json b/.vscode/launch.json index d47d70b7f4..7ad3eea247 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -12,6 +12,13 @@ "args": [ "--config=jasmine.json" ] + }, + { + "type": "node", + "request": "launch", + "name": "Debug Changelog Script", + "program": "${workspaceRoot}/support/changelog.js", + "args": ["--config=jasmine.json"] } ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 385c3abf82..6ca2c577d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,99 @@ 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.0.3] - December 21st 2017 + +### @esri/arcgis-rest-auth + +* Documentation + * **fix dead links**: fixed broken links within declaration page content [`449183b`](https://github.com/Esri/arcgis-rest-js/commit/449183b4bd612712be9cd8dca096c7514764cbcb) +* Bug Fixes + * **UserSession**: throw ArcGISAuthError instead of Error when unable to refresh a token [`8854765`](https://github.com/Esri/arcgis-rest-js/commit/88547656ce88786e2dcac8e8e0e78045b67e8e16) [#56](https://github.com/Esri/arcgis-rest-js/issues/56) + * **oauth**: check for window parent correctly in ouath without popup [`a27bb7d`](https://github.com/Esri/arcgis-rest-js/commit/a27bb7da5fa5de7ddfbc2d676b707bfa1780ecbf) +* Misc. + * **package.json files and rollup config**: ensure JS build tools can fetch a valid UMD file [`29e0189`](https://github.com/Esri/arcgis-rest-js/commit/29e01897e35c6c4bb02709998afe2c493401d86d) [#101travisneedssudotoinstallchromenowiguessleavethefilenamesbeithinkitschokingonthepreparescriptanothertrywiththenpm@5guessensurerollupdoesntusebrowserbundlesdontneedsudoanymore](https://github.com/Esri/arcgis-rest-js/issues/101travisneedssudotoinstallchromenowiguessleavethefilenamesbeithinkitschokingonthepreparescriptanothertrywiththenpm@5guessensurerollupdoesntusebrowserbundlesdontneedsudoanymore) + +### @esri/arcgis-rest-common-types + +* Documentation + * **fix dead links**: fixed broken links within declaration page content [`449183b`](https://github.com/Esri/arcgis-rest-js/commit/449183b4bd612712be9cd8dca096c7514764cbcb) + +### @esri/arcgis-rest-demo-vanilla + +* Documentation + * **batch geocoder**: add new demo to batch geocode addresses from csv in node [`152c9d8`](https://github.com/Esri/arcgis-rest-js/commit/152c9d88663555d3b05a38f374114bf8ddd18394) [#97](https://github.com/Esri/arcgis-rest-js/issues/97) + +### @esri/arcgis-rest-geocoder + +* Documentation + * **fix dead links**: fixed broken links within declaration page content [`449183b`](https://github.com/Esri/arcgis-rest-js/commit/449183b4bd612712be9cd8dca096c7514764cbcb) +* Misc. + * **package.json files and rollup config**: ensure JS build tools can fetch a valid UMD file [`29e0189`](https://github.com/Esri/arcgis-rest-js/commit/29e01897e35c6c4bb02709998afe2c493401d86d) [#101travisneedssudotoinstallchromenowiguessleavethefilenamesbeithinkitschokingonthepreparescriptanothertrywiththenpm@5guessensurerollupdoesntusebrowserbundlesdontneedsudoanymore](https://github.com/Esri/arcgis-rest-js/issues/101travisneedssudotoinstallchromenowiguessleavethefilenamesbeithinkitschokingonthepreparescriptanothertrywiththenpm@5guessensurerollupdoesntusebrowserbundlesdontneedsudoanymore) + +### @esri/arcgis-rest-geocoder-vanilla + +* Documentation + * **batch geocoder**: add new demo to batch geocode addresses from csv in node [`152c9d8`](https://github.com/Esri/arcgis-rest-js/commit/152c9d88663555d3b05a38f374114bf8ddd18394) [#97](https://github.com/Esri/arcgis-rest-js/issues/97) + +### @esri/arcgis-rest-groups + +* Documentation + * **fix dead links**: fixed broken links within declaration page content [`449183b`](https://github.com/Esri/arcgis-rest-js/commit/449183b4bd612712be9cd8dca096c7514764cbcb) +* Misc. + * **package.json files and rollup config**: ensure JS build tools can fetch a valid UMD file [`29e0189`](https://github.com/Esri/arcgis-rest-js/commit/29e01897e35c6c4bb02709998afe2c493401d86d) [#101travisneedssudotoinstallchromenowiguessleavethefilenamesbeithinkitschokingonthepreparescriptanothertrywiththenpm@5guessensurerollupdoesntusebrowserbundlesdontneedsudoanymore](https://github.com/Esri/arcgis-rest-js/issues/101travisneedssudotoinstallchromenowiguessleavethefilenamesbeithinkitschokingonthepreparescriptanothertrywiththenpm@5guessensurerollupdoesntusebrowserbundlesdontneedsudoanymore) + +### @esri/arcgis-rest-items + +* Documentation + * **fix dead links**: fixed broken links within declaration page content [`449183b`](https://github.com/Esri/arcgis-rest-js/commit/449183b4bd612712be9cd8dca096c7514764cbcb) +* Bug Fixes + * **items**: dont override user supplied parameters when updating items [`eaa1656`](https://github.com/Esri/arcgis-rest-js/commit/eaa1656fc0164098e45897ccd1bc9b21a865d2df) [#117](https://github.com/Esri/arcgis-rest-js/issues/117) + * **params**: flip param values in updateItemResource so they are passed correctly [`5093e39`](https://github.com/Esri/arcgis-rest-js/commit/5093e390f5f60f5ca39901c361c4c993f1355d73) [#118](https://github.com/Esri/arcgis-rest-js/issues/118) +* Misc. + * **package.json files and rollup config**: ensure JS build tools can fetch a valid UMD file [`29e0189`](https://github.com/Esri/arcgis-rest-js/commit/29e01897e35c6c4bb02709998afe2c493401d86d) [#101travisneedssudotoinstallchromenowiguessleavethefilenamesbeithinkitschokingonthepreparescriptanothertrywiththenpm@5guessensurerollupdoesntusebrowserbundlesdontneedsudoanymore](https://github.com/Esri/arcgis-rest-js/issues/101travisneedssudotoinstallchromenowiguessleavethefilenamesbeithinkitschokingonthepreparescriptanothertrywiththenpm@5guessensurerollupdoesntusebrowserbundlesdontneedsudoanymore) + +### @esri/arcgis-rest-request + +* Documentation + * **fix dead links**: fixed broken links within declaration page content [`449183b`](https://github.com/Esri/arcgis-rest-js/commit/449183b4bd612712be9cd8dca096c7514764cbcb) +* Bug Fixes + * **request**: allow options.fetch without global fetch [`99cf01c`](https://github.com/Esri/arcgis-rest-js/commit/99cf01c391cffc4ba73f39119db05564962abd74) [#108](https://github.com/Esri/arcgis-rest-js/issues/108) +* Misc. + * **package.json files and rollup config**: ensure JS build tools can fetch a valid UMD file [`29e0189`](https://github.com/Esri/arcgis-rest-js/commit/29e01897e35c6c4bb02709998afe2c493401d86d) [#101travisneedssudotoinstallchromenowiguessleavethefilenamesbeithinkitschokingonthepreparescriptanothertrywiththenpm@5guessensurerollupdoesntusebrowserbundlesdontneedsudoanymore](https://github.com/Esri/arcgis-rest-js/issues/101travisneedssudotoinstallchromenowiguessleavethefilenamesbeithinkitschokingonthepreparescriptanothertrywiththenpm@5guessensurerollupdoesntusebrowserbundlesdontneedsudoanymore) + +### Other Changes + +* Chores + * **commit-script**: remove \`git add all\` from \`npm run c\` [`8d7f7ef`](https://github.com/Esri/arcgis-rest-js/commit/8d7f7ef4f4705738eddc5de74d92cc4f60462037) + * **prettier**: ignore package.json and package-lock.json [`57d234e`](https://github.com/Esri/arcgis-rest-js/commit/57d234ee0bb20f336803cb1af7df026043ad81ed) +* Documentation + * **links**: fix remaining 404s in docs [`ae59cd9`](https://github.com/Esri/arcgis-rest-js/commit/ae59cd9a3b7ac4c5895a638740708b76a9c87a50) + * **links**: fix remaining 404s in docs [`3c9a0f0`](https://github.com/Esri/arcgis-rest-js/commit/3c9a0f074215d6f81f03a470c19ef3cff29ee62b) [#92](https://github.com/Esri/arcgis-rest-js/issues/92) + * **api-ref**: remove function names from types that are functions [`65ca31b`](https://github.com/Esri/arcgis-rest-js/commit/65ca31be92648ae5b26437c40d50543642dcb757) + * **api-ref**: add support for type children and index signatures as type values [`f88c259`](https://github.com/Esri/arcgis-rest-js/commit/f88c2598a6b786838a8d8b27ac7b58d229f3dbc8) + * **api-ref**: support rendering array types [`264a123`](https://github.com/Esri/arcgis-rest-js/commit/264a12306c5f79970bac1adf3f52ddf18db1a83c) + * **api-ref**: display tuples properly, lookup type references by name [`d3729fe`](https://github.com/Esri/arcgis-rest-js/commit/d3729fe35d9f9636a96a46c5a57720d7702c680c) + * **fix dead links**: fixed broken links within declaration page content [`4fac8bc`](https://github.com/Esri/arcgis-rest-js/commit/4fac8bc1f3944176bd1094d87ab7f6b415c5857f) + * **get-started**: improve getting started guides [`14f13cb`](https://github.com/Esri/arcgis-rest-js/commit/14f13cb0a4cc47d2e543aaaf283c0ddae1d0e3d6) + * **documentation-site**: fix docs:deploy script, build and deploy docs after publish [`141ea9b`](https://github.com/Esri/arcgis-rest-js/commit/141ea9b64f19ae1456e030b9d2a852533bed972f) + * **cleanup**: clear build folder before running docs:build or docs:serve [`fa692bc`](https://github.com/Esri/arcgis-rest-js/commit/fa692bc2495e48004efa0188e55a098a8eda1d18) + * **refactor**: setup docs to run locally and on esri.github.io/arcgis-rest-js/ [`b4f0d94`](https://github.com/Esri/arcgis-rest-js/commit/b4f0d943acb17c41b3f8f4a4da7511543d1e2aa1) + * **helpers**: add helpers to generate CDN links and NPM install commands [`c5599ec`](https://github.com/Esri/arcgis-rest-js/commit/c5599ec8cdafe123ec1ad0af4caa42169c9c0552) +* Bug Fixes + * **oauth**: check for window parent correctly in oauth without popup [`94edc2a`](https://github.com/Esri/arcgis-rest-js/commit/94edc2a1d3110d448fd7abe8367812deccbc7647) +* Misc. + * **package.json scripts**: dont stage everything when npm run c is called [`a21e98e`](https://github.com/Esri/arcgis-rest-js/commit/a21e98e27ecd7884d579006bb65f0e95370031a2) + +### batch-geocoder + +* Documentation + * **batch geocoder**: add new demo to batch geocode addresses from csv in node [`152c9d8`](https://github.com/Esri/arcgis-rest-js/commit/152c9d88663555d3b05a38f374114bf8ddd18394) [#97](https://github.com/Esri/arcgis-rest-js/issues/97) + +### node-cli + +* Documentation + * **ago node-cli**: add node-cli demo to search ago [`50c879c`](https://github.com/Esri/arcgis-rest-js/commit/50c879c3c66e49d7d82aa167e9ebe7fb7f4373c8) + ## [1.0.2] - December 21st 2017 ### Other Changes @@ -33,5 +126,6 @@ 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...1.0.2 "1.0.2" -[HEAD]: https://github.com/Esri/arcgis-rest-js/compare/1.0.2...HEAD "Unreleased Changes" +[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" diff --git a/demos/ago-node-cli/package.json b/demos/ago-node-cli/package.json index 18b0490afe..f579d05ceb 100644 --- a/demos/ago-node-cli/package.json +++ b/demos/ago-node-cli/package.json @@ -1,13 +1,13 @@ { "name": "node-cli", - "version": "1.0.2", + "version": "1.0.3", "description": "arcgis-rest-js node command-line item search example", "main": "ago.js", "scripts": { "start": "echo \"CLI - node index.js \" && exit 1" }, "bin": { - "ago":"./ago.js" + "ago": "./ago.js" }, "private": true, "keywords": [ @@ -18,13 +18,13 @@ "author": "Dave Bouwman ", "license": "Apache-2.0", "dependencies": { - "@esri/arcgis-rest-auth": "^1.0.2", - "@esri/arcgis-rest-request": "^1.0.2", - "@esri/arcgis-rest-items": "^1.0.2", + "@esri/arcgis-rest-auth": "^1.0.3", + "@esri/arcgis-rest-items": "^1.0.3", + "@esri/arcgis-rest-request": "^1.0.3", + "chalk": "^2.3.0", + "commander": "^2.12.2", "isomorphic-fetch": "^2.2.1", "isomorphic-form-data": "^1.0.0", - "chalk": "^2.3.0", - "jsonfile": "^4.0.0", - "commander": "^2.12.2" + "jsonfile": "^4.0.0" } } diff --git a/demos/batch-geocoder-node/package.json b/demos/batch-geocoder-node/package.json index 4984ae3198..0c1fbef2b4 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.2", + "version": "1.0.3", "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.2", - "@esri/arcgis-rest-common-types": "^1.0.2", - "@esri/arcgis-rest-geocoder": "^1.0.2", - "@esri/arcgis-rest-request": "^1.0.2", + "@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", "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 bf5e98f553..4bea823cb7 100644 --- a/demos/express/package.json +++ b/demos/express/package.json @@ -1,13 +1,13 @@ { "name": "@esri/arcgis-rest-demo-express", - "version": "1.0.2", + "version": "1.0.3", "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.2", - "@esri/arcgis-rest-request": "^1.0.2", + "@esri/arcgis-rest-auth": "^1.0.3", + "@esri/arcgis-rest-request": "^1.0.3", "express": "^4.15.4", "isomorphic-fetch": "^2.2.1", "isomorphic-form-data": "^1.0.0" diff --git a/demos/geocoder-browser/package.json b/demos/geocoder-browser/package.json index 96b5487dfb..de1c7b9a7c 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.2", + "version": "1.0.3", "private": true, "description": "Vanilla JavaScript demo of @esri/arcgis-rest-geocoder", "author": "", "license": "Apache-2.0", "dependencies": { - "@esri/arcgis-rest-auth": "^1.0.2", - "@esri/arcgis-rest-geocoder": "^1.0.2", - "@esri/arcgis-rest-request": "^1.0.2" + "@esri/arcgis-rest-auth": "^1.0.3", + "@esri/arcgis-rest-geocoder": "^1.0.3", + "@esri/arcgis-rest-request": "^1.0.3" }, "devDependencies": { "http-server": "*" diff --git a/demos/vanilla-browser/package.json b/demos/vanilla-browser/package.json index 03179c0ab9..10cc5747fe 100644 --- a/demos/vanilla-browser/package.json +++ b/demos/vanilla-browser/package.json @@ -1,13 +1,13 @@ { "name": "@esri/arcgis-rest-demo-vanilla", - "version": "1.0.2", + "version": "1.0.3", "private": true, "description": "Vanilla JavaScript demo of @esri/arcgis-rest-* packages", "author": "", "license": "Apache-2.0", "dependencies": { - "@esri/arcgis-rest-auth": "^1.0.2", - "@esri/arcgis-rest-request": "^1.0.2" + "@esri/arcgis-rest-auth": "^1.0.3", + "@esri/arcgis-rest-request": "^1.0.3" }, "devDependencies": { "http-server": "*" diff --git a/lerna.json b/lerna.json index d0eee82409..5a9e49bd39 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ "packages/*", "demos/*" ], - "version": "1.0.2" + "version": "1.0.3" } diff --git a/package-lock.json b/package-lock.json index 45e4076fe5..cb85eff083 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@esri/arcgis-rest-js", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ceaa08eb46..ec70665701 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@esri/arcgis-rest-js", - "version": "1.0.2", + "version": "1.0.3", "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", @@ -82,7 +82,7 @@ "test:firefox": "karma start --single-run --browsers=Firefox", "test:node": "jasmine --config=jasmine.json", "test:node:debug": "inspect jasmine --config=jasmine.json", - "test:ci": "npm run test:node && npm run test:chrome:ci && npm run test:firefox", + "test:ci": "npm run test:node && npm run test:chrome:ci && npm run test:firefox", "test:all": "npm run test:node && npm run test:firefox && npm run test:chrome", "docs:build": "rimraf docs/build && npm run docs:typedoc && npm run docs:build:acetate && npm run docs:build:sass && npm run docs:build:images", "docs:build:acetate": "ENV=prod acetate build --config docs/acetate.config.js", diff --git a/packages/arcgis-rest-auth/package.json b/packages/arcgis-rest-auth/package.json index ba6ece88bf..2fac5dd78b 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.2", + "version": "1.0.3", "description": "Authentication helpers for @esri/arcgis-rest-*.", "main": "dist/node/index.js", "browser": "dist/umd/arcgis-rest-auth.umd.js", @@ -12,10 +12,10 @@ "tslib": "^1.7.1" }, "peerDependencies": { - "@esri/arcgis-rest-request": "^1.0.2" + "@esri/arcgis-rest-request": "^1.0.3" }, "devDependencies": { - "@esri/arcgis-rest-request": "^1.0.2" + "@esri/arcgis-rest-request": "^1.0.3" }, "scripts": { "prepare": "npm run build", diff --git a/packages/arcgis-rest-common-types/package.json b/packages/arcgis-rest-common-types/package.json index 679b97c8c4..e057e11ebd 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.2", + "version": "1.0.3", "description": "Common TypeScript types for @esri/arcgis-rest-* packages.", "types": "dist/types/index.d.ts", "author": "", diff --git a/packages/arcgis-rest-geocoder/package.json b/packages/arcgis-rest-geocoder/package.json index 047c2b1fcd..cf173c03ad 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.2", + "version": "1.0.3", "description": "Geocoding helpers for @esri/arcgis-rest-request", "main": "dist/node/index.js", "browser": "dist/umd/arcgis-rest-geocoder.umd.js", @@ -12,14 +12,14 @@ "tslib": "^1.7.1" }, "peerDependencies": { - "@esri/arcgis-rest-auth": "^1.0.2", - "@esri/arcgis-rest-common-types": "^1.0.2", - "@esri/arcgis-rest-request": "^1.0.2" + "@esri/arcgis-rest-auth": "^1.0.3", + "@esri/arcgis-rest-common-types": "^1.0.3", + "@esri/arcgis-rest-request": "^1.0.3" }, "devDependencies": { - "@esri/arcgis-rest-auth": "^1.0.2", - "@esri/arcgis-rest-common-types": "^1.0.2", - "@esri/arcgis-rest-request": "^1.0.2" + "@esri/arcgis-rest-auth": "^1.0.3", + "@esri/arcgis-rest-common-types": "^1.0.3", + "@esri/arcgis-rest-request": "^1.0.3" }, "scripts": { "prepare": "npm run build", diff --git a/packages/arcgis-rest-groups/package.json b/packages/arcgis-rest-groups/package.json index 10cdc9df9f..210eb8649b 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.2", + "version": "1.0.3", "description": "Portal Group helpers for @esri/arcgis-rest-request", "main": "dist/node/index.js", "browser": "dist/umd/arcgis-rest-groups.umd.js", @@ -12,14 +12,14 @@ "tslib": "^1.7.1" }, "peerDependencies": { - "@esri/arcgis-rest-auth": "^1.0.2", - "@esri/arcgis-rest-common-types": "^1.0.2", - "@esri/arcgis-rest-request": "^1.0.2" + "@esri/arcgis-rest-auth": "^1.0.3", + "@esri/arcgis-rest-common-types": "^1.0.3", + "@esri/arcgis-rest-request": "^1.0.3" }, "devDependencies": { - "@esri/arcgis-rest-auth": "^1.0.2", - "@esri/arcgis-rest-common-types": "^1.0.2", - "@esri/arcgis-rest-request": "^1.0.2" + "@esri/arcgis-rest-auth": "^1.0.3", + "@esri/arcgis-rest-common-types": "^1.0.3", + "@esri/arcgis-rest-request": "^1.0.3" }, "scripts": { "prepare": "npm run build", diff --git a/packages/arcgis-rest-items/package.json b/packages/arcgis-rest-items/package.json index d28f41e8de..6884a1dfae 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.2", + "version": "1.0.3", "description": "Portal Item helpers for @esri/arcgis-rest-request", "main": "dist/node/index.js", "browser": "dist/umd/arcgis-rest-items.umd.js", @@ -12,14 +12,14 @@ "tslib": "^1.7.1" }, "peerDependencies": { - "@esri/arcgis-rest-auth": "^1.0.2", - "@esri/arcgis-rest-common-types": "^1.0.2", - "@esri/arcgis-rest-request": "^1.0.2" + "@esri/arcgis-rest-auth": "^1.0.3", + "@esri/arcgis-rest-common-types": "^1.0.3", + "@esri/arcgis-rest-request": "^1.0.3" }, "devDependencies": { - "@esri/arcgis-rest-auth": "^1.0.2", - "@esri/arcgis-rest-common-types": "^1.0.2", - "@esri/arcgis-rest-request": "^1.0.2" + "@esri/arcgis-rest-auth": "^1.0.3", + "@esri/arcgis-rest-common-types": "^1.0.3", + "@esri/arcgis-rest-request": "^1.0.3" }, "scripts": { "prepare": "npm run build", diff --git a/packages/arcgis-rest-request/package.json b/packages/arcgis-rest-request/package.json index fae8dc69be..68fb26cad0 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.2", + "version": "1.0.3", "description": "Common methods and utilities for @esri/arcgis-rest-* packages.", "main": "dist/node/index.js", "browser": "dist/umd/arcgis-rest-request.umd.js",