@esri/telemetry
Advanced tools
Comparing version 3.0.0-beta.4 to 3.0.0
@@ -7,4 +7,4 @@ # Change Log | ||
## Unreleased | ||
## Changed | ||
## [3.0.0] - 03/12/2021 | ||
### Changed | ||
* Remove handrolled code that send telemetry via the deprecated AWS mobileanalytics service | ||
@@ -129,2 +129,3 @@ * Use "analytics" library to send telemetry via AWS pinpoint service | ||
[3.0.0]: https://github.com/arcgis/telemetry.js/compare/v2.0.0...v3.0.0 | ||
[2.0.0]: https://github.com/arcgis/telemetry.js/compare/v1.5.0...v2.0.0 | ||
@@ -131,0 +132,0 @@ [1.5.0]: https://github.com/arcgis/telemetry.js/compare/v1.4.0...v1.5.0 |
{ | ||
"name": "@esri/telemetry", | ||
"version": "3.0.0-beta.4", | ||
"version": "3.0.0", | ||
"description": "A JavaScript Implementation of the ArcGIS Telemetry Specification", | ||
@@ -5,0 +5,0 @@ "main": "dist/telemetry.js", |
@@ -9,3 +9,4 @@ # Telemetry.js | ||
** NOTE ** | ||
If using version 2.x.x or greater, you are required to have some version of `fetch` available globally. Most browsers now include, but a polyfill will work. | ||
* If using version 2.x.x or greater, you are required to have some version of `fetch` available globally. Most browsers now include, but a polyfill will work. | ||
* If using version 3.x.x or greater, you are required to add `analytics` and `@analytics/aws-pinpoint` NPMs to your parent project if you require the Amazon tracker. | ||
@@ -164,2 +165,6 @@ # API | ||
** NOTE ** | ||
* If using version 2.x.x or greater, you are required to have some version of `fetch` available globally. Most browsers now include, but a polyfill will work. | ||
* If using version 3.x.x or greater, you are required to add `analytics` and `@analytics/aws-pinpoint` modules to your parent project if you require the Amazon tracker. | ||
### In the browser | ||
@@ -166,0 +171,0 @@ ```js |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
449619
2
278