From 5623842b3d454fba4804b0a843772cb183d9c9c0 Mon Sep 17 00:00:00 2001 From: Nev <54870357+MSNev@users.noreply.github.com> Date: Tue, 3 Aug 2021 14:33:44 -0700 Subject: [PATCH] [Release][Core] Increase version to 2.6.5 (#1623) --- AISKU/package.json | 16 +++---- AISKULight/package.json | 8 ++-- RELEASES.md | 42 +++++++++++++++++++ .../Tests/Unit/src/Sender.tests.ts | 2 +- .../package.json | 6 +-- .../src/EnvelopeCreator.ts | 2 +- common/config/rush/npm-shrinkwrap.json | 36 ++++++++-------- .../package.json | 12 +++--- .../src/JavaScriptSDK/ApplicationInsights.ts | 2 +- .../package.json | 8 ++-- .../src/ClickAnalyticsPlugin.ts | 2 +- .../package.json | 6 +-- .../package.json | 6 +-- .../package.json | 8 ++-- .../src/Context/Internal.ts | 2 +- package.json | 2 +- shared/AppInsightsCommon/package.json | 4 +- shared/AppInsightsCore/package.json | 4 +- version.json | 2 +- 19 files changed, 106 insertions(+), 64 deletions(-) diff --git a/AISKU/package.json b/AISKU/package.json index 819c13012..0cf0c3682 100644 --- a/AISKU/package.json +++ b/AISKU/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-web", - "version": "2.6.4", + "version": "2.6.5", "description": "Microsoft Application Insights JavaScript SDK - Web", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -47,7 +47,7 @@ "grunt-tslint": "^5.0.2", "globby": "^11.0.0", "magic-string": "^0.25.7", - "pako":"^2.0.3", + "pako": "^2.0.3", "@rollup/plugin-commonjs": "^18.0.0", "@rollup/plugin-node-resolve": "^11.2.1", "@rollup/plugin-replace": "^2.3.3", @@ -64,12 +64,12 @@ "dependencies": { "@microsoft/dynamicproto-js": "^1.1.4", "@microsoft/applicationinsights-shims": "2.0.0", - "@microsoft/applicationinsights-analytics-js": "2.6.4", - "@microsoft/applicationinsights-channel-js": "2.6.4", - "@microsoft/applicationinsights-common": "2.6.4", - "@microsoft/applicationinsights-core-js": "2.6.4", - "@microsoft/applicationinsights-dependencies-js": "2.6.4", - "@microsoft/applicationinsights-properties-js": "2.6.4" + "@microsoft/applicationinsights-analytics-js": "2.6.5", + "@microsoft/applicationinsights-channel-js": "2.6.5", + "@microsoft/applicationinsights-common": "2.6.5", + "@microsoft/applicationinsights-core-js": "2.6.5", + "@microsoft/applicationinsights-dependencies-js": "2.6.5", + "@microsoft/applicationinsights-properties-js": "2.6.5" }, "license": "MIT" } diff --git a/AISKULight/package.json b/AISKULight/package.json index 3df5b429d..d1ffae0ab 100644 --- a/AISKULight/package.json +++ b/AISKULight/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-web-basic", - "version": "2.6.4", + "version": "2.6.5", "description": "Microsoft Application Insights Javascript SDK core and channel", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -43,9 +43,9 @@ "dependencies": { "@microsoft/dynamicproto-js": "^1.1.4", "@microsoft/applicationinsights-shims": "2.0.0", - "@microsoft/applicationinsights-common": "2.6.4", - "@microsoft/applicationinsights-channel-js": "2.6.4", - "@microsoft/applicationinsights-core-js": "2.6.4" + "@microsoft/applicationinsights-common": "2.6.5", + "@microsoft/applicationinsights-channel-js": "2.6.5", + "@microsoft/applicationinsights-core-js": "2.6.5" }, "peerDependencies": {}, "license": "MIT" diff --git a/RELEASES.md b/RELEASES.md index 440f2b1cd..29c81a2e3 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,7 +1,23 @@ # Releases +## 2.6.5 (August 3rd, 2021) + +[2.6.5 Milestone](https://github.com/microsoft/ApplicationInsights-JS/milestone/53) + +## Changelog + +- #1608 [BUG] empty messages for unhandled promise rejections +- #1610 [BUG] error logging an error--need to null-check reason +- #1621 [Task] Create and publish Sub Resource Integrity (SRI) hashes for the generated scripts +- #1607 Remove AngularPlugin code from master and direct to new repo and angularplugin-legacy branch +- #1606 Split Tests into Unit / Perf and update all active tests to use common test project +- #1613 Update Dependencies +- #1617 Add Stale Issue / PR GitHub Action + ## 2.6.4 (July 6th, 2021) +[2.6.4 Milestone](https://github.com/microsoft/ApplicationInsights-JS/milestone/52) + ## Changelog - #1567 [BUG] Unit of "PageVisitTime" is well hidden @@ -25,6 +41,8 @@ ## 2.6.3 (June 8th, 2021) +[2.6.3 Milestone](https://github.com/microsoft/ApplicationInsights-JS/milestone/50) + ### Changelog - #1268 Investigate and add a sender that uses fetch when XMLHttpRequest is not available @@ -51,6 +69,8 @@ ## 2.6.2 (April 22nd, 2021) +[2.6.2 Milestone](https://github.com/microsoft/ApplicationInsights-JS/milestone/49) + ### Changelog - #1536 Update DynamicProto version 1.1.2 (Fixes IE7 mode issue originally reported in #1534) @@ -83,6 +103,8 @@ ## 2.6.1 (Hotfix - March 30th, 2021) +[2.6.1 (Hotfix) Milestone](https://github.com/microsoft/ApplicationInsights-JS/milestone/48) + ### Changelog - #1518 P1 - [BUG] v2.6.0 is not re-hydrating the automatic session id correctly for each request @@ -90,6 +112,8 @@ ## 2.6.0 (March 23rd, 2021) +[2.6.0 Milestone](https://github.com/microsoft/ApplicationInsights-JS/milestone/47) + ### Version bump is due to the following major changes A large amount of [Tree-Shaking improvements](https://github.com/microsoft/ApplicationInsights-JS#tree-shaking-support-and-enhancements) have been included in this version, please [see the recommendations](TreeShakingRecommendations.md) you may need to apply to your code to take complete advantage of these changes to reduce the overall module sizes (when using NPM packages) @@ -124,6 +148,8 @@ Also includes major changes to the cookie management, please [see the readme coo ## 2.5.11 (January 15th, 2021) +[2.5.11 Milestone](https://github.com/microsoft/ApplicationInsights-JS/milestone/46) + ### Changelog - #1452 [BUG] v2.5.10 Snippet Initialization fails to redirect proxied functions -- causing terminal exception @@ -138,6 +164,8 @@ Also includes major changes to the cookie management, please [see the readme coo ## 2.5.10 (November 16th, 2020) +[2.5.10 Milestone](https://github.com/microsoft/ApplicationInsights-JS/milestone/45) + ### New extension @microsoft/applicationinsights-clickanalytics-js Provides the ability to gather telemetry in Web pages to automatic track clicks using data meta tags. @@ -166,6 +194,8 @@ Provides the ability to gather telemetry in Web pages to automatic track clicks ## 2.5.9 (October 5th, 2020) +[2.5.9 Milestone](https://github.com/microsoft/ApplicationInsights-JS/milestone/44) + ### Changelog - #1395 Update publishing scripts to support automation @@ -205,6 +235,8 @@ Provides the ability to gather telemetry in Web pages to automatic track clicks ## 2.5.8 (August 31st, 2020) +[2.5.8 Milestone](https://github.com/microsoft/ApplicationInsights-JS/milestone/43) + ### Changelog - #1356 add documentation on how to make snippet changes @@ -231,6 +263,8 @@ Provides the ability to gather telemetry in Web pages to automatic track clicks ## 2.5.7 (August 7th, 2020) +[2.5.7 Milestone](https://github.com/microsoft/ApplicationInsights-JS/milestone/42) + ### Changelog - #1335 Add Performance / Testing support @@ -272,6 +306,8 @@ Provides the ability to gather telemetry in Web pages to automatic track clicks ## 2.5.6 (Jul 6th, 2020) +[2.5.6 Milestone](https://github.com/microsoft/ApplicationInsights-JS/milestone/40) + ### New (Beta) extension applicationinsights-debugplugin-js - Created the initial extension to help developers understand, track, visualize and fix issues with events @@ -308,6 +344,8 @@ Provides the ability to gather telemetry in Web pages to automatic track clicks ## 2.5.5 (Jun 2nd, 2020) +[2.5.5 Milestone](https://github.com/microsoft/ApplicationInsights-JS/milestone/39) + ### Updated React plugin to v3.0.0 - Updated to TypeScript 3.x @@ -338,6 +376,8 @@ Provides the ability to gather telemetry in Web pages to automatic track clicks ## 2.5.4 (Apr 7th, 2020) +[2.5.4 Milestone](https://github.com/microsoft/ApplicationInsights-JS/milestone/37) + ### Changelog - #1242 Upgrading the tslib dependency to 1.11.1 @@ -352,6 +392,8 @@ Provides the ability to gather telemetry in Web pages to automatic track clicks ## 2.5.3 (Mar 25th, 2020) +[2.5.3 Milestone](https://github.com/microsoft/ApplicationInsights-JS/milestone/38) + ### Changelog - #1224 [BUG] When running in IE7/8 the app insights doesn't initialize and gets stuck in a loop (long running script) diff --git a/channels/applicationinsights-channel-js/Tests/Unit/src/Sender.tests.ts b/channels/applicationinsights-channel-js/Tests/Unit/src/Sender.tests.ts index 45d342b7f..5c1a7cdf5 100644 --- a/channels/applicationinsights-channel-js/Tests/Unit/src/Sender.tests.ts +++ b/channels/applicationinsights-channel-js/Tests/Unit/src/Sender.tests.ts @@ -555,7 +555,7 @@ export class SenderTests extends AITestClass { QUnit.assert.ok(baseData.ver); QUnit.assert.equal(2, baseData.ver); - QUnit.assert.equal("javascript:2.6.4", appInsightsEnvelope.tags["ai.internal.sdkVersion"]); + QUnit.assert.equal("javascript:2.6.5", appInsightsEnvelope.tags["ai.internal.sdkVersion"]); } }) diff --git a/channels/applicationinsights-channel-js/package.json b/channels/applicationinsights-channel-js/package.json index 52e09d64b..af460cc16 100644 --- a/channels/applicationinsights-channel-js/package.json +++ b/channels/applicationinsights-channel-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-channel-js", - "version": "2.6.4", + "version": "2.6.5", "description": "Microsoft Application Insights JavaScript SDK Channel", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -47,8 +47,8 @@ "dependencies": { "@microsoft/dynamicproto-js": "^1.1.4", "@microsoft/applicationinsights-shims": "2.0.0", - "@microsoft/applicationinsights-core-js": "2.6.4", - "@microsoft/applicationinsights-common": "2.6.4" + "@microsoft/applicationinsights-core-js": "2.6.5", + "@microsoft/applicationinsights-common": "2.6.5" }, "license": "MIT" } diff --git a/channels/applicationinsights-channel-js/src/EnvelopeCreator.ts b/channels/applicationinsights-channel-js/src/EnvelopeCreator.ts index 9a9c3f29a..b8117b981 100644 --- a/channels/applicationinsights-channel-js/src/EnvelopeCreator.ts +++ b/channels/applicationinsights-channel-js/src/EnvelopeCreator.ts @@ -23,7 +23,7 @@ function _setValueIf(target:T, field:keyof T, value:any) { } export abstract class EnvelopeCreator { - public static Version = "2.6.4"; + public static Version = "2.6.5"; protected static extractPropsAndMeasurements(data: { [key: string]: any }, properties: { [key: string]: any }, measurements: { [key: string]: any }) { if (!isNullOrUndefined(data)) { diff --git a/common/config/rush/npm-shrinkwrap.json b/common/config/rush/npm-shrinkwrap.json index 260ebb48b..87d0e88f5 100644 --- a/common/config/rush/npm-shrinkwrap.json +++ b/common/config/rush/npm-shrinkwrap.json @@ -379,7 +379,7 @@ "node_modules/@rush-temp/applicationinsights-analytics-js": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-analytics-js.tgz", - "integrity": "sha512-ls/QkOcEzcAL7PIagUUQKIf99yaccQnwpMRyCNCfnUBx9t/FgyspjxzvpUoevQSs5E1BR93tU516HIgi+bSM5g==", + "integrity": "sha512-26pGYv3lvWEgbtindUnoN/9DRiS2EC+8k3PmGN3BxY5FGaX7lQqqFDCU8nuvAnob6hRGNESCZ/APCRlO0OSWLA==", "dependencies": { "@microsoft/api-extractor": "^7.9.11", "@microsoft/dynamicproto-js": "^1.1.4", @@ -407,7 +407,7 @@ "node_modules/@rush-temp/applicationinsights-channel-js": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-channel-js.tgz", - "integrity": "sha512-9a0CQW8DMcXHUGP3/FLfdB5XBmwVuscdGuUyDfMt7/SsDb1Ri75ycfyF1Ump3XnyeUMEdsnplNQAizxOIfq2nA==", + "integrity": "sha512-CW5XoNOkFY4xmnK6LUKGdMJMQPgjAS7HmkZ1COuNXcZyERZvlTwheVe56B9X3zszq2NKOBbg5QKGArqGR3r12w==", "dependencies": { "@microsoft/api-extractor": "^7.9.11", "@microsoft/dynamicproto-js": "^1.1.4", @@ -434,7 +434,7 @@ "node_modules/@rush-temp/applicationinsights-clickanalytics-js": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-clickanalytics-js.tgz", - "integrity": "sha512-VRmN5mJVGDXEiURCqw/li+RqS7FWO4z4vu8gAyAjCBiq6jeMIGNLWtgZd6khU76QT9VgbNt/osHMsjW6JfJH3Q==", + "integrity": "sha512-kAnrvbtA7jr1kz+OGj8+xj2UFJIrN215YvXyny0CKZk5PAMyLuZVBvzyATSjfs+oRgxeu0Elpd66YwTGtwq8Mg==", "dependencies": { "@microsoft/api-extractor": "^7.9.11", "@microsoft/dynamicproto-js": "^1.1.4", @@ -459,7 +459,7 @@ "node_modules/@rush-temp/applicationinsights-common": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-common.tgz", - "integrity": "sha512-eJV7ic9aTu1yipwP1PThi+7Q6ZCVqZRQbzQcZX+L88AT+peyAlyuHqtuS5polmnJ3A7OOBNDg6MYwS9u5yOyVA==", + "integrity": "sha512-We841JMuYoOTP9cD+zD+cqEgLoKNk+GzK/+RA2tkivR6lCPgqrmBe7M++NqhMyma4qkK22vSU+GNDc47P4qrfw==", "dependencies": { "@microsoft/api-extractor": "^7.9.11", "@microsoft/dynamicproto-js": "^1.1.4", @@ -511,7 +511,7 @@ "node_modules/@rush-temp/applicationinsights-debugplugin-js": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-debugplugin-js.tgz", - "integrity": "sha512-Vqe1/Gfjxlj4SMkgkT45VAw6+owba360nsvOsq59MQKNuIho76UxAoHnfLOOxgPG521WgRDoQnTEfSniIYpGzQ==", + "integrity": "sha512-rrSvWDT2hbDW5R+Tlq8Bp67lXAIloSb1s8X7OeX7eQh/LeAKG2TDJ8A8IAbme0X3ZFvYggeKi7edQpUAdZdnVw==", "dependencies": { "@microsoft/api-extractor": "^7.9.11", "@microsoft/dynamicproto-js": "^1.1.4", @@ -536,7 +536,7 @@ "node_modules/@rush-temp/applicationinsights-dependencies-js": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-dependencies-js.tgz", - "integrity": "sha512-w1Cuvsy67pCW2d9wgkHZHNXf2Kf78eWLhDYqJNlZ6z4cy3jKuLjRjj40HUvijMW5h7AwQ36hc2FyrEQwFfFLZA==", + "integrity": "sha512-fc60+Ds4qTcvdb+Vph0aydNia+javLaXTHTqTwjoRf//nLI0FNiZ/WyJH5OqD0Csns/rlB2pHcvL9LF7DljIqw==", "dependencies": { "@microsoft/api-extractor": "^7.9.11", "@microsoft/dynamicproto-js": "^1.1.4", @@ -572,7 +572,7 @@ "node_modules/@rush-temp/applicationinsights-properties-js": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-properties-js.tgz", - "integrity": "sha512-1aOz8YMur14KM6AWLUEyIt+BUCSsG5mPLffSRrt1lhErI6kduepsy0PA9+HVc+r/Dnm90NDT4rk/l0cdn4TpgA==", + "integrity": "sha512-NCYBezIp4z2IKVPIkowIYA3UnQDCgme88OfbkXlVfTXkbZc2UyCAqKjvCoqbVs6b83oLA1RqfHvtF8T4Mmq6hA==", "dependencies": { "@microsoft/api-extractor": "^7.9.11", "@microsoft/dynamicproto-js": "^1.1.4", @@ -668,7 +668,7 @@ "node_modules/@rush-temp/applicationinsights-web": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-web.tgz", - "integrity": "sha512-fuD/vI/9/Qhm967PDIq+2qasA72DXGKi7rxMvwuGELHbdSVqQku8R6IB/owuVazXmKNBOkGa9TvYgnIWpPlQWg==", + "integrity": "sha512-Fmb7COPhXuQjbkQ17oNZbbLlIYH5H2/vLpw+L2RuQ0CKEpH7DhtG699JWv5s18UjT9K9IAnDNBeqLJiVx2FcKw==", "dependencies": { "@microsoft/api-extractor": "^7.9.11", "@microsoft/dynamicproto-js": "^1.1.4", @@ -700,7 +700,7 @@ "node_modules/@rush-temp/applicationinsights-web-basic": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-web-basic.tgz", - "integrity": "sha512-/OPlIzq8X/hhC2XgUr3lgk1aCfyAhYTQpzEPOc49CEaebYspxKx+eygJi25NaeeNUYzC+FYRy2H+pYxPv/eOvA==", + "integrity": "sha512-laxZNNRn3GmoXhSfBbl8INkkTjWdsTEopw/nAe2qYMn+JfQrydUtv6KsQtngGN8IlT585T5+ROWqnz6c4TUIzQ==", "dependencies": { "@microsoft/api-extractor": "^7.9.11", "@microsoft/dynamicproto-js": "^1.1.4", @@ -4726,7 +4726,7 @@ }, "@rush-temp/applicationinsights-analytics-js": { "version": "file:projects\\applicationinsights-analytics-js.tgz", - "integrity": "sha512-ls/QkOcEzcAL7PIagUUQKIf99yaccQnwpMRyCNCfnUBx9t/FgyspjxzvpUoevQSs5E1BR93tU516HIgi+bSM5g==", + "integrity": "sha512-26pGYv3lvWEgbtindUnoN/9DRiS2EC+8k3PmGN3BxY5FGaX7lQqqFDCU8nuvAnob6hRGNESCZ/APCRlO0OSWLA==", "requires": { "@microsoft/api-extractor": "^7.9.11", "@microsoft/dynamicproto-js": "^1.1.4", @@ -4753,7 +4753,7 @@ }, "@rush-temp/applicationinsights-channel-js": { "version": "file:projects\\applicationinsights-channel-js.tgz", - "integrity": "sha512-9a0CQW8DMcXHUGP3/FLfdB5XBmwVuscdGuUyDfMt7/SsDb1Ri75ycfyF1Ump3XnyeUMEdsnplNQAizxOIfq2nA==", + "integrity": "sha512-CW5XoNOkFY4xmnK6LUKGdMJMQPgjAS7HmkZ1COuNXcZyERZvlTwheVe56B9X3zszq2NKOBbg5QKGArqGR3r12w==", "requires": { "@microsoft/api-extractor": "^7.9.11", "@microsoft/dynamicproto-js": "^1.1.4", @@ -4779,7 +4779,7 @@ }, "@rush-temp/applicationinsights-clickanalytics-js": { "version": "file:projects\\applicationinsights-clickanalytics-js.tgz", - "integrity": "sha512-VRmN5mJVGDXEiURCqw/li+RqS7FWO4z4vu8gAyAjCBiq6jeMIGNLWtgZd6khU76QT9VgbNt/osHMsjW6JfJH3Q==", + "integrity": "sha512-kAnrvbtA7jr1kz+OGj8+xj2UFJIrN215YvXyny0CKZk5PAMyLuZVBvzyATSjfs+oRgxeu0Elpd66YwTGtwq8Mg==", "requires": { "@microsoft/api-extractor": "^7.9.11", "@microsoft/dynamicproto-js": "^1.1.4", @@ -4803,7 +4803,7 @@ }, "@rush-temp/applicationinsights-common": { "version": "file:projects\\applicationinsights-common.tgz", - "integrity": "sha512-eJV7ic9aTu1yipwP1PThi+7Q6ZCVqZRQbzQcZX+L88AT+peyAlyuHqtuS5polmnJ3A7OOBNDg6MYwS9u5yOyVA==", + "integrity": "sha512-We841JMuYoOTP9cD+zD+cqEgLoKNk+GzK/+RA2tkivR6lCPgqrmBe7M++NqhMyma4qkK22vSU+GNDc47P4qrfw==", "requires": { "@microsoft/api-extractor": "^7.9.11", "@microsoft/dynamicproto-js": "^1.1.4", @@ -4853,7 +4853,7 @@ }, "@rush-temp/applicationinsights-debugplugin-js": { "version": "file:projects\\applicationinsights-debugplugin-js.tgz", - "integrity": "sha512-Vqe1/Gfjxlj4SMkgkT45VAw6+owba360nsvOsq59MQKNuIho76UxAoHnfLOOxgPG521WgRDoQnTEfSniIYpGzQ==", + "integrity": "sha512-rrSvWDT2hbDW5R+Tlq8Bp67lXAIloSb1s8X7OeX7eQh/LeAKG2TDJ8A8IAbme0X3ZFvYggeKi7edQpUAdZdnVw==", "requires": { "@microsoft/api-extractor": "^7.9.11", "@microsoft/dynamicproto-js": "^1.1.4", @@ -4877,7 +4877,7 @@ }, "@rush-temp/applicationinsights-dependencies-js": { "version": "file:projects\\applicationinsights-dependencies-js.tgz", - "integrity": "sha512-w1Cuvsy67pCW2d9wgkHZHNXf2Kf78eWLhDYqJNlZ6z4cy3jKuLjRjj40HUvijMW5h7AwQ36hc2FyrEQwFfFLZA==", + "integrity": "sha512-fc60+Ds4qTcvdb+Vph0aydNia+javLaXTHTqTwjoRf//nLI0FNiZ/WyJH5OqD0Csns/rlB2pHcvL9LF7DljIqw==", "requires": { "@microsoft/api-extractor": "^7.9.11", "@microsoft/dynamicproto-js": "^1.1.4", @@ -4911,7 +4911,7 @@ }, "@rush-temp/applicationinsights-properties-js": { "version": "file:projects\\applicationinsights-properties-js.tgz", - "integrity": "sha512-1aOz8YMur14KM6AWLUEyIt+BUCSsG5mPLffSRrt1lhErI6kduepsy0PA9+HVc+r/Dnm90NDT4rk/l0cdn4TpgA==", + "integrity": "sha512-NCYBezIp4z2IKVPIkowIYA3UnQDCgme88OfbkXlVfTXkbZc2UyCAqKjvCoqbVs6b83oLA1RqfHvtF8T4Mmq6hA==", "requires": { "@microsoft/api-extractor": "^7.9.11", "@microsoft/dynamicproto-js": "^1.1.4", @@ -5003,7 +5003,7 @@ }, "@rush-temp/applicationinsights-web": { "version": "file:projects\\applicationinsights-web.tgz", - "integrity": "sha512-fuD/vI/9/Qhm967PDIq+2qasA72DXGKi7rxMvwuGELHbdSVqQku8R6IB/owuVazXmKNBOkGa9TvYgnIWpPlQWg==", + "integrity": "sha512-Fmb7COPhXuQjbkQ17oNZbbLlIYH5H2/vLpw+L2RuQ0CKEpH7DhtG699JWv5s18UjT9K9IAnDNBeqLJiVx2FcKw==", "requires": { "@microsoft/api-extractor": "^7.9.11", "@microsoft/dynamicproto-js": "^1.1.4", @@ -5034,7 +5034,7 @@ }, "@rush-temp/applicationinsights-web-basic": { "version": "file:projects\\applicationinsights-web-basic.tgz", - "integrity": "sha512-/OPlIzq8X/hhC2XgUr3lgk1aCfyAhYTQpzEPOc49CEaebYspxKx+eygJi25NaeeNUYzC+FYRy2H+pYxPv/eOvA==", + "integrity": "sha512-laxZNNRn3GmoXhSfBbl8INkkTjWdsTEopw/nAe2qYMn+JfQrydUtv6KsQtngGN8IlT585T5+ROWqnz6c4TUIzQ==", "requires": { "@microsoft/api-extractor": "^7.9.11", "@microsoft/dynamicproto-js": "^1.1.4", diff --git a/extensions/applicationinsights-analytics-js/package.json b/extensions/applicationinsights-analytics-js/package.json index 772e5778a..c2f83c9cf 100644 --- a/extensions/applicationinsights-analytics-js/package.json +++ b/extensions/applicationinsights-analytics-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-analytics-js", - "version": "2.6.4", + "version": "2.6.5", "description": "Microsoft Application Insights JavaScript SDK - Web Analytics", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -26,14 +26,14 @@ "@microsoft/ai-test-framework": "0.0.1", "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", "@microsoft/applicationinsights-rollup-es3": "1.1.3", - "@microsoft/applicationinsights-properties-js": "2.6.4", - "@microsoft/applicationinsights-channel-js": "2.6.4", + "@microsoft/applicationinsights-properties-js": "2.6.5", + "@microsoft/applicationinsights-channel-js": "2.6.5", "@microsoft/api-extractor": "^7.9.11", "typescript": "2.5.3", "tslib": "^1.13.0", "globby": "^11.0.0", "magic-string": "^0.25.7", - "pako":"^2.0.3", + "pako": "^2.0.3", "@rollup/plugin-commonjs": "^18.0.0", "@rollup/plugin-node-resolve": "^11.2.1", "@rollup/plugin-replace": "^2.3.3", @@ -52,8 +52,8 @@ "dependencies": { "@microsoft/dynamicproto-js": "^1.1.4", "@microsoft/applicationinsights-shims": "2.0.0", - "@microsoft/applicationinsights-core-js": "2.6.4", - "@microsoft/applicationinsights-common": "2.6.4" + "@microsoft/applicationinsights-core-js": "2.6.5", + "@microsoft/applicationinsights-common": "2.6.5" }, "license": "MIT" } diff --git a/extensions/applicationinsights-analytics-js/src/JavaScriptSDK/ApplicationInsights.ts b/extensions/applicationinsights-analytics-js/src/JavaScriptSDK/ApplicationInsights.ts index 7678ecfa3..2d1c60896 100644 --- a/extensions/applicationinsights-analytics-js/src/JavaScriptSDK/ApplicationInsights.ts +++ b/extensions/applicationinsights-analytics-js/src/JavaScriptSDK/ApplicationInsights.ts @@ -54,7 +54,7 @@ function _getReason(error: any) { } export class ApplicationInsights extends BaseTelemetryPlugin implements IAppInsights, IAppInsightsInternal { - public static Version = "2.6.4"; // Not currently used anywhere + public static Version = "2.6.5"; // Not currently used anywhere public static getDefaultConfig(config?: IConfig): IConfig { if (!config) { diff --git a/extensions/applicationinsights-clickanalytics-js/package.json b/extensions/applicationinsights-clickanalytics-js/package.json index a59e385cb..2f8a6161f 100644 --- a/extensions/applicationinsights-clickanalytics-js/package.json +++ b/extensions/applicationinsights-clickanalytics-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-clickanalytics-js", - "version": "2.6.4", + "version": "2.6.5", "description": "Microsoft Application Insights Click Analytics extension", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -43,9 +43,9 @@ "dependencies": { "@microsoft/dynamicproto-js": "^1.1.4", "@microsoft/applicationinsights-shims": "2.0.0", - "@microsoft/applicationinsights-core-js": "2.6.4", - "@microsoft/applicationinsights-common": "2.6.4", - "@microsoft/applicationinsights-properties-js": "2.6.4" + "@microsoft/applicationinsights-core-js": "2.6.5", + "@microsoft/applicationinsights-common": "2.6.5", + "@microsoft/applicationinsights-properties-js": "2.6.5" }, "repository": { "type": "git", diff --git a/extensions/applicationinsights-clickanalytics-js/src/ClickAnalyticsPlugin.ts b/extensions/applicationinsights-clickanalytics-js/src/ClickAnalyticsPlugin.ts index 8ad53ea28..1fd08d55e 100644 --- a/extensions/applicationinsights-clickanalytics-js/src/ClickAnalyticsPlugin.ts +++ b/extensions/applicationinsights-clickanalytics-js/src/ClickAnalyticsPlugin.ts @@ -27,7 +27,7 @@ export { BehaviorMapValidator, BehaviorValueValidator, BehaviorEnumValidator } export class ClickAnalyticsPlugin extends BaseTelemetryPlugin { public identifier: string = 'ClickAnalyticsPlugin'; public priority: number = 181; - public static Version = "2.6.4"; + public static Version = "2.6.5"; private _config: IClickAnalyticsConfiguration; private pageAction: PageAction; private _autoCaptureHandler: IAutoCaptureHandler; diff --git a/extensions/applicationinsights-debugplugin-js/package.json b/extensions/applicationinsights-debugplugin-js/package.json index 0979acac8..9f600083e 100644 --- a/extensions/applicationinsights-debugplugin-js/package.json +++ b/extensions/applicationinsights-debugplugin-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-debugplugin-js", - "version": "2.6.4", + "version": "2.6.5", "description": "Microsoft Application Insights JavaScript SDK - Debug Plugin extension", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -45,8 +45,8 @@ }, "dependencies": { "@microsoft/dynamicproto-js": "^1.1.4", - "@microsoft/applicationinsights-common": "2.6.4", - "@microsoft/applicationinsights-core-js": "2.6.4", + "@microsoft/applicationinsights-common": "2.6.5", + "@microsoft/applicationinsights-core-js": "2.6.5", "@microsoft/applicationinsights-shims": "2.0.0" }, "license": "MIT" diff --git a/extensions/applicationinsights-dependencies-js/package.json b/extensions/applicationinsights-dependencies-js/package.json index ae649c48a..176668602 100644 --- a/extensions/applicationinsights-dependencies-js/package.json +++ b/extensions/applicationinsights-dependencies-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-dependencies-js", - "version": "2.6.4", + "version": "2.6.5", "description": "Microsoft Application Insights XHR dependencies plugin", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -49,8 +49,8 @@ "dependencies": { "@microsoft/dynamicproto-js": "^1.1.4", "@microsoft/applicationinsights-shims": "2.0.0", - "@microsoft/applicationinsights-core-js": "2.6.4", - "@microsoft/applicationinsights-common": "2.6.4" + "@microsoft/applicationinsights-core-js": "2.6.5", + "@microsoft/applicationinsights-common": "2.6.5" }, "license": "MIT" } diff --git a/extensions/applicationinsights-properties-js/package.json b/extensions/applicationinsights-properties-js/package.json index 65986a672..190443181 100644 --- a/extensions/applicationinsights-properties-js/package.json +++ b/extensions/applicationinsights-properties-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-properties-js", - "version": "2.6.4", + "version": "2.6.5", "description": "Microsoft Application Insights properties (Part A) plugin", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -36,7 +36,7 @@ "@nevware21/grunt-ts-plugin": "^0.4.3", "globby": "^11.0.0", "magic-string": "^0.25.7", - "pako":"^2.0.3", + "pako": "^2.0.3", "@rollup/plugin-commonjs": "^18.0.0", "@rollup/plugin-node-resolve": "^11.2.1", "@rollup/plugin-replace": "^2.3.3", @@ -50,8 +50,8 @@ "dependencies": { "@microsoft/dynamicproto-js": "^1.1.4", "@microsoft/applicationinsights-shims": "2.0.0", - "@microsoft/applicationinsights-core-js": "2.6.4", - "@microsoft/applicationinsights-common": "2.6.4" + "@microsoft/applicationinsights-core-js": "2.6.5", + "@microsoft/applicationinsights-common": "2.6.5" }, "license": "MIT" } diff --git a/extensions/applicationinsights-properties-js/src/Context/Internal.ts b/extensions/applicationinsights-properties-js/src/Context/Internal.ts index 2e242632d..02b6cffa5 100644 --- a/extensions/applicationinsights-properties-js/src/Context/Internal.ts +++ b/extensions/applicationinsights-properties-js/src/Context/Internal.ts @@ -4,7 +4,7 @@ import { IInternal } from '@microsoft/applicationinsights-common'; import { ITelemetryConfig } from '../Interfaces/ITelemetryConfig'; -const Version = "2.6.4"; +const Version = "2.6.5"; export class Internal implements IInternal { diff --git a/package.json b/package.json index ff3e755ac..3b84c58cc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/applicationinsights-web", "description": "Microsoft Application Insights JavaScript SDK", - "version": "2.6.4", + "version": "2.6.5", "keywords": [ "browser performance monitoring", "script errors", diff --git a/shared/AppInsightsCommon/package.json b/shared/AppInsightsCommon/package.json index d5dc354e3..d97162f00 100644 --- a/shared/AppInsightsCommon/package.json +++ b/shared/AppInsightsCommon/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-common", - "version": "2.6.4", + "version": "2.6.5", "description": "Microsoft Application Insights Common JavaScript Library", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -45,7 +45,7 @@ }, "dependencies": { "@microsoft/applicationinsights-shims": "2.0.0", - "@microsoft/applicationinsights-core-js": "2.6.4", + "@microsoft/applicationinsights-core-js": "2.6.5", "@microsoft/dynamicproto-js": "^1.1.4" }, "license": "MIT" diff --git a/shared/AppInsightsCore/package.json b/shared/AppInsightsCore/package.json index 4f3a55f8c..cafc9cc77 100644 --- a/shared/AppInsightsCore/package.json +++ b/shared/AppInsightsCore/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/applicationinsights-core-js", "author": "Microsoft Application Insights Team", - "version": "2.6.4", + "version": "2.6.5", "description": "Microsoft Application Insights Core Javascript SDK", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "keywords": [ @@ -45,7 +45,7 @@ "@nevware21/grunt-ts-plugin": "^0.4.3", "globby": "^11.0.0", "magic-string": "^0.25.7", - "pako":"^2.0.3", + "pako": "^2.0.3", "@rollup/plugin-commonjs": "^18.0.0", "@rollup/plugin-node-resolve": "^11.2.1", "@rollup/plugin-replace": "^2.3.3", diff --git a/version.json b/version.json index 328c1647c..31263a149 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { "description": "The release value identifies the base version that will be applied via the tools/release-tools/setVersion.js", "usage": "When creating a new release you should update this value directly or via the eg. 'npm run setVersion -- 3.2.0' or 'npm run setVersion -- -patch' or 'npm run setVersion -- -minor'", - "release": "2.6.4" + "release": "2.6.5" }