Skip to content

Commit

Permalink
v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwayson committed Dec 1, 2022
1 parent 2619312 commit 23c9409
Show file tree
Hide file tree
Showing 50 changed files with 1,206 additions and 59,773 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.5.1](https://github.com/Esri/arcgis-rest-js/compare/v3.5.0...v3.5.1) - Dec 1 2022

### Fixed

- **arcgis-rest-request** node ReadStream encoding bug at 3.x. addresses #1033 for v3.

## [3.5.0](https://github.com/Esri/arcgis-rest-js/compare/v3.4.3...v3.5.0) - Sept 22 2022

### Fixed
Expand Down
280 changes: 1 addition & 279 deletions demos/ago-node-cli/package-lock.json

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

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": "3.5.0",
"version": "3.5.1",
"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": "^3.5.0",
"@esri/arcgis-rest-portal": "^3.5.0",
"@esri/arcgis-rest-request": "^3.5.0",
"@esri/arcgis-rest-auth": "^3.5.1",
"@esri/arcgis-rest-portal": "^3.5.1",
"@esri/arcgis-rest-request": "^3.5.1",
"chalk": "^2.3.0",
"commander": "^2.12.2",
"cross-fetch": "^3.0.0",
Expand Down
Loading

0 comments on commit 23c9409

Please sign in to comment.