2.4.2 release (#1075)
This commit is contained in:
Родитель
d405a4dace
Коммит
8b322090f5
|
@ -1,6 +1,6 @@
|
|||
import Contracts = require("./Contracts")
|
||||
|
||||
export const APPLICATION_INSIGHTS_SDK_VERSION = "2.4.1";
|
||||
export const APPLICATION_INSIGHTS_SDK_VERSION = "2.4.2";
|
||||
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";
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "applicationinsights",
|
||||
"version": "2.4.1",
|
||||
"version": "2.4.2",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "applicationinsights",
|
||||
"version": "2.4.1",
|
||||
"version": "2.4.2",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@azure/core-auth": "^1.4.0",
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"author": "Microsoft Application Insights Team",
|
||||
"license": "MIT",
|
||||
"bugs": "https://github.com/microsoft/ApplicationInsights-node.js/issues",
|
||||
"version": "2.4.1",
|
||||
"version": "2.4.2",
|
||||
"description": "Microsoft Application Insights module for Node.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Загрузка…
Ссылка в новой задаче