@esri/telemetry-amazon 1.1.1 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/telemetry-amazon",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Amazon plugin for 'Telemetry.js' library",
|
|
5
5
|
"homepage": "https://devtopia.esri.com/WebGIS/arcgis-telemetry.js/packages/telemetry-amazon#readme",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"build:umd": "INPUT_FILE=./dist/esm/index.js rollup -c ../../rollup.config.js",
|
|
23
23
|
"clean:dist": "rimraf dist",
|
|
24
24
|
"lint": "standard src",
|
|
25
|
-
"test": "jest \".*\\.test\\.ts\" --notify",
|
|
25
|
+
"test": "jest \".*\\.test\\.ts\" --notify --coverage=true",
|
|
26
26
|
"test:watch": "jest \".*\\.test\\.ts\" --notify --watch",
|
|
27
27
|
"package": "npm install && npm run build && npm publish --access public",
|
|
28
28
|
"package-beta": "npm run build && npm publish --tag beta --access public"
|
|
@@ -35,17 +35,17 @@
|
|
|
35
35
|
"amazon"
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@analytics/aws-pinpoint": "^0.7.
|
|
38
|
+
"@analytics/aws-pinpoint": "^0.7.7",
|
|
39
39
|
"@esri/arcgis-rest-auth": "^3.4.3",
|
|
40
40
|
"@esri/arcgis-rest-portal": "^3.4.3",
|
|
41
41
|
"@esri/arcgis-rest-request": "^3.4.3",
|
|
42
42
|
"analytics": "^0.7.18"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@esri/telemetry": "^
|
|
45
|
+
"@esri/telemetry": "^7.0.0"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"@esri/telemetry": "^6.0.0"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "9ee827e7211634c3d0e4d1ecef56a96340783ea7"
|
|
51
51
|
}
|