@servicetitan/component-usage
Advanced tools
Comparing version 10.0.9 to 10.1.0
@@ -144,3 +144,3 @@ "use strict"; | ||
], | ||
metric_type: 'count', | ||
metric_type: 'count', // eslint-disable-line @typescript-eslint/naming-convention | ||
}); | ||
@@ -159,3 +159,3 @@ return arr; | ||
], | ||
metric_type: 'count', | ||
metric_type: 'count', // eslint-disable-line @typescript-eslint/naming-convention | ||
}); | ||
@@ -243,3 +243,3 @@ // teamcity build stats | ||
api_key: apiKey, | ||
app_key: appKey, | ||
app_key: appKey, // eslint-disable-line @typescript-eslint/naming-convention | ||
}); | ||
@@ -246,0 +246,0 @@ dogapi.metric.send_all(metrics, (err, res) => { |
{ | ||
"name": "@servicetitan/component-usage", | ||
"version": "10.0.9", | ||
"version": "10.1.0", | ||
"description": "Usage metrics of @servicetitan components", | ||
@@ -34,3 +34,3 @@ "homepage": "https://docs.st.dev/docs/frontend/component-usage", | ||
}, | ||
"gitHead": "d3312c4855c5e672e1a55516d3cd5362b15bbfb8" | ||
"gitHead": "f015b0935251c4efe143aaf1f63ef6312a18367a" | ||
} |
Sorry, the diff of this file is not supported yet
190469