0.0.8 release (#42)
* 0.0.8 release * Removed deprecated email addresses
This commit is contained in:
Родитель
d51c6d7218
Коммит
1ec7a76ad7
|
@ -7,7 +7,7 @@ issues before filing new issues to avoid duplicates. For new issues, file your
|
|||
feature request as a new Issue.
|
||||
|
||||
For help and questions about using this project, please create a Support request issue on
|
||||
https://github.com/microsoft/ApplicationInsights-node.js/issues.
|
||||
https://github.com/microsoft/ApplicationInsights-node.js-native-metrics/issues.
|
||||
|
||||
## Microsoft Support Policy
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "applicationinsights-native-metrics",
|
||||
"version": "0.0.7",
|
||||
"version": "0.0.8",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "applicationinsights-native-metrics",
|
||||
"version": "0.0.7",
|
||||
"version": "0.0.8",
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
@ -1862,21 +1862,6 @@
|
|||
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
|
||||
"integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
|
||||
},
|
||||
"node_modules/fsevents": {
|
||||
"version": "2.1.3",
|
||||
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz",
|
||||
"integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==",
|
||||
"deprecated": "\"Please update to latest v2.3 or v2.2\"",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"optional": true,
|
||||
"os": [
|
||||
"darwin"
|
||||
],
|
||||
"engines": {
|
||||
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/function-bind": {
|
||||
"version": "1.1.1",
|
||||
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
|
||||
|
@ -6218,13 +6203,6 @@
|
|||
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
|
||||
"integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
|
||||
},
|
||||
"fsevents": {
|
||||
"version": "2.1.3",
|
||||
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz",
|
||||
"integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==",
|
||||
"dev": true,
|
||||
"optional": true
|
||||
},
|
||||
"function-bind": {
|
||||
"version": "1.1.1",
|
||||
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
|
||||
|
|
12
package.json
12
package.json
|
@ -1,21 +1,11 @@
|
|||
{
|
||||
"name": "applicationinsights-native-metrics",
|
||||
"description": "Native APM agent for the Application Insights Node.js SDK",
|
||||
"version": "0.0.7",
|
||||
"version": "0.0.8",
|
||||
"engines": {
|
||||
"node": ">=6.0.0",
|
||||
"npm": ">=3.8.6"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Application Insights Developer Support",
|
||||
"email": "aidevsupport@microsoft.com"
|
||||
},
|
||||
{
|
||||
"name": "Application Insights SDK Maintainers",
|
||||
"email": "appinsightssdk@microsoft.com"
|
||||
}
|
||||
],
|
||||
"main": "./out/main.js",
|
||||
"scripts": {
|
||||
"install": "node-pre-gyp install --fallback-to-build",
|
||||
|
|
Загрузка…
Ссылка в новой задаче