diff --git a/AISKU/README.md b/AISKU/README.md index 591d4628c..cf983ae1c 100644 --- a/AISKU/README.md +++ b/AISKU/README.md @@ -26,8 +26,9 @@ Refer to [our GitHub page](https://github.com/microsoft/applicationinsights-js) | Version | Full Size | Raw Minified | GZip Size |---------|-----------|--------------|------------- -| [<v3 beta>](https://github.com/microsoft/ApplicationInsights-JS/tree/beta/AISKU) | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/beta/ai.3-beta.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/beta/ai.3-beta.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/beta/ai.3-beta.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/beta/ai.3-beta.min.js.svg?compression=gzip&softmax=30000&max=35000) +| [<nightly3>](https://github.com/microsoft/ApplicationInsights-JS/tree/main/AISKU) | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/nightly/ai.3-nightly3.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/nightly/ai.3-nightly3.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/nightly/ai.3-nightly3.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/nightly/ai.3-nightly3.min.js.svg?compression=gzip&softmax=30000&max=35000) | <nightly> | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/nightly/ai.2-nightly.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/nightly/ai.2-nightly.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/nightly/ai.2-nightly.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/nightly/ai.2-nightly.min.js.svg?compression=gzip&softmax=30000&max=35000) +| 2.8.12: | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.12.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.12.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.12.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.12.min.js.svg?compression=gzip&softmax=30000&max=35000) | 2.8.11: | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.11.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.11.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.11.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.11.min.js.svg?compression=gzip&softmax=30000&max=35000) | 2.8.10: | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.10.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.10.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.10.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.10.min.js.svg?compression=gzip&softmax=30000&max=35000) | 2.8.9: | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.9.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.9.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.9.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.9.min.js.svg?compression=gzip&softmax=30000&max=35000) diff --git a/AISKU/Tests/Perf/src/AISKUPerf.ts b/AISKU/Tests/Perf/src/AISKUPerf.ts index 4b0a6b90f..a32aa3e45 100644 --- a/AISKU/Tests/Perf/src/AISKUPerf.ts +++ b/AISKU/Tests/Perf/src/AISKUPerf.ts @@ -19,7 +19,7 @@ export class AppInsightsInitPerfTestClass { * should update version after new release * version with doperf(): after 2.5.6 * */ - var defaultVer = "2.8.11"; + var defaultVer = "2.8.12"; this.version = ver? ver:this._getQueryParameterVersion(defaultVer); this.perfEventsBuffer = []; this.perfEventWaitBuffer = []; diff --git a/AISKU/Tests/Unit/src/AISKUSize.Tests.ts b/AISKU/Tests/Unit/src/AISKUSize.Tests.ts index d4a788f59..0da5946f7 100644 --- a/AISKU/Tests/Unit/src/AISKUSize.Tests.ts +++ b/AISKU/Tests/Unit/src/AISKUSize.Tests.ts @@ -11,7 +11,7 @@ export class AISKUSizeCheck extends AITestClass { private readonly MAX_BUNDLE_DEFLATE_SIZE = 47; private readonly rawFilePath = "../dist/applicationinsights-web.min.js"; // Automatically updated by version scripts - private readonly currentVer = "2.8.11"; + private readonly currentVer = "2.8.12"; private readonly prodFilePath = `../browser/ai.${this.currentVer[0]}.min.js`; public testInitialize() { diff --git a/AISKU/Tests/Unit/src/CdnPackaging.tests.ts b/AISKU/Tests/Unit/src/CdnPackaging.tests.ts index 63d2ee17f..4a839e59a 100644 --- a/AISKU/Tests/Unit/src/CdnPackaging.tests.ts +++ b/AISKU/Tests/Unit/src/CdnPackaging.tests.ts @@ -16,7 +16,7 @@ const enum CdnFormat { export class CdnPackagingChecks extends AITestClass { // Automatically updated by version scripts - private readonly currentVer = "2.8.11"; + private readonly currentVer = "2.8.12"; public testInitialize() { } diff --git a/AISKU/package.json b/AISKU/package.json index bfbefbed1..2db243c0b 100644 --- a/AISKU/package.json +++ b/AISKU/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-web", - "version": "2.8.11", + "version": "2.8.12", "description": "Microsoft Application Insights JavaScript SDK - Web", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -69,12 +69,12 @@ "dependencies": { "@microsoft/dynamicproto-js": "^1.1.9", "@microsoft/applicationinsights-shims": "2.0.2", - "@microsoft/applicationinsights-analytics-js": "2.8.11", - "@microsoft/applicationinsights-channel-js": "2.8.11", - "@microsoft/applicationinsights-common": "2.8.11", - "@microsoft/applicationinsights-core-js": "2.8.11", - "@microsoft/applicationinsights-dependencies-js": "2.8.11", - "@microsoft/applicationinsights-properties-js": "2.8.11" + "@microsoft/applicationinsights-analytics-js": "2.8.12", + "@microsoft/applicationinsights-channel-js": "2.8.12", + "@microsoft/applicationinsights-common": "2.8.12", + "@microsoft/applicationinsights-core-js": "2.8.12", + "@microsoft/applicationinsights-dependencies-js": "2.8.12", + "@microsoft/applicationinsights-properties-js": "2.8.12" }, "license": "MIT" } diff --git a/AISKULight/package.json b/AISKULight/package.json index 245ca934f..264c801fd 100644 --- a/AISKULight/package.json +++ b/AISKULight/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-web-basic", - "version": "2.8.11", + "version": "2.8.12", "description": "Microsoft Application Insights Javascript SDK core and channel", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -54,9 +54,9 @@ "dependencies": { "@microsoft/dynamicproto-js": "^1.1.9", "@microsoft/applicationinsights-shims": "2.0.2", - "@microsoft/applicationinsights-common": "2.8.11", - "@microsoft/applicationinsights-channel-js": "2.8.11", - "@microsoft/applicationinsights-core-js": "2.8.11" + "@microsoft/applicationinsights-common": "2.8.12", + "@microsoft/applicationinsights-channel-js": "2.8.12", + "@microsoft/applicationinsights-core-js": "2.8.12" }, "license": "MIT" } diff --git a/RELEASES.md b/RELEASES.md index a59c7b098..f37d505b4 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -2,9 +2,21 @@ > Note: ES3/IE8 compatibility will be removed in the future v3.x.x releases (scheduled for mid-late 2022), so if you need to retain ES3 compatibility you will need to remain on the 2.x.x versions of the SDK or your runtime will need install polyfill's to your ES3 environment before loading / initializing the SDK. +## 2.8.12 (Apr, 11th, 2023) + +### Changelog + +- #2014 [BUG] The documentation for enableDebug is incorrect, it should reference enableDebugExceptions +- #2027 [BUG] SDK LOAD Failure reporting not working +- #2034 [BUG] Failed XHR request after ever tracked item when gathered logs exceed maxBatchSizeInBytes while offline +- #2037 [Master] Add local storage-based implementation #1419 + - Add support for user provided storage option for Sender +- #2029 [Master] Add npm-pack and npm-publish tasks +- #2026 [Master] Fix examples, Throttle tests and export dependency types from Sku + ## 2.8.11 (Mar 8th, 2023) -## Changelog +### Changelog - #1996 [BUG] SharedWorker does not Instrument fetch correctly - #1995 [BUG] App Insights not auto-capturing from a Web Worker 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 986fd7cee..8bb6810ec 100644 --- a/channels/applicationinsights-channel-js/Tests/Unit/src/Sender.tests.ts +++ b/channels/applicationinsights-channel-js/Tests/Unit/src/Sender.tests.ts @@ -812,7 +812,7 @@ export class SenderTests extends AITestClass { QUnit.assert.ok(baseData.ver); QUnit.assert.equal(2, baseData.ver); - QUnit.assert.equal("javascript:2.8.11", appInsightsEnvelope.tags["ai.internal.sdkVersion"]); + QUnit.assert.equal("javascript:2.8.12", appInsightsEnvelope.tags["ai.internal.sdkVersion"]); } }) diff --git a/channels/applicationinsights-channel-js/package.json b/channels/applicationinsights-channel-js/package.json index 95fa6a36d..b3edbadea 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.8.11", + "version": "2.8.12", "description": "Microsoft Application Insights JavaScript SDK Channel", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -51,8 +51,8 @@ "dependencies": { "@microsoft/dynamicproto-js": "^1.1.9", "@microsoft/applicationinsights-shims": "2.0.2", - "@microsoft/applicationinsights-core-js": "2.8.11", - "@microsoft/applicationinsights-common": "2.8.11" + "@microsoft/applicationinsights-core-js": "2.8.12", + "@microsoft/applicationinsights-common": "2.8.12" }, "license": "MIT" } diff --git a/common/config/rush/npm-shrinkwrap.json b/common/config/rush/npm-shrinkwrap.json index 384e4cda5..b89d33225 100644 --- a/common/config/rush/npm-shrinkwrap.json +++ b/common/config/rush/npm-shrinkwrap.json @@ -523,7 +523,7 @@ "node_modules/@rush-temp/applicationinsights-analytics-js": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-analytics-js.tgz", - "integrity": "sha512-jVXQM+jtkiDgZzxMGgvga22u7r4U7frLMLk4kET+DrJ3RHEfvc9h8cWVDvpNXYaa7iITH+49Q1kMQ5PWp98l2Q==", + "integrity": "sha512-YpRsRLiX1NNIla//Jbghs5OwgB4vp4f7hj5aAAsMDnB5fElg/OuveObLaokgcXHN6DfvQg5+CyQe8gShqE0PFA==", "dependencies": { "@microsoft/api-extractor": "^7.18.1", "@microsoft/dynamicproto-js": "^1.1.9", @@ -549,7 +549,7 @@ "node_modules/@rush-temp/applicationinsights-channel-js": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-channel-js.tgz", - "integrity": "sha512-ReNzNM0rq8FcCuW+OWxiuVQuA8LsMVAcibobtBlsjntNzISFGlaTZzx7gkU9L73CWm98P6Q8VWrMQWLcAnZfTQ==", + "integrity": "sha512-STa6qYPoce+OoBLoGQJIX7cIsJVCwk3BRh6aUVX79B6ujaLauvqfbJXyqp4jSU4MH2w9emGiI7jMSZh59haJOg==", "dependencies": { "@microsoft/api-extractor": "^7.18.1", "@microsoft/dynamicproto-js": "^1.1.9", @@ -573,7 +573,7 @@ "node_modules/@rush-temp/applicationinsights-chrome-debug-extension": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-chrome-debug-extension.tgz", - "integrity": "sha512-2ptmLoPUv9929KR65z/K2vpEc7OM9uM+cmygZlyMlDQvEflEgjNLnfM5WSx+KYGucqNj1f81JPod63Xd+Va+zw==", + "integrity": "sha512-7UveZM+bjcsBtvO2S+V6H96AlRaZJx9B209LyVjJM7Cky6aAbHADydZFdY6SU6HOqkTNYn5p2wy/V72VedLvwQ==", "dependencies": { "@microsoft/dynamicproto-js": "^1.1.9", "@nevware21/grunt-eslint-ts": "^0.2.2", @@ -606,7 +606,7 @@ "node_modules/@rush-temp/applicationinsights-clickanalytics-js": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-clickanalytics-js.tgz", - "integrity": "sha512-ET4iEh5NFxptA1/5y3DmccxRczeMobhtFRmlaMRHGn2ctp7iJKLzKtLWONHcikGH4nYr3FCT2ZipoX/zTZqR2Q==", + "integrity": "sha512-fMRBgw2eKRmK9RUxyI3FXNdP2hP62B9XKhqHcZkHFSxzejOI009yRwXmVGwwN6S1O53Ju/kRsG6kdDF2Aj6ADA==", "dependencies": { "@microsoft/api-extractor": "^7.18.1", "@microsoft/dynamicproto-js": "^1.1.9", @@ -629,7 +629,7 @@ "node_modules/@rush-temp/applicationinsights-common": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-common.tgz", - "integrity": "sha512-XWtSl0lswtNbQ1jm5uiKju7RGWkfPSNTFxuemVeKafEGQQhhafprNcOTE8SmyFwYfO3QUSGgzToYFqA1TBqArQ==", + "integrity": "sha512-Go0JWHlaEWREkU4qmQoameYcTd2SE+yqQuAWSzlMWwlyQ+Kjm4VbJ6Vrq9synb5D+WY9SaqPKjKd/qVgZyOvJw==", "dependencies": { "@microsoft/api-extractor": "^7.18.1", "@microsoft/dynamicproto-js": "^1.1.9", @@ -679,7 +679,7 @@ "node_modules/@rush-temp/applicationinsights-debugplugin-js": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-debugplugin-js.tgz", - "integrity": "sha512-tUVYsZKReW4ZNJoiT/adTMRatOcOLz656LWV5hKkkbOxcNs4B50NWl2XOWcIniRmqWJN6NqIWdLRcyCOuLma+w==", + "integrity": "sha512-L7dWRdkyVttaJCB1M8DI/HPv4rDdvzcYabFFKLJqE4pnvbleGlBD1eoazYvf6XSneJydenUYv+OTOpSZ+M82ew==", "dependencies": { "@microsoft/api-extractor": "^7.18.1", "@microsoft/dynamicproto-js": "^1.1.9", @@ -702,7 +702,7 @@ "node_modules/@rush-temp/applicationinsights-dependencies-js": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-dependencies-js.tgz", - "integrity": "sha512-CQDGl40ZjnV7RCq8keu9EZPtzJDSxoA7C+TUucitRPS1YQUau88a2NbBKC++nZaSAHBZ7uuwv65N3ICPBcBQeQ==", + "integrity": "sha512-ZUMzQEWsSO23w3L6I7O21C3EDkGmXOExNeET9TKor3T7yB9IkrRh1iKaYsjIXp4IpEgln9QL20d/2ij5p/NfwQ==", "dependencies": { "@microsoft/api-extractor": "^7.18.1", "@microsoft/dynamicproto-js": "^1.1.9", @@ -728,7 +728,7 @@ "node_modules/@rush-temp/applicationinsights-example-aisku": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-example-aisku.tgz", - "integrity": "sha512-bgHLPYKi+CpRdRR1464wFmWo6rOofLO9xZAVGjgfC9ZmnvlRNdcwx9w3kiI4fTMdMGpJ75ZiDODuftsI9yJXJQ==", + "integrity": "sha512-wbOkq1Ta0edhE4tDG+oReenCbGuxTCWkrippQPTHiezbJxY1aI53ZLmFkrmUiARhiLJSY2oQ1JUE5EtLENolyA==", "dependencies": { "@microsoft/dynamicproto-js": "^1.1.9", "@rollup/plugin-commonjs": "^18.0.0", @@ -745,7 +745,7 @@ "node_modules/@rush-temp/applicationinsights-example-dependencies": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-example-dependencies.tgz", - "integrity": "sha512-EF+f2LITGCNlGEAgX7gshmNlahNsjWV/2x+rDEi8qF4d2MFPW0ABUCSg6V18PXnmIpqrqceEqe6U5p7K7am05Q==", + "integrity": "sha512-p1ay5OCbhgFIfPdrOreL3l0+PrYY+8zhF6PXdjxbjomq1UiUsBL8Nkhf2eThVkd9EfqtQ33AQqV7i6t6kBq7uw==", "dependencies": { "@microsoft/dynamicproto-js": "^1.1.9", "@rollup/plugin-commonjs": "^18.0.0", @@ -762,7 +762,7 @@ "node_modules/@rush-temp/applicationinsights-example-shared-worker": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-example-shared-worker.tgz", - "integrity": "sha512-9pO58PeSoojQ7eynMTtgeW69TLGwz6PvmisuGCDdEwMN7LbCDY0pxl3USud6SOEy1Vbdjp9uqA/Wn2PSW50IJw==", + "integrity": "sha512-WcVUnXZyyEbahS651waozAv7nmTOMnCMQKfgZ1f83CKABmVvaPh7UEKME5w0+Be/lDUavJwMGsbBxABz95/fJg==", "dependencies": { "@microsoft/applicationinsights-web-snippet": "1.0.1", "@microsoft/dynamicproto-js": "^1.1.9", @@ -798,7 +798,7 @@ "node_modules/@rush-temp/applicationinsights-perfmarkmeasure-js": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-perfmarkmeasure-js.tgz", - "integrity": "sha512-3zc3COZt4t5jkpKkPc2+xeZrWp4DFU+sUXuApcqnCK9rnmdCD0CE9mKFtMD2fi5A2GMKwMfvUbpHHlqHoby4Bg==", + "integrity": "sha512-DWw37JM9ADB8YC6jRzRdZFnjeaKzAI+gAVmaKraANuMSkYKs4GW6blHKjAA3itN/HuB2aY95W50zMmwrOWLORg==", "dependencies": { "@microsoft/api-extractor": "^7.18.1", "@microsoft/dynamicproto-js": "^1.1.9", @@ -821,7 +821,7 @@ "node_modules/@rush-temp/applicationinsights-properties-js": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-properties-js.tgz", - "integrity": "sha512-i21MmPwHS+Y3hYgBc6/BECMnwph8FJqheCXRzPq8IE7Wb7YWQa1tj6zSW5LgkUAnRrIOGQHSYTPo3zdTgCWB4A==", + "integrity": "sha512-a6pe72ZPhcQ7EkoJ3zEIloYM7j3OLqqBHXmIvR9rbvk/T46KIIyp8+CJlKhN/O4dCOCfPyDDlv9Lo3loln5sAA==", "dependencies": { "@microsoft/api-extractor": "^7.18.1", "@microsoft/dynamicproto-js": "^1.1.9", @@ -908,7 +908,7 @@ "node_modules/@rush-temp/applicationinsights-web": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-web.tgz", - "integrity": "sha512-z1HL09HjW6SluVPyvUQJ89de9d/pR+nQPSzB6icrBG8Kt6rVIICE6L2kPsNFY5xRrdntjZ6zxqBB9JxnwsR3Hg==", + "integrity": "sha512-MoP4ep9XUFBhiI9z5qO4Dyp6TA85ZDtcJBtUhN0zQ/DDXP7iBYocHnaE9Z9cgqZTv42gKKmMA+LcV98f9+pChA==", "dependencies": { "@microsoft/api-extractor": "^7.18.1", "@microsoft/dynamicproto-js": "^1.1.9", @@ -936,7 +936,7 @@ "node_modules/@rush-temp/applicationinsights-web-basic": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-web-basic.tgz", - "integrity": "sha512-trfYdP+RxrI4/dQGzRQFQbbExrGJV7OAvZjWgOQ3ZdzjUj9lvmdLL7V2qpGxn8ohussSdXJuEOejfmOdULlP4Q==", + "integrity": "sha512-7F0nhdhSy/eE5I812G3YjDJyrdU3cvlDrJ4GnZx68GHFhCgwl9EzS2gL5yeqdknAJEl4ucpex3y54y6/C64p+Q==", "dependencies": { "@microsoft/api-extractor": "^7.18.1", "@microsoft/dynamicproto-js": "^1.1.9", @@ -2180,9 +2180,9 @@ "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" }, "node_modules/electron-to-chromium": { - "version": "1.4.357", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.357.tgz", - "integrity": "sha512-UTkCbNTAcGXABmEnQrGcW4m3cG6fcyBfD4KDF0iyEAlbrGZiY9dmslyDAGOD1Kr5biN2F743Y30aRCOtau35Vw==" + "version": "1.4.358", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.358.tgz", + "integrity": "sha512-dbqpWy662dGVwq27q8i6+t5FPcQiFPs/VExXJ+/T9Xp9KUV0b5bvG+B/i07FNNr7PgcN3GhZQCZoYJ9EUfnIOg==" }, "node_modules/encodeurl": { "version": "1.0.2", @@ -5834,7 +5834,7 @@ }, "@rush-temp/applicationinsights-analytics-js": { "version": "file:projects\\applicationinsights-analytics-js.tgz", - "integrity": "sha512-jVXQM+jtkiDgZzxMGgvga22u7r4U7frLMLk4kET+DrJ3RHEfvc9h8cWVDvpNXYaa7iITH+49Q1kMQ5PWp98l2Q==", + "integrity": "sha512-YpRsRLiX1NNIla//Jbghs5OwgB4vp4f7hj5aAAsMDnB5fElg/OuveObLaokgcXHN6DfvQg5+CyQe8gShqE0PFA==", "requires": { "@microsoft/api-extractor": "^7.18.1", "@microsoft/dynamicproto-js": "^1.1.9", @@ -5859,7 +5859,7 @@ }, "@rush-temp/applicationinsights-channel-js": { "version": "file:projects\\applicationinsights-channel-js.tgz", - "integrity": "sha512-ReNzNM0rq8FcCuW+OWxiuVQuA8LsMVAcibobtBlsjntNzISFGlaTZzx7gkU9L73CWm98P6Q8VWrMQWLcAnZfTQ==", + "integrity": "sha512-STa6qYPoce+OoBLoGQJIX7cIsJVCwk3BRh6aUVX79B6ujaLauvqfbJXyqp4jSU4MH2w9emGiI7jMSZh59haJOg==", "requires": { "@microsoft/api-extractor": "^7.18.1", "@microsoft/dynamicproto-js": "^1.1.9", @@ -5882,7 +5882,7 @@ }, "@rush-temp/applicationinsights-chrome-debug-extension": { "version": "file:projects\\applicationinsights-chrome-debug-extension.tgz", - "integrity": "sha512-2ptmLoPUv9929KR65z/K2vpEc7OM9uM+cmygZlyMlDQvEflEgjNLnfM5WSx+KYGucqNj1f81JPod63Xd+Va+zw==", + "integrity": "sha512-7UveZM+bjcsBtvO2S+V6H96AlRaZJx9B209LyVjJM7Cky6aAbHADydZFdY6SU6HOqkTNYn5p2wy/V72VedLvwQ==", "requires": { "@microsoft/dynamicproto-js": "^1.1.9", "@nevware21/grunt-eslint-ts": "^0.2.2", @@ -5914,7 +5914,7 @@ }, "@rush-temp/applicationinsights-clickanalytics-js": { "version": "file:projects\\applicationinsights-clickanalytics-js.tgz", - "integrity": "sha512-ET4iEh5NFxptA1/5y3DmccxRczeMobhtFRmlaMRHGn2ctp7iJKLzKtLWONHcikGH4nYr3FCT2ZipoX/zTZqR2Q==", + "integrity": "sha512-fMRBgw2eKRmK9RUxyI3FXNdP2hP62B9XKhqHcZkHFSxzejOI009yRwXmVGwwN6S1O53Ju/kRsG6kdDF2Aj6ADA==", "requires": { "@microsoft/api-extractor": "^7.18.1", "@microsoft/dynamicproto-js": "^1.1.9", @@ -5936,7 +5936,7 @@ }, "@rush-temp/applicationinsights-common": { "version": "file:projects\\applicationinsights-common.tgz", - "integrity": "sha512-XWtSl0lswtNbQ1jm5uiKju7RGWkfPSNTFxuemVeKafEGQQhhafprNcOTE8SmyFwYfO3QUSGgzToYFqA1TBqArQ==", + "integrity": "sha512-Go0JWHlaEWREkU4qmQoameYcTd2SE+yqQuAWSzlMWwlyQ+Kjm4VbJ6Vrq9synb5D+WY9SaqPKjKd/qVgZyOvJw==", "requires": { "@microsoft/api-extractor": "^7.18.1", "@microsoft/dynamicproto-js": "^1.1.9", @@ -5984,7 +5984,7 @@ }, "@rush-temp/applicationinsights-debugplugin-js": { "version": "file:projects\\applicationinsights-debugplugin-js.tgz", - "integrity": "sha512-tUVYsZKReW4ZNJoiT/adTMRatOcOLz656LWV5hKkkbOxcNs4B50NWl2XOWcIniRmqWJN6NqIWdLRcyCOuLma+w==", + "integrity": "sha512-L7dWRdkyVttaJCB1M8DI/HPv4rDdvzcYabFFKLJqE4pnvbleGlBD1eoazYvf6XSneJydenUYv+OTOpSZ+M82ew==", "requires": { "@microsoft/api-extractor": "^7.18.1", "@microsoft/dynamicproto-js": "^1.1.9", @@ -6006,7 +6006,7 @@ }, "@rush-temp/applicationinsights-dependencies-js": { "version": "file:projects\\applicationinsights-dependencies-js.tgz", - "integrity": "sha512-CQDGl40ZjnV7RCq8keu9EZPtzJDSxoA7C+TUucitRPS1YQUau88a2NbBKC++nZaSAHBZ7uuwv65N3ICPBcBQeQ==", + "integrity": "sha512-ZUMzQEWsSO23w3L6I7O21C3EDkGmXOExNeET9TKor3T7yB9IkrRh1iKaYsjIXp4IpEgln9QL20d/2ij5p/NfwQ==", "requires": { "@microsoft/api-extractor": "^7.18.1", "@microsoft/dynamicproto-js": "^1.1.9", @@ -6031,7 +6031,7 @@ }, "@rush-temp/applicationinsights-example-aisku": { "version": "file:projects\\applicationinsights-example-aisku.tgz", - "integrity": "sha512-bgHLPYKi+CpRdRR1464wFmWo6rOofLO9xZAVGjgfC9ZmnvlRNdcwx9w3kiI4fTMdMGpJ75ZiDODuftsI9yJXJQ==", + "integrity": "sha512-wbOkq1Ta0edhE4tDG+oReenCbGuxTCWkrippQPTHiezbJxY1aI53ZLmFkrmUiARhiLJSY2oQ1JUE5EtLENolyA==", "requires": { "@microsoft/dynamicproto-js": "^1.1.9", "@rollup/plugin-commonjs": "^18.0.0", @@ -6047,7 +6047,7 @@ }, "@rush-temp/applicationinsights-example-dependencies": { "version": "file:projects\\applicationinsights-example-dependencies.tgz", - "integrity": "sha512-EF+f2LITGCNlGEAgX7gshmNlahNsjWV/2x+rDEi8qF4d2MFPW0ABUCSg6V18PXnmIpqrqceEqe6U5p7K7am05Q==", + "integrity": "sha512-p1ay5OCbhgFIfPdrOreL3l0+PrYY+8zhF6PXdjxbjomq1UiUsBL8Nkhf2eThVkd9EfqtQ33AQqV7i6t6kBq7uw==", "requires": { "@microsoft/dynamicproto-js": "^1.1.9", "@rollup/plugin-commonjs": "^18.0.0", @@ -6063,7 +6063,7 @@ }, "@rush-temp/applicationinsights-example-shared-worker": { "version": "file:projects\\applicationinsights-example-shared-worker.tgz", - "integrity": "sha512-9pO58PeSoojQ7eynMTtgeW69TLGwz6PvmisuGCDdEwMN7LbCDY0pxl3USud6SOEy1Vbdjp9uqA/Wn2PSW50IJw==", + "integrity": "sha512-WcVUnXZyyEbahS651waozAv7nmTOMnCMQKfgZ1f83CKABmVvaPh7UEKME5w0+Be/lDUavJwMGsbBxABz95/fJg==", "requires": { "@microsoft/applicationinsights-web-snippet": "1.0.1", "@microsoft/dynamicproto-js": "^1.1.9", @@ -6097,7 +6097,7 @@ }, "@rush-temp/applicationinsights-perfmarkmeasure-js": { "version": "file:projects\\applicationinsights-perfmarkmeasure-js.tgz", - "integrity": "sha512-3zc3COZt4t5jkpKkPc2+xeZrWp4DFU+sUXuApcqnCK9rnmdCD0CE9mKFtMD2fi5A2GMKwMfvUbpHHlqHoby4Bg==", + "integrity": "sha512-DWw37JM9ADB8YC6jRzRdZFnjeaKzAI+gAVmaKraANuMSkYKs4GW6blHKjAA3itN/HuB2aY95W50zMmwrOWLORg==", "requires": { "@microsoft/api-extractor": "^7.18.1", "@microsoft/dynamicproto-js": "^1.1.9", @@ -6119,7 +6119,7 @@ }, "@rush-temp/applicationinsights-properties-js": { "version": "file:projects\\applicationinsights-properties-js.tgz", - "integrity": "sha512-i21MmPwHS+Y3hYgBc6/BECMnwph8FJqheCXRzPq8IE7Wb7YWQa1tj6zSW5LgkUAnRrIOGQHSYTPo3zdTgCWB4A==", + "integrity": "sha512-a6pe72ZPhcQ7EkoJ3zEIloYM7j3OLqqBHXmIvR9rbvk/T46KIIyp8+CJlKhN/O4dCOCfPyDDlv9Lo3loln5sAA==", "requires": { "@microsoft/api-extractor": "^7.18.1", "@microsoft/dynamicproto-js": "^1.1.9", @@ -6202,7 +6202,7 @@ }, "@rush-temp/applicationinsights-web": { "version": "file:projects\\applicationinsights-web.tgz", - "integrity": "sha512-z1HL09HjW6SluVPyvUQJ89de9d/pR+nQPSzB6icrBG8Kt6rVIICE6L2kPsNFY5xRrdntjZ6zxqBB9JxnwsR3Hg==", + "integrity": "sha512-MoP4ep9XUFBhiI9z5qO4Dyp6TA85ZDtcJBtUhN0zQ/DDXP7iBYocHnaE9Z9cgqZTv42gKKmMA+LcV98f9+pChA==", "requires": { "@microsoft/api-extractor": "^7.18.1", "@microsoft/dynamicproto-js": "^1.1.9", @@ -6229,7 +6229,7 @@ }, "@rush-temp/applicationinsights-web-basic": { "version": "file:projects\\applicationinsights-web-basic.tgz", - "integrity": "sha512-trfYdP+RxrI4/dQGzRQFQbbExrGJV7OAvZjWgOQ3ZdzjUj9lvmdLL7V2qpGxn8ohussSdXJuEOejfmOdULlP4Q==", + "integrity": "sha512-7F0nhdhSy/eE5I812G3YjDJyrdU3cvlDrJ4GnZx68GHFhCgwl9EzS2gL5yeqdknAJEl4ucpex3y54y6/C64p+Q==", "requires": { "@microsoft/api-extractor": "^7.18.1", "@microsoft/dynamicproto-js": "^1.1.9", @@ -7151,9 +7151,9 @@ "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" }, "electron-to-chromium": { - "version": "1.4.357", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.357.tgz", - "integrity": "sha512-UTkCbNTAcGXABmEnQrGcW4m3cG6fcyBfD4KDF0iyEAlbrGZiY9dmslyDAGOD1Kr5biN2F743Y30aRCOtau35Vw==" + "version": "1.4.358", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.358.tgz", + "integrity": "sha512-dbqpWy662dGVwq27q8i6+t5FPcQiFPs/VExXJ+/T9Xp9KUV0b5bvG+B/i07FNNr7PgcN3GhZQCZoYJ9EUfnIOg==" }, "encodeurl": { "version": "1.0.2", diff --git a/examples/AISKU/package.json b/examples/AISKU/package.json index e39132e81..96a2aa39f 100644 --- a/examples/AISKU/package.json +++ b/examples/AISKU/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/applicationinsights-example-aisku", "author": "Microsoft Application Insights Team", - "version": "2.8.11", + "version": "2.8.12", "description": "Microsoft Application Insights AISKU Example", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "keywords": [ @@ -51,7 +51,7 @@ "dependencies": { "@microsoft/applicationinsights-shims": "2.0.2", "@microsoft/dynamicproto-js": "^1.1.9", - "@microsoft/applicationinsights-web": "2.8.11", - "@microsoft/applicationinsights-core-js": "2.8.11" + "@microsoft/applicationinsights-web": "2.8.12", + "@microsoft/applicationinsights-core-js": "2.8.12" } } diff --git a/examples/dependency/package.json b/examples/dependency/package.json index 117db7fdd..07e7dbb5d 100644 --- a/examples/dependency/package.json +++ b/examples/dependency/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/applicationinsights-example-dependencies", "author": "Microsoft Application Insights Team", - "version": "2.8.11", + "version": "2.8.12", "description": "Microsoft Application Insights Dependencies Example", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "keywords": [ @@ -51,8 +51,8 @@ "dependencies": { "@microsoft/applicationinsights-shims": "2.0.2", "@microsoft/dynamicproto-js": "^1.1.9", - "@microsoft/applicationinsights-web": "2.8.11", - "@microsoft/applicationinsights-dependencies-js": "2.8.11", - "@microsoft/applicationinsights-core-js": "2.8.11" + "@microsoft/applicationinsights-web": "2.8.12", + "@microsoft/applicationinsights-dependencies-js": "2.8.12", + "@microsoft/applicationinsights-core-js": "2.8.12" } } diff --git a/examples/shared-worker/package.json b/examples/shared-worker/package.json index 2cdb5b839..b7bccea93 100644 --- a/examples/shared-worker/package.json +++ b/examples/shared-worker/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/applicationinsights-example-shared-worker", "author": "Microsoft Application Insights Team", - "version": "2.8.11", + "version": "2.8.12", "description": "Microsoft Application Insights Shared Worker Example", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "keywords": [ @@ -64,7 +64,7 @@ "dependencies": { "@microsoft/applicationinsights-shims": "2.0.2", "@microsoft/dynamicproto-js": "^1.1.9", - "@microsoft/applicationinsights-web": "2.8.11", + "@microsoft/applicationinsights-web": "2.8.12", "@microsoft/applicationinsights-web-snippet": "1.0.1", "@nevware21/ts-utils": ">= 0.7 < 2.x" } diff --git a/extensions/applicationinsights-analytics-js/package.json b/extensions/applicationinsights-analytics-js/package.json index 677768e7a..1f1b34b37 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.8.11", + "version": "2.8.12", "description": "Microsoft Application Insights JavaScript SDK - Web Analytics", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -30,8 +30,8 @@ "@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.8.11", - "@microsoft/applicationinsights-channel-js": "2.8.11", + "@microsoft/applicationinsights-properties-js": "2.8.12", + "@microsoft/applicationinsights-channel-js": "2.8.12", "@microsoft/api-extractor": "^7.18.1", "typescript": "^4.9.3", "tslib": "^2.0.0", @@ -57,8 +57,8 @@ "dependencies": { "@microsoft/dynamicproto-js": "^1.1.9", "@microsoft/applicationinsights-shims": "2.0.2", - "@microsoft/applicationinsights-core-js": "2.8.11", - "@microsoft/applicationinsights-common": "2.8.11" + "@microsoft/applicationinsights-core-js": "2.8.12", + "@microsoft/applicationinsights-common": "2.8.12" }, "license": "MIT" } diff --git a/extensions/applicationinsights-clickanalytics-js/package.json b/extensions/applicationinsights-clickanalytics-js/package.json index ba45a7e0c..710e126ce 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.8.11", + "version": "2.8.12", "description": "Microsoft Application Insights Click Analytics extension", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -48,9 +48,9 @@ "dependencies": { "@microsoft/dynamicproto-js": "^1.1.9", "@microsoft/applicationinsights-shims": "2.0.2", - "@microsoft/applicationinsights-core-js": "2.8.11", - "@microsoft/applicationinsights-common": "2.8.11", - "@microsoft/applicationinsights-properties-js": "2.8.11" + "@microsoft/applicationinsights-core-js": "2.8.12", + "@microsoft/applicationinsights-common": "2.8.12", + "@microsoft/applicationinsights-properties-js": "2.8.12" }, "repository": { "type": "git", diff --git a/extensions/applicationinsights-debugplugin-js/package.json b/extensions/applicationinsights-debugplugin-js/package.json index 6e4329782..a8ad92df6 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.8.11", + "version": "2.8.12", "description": "Microsoft Application Insights JavaScript SDK - Debug Plugin extension", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -49,8 +49,8 @@ }, "dependencies": { "@microsoft/dynamicproto-js": "^1.1.9", - "@microsoft/applicationinsights-common": "2.8.11", - "@microsoft/applicationinsights-core-js": "2.8.11", + "@microsoft/applicationinsights-common": "2.8.12", + "@microsoft/applicationinsights-core-js": "2.8.12", "@microsoft/applicationinsights-shims": "2.0.2" }, "license": "MIT" diff --git a/extensions/applicationinsights-dependencies-js/package.json b/extensions/applicationinsights-dependencies-js/package.json index 0015f1a65..679c6903c 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.8.11", + "version": "2.8.12", "description": "Microsoft Application Insights XHR dependencies plugin", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -55,8 +55,8 @@ "dependencies": { "@microsoft/dynamicproto-js": "^1.1.9", "@microsoft/applicationinsights-shims": "2.0.2", - "@microsoft/applicationinsights-core-js": "2.8.11", - "@microsoft/applicationinsights-common": "2.8.11" + "@microsoft/applicationinsights-core-js": "2.8.12", + "@microsoft/applicationinsights-common": "2.8.12" }, "license": "MIT" } diff --git a/extensions/applicationinsights-perfmarkmeasure-js/package.json b/extensions/applicationinsights-perfmarkmeasure-js/package.json index eadcd28b0..b857bd8ad 100644 --- a/extensions/applicationinsights-perfmarkmeasure-js/package.json +++ b/extensions/applicationinsights-perfmarkmeasure-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-perfmarkmeasure-js", - "version": "2.8.11", + "version": "2.8.12", "description": "Microsoft Application Insights Performance Mark and Measure Manager plugin", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -52,7 +52,7 @@ "dependencies": { "@microsoft/dynamicproto-js": "^1.1.9", "@microsoft/applicationinsights-shims": "2.0.2", - "@microsoft/applicationinsights-core-js": "2.8.11" + "@microsoft/applicationinsights-core-js": "2.8.12" }, "license": "MIT" } diff --git a/extensions/applicationinsights-properties-js/package.json b/extensions/applicationinsights-properties-js/package.json index 662921c40..51a372050 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.8.11", + "version": "2.8.12", "description": "Microsoft Application Insights properties (Part A) plugin", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -55,8 +55,8 @@ "dependencies": { "@microsoft/dynamicproto-js": "^1.1.9", "@microsoft/applicationinsights-shims": "2.0.2", - "@microsoft/applicationinsights-core-js": "2.8.11", - "@microsoft/applicationinsights-common": "2.8.11" + "@microsoft/applicationinsights-core-js": "2.8.12", + "@microsoft/applicationinsights-common": "2.8.12" }, "license": "MIT" } diff --git a/gruntfile.js b/gruntfile.js index 8fc2acf40..426012e2d 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -154,7 +154,7 @@ module.exports = function (grunt) { // const perfTestVersions = ["2.0.0","2.0.1","2.1.0","2.2.0","2.2.1","2.2.2","2.3.0","2.3.1", // "2.4.1","2.4.3","2.4.4","2.5.2","2.5.3","2.5.4","2.5.5","2.5.6","2.5.7","2.5.8","2.5.9","2.5.10","2.5.11", // "2.6.0","2.6.1","2.6.2","2.6.3","2.6.4","2.6.5","2.7.0"]; - const perfTestVersions=["2.8.11"]; + const perfTestVersions=["2.8.12"]; function buildConfig(modules) { var buildCmds = { diff --git a/package.json b/package.json index 45a05862a..6cd6f2abf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/applicationinsights-web", "description": "Microsoft Application Insights JavaScript SDK", - "version": "2.8.11", + "version": "2.8.12", "keywords": [ "browser performance monitoring", "script errors", diff --git a/shared/AppInsightsCommon/package.json b/shared/AppInsightsCommon/package.json index 4f33eb2f1..a3e6c8d17 100644 --- a/shared/AppInsightsCommon/package.json +++ b/shared/AppInsightsCommon/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-common", - "version": "2.8.11", + "version": "2.8.12", "description": "Microsoft Application Insights Common JavaScript Library", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -52,7 +52,7 @@ }, "dependencies": { "@microsoft/applicationinsights-shims": "2.0.2", - "@microsoft/applicationinsights-core-js": "2.8.11", + "@microsoft/applicationinsights-core-js": "2.8.12", "@microsoft/dynamicproto-js": "^1.1.9" }, "license": "MIT" diff --git a/shared/AppInsightsCore/package.json b/shared/AppInsightsCore/package.json index 6d0c28fa5..10cbffaff 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.8.11", + "version": "2.8.12", "description": "Microsoft Application Insights Core Javascript SDK", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "keywords": [ diff --git a/tools/chrome-debug-extension/manifest.json b/tools/chrome-debug-extension/manifest.json index c56a9d5bf..fdee6e988 100644 --- a/tools/chrome-debug-extension/manifest.json +++ b/tools/chrome-debug-extension/manifest.json @@ -2,8 +2,8 @@ "name": "Telemetry Viewer", "short_name": "Telemetry Viewer", "description": "A browser extension that provides a real time view of what's happening in Application Insights including what telemetry is being logged by the web application", - "version": "0.3.11", - "version_name": "0.3.11", + "version": "0.3.12", + "version_name": "0.3.12", "manifest_version": 2, "icons": { "16": "images/icon-16.png", diff --git a/tools/chrome-debug-extension/package.json b/tools/chrome-debug-extension/package.json index e8e850e86..54a3df7f7 100644 --- a/tools/chrome-debug-extension/package.json +++ b/tools/chrome-debug-extension/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-chrome-debug-extension", - "version": "0.3.11", + "version": "0.3.12", "description": "A chrome based browser extension that provides a real time view of what's happening in Application Insights including what telemetry is being logged by the web application", "homepage": "https://github.com/microsoft/ApplicationInsights-JS/tree/master/tools/chrome-debug-extension#readme", "keywords": [ @@ -42,8 +42,8 @@ "license": "MIT", "sideEffects": false, "dependencies": { - "@microsoft/applicationinsights-core-js": "2.8.11", - "@microsoft/applicationinsights-common": "2.8.11", + "@microsoft/applicationinsights-core-js": "2.8.12", + "@microsoft/applicationinsights-common": "2.8.12", "@microsoft/applicationinsights-shims": "2.0.2", "@microsoft/dynamicproto-js": "^1.1.9", "file-saver": "^2.0.0", diff --git a/tools/config/package.json b/tools/config/package.json index c6742f9e7..6945a61e2 100644 --- a/tools/config/package.json +++ b/tools/config/package.json @@ -1,7 +1,7 @@ { "name": "applicationinsights-web-config", "description": " Application Insights JavaScript SDK - Web Config", - "version": "0.0.3", + "version": "0.0.4", "copyright": "(c) Microsoft and contributors. All rights reserved.", "author": "Microsoft Application Insights Team", "repository": { diff --git a/version.json b/version.json index c3076899e..ffffefee8 100644 --- a/version.json +++ b/version.json @@ -1,72 +1,72 @@ { "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.8.11", + "release": "2.8.12", "next": "patch", "pkgs": { "@microsoft/applicationinsights-web": { "package": "package.json", - "release": "2.8.11" + "release": "2.8.12" }, "@microsoft/applicationinsights-web-basic": { "package": "AISKULight/package.json", - "release": "2.8.11" + "release": "2.8.12" }, "@microsoft/applicationinsights-channel-js": { "package": "channels/applicationinsights-channel-js/package.json", - "release": "2.8.11" + "release": "2.8.12" }, "@microsoft/applicationinsights-analytics-js": { "package": "extensions/applicationinsights-analytics-js/package.json", - "release": "2.8.11" + "release": "2.8.12" }, "@microsoft/applicationinsights-clickanalytics-js": { "package": "extensions/applicationinsights-clickanalytics-js/package.json", - "release": "2.8.11" + "release": "2.8.12" }, "@microsoft/applicationinsights-debugplugin-js": { "package": "extensions/applicationinsights-debugplugin-js/package.json", - "release": "2.8.11" + "release": "2.8.12" }, "@microsoft/applicationinsights-dependencies-js": { "package": "extensions/applicationinsights-dependencies-js/package.json", - "release": "2.8.11" + "release": "2.8.12" }, "@microsoft/applicationinsights-perfmarkmeasure-js": { "package": "extensions/applicationinsights-perfmarkmeasure-js/package.json", - "release": "2.8.11" + "release": "2.8.12" }, "@microsoft/applicationinsights-properties-js": { "package": "extensions/applicationinsights-properties-js/package.json", - "release": "2.8.11" + "release": "2.8.12" }, "@microsoft/applicationinsights-common": { "package": "shared/AppInsightsCommon/package.json", - "release": "2.8.11" + "release": "2.8.12" }, "@microsoft/applicationinsights-core-js": { "package": "shared/AppInsightsCore/package.json", - "release": "2.8.11" + "release": "2.8.12" }, "@microsoft/applicationinsights-chrome-debug-extension": { "package": "tools/chrome-debug-extension/package.json", - "release": "0.3.11" + "release": "0.3.12" }, "applicationinsights-web-config": { "package": "tools/config/package.json", - "release": "0.0.3" + "release": "0.0.4" }, "@microsoft/applicationinsights-example-aisku": { "package": "examples/AISKU/package.json", - "release": "2.8.11" + "release": "2.8.12" }, "@microsoft/applicationinsights-example-dependencies": { "package": "examples/dependency/package.json", - "release": "2.8.11" + "release": "2.8.12" }, "@microsoft/applicationinsights-example-shared-worker": { "package": "examples/shared-worker/package.json", - "release": "2.8.11" + "release": "2.8.12" } } }