Skip to content

Commit

Permalink
v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwayson committed Mar 18, 2021
1 parent db9ed1b commit d174fac
Show file tree
Hide file tree
Showing 28 changed files with 81 additions and 75 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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).

## [3.0.3] - 2021-03-18

### Fixed

- **arcgis-rest-auth** Support ArcGIS Online 9.1 credentials

## [3.0.2] - 2021-02-24

### Changed
Expand Down
6 changes: 3 additions & 3 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": "3.0.2",
"version": "3.0.3",
"description": "arcgis-rest-js node command-line item search example",
"main": "ago.js",
"scripts": {
Expand All @@ -18,8 +18,8 @@
"author": "Dave Bouwman <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-auth": "^3.0.2",
"@esri/arcgis-rest-portal": "^3.0.2",
"@esri/arcgis-rest-auth": "^3.0.3",
"@esri/arcgis-rest-portal": "^3.0.3",
"@esri/arcgis-rest-request": "^2.25.0",
"chalk": "^2.3.0",
"commander": "^2.12.2",
Expand Down
4 changes: 2 additions & 2 deletions demos/attachments/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "attachments",
"version": "3.0.2",
"version": "3.0.3",
"private": true,
"description": "Vanilla JavaScript demo of attachment methods of @esri/arcgis-rest-feature-service",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-feature-layer": "^3.0.2",
"@esri/arcgis-rest-feature-layer": "^3.0.3",
"@esri/arcgis-rest-request": "^2.25.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 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": "3.0.2",
"version": "3.0.3",
"description": "arcgis-rest-js batch geocode sample",
"main": "batch-geocode.js",
"scripts": {
Expand All @@ -27,8 +27,8 @@
},
"homepage": "https://github.com/Esri/arcgis-rest-js#readme",
"dependencies": {
"@esri/arcgis-rest-auth": "^3.0.2",
"@esri/arcgis-rest-geocoding": "^3.0.2",
"@esri/arcgis-rest-auth": "^3.0.3",
"@esri/arcgis-rest-geocoding": "^3.0.3",
"@esri/arcgis-rest-request": "^2.25.0",
"cross-fetch": "^3.0.0",
"isomorphic-form-data": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions demos/express/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@esri/arcgis-rest-demo-express",
"version": "3.0.2",
"version": "3.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": "^3.0.2",
"@esri/arcgis-rest-auth": "^3.0.3",
"@esri/arcgis-rest-request": "^2.25.0",
"cross-fetch": "^3.0.0",
"express": "^4.16.3",
Expand Down
4 changes: 2 additions & 2 deletions demos/feature-service-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "feature-service-browser",
"version": "3.0.2",
"version": "3.0.3",
"private": true,
"description": "Vanilla JavaScript demo of @esri/arcgis-rest-feature-service",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-feature-layer": "^3.0.2",
"@esri/arcgis-rest-feature-layer": "^3.0.3",
"@esri/arcgis-rest-request": "^2.25.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions demos/geocoder-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@esri/arcgis-rest-geocoder-vanilla",
"version": "3.0.2",
"version": "3.0.3",
"private": true,
"description": "Vanilla JavaScript demo of @esri/arcgis-rest-geocoder",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-auth": "^3.0.2",
"@esri/arcgis-rest-geocoding": "^3.0.2",
"@esri/arcgis-rest-auth": "^3.0.3",
"@esri/arcgis-rest-geocoding": "^3.0.3",
"@esri/arcgis-rest-request": "^2.25.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions demos/jsapi-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@esri/jsapi-integration",
"version": "3.0.2",
"version": "3.0.3",
"private": true,
"description": "to do",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-auth": "^3.0.2",
"@esri/arcgis-rest-portal": "^3.0.2",
"@esri/arcgis-rest-auth": "^3.0.3",
"@esri/arcgis-rest-portal": "^3.0.3",
"@esri/arcgis-rest-request": "^2.25.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions demos/node-cli-item-management/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cli-item-management",
"version": "3.0.2",
"version": "3.0.3",
"description": "Manage items in ArcGIS Online with a Node JS CLI and ArcGIS Rest JS",
"main": "index.js",
"scripts": {
Expand All @@ -16,8 +16,8 @@
"arcgis-rest-js"
],
"dependencies": {
"@esri/arcgis-rest-auth": "^3.0.2",
"@esri/arcgis-rest-portal": "^3.0.2",
"@esri/arcgis-rest-auth": "^3.0.3",
"@esri/arcgis-rest-portal": "^3.0.3",
"@esri/arcgis-rest-request": "^2.25.0",
"chalk": "^2.3.0",
"cross-fetch": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions demos/oauth2-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@esri/arcgis-rest-demo-vanilla",
"version": "3.0.2",
"version": "3.0.3",
"private": true,
"description": "Vanilla JavaScript demo of @esri/arcgis-rest-* packages",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-auth": "^3.0.2",
"@esri/arcgis-rest-auth": "^3.0.3",
"@esri/arcgis-rest-request": "^2.25.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions demos/stream-response-to-file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stream-response-to-file",
"version": "3.0.2",
"version": "3.0.3",
"private": true,
"description": "stream response to file with arcgis-rest-request",
"main": "index.js",
Expand All @@ -25,7 +25,7 @@
},
"homepage": "https://github.com/Esri/arcgis-rest-js#readme",
"dependencies": {
"@esri/arcgis-rest-feature-layer": "^3.0.2",
"@esri/arcgis-rest-feature-layer": "^3.0.3",
"@esri/arcgis-rest-request": "^2.25.0",
"isomorphic-form-data": "^2.0.0",
"node-fetch": "^2.3.0"
Expand Down
4 changes: 2 additions & 2 deletions demos/tree-shaking-rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/arcgis-rest-tree-shaking-rollup",
"version": "3.0.2",
"version": "3.0.3",
"private": true,
"description": "",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"rollup-plugin-node-resolve": "^4.0.1"
},
"dependencies": {
"@esri/arcgis-rest-portal": "^3.0.2",
"@esri/arcgis-rest-portal": "^3.0.3",
"@esri/arcgis-rest-request": "^2.25.0"
}
}
4 changes: 2 additions & 2 deletions demos/tree-shaking-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/arcgis-rest-tree-shaking-webpack",
"version": "3.0.2",
"version": "3.0.3",
"private": true,
"description": "",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"webpack-cli": "^3.3.0"
},
"dependencies": {
"@esri/arcgis-rest-portal": "^3.0.2",
"@esri/arcgis-rest-portal": "^3.0.3",
"@esri/arcgis-rest-request": "^2.25.0"
}
}
4 changes: 2 additions & 2 deletions demos/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@esri/arcgis-rest-demo-vue-with-popup",
"description": "VueJS demo of @esri/arcgis-rest-* packages.",
"version": "3.0.2",
"version": "3.0.3",
"author": "",
"license": "Apache-2.0",
"private": true,
Expand All @@ -12,7 +12,7 @@
"start": "npm run serve"
},
"dependencies": {
"@esri/arcgis-rest-auth": "^3.0.2",
"@esri/arcgis-rest-auth": "^3.0.3",
"@esri/arcgis-rest-request": "^2.25.0",
"vue": "^2.5.17",
"vue-router": "^3.0.1",
Expand Down
6 changes: 3 additions & 3 deletions demos/webmap-checker-sapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sapper-webmap-checker",
"description": "this thing is cray cray",
"private": true,
"version": "3.0.2",
"version": "3.0.3",
"scripts": {
"dev": "sapper dev",
"build:legacy": "sapper build --legacy",
Expand All @@ -13,8 +13,8 @@
"test": "run-p --race dev cy:run"
},
"dependencies": {
"@esri/arcgis-rest-auth": "^3.0.2",
"@esri/arcgis-rest-portal": "^3.0.2",
"@esri/arcgis-rest-auth": "^3.0.3",
"@esri/arcgis-rest-portal": "^3.0.3",
"@esri/arcgis-rest-request": "^2.25.0",
"compression": "^1.7.1",
"cookies": "^0.7.3",
Expand Down
16 changes: 8 additions & 8 deletions docs/src/srihashes.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "3.0.2",
"version": "3.0.3",
"packages": {
"@esri/arcgis-rest-auth": "sha384-eBdJSoGy6N6hco9mQDUwu+jU6NcCs46XjR/Dp6caV5b//t1dOXL4VcsMHn6qvIf3",
"@esri/arcgis-rest-feature-layer": "sha384-a6tICWlF/0PVvinGT7aZNCvMZ5E4cVzyOD8wGS7VlVDfCIge1tnDms29KInrK05U",
"@esri/arcgis-rest-geocoding": "sha384-sUBBKuK0oPTT2YhLnoIezQVB59CtOL+i9eF2LIJisEMIAASJ9B/q/YaxpRX43tqW",
"@esri/arcgis-rest-portal": "sha384-XQfsqNWL5kP/+JFZ4hUvDDMmQuwh6U0cV4lTi8FNhNYsE0m5GnvC6B9M5KZtvB6s",
"@esri/arcgis-rest-request": "sha384-nn77wsbzNpYQcwjOkfcfUwZZ1/mmvXUwjqG5EuzAd41KMMp3U4x89ZFYtWHIcjxp",
"@esri/arcgis-rest-routing": "sha384-lR8KwLq4hWzx2fPwhe7cWIgYiC4Y1tSRbOktWNL66PbOJPMtsq/KexK9VIdKetMu",
"@esri/arcgis-rest-service-admin": "sha384-hPE8EAUUaJ29H8B+qPogyFOEDjbddaGE6Eg0ueoa9+HrSKBNy7k/tSyG3HtHi6ac"
"@esri/arcgis-rest-auth": "sha384-+fuYa7L0z05Aq4iJF/LTMlNAdmMciHPO4TLNTJWpraAJ5V4XUkre7asjikEgQGJ+",
"@esri/arcgis-rest-feature-layer": "sha384-7kHMNWK8BZ9UF+QrfyVnYXMpV/53PRYXENryFqUwvCeGygPDBlyuwqwbnreYej4X",
"@esri/arcgis-rest-geocoding": "sha384-Rl8WAOPYuphX6odNErL9Iv0Ah4VCVDs5F39FRPIMJStv8vgd8RLZMKOBMCoKVYMe",
"@esri/arcgis-rest-portal": "sha384-jGedfL2p+JAzr3qjTDii0OpKvPF7CwUWiIVNfSr7chkZzoVGKoypKktHAGsb0DhY",
"@esri/arcgis-rest-request": "sha384-9bRO8lKkFCLQC3EVyh/XAAh/nG4uCtToXwfK5ihZNnc5gEoXhvC4fKnqJivIM4HK",
"@esri/arcgis-rest-routing": "sha384-6F7f7t8fJi40RfqH5qFZOam+6pwYDBVd5gYai6qB8DzDJLrgonURanK5BD1jejfd",
"@esri/arcgis-rest-service-admin": "sha384-wXRxMcyG51/37nXvyai7mzKhx4+nZpHtG2pDmydavkByvRAYXy/1mHJCM4dAT9tB"
}
}
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": "3.0.2"
"version": "3.0.3"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "3.0.2",
"version": "3.0.3",
"description": "Compact, modular JavaScript wrappers for the ArcGIS REST API that run in Node.js and modern browsers.",
"devDependencies": {
"@rollup/plugin-commonjs": "^15.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/arcgis-rest-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/arcgis-rest-auth",
"version": "3.0.2",
"version": "3.0.3",
"description": "Authentication helpers for @esri/arcgis-rest-js.",
"main": "dist/node/index.js",
"unpkg": "dist/umd/auth.umd.js",
Expand All @@ -13,11 +13,11 @@
"dist/**"
],
"dependencies": {
"@esri/arcgis-rest-types": "^3.0.2",
"@esri/arcgis-rest-types": "^3.0.3",
"tslib": "^1.13.0"
},
"devDependencies": {
"@esri/arcgis-rest-request": "^3.0.2"
"@esri/arcgis-rest-request": "^3.0.3"
},
"peerDependencies": {
"@esri/arcgis-rest-request": "^3.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/arcgis-rest-demographics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/arcgis-rest-demographics",
"version": "3.0.2",
"version": "3.0.3",
"description": "Demographics data helpers for @esri/arcgis-rest-js",
"main": "dist/node/index.js",
"unpkg": "dist/umd/geocoding.umd.js",
Expand All @@ -13,12 +13,12 @@
"dist/**"
],
"dependencies": {
"@esri/arcgis-rest-types": "^3.0.2",
"@esri/arcgis-rest-types": "^3.0.3",
"tslib": "^1.13.0"
},
"devDependencies": {
"@esri/arcgis-rest-auth": "^3.0.2",
"@esri/arcgis-rest-request": "^3.0.2"
"@esri/arcgis-rest-auth": "^3.0.3",
"@esri/arcgis-rest-request": "^3.0.3"
},
"peerDependencies": {
"@esri/arcgis-rest-auth": "^3.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/arcgis-rest-feature-layer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/arcgis-rest-feature-layer",
"version": "3.0.2",
"version": "3.0.3",
"description": "Feature layer query and edit helpers for @esri/arcgis-rest-js",
"main": "dist/node/index.js",
"unpkg": "dist/umd/feature-layer.umd.js",
Expand All @@ -13,12 +13,12 @@
"dist/**"
],
"dependencies": {
"@esri/arcgis-rest-types": "^3.0.2",
"@esri/arcgis-rest-types": "^3.0.3",
"tslib": "^1.13.0"
},
"devDependencies": {
"@esri/arcgis-rest-auth": "^3.0.2",
"@esri/arcgis-rest-request": "^3.0.2"
"@esri/arcgis-rest-auth": "^3.0.3",
"@esri/arcgis-rest-request": "^3.0.3"
},
"peerDependencies": {
"@esri/arcgis-rest-auth": "^3.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/arcgis-rest-geocoding/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/arcgis-rest-geocoding",
"version": "3.0.2",
"version": "3.0.3",
"description": "Geocoding helpers for @esri/arcgis-rest-js",
"main": "dist/node/index.js",
"unpkg": "dist/umd/geocoding.umd.js",
Expand All @@ -13,14 +13,14 @@
"dist/**"
],
"dependencies": {
"@esri/arcgis-rest-types": "^3.0.2",
"@esri/arcgis-rest-types": "^3.0.3",
"@terraformer/arcgis": "^2.0.7",
"@types/terraformer__arcgis": "^2.0.0",
"tslib": "^1.13.0"
},
"devDependencies": {
"@esri/arcgis-rest-auth": "^3.0.2",
"@esri/arcgis-rest-request": "^3.0.2"
"@esri/arcgis-rest-auth": "^3.0.3",
"@esri/arcgis-rest-request": "^3.0.3"
},
"peerDependencies": {
"@esri/arcgis-rest-auth": "^3.0.0",
Expand Down
Loading

0 comments on commit d174fac

Please sign in to comment.