Skip to content

Commit

Permalink
refactor(hub-annotations): remove @esri/hub-annotations package
Browse files Browse the repository at this point in the history
ISSUES CLOSED: #627
  • Loading branch information
tomwayson committed Sep 30, 2021
1 parent cee4446 commit ed2e31c
Show file tree
Hide file tree
Showing 23 changed files with 11 additions and 5,277 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,21 @@ Some useful commands include:
### Packages

- [`@esri/hub-common`](./packages/common) - Common TypeScript types and utility functions.
- [`@esri/hub-initiatives`](./packages/initiatives) - Helper functions for working with [Initiatives](http://doc.arcgis.com/en/hub/initiatives/initiatives-overview.htm).
- [`@esri/hub-annotations`](./packages/annotations) - Helper functions for working with Annotations.
- [`@esri/hub-sites`](./packages/sites) - Helper functions for working with [Sites](http://doc.arcgis.com/en/hub/sites/create-a-hub-site.htm), Pages and Domains.
- [`@esri/hub-auth`](./packages/auth) - Helper functions for authentication for external applications.
- [`@esri/hub-content`](./packages/content) - Helper functions for working with Hub Content.
- [`@esri/hub-discussions`](./packages/discussions) - Module to interact with ArcGIS Hub Discussions API
- [`@esri/hub-downloads`](./packages/downloads) - Helper functions for working with downloads.
- [`@esri/hub-events`](./packages/events) - Helper functions for working with Events.
- [`@esri/hub-initiatives`](./packages/initiatives) - Helper functions for working with [Initiatives](http://doc.arcgis.com/en/hub/initiatives/initiatives-overview.htm).
- [`@esri/hub-search`](./packages/search) - Helper functions for search on ArcGIS Online.
- [`@esri/hub-sites`](./packages/sites) - Helper functions for working with [Sites](http://doc.arcgis.com/en/hub/sites/create-a-hub-site.htm), Pages and Domains.
- [`@esri/hub-surveys`](./packages/surveys) - Helper functions for working with Surveys.
- [`@esri/hub-teams`](./packages/teams) - Helper functions for working with ArcGIS Online groups in a Hub context.
- [`@esri/hub-content`](./packages/content) - Helper functions for working with Hub Content.

#### Deprecated Packages

- [`@esri/hub-annotations`](https://github.com/Esri/hub.js/tree/cee44463c5cbf616abdb7786551d72a7792bb3c4/packages/annotations) - Hub Annotations have been replaced with Hub Discussions, see [`@esri/hub-discussions`](./packages/discussions)
- [`@esri/hub-auth`](https://github.com/Esri/hub.js/tree/v6.10.0/packages/auth) - moved to [`@esri/hub-common`](./packages/common)
- [`@esri/hub-types`](https://github.com/Esri/hub.js/tree/v6.10.0/packages/types) - moved to [`@esri/hub-common`](./packages/common)

### Design Philosophy

Expand Down
9 changes: 0 additions & 9 deletions package-lock.json

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

87 changes: 0 additions & 87 deletions packages/annotations/README.md

This file was deleted.

Loading

0 comments on commit ed2e31c

Please sign in to comment.