2.3.6 release (#1030)
This commit is contained in:
Родитель
7314a97a20
Коммит
cf5a142ae9
|
@ -1,6 +1,6 @@
|
||||||
import Contracts = require("./Contracts")
|
import Contracts = require("./Contracts")
|
||||||
|
|
||||||
export const APPLICATION_INSIGHTS_SDK_VERSION = "2.3.5";
|
export const APPLICATION_INSIGHTS_SDK_VERSION = "2.3.6";
|
||||||
export const DEFAULT_BREEZE_ENDPOINT = "https://dc.services.visualstudio.com";
|
export const DEFAULT_BREEZE_ENDPOINT = "https://dc.services.visualstudio.com";
|
||||||
export const DEFAULT_LIVEMETRICS_ENDPOINT = "https://rt.services.visualstudio.com";
|
export const DEFAULT_LIVEMETRICS_ENDPOINT = "https://rt.services.visualstudio.com";
|
||||||
export const DEFAULT_LIVEMETRICS_HOST = "rt.services.visualstudio.com";
|
export const DEFAULT_LIVEMETRICS_HOST = "rt.services.visualstudio.com";
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "applicationinsights",
|
"name": "applicationinsights",
|
||||||
"version": "2.3.5",
|
"version": "2.3.6",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "applicationinsights",
|
"name": "applicationinsights",
|
||||||
"version": "2.3.5",
|
"version": "2.3.6",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@azure/core-http": "^2.2.3",
|
"@azure/core-http": "^2.2.3",
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"author": "Microsoft Application Insights Team",
|
"author": "Microsoft Application Insights Team",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": "https://github.com/microsoft/ApplicationInsights-node.js/issues",
|
"bugs": "https://github.com/microsoft/ApplicationInsights-node.js/issues",
|
||||||
"version": "2.3.5",
|
"version": "2.3.6",
|
||||||
"description": "Microsoft Application Insights module for Node.js",
|
"description": "Microsoft Application Insights module for Node.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче