* 0.0.8 release

* Removed deprecated email addresses
This commit is contained in:
Hector Hernandez 2022-10-04 11:19:15 -07:00 коммит произвёл GitHub
Родитель d51c6d7218
Коммит 1ec7a76ad7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 4 добавлений и 36 удалений

Просмотреть файл

@ -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

26
package-lock.json сгенерированный
Просмотреть файл

@ -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",

Просмотреть файл

@ -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",