Skip to content

Commit

Permalink
v5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeTschudi committed Feb 6, 2024
2 parents a0ae683 + ed8f77a commit d92c1d8
Show file tree
Hide file tree
Showing 103 changed files with 1,482 additions and 986 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ The API is divided into packages to make it easier to use just the parts that yo
* `velocity`, which contains functions to support ArcGIS Velocity items
* `viewer`, which contains functions to support displaying Solution items
* `web-experience`, which contains functions for Experience Builder items
* `workflow`, which contains functions for Workflow items

#### Additional information

Expand All @@ -75,7 +76,7 @@ Currently, the ArcGIS Online item types that can be converted into a template ar

* **Layer types:** Big Data Analytic, Feature Collection, Feature Service, Feed, Map Service, Real Time Analytic

* **File types:** 360 VR Experience, AppBuilder Extension, AppBuilder Widget Package, Application Configuration, ArcGIS Pro Add In, ArcGIS Pro Configuration, ArcPad Package, Basemap Package, CAD Drawing, CityEngine Web Scene, Code Attachment, Code Sample, Color Set, Compact Tile Package, CSV Collection, CSV, Deep Learning Package, Desktop Add In, Desktop Application Template, Desktop Style, Document Link, Explorer Add In, Explorer Layer, Explorer Map, Feature Collection Template, File Geodatabase, GeoJson, GeoPackage, Geoprocessing Package, Geoprocessing Sample, Globe Document, Image Collection, Image, iWork Keynote, iWork Numbers, iWork Pages, KML Collection, Layer Package, Layer Template, Layer, Layout, Locator Package, Map Document, Map Package, Map Template, Microsoft Excel, Microsoft Powerpoint, Microsoft Word, Mobile Basemap Package, Mobile Map Package, Mobile Scene Package, Native Application, Native Application Installer, Native Application Template, netCDF, Operation View, Operations Dashboard Add In, Operations Dashboard Extension, PDF, Pro Layer Package, Pro Layer, Pro Map Package, Pro Map, Pro Report, Project Package, Project Template, Published Map, Raster function template, Report Template, Rule Package, Scene Document, Scene Package, Service Definition, Shapefile, Statistical Data Collection, Style, Survey123 Add In, Symbol Set, Task File, Tile Package, Toolbox Package, Vector Tile Package, Viewer Configuration, Visio Document, Window Mobile Package, Windows Mobile Package, Windows Viewer Add In, Windows Viewer Configuration, Workflow Manager Package
* **File types:** 360 VR Experience, AppBuilder Extension, AppBuilder Widget Package, Application Configuration, ArcGIS Pro Add In, ArcGIS Pro Configuration, ArcPad Package, Basemap Package, CAD Drawing, CityEngine Web Scene, Code Attachment, Code Sample, Color Set, Compact Tile Package, CSV Collection, CSV, Deep Learning Package, Desktop Add In, Desktop Application Template, Desktop Style, Document Link, Explorer Add In, Explorer Layer, Explorer Map, Feature Collection Template, File Geodatabase, GeoJson, GeoPackage, Geoprocessing Package, Geoprocessing Sample, Globe Document, Image Collection, Image, iWork Keynote, iWork Numbers, iWork Pages, KML Collection, Layer Package, Layer Template, Layer, Layout, Locator Package, Map Document, Map Package, Map Template, Microsoft Excel, Microsoft Powerpoint, Microsoft Word, Mobile Basemap Package, Mobile Map Package, Mobile Scene Package, Native Application, Native Application Installer, Native Application Template, netCDF, Operation View, Operations Dashboard Add In, Operations Dashboard Extension, PDF, Pro Layer Package, Pro Layer, Pro Map Package, Pro Map, Pro Report, Project Package, Project Template, Published Map, Raster function template, Report Template, Rule Package, Scene Document, Scene Package, Service Definition, Shapefile, Statistical Data Collection, Style, Survey123 Add In, Symbol Set, Task File, Tile Package, Toolbox Package, Vector Tile Package, Viewer Configuration, Visio Document, Window Mobile Package, Windows Mobile Package, Windows Viewer Add In, Windows Viewer Configuration, Workflow, Workflow Manager Package

*The `implemented-types` demo generates its list from the source code.*

Expand Down Expand Up @@ -166,7 +167,7 @@ Esri welcomes contributions from anyone and everyone. Please see our [guidelines

### License

Copyright © 2018-2023 Esri
Copyright © 2018 Esri

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

Expand Down
2 changes: 2 additions & 0 deletions Third-Party Licenses.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@

##### Demos

* [adlib](https://www.npmjs.com/package/adlib): Apache-2.0
* [Dracula Graph Library](https://www.graphdracula.net/): MIT
* [JSZip](https://stuk.github.io/jszip/): MIT
* [Raphaël](http://raphaeljs.com/): MIT
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,4 @@ call npm run build
popd

call rmdir/q/s coverage
call npm run test:chrome:ci
call npm run test
46 changes: 23 additions & 23 deletions demos/compareJSON/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/compareJSON/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "compareJSON",
"version": "5.2.1",
"version": "5.2.2",
"description": "compareJSON demo",
"author": "Esri",
"license": "Apache-2.0",
Expand All @@ -15,18 +15,18 @@
"@esri/arcgis-rest-portal": "^3.7.0",
"@esri/arcgis-rest-request": "^3.7.0",
"@esri/arcgis-rest-service-admin": "^3.7.0",
"@esri/hub-common": "^14.74.1",
"@esri/hub-common": "^14.84.0",
"@esri/hub-initiatives": "^14.0.0",
"@esri/hub-sites": "^14.2.2",
"@esri/hub-teams": "^14.1.0",
"@esri/solution-common": "^5.2.1",
"@esri/solution-common": "^5.2.2",
"css-loader": "^6.9.0",
"html-webpack-plugin": "^5.5.1",
"postcss": "^8.4.33",
"style-loader": "^3.3.4",
"ts-loader": "^9.5.1",
"typescript": "~5.2.2",
"webpack": "^5.90.0",
"webpack": "^5.90.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
Expand Down
46 changes: 23 additions & 23 deletions demos/compareSolutions/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/compareSolutions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "compareSolutions",
"version": "5.2.1",
"version": "5.2.2",
"description": "compareSolutions demo",
"author": "Esri",
"license": "Apache-2.0",
Expand All @@ -15,18 +15,18 @@
"@esri/arcgis-rest-portal": "^3.7.0",
"@esri/arcgis-rest-request": "^3.7.0",
"@esri/arcgis-rest-service-admin": "^3.7.0",
"@esri/hub-common": "^14.74.1",
"@esri/hub-common": "^14.84.0",
"@esri/hub-initiatives": "^14.0.0",
"@esri/hub-sites": "^14.2.2",
"@esri/hub-teams": "^14.1.0",
"@esri/solution-common": "^5.2.1",
"@esri/solution-common": "^5.2.2",
"css-loader": "^6.9.0",
"html-webpack-plugin": "^5.5.1",
"postcss": "^8.4.33",
"style-loader": "^3.3.4",
"ts-loader": "^9.5.1",
"typescript": "~5.2.2",
"webpack": "^5.90.0",
"webpack": "^5.90.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
Expand Down
Loading

0 comments on commit d92c1d8

Please sign in to comment.