Skip to content

Commit

Permalink
2.6.0 release (#1132)
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorhdzg committed Apr 28, 2023
1 parent bb9c381 commit 45e06c6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Declarations/Constants.ts
@@ -1,6 +1,6 @@
import Contracts = require("./Contracts")

export const APPLICATION_INSIGHTS_SDK_VERSION = "2.5.1";
export const APPLICATION_INSIGHTS_SDK_VERSION = "2.6.0";
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";
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -3,7 +3,7 @@
"author": "Microsoft Application Insights Team",
"license": "MIT",
"bugs": "https://github.com/microsoft/ApplicationInsights-node.js/issues",
"version": "2.5.1",
"version": "2.6.0",
"description": "Microsoft Application Insights module for Node.js",
"repository": {
"type": "git",
Expand Down Expand Up @@ -78,7 +78,7 @@
"cls-hooked": "^4.2.2",
"continuation-local-storage": "^3.2.1",
"diagnostic-channel": "1.1.0",
"diagnostic-channel-publishers": "1.0.5"
"diagnostic-channel-publishers": "1.0.6"
},
"peerDependencies": {
"applicationinsights-native-metrics": "*"
Expand Down

0 comments on commit 45e06c6

Please sign in to comment.