Co-authored-by: Jackson Weber <jacksonweber@microsoft.com>
This commit is contained in:
Jackson Weber 2022-09-12 14:54:24 -07:00 коммит произвёл GitHub
Родитель 225fad5266
Коммит cb098755d5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 4 добавлений и 4 удалений

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

@ -1,6 +1,6 @@
import Contracts = require("./Contracts")
export const APPLICATION_INSIGHTS_SDK_VERSION = "2.3.4";
export const APPLICATION_INSIGHTS_SDK_VERSION = "2.3.5";
export const DEFAULT_BREEZE_ENDPOINT = "https://dc.services.visualstudio.com";
export const DEFAULT_LIVEMETRICS_ENDPOINT = "https://rt.services.visualstudio.com";
export const DEFAULT_LIVEMETRICS_HOST = "rt.services.visualstudio.com";

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

@ -1,12 +1,12 @@
{
"name": "applicationinsights",
"version": "2.3.4",
"version": "2.3.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "applicationinsights",
"version": "2.3.4",
"version": "2.3.5",
"license": "MIT",
"dependencies": {
"@azure/core-http": "^2.2.3",

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

@ -3,7 +3,7 @@
"author": "Microsoft Application Insights Team",
"license": "MIT",
"bugs": "https://github.com/microsoft/ApplicationInsights-node.js/issues",
"version": "2.3.4",
"version": "2.3.5",
"description": "Microsoft Application Insights module for Node.js",
"repository": {
"type": "git",