Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwayson committed Jul 9, 2021
1 parent 63d841b commit 9e06ca1
Show file tree
Hide file tree
Showing 28 changed files with 149 additions and 22,812 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Unrealased

## [3.2.0](https://github.com/Esri/arcgis-rest-js/compare/v3.1.2...v3.2.0) - July 9th 2021

### Added

- **arcgis-rest-feature-layer** add `getAllLayersAndTables` and `parseServiceUrl`

## [3.1.2](https://github.com/Esri/arcgis-rest-js/compare/v3.1.1...v3.1.2) - June 16th 2021

### Changed
Expand Down
10 changes: 5 additions & 5 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.1.2",
"version": "3.2.0",
"description": "arcgis-rest-js node command-line item search example",
"main": "ago.js",
"scripts": {
Expand All @@ -18,13 +18,13 @@
"author": "Dave Bouwman <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-auth": "^3.1.2",
"@esri/arcgis-rest-portal": "^3.1.2",
"@esri/arcgis-rest-request": "^3.1.2",
"@esri/arcgis-rest-auth": "^3.2.0",
"@esri/arcgis-rest-portal": "^3.2.0",
"@esri/arcgis-rest-request": "^3.2.0",
"chalk": "^2.3.0",
"commander": "^2.12.2",
"cross-fetch": "^3.0.0",
"isomorphic-form-data": "^1.0.0",
"jsonfile": "^4.0.0"
}
}
}
8 changes: 4 additions & 4 deletions demos/attachments/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "attachments",
"version": "3.1.2",
"version": "3.2.0",
"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.1.2",
"@esri/arcgis-rest-request": "^3.1.2"
"@esri/arcgis-rest-feature-layer": "^3.2.0",
"@esri/arcgis-rest-request": "^3.2.0"
},
"devDependencies": {
"http-server": "*"
},
"scripts": {
"start": "http-server ."
}
}
}
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": "3.1.2",
"version": "3.2.0",
"description": "arcgis-rest-js batch geocode sample",
"main": "batch-geocode.js",
"scripts": {
Expand All @@ -27,11 +27,11 @@
},
"homepage": "https://github.com/Esri/arcgis-rest-js#readme",
"dependencies": {
"@esri/arcgis-rest-auth": "^3.1.2",
"@esri/arcgis-rest-geocoding": "^3.1.2",
"@esri/arcgis-rest-request": "^3.1.2",
"@esri/arcgis-rest-auth": "^3.2.0",
"@esri/arcgis-rest-geocoding": "^3.2.0",
"@esri/arcgis-rest-request": "^3.2.0",
"cross-fetch": "^3.0.0",
"isomorphic-form-data": "^2.0.0",
"papaparse": "^4.6.0"
}
}
}
8 changes: 4 additions & 4 deletions demos/express/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@esri/arcgis-rest-demo-express",
"version": "3.1.2",
"version": "3.2.0",
"private": true,
"description": "Demo of @esri/arcgis-rest-* packages in an Express server",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-auth": "^3.1.2",
"@esri/arcgis-rest-request": "^3.1.2",
"@esri/arcgis-rest-auth": "^3.2.0",
"@esri/arcgis-rest-request": "^3.2.0",
"cross-fetch": "^3.0.0",
"express": "^4.16.3",
"isomorphic-form-data": "^2.0.0"
},
"scripts": {
"start": "node server.js"
}
}
}
8 changes: 4 additions & 4 deletions demos/feature-service-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "feature-service-browser",
"version": "3.1.2",
"version": "3.2.0",
"private": true,
"description": "Vanilla JavaScript demo of @esri/arcgis-rest-feature-service",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-feature-layer": "^3.1.2",
"@esri/arcgis-rest-request": "^3.1.2"
"@esri/arcgis-rest-feature-layer": "^3.2.0",
"@esri/arcgis-rest-request": "^3.2.0"
},
"devDependencies": {
"http-server": "*"
},
"scripts": {
"start": "http-server ."
}
}
}
10 changes: 5 additions & 5 deletions demos/geocoder-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "@esri/arcgis-rest-geocoder-vanilla",
"version": "3.1.2",
"version": "3.2.0",
"private": true,
"description": "Vanilla JavaScript demo of @esri/arcgis-rest-geocoder",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-auth": "^3.1.2",
"@esri/arcgis-rest-geocoding": "^3.1.2",
"@esri/arcgis-rest-request": "^3.1.2"
"@esri/arcgis-rest-auth": "^3.2.0",
"@esri/arcgis-rest-geocoding": "^3.2.0",
"@esri/arcgis-rest-request": "^3.2.0"
},
"devDependencies": {
"http-server": "0.11.1"
},
"scripts": {
"start": "http-server ."
}
}
}
10 changes: 5 additions & 5 deletions demos/jsapi-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "@esri/jsapi-integration",
"version": "3.1.2",
"version": "3.2.0",
"private": true,
"description": "to do",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-auth": "^3.1.2",
"@esri/arcgis-rest-portal": "^3.1.2",
"@esri/arcgis-rest-request": "^3.1.2"
"@esri/arcgis-rest-auth": "^3.2.0",
"@esri/arcgis-rest-portal": "^3.2.0",
"@esri/arcgis-rest-request": "^3.2.0"
},
"devDependencies": {
"http-server": "*"
},
"scripts": {
"start": "http-server ."
}
}
}
10 changes: 5 additions & 5 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.1.2",
"version": "3.2.0",
"description": "Manage items in ArcGIS Online with a Node JS CLI and ArcGIS Rest JS",
"main": "index.js",
"scripts": {
Expand All @@ -16,12 +16,12 @@
"arcgis-rest-js"
],
"dependencies": {
"@esri/arcgis-rest-auth": "^3.1.2",
"@esri/arcgis-rest-portal": "^3.1.2",
"@esri/arcgis-rest-request": "^3.1.2",
"@esri/arcgis-rest-auth": "^3.2.0",
"@esri/arcgis-rest-portal": "^3.2.0",
"@esri/arcgis-rest-request": "^3.2.0",
"chalk": "^2.3.0",
"cross-fetch": "^3.0.0",
"isomorphic-form-data": "^1.0.0",
"prompts": "^2.0.3"
}
}
}
8 changes: 4 additions & 4 deletions demos/oauth2-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@esri/arcgis-rest-demo-vanilla",
"version": "3.1.2",
"version": "3.2.0",
"private": true,
"description": "Vanilla JavaScript demo of @esri/arcgis-rest-* packages",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-auth": "^3.1.2",
"@esri/arcgis-rest-request": "^3.1.2"
"@esri/arcgis-rest-auth": "^3.2.0",
"@esri/arcgis-rest-request": "^3.2.0"
},
"devDependencies": {
"http-server": "*"
},
"scripts": {
"start": "http-server ."
}
}
}
8 changes: 4 additions & 4 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.1.2",
"version": "3.2.0",
"private": true,
"description": "stream response to file with arcgis-rest-request",
"main": "index.js",
Expand All @@ -25,9 +25,9 @@
},
"homepage": "https://github.com/Esri/arcgis-rest-js#readme",
"dependencies": {
"@esri/arcgis-rest-feature-layer": "^3.1.2",
"@esri/arcgis-rest-request": "^3.1.2",
"@esri/arcgis-rest-feature-layer": "^3.2.0",
"@esri/arcgis-rest-request": "^3.2.0",
"isomorphic-form-data": "^2.0.0",
"node-fetch": "^2.3.0"
}
}
}
8 changes: 4 additions & 4 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.1.2",
"version": "3.2.0",
"private": true,
"description": "",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"rollup-plugin-node-resolve": "^4.0.1"
},
"dependencies": {
"@esri/arcgis-rest-portal": "^3.1.2",
"@esri/arcgis-rest-request": "^3.1.2"
"@esri/arcgis-rest-portal": "^3.2.0",
"@esri/arcgis-rest-request": "^3.2.0"
}
}
}
8 changes: 4 additions & 4 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.1.2",
"version": "3.2.0",
"private": true,
"description": "",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"webpack-cli": "^3.3.0"
},
"dependencies": {
"@esri/arcgis-rest-portal": "^3.1.2",
"@esri/arcgis-rest-request": "^3.1.2"
"@esri/arcgis-rest-portal": "^3.2.0",
"@esri/arcgis-rest-request": "^3.2.0"
}
}
}
8 changes: 4 additions & 4 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.1.2",
"version": "3.2.0",
"author": "",
"license": "Apache-2.0",
"private": true,
Expand All @@ -12,8 +12,8 @@
"start": "npm run serve"
},
"dependencies": {
"@esri/arcgis-rest-auth": "^3.1.2",
"@esri/arcgis-rest-request": "^3.1.2",
"@esri/arcgis-rest-auth": "^3.2.0",
"@esri/arcgis-rest-request": "^3.2.0",
"vue": "^2.5.17",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
Expand All @@ -30,4 +30,4 @@
"last 2 versions",
"not ie <= 8"
]
}
}
10 changes: 5 additions & 5 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.1.2",
"version": "3.2.0",
"scripts": {
"dev": "sapper dev",
"build:legacy": "sapper build --legacy",
Expand All @@ -13,9 +13,9 @@
"test": "run-p --race dev cy:run"
},
"dependencies": {
"@esri/arcgis-rest-auth": "^3.1.2",
"@esri/arcgis-rest-portal": "^3.1.2",
"@esri/arcgis-rest-request": "^3.1.2",
"@esri/arcgis-rest-auth": "^3.2.0",
"@esri/arcgis-rest-portal": "^3.2.0",
"@esri/arcgis-rest-request": "^3.2.0",
"compression": "^1.7.1",
"cookies": "^0.7.3",
"cross-fetch": "^3.0.0",
Expand Down Expand Up @@ -47,4 +47,4 @@
"sapper": "^0.24.2",
"svelte": "^2.0.0"
}
}
}
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.1.2",
"version": "3.2.0",
"packages": {
"@esri/arcgis-rest-auth": "sha384-d8FCymEwioi0v1ovxpqe1p0DwMZJHnJ7uU1cmm1PzjnLznFB5XeSnBaWv3fjpl9N",
"@esri/arcgis-rest-feature-layer": "sha384-bhdTUW0xJKruABUR5WndW6a9UBvSdaD7CDah/UgMustQiPmDOJ5q9U5sLIHDS0iX",
"@esri/arcgis-rest-geocoding": "sha384-qON0+rnxfbwIALumqZ4o5Sa5D6GeMLzZDklihPoX+XVfSK8GAB3AsbEBjqs4OJd4",
"@esri/arcgis-rest-portal": "sha384-KA6NeirTfq/XvorMtcbM5l+JB4cDo9DwVXwQtOfno6OXhy7QKebSgH4KPWFnGd4Q",
"@esri/arcgis-rest-request": "sha384-zDkVyY6ed4hBR86X6xm6ntEou3V6HlDbI1ktB1dmc7clO+lVHvqR26XzHE1MX645",
"@esri/arcgis-rest-routing": "sha384-JLAQkAsFE+cds9VHWC0bEkRPlnetncnR+6CaZXjFOZmwzfJHe2O0gji3slx/PP05",
"@esri/arcgis-rest-service-admin": "sha384-Srh/Zw0wpH8UtG7hU5q5W/kZYR2CXj8Z/oFFnePfcURZSoWS+FbYsZCYAuHSPYew"
"@esri/arcgis-rest-auth": "sha384-0UetFaINtIkP2E0/KQ6V+g9l1n0OJ0BMme+EiObVDz5kbfVWcEoVHWFffgyfLmap",
"@esri/arcgis-rest-feature-layer": "sha384-hia4XuqwkBXHylTPQFDH0omB0cQrQS9AzzNpLz5I990LN2FmN7TpGH64SnAiGLZ6",
"@esri/arcgis-rest-geocoding": "sha384-r9WYZfobBy/aJam8kT2gd1dJl6TxJLrcpKrzorqojAIOeRyCYWCsLNVkImrIBaNe",
"@esri/arcgis-rest-portal": "sha384-AsxYwD45O6kPp65rAFraRfWoR0MfXwpovMkLuqy1DDPY2R6eeFbSHRHco1GDB5kH",
"@esri/arcgis-rest-request": "sha384-oz67TKna8e13fltk3kGIsiwAehkuaPpj4q51p/cQitiHzxOecdHqtuVe7/RduSCq",
"@esri/arcgis-rest-routing": "sha384-f4ilog58qQH8Fxvm9q/4qGC+qO2YgezasBl3FP5rNRRKp/VCZaHWCJtvy7B8R70U",
"@esri/arcgis-rest-service-admin": "sha384-k5NWs7ilWNNOmBL+v4/HQYjBTgfRYnHk8kkPfiwZItSTh01YLCCiJfIBNy8Xra/P"
}
}
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.1.2"
"version": "3.2.0"
}
Loading

0 comments on commit 9e06ca1

Please sign in to comment.