diff --git a/AISKU/README.md b/AISKU/README.md index 14205bb44..034ae081c 100644 --- a/AISKU/README.md +++ b/AISKU/README.md @@ -34,6 +34,7 @@ See [Breaking Changes](https://microsoft.github.io/ApplicationInsights-JS/upgrad | Version | Full Size | Raw Minified | GZip Size |---------|-----------|--------------|------------- | [<nightly3>](https://github.com/microsoft/ApplicationInsights-JS/tree/main/AISKU) | [![full size size](https://js.monitor.azure.com/nightly/ai.3-nightly3.js.svg)](https://js.monitor.azure.com/nightly/ai.3-nightly3.js.svg)| ![minified size size](https://js.monitor.azure.com/nightly/ai.3-nightly3.min.js.svg) | ![gzip size](https://js.monitor.azure.com/nightly/ai.3-nightly3.min.js.gzip.svg) +| 3.4.0-beta: | [![full size size](https://js.monitor.azure.com/scripts/b/ai.3.4.0-beta.js.svg)](https://js.monitor.azure.com/scripts/b/ai.3.4.0-beta.js.svg)| ![minified size size](https://js.monitor.azure.com/scripts/b/ai.3.4.0-beta.min.js.svg) | ![gzip size](https://js.monitor.azure.com/scripts/b/ai.3.3.11.min.js.gzip.svg) | 3.3.11: | [![full size size](https://js.monitor.azure.com/scripts/b/ai.3.3.11.js.svg)](https://js.monitor.azure.com/scripts/b/ai.3.3.11.js.svg)| ![minified size size](https://js.monitor.azure.com/scripts/b/ai.3.3.11.min.js.svg) | ![gzip size](https://js.monitor.azure.com/scripts/b/ai.3.3.11.min.js.gzip.svg) | 3.3.10: | [![full size size](https://js.monitor.azure.com/scripts/b/ai.3.3.10.js.svg)](https://js.monitor.azure.com/scripts/b/ai.3.3.10.js.svg)| ![minified size size](https://js.monitor.azure.com/scripts/b/ai.3.3.10.min.js.svg) | ![gzip size](https://js.monitor.azure.com/scripts/b/ai.3.3.10.min.js.gzip.svg) | 3.3.9: | [![full size size](https://js.monitor.azure.com/scripts/b/ai.3.3.9.js.svg)](https://js.monitor.azure.com/scripts/b/ai.3.3.9.js.svg)| ![minified size size](https://js.monitor.azure.com/scripts/b/ai.3.3.9.min.js.svg) | ![gzip size](https://js.monitor.azure.com/scripts/b/ai.3.3.9.min.js.gzip.svg) diff --git a/AISKU/Tests/Perf/src/AISKUPerf.ts b/AISKU/Tests/Perf/src/AISKUPerf.ts index 13fbe168f..6aac1c1fc 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 = "3.3.11"; + var defaultVer = "3.4.0-beta"; 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 e48d81793..83cad7773 100644 --- a/AISKU/Tests/Unit/src/AISKUSize.Tests.ts +++ b/AISKU/Tests/Unit/src/AISKUSize.Tests.ts @@ -60,7 +60,7 @@ export class AISKUSizeCheck extends AITestClass { private readonly MAX_BUNDLE_DEFLATE_SIZE = 70; private readonly rawFilePath = "../dist/es5/applicationinsights-web.min.js"; // Automatically updated by version scripts - private readonly currentVer = "3.3.11"; + private readonly currentVer = "3.4.0-beta"; private readonly prodFilePath = `../browser/es5/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 2aa3fd8e5..5ef317434 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 = "3.3.11"; + private readonly currentVer = "3.4.0-beta"; public testInitialize() { } diff --git a/AISKU/Tests/es6-module-type-check/package.json b/AISKU/Tests/es6-module-type-check/package.json index b129e0fa7..f13e31201 100644 --- a/AISKU/Tests/es6-module-type-check/package.json +++ b/AISKU/Tests/es6-module-type-check/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/applicationinsights-test-module-type-check", "author": "Microsoft Application Insights Team and Contributors", - "version": "3.3.11", + "version": "3.4.0-beta", "description": "Microsoft Application Insights ES6 Module and Type check Example", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "keywords": [ @@ -32,7 +32,10 @@ "tslib": ">= 1.0.0" }, "dependencies": { - "@microsoft/applicationinsights-core-js": "3.3.11", - "@microsoft/applicationinsights-web": "3.3.11" + "@microsoft/applicationinsights-core-js": "3.4.0-beta", + "@microsoft/applicationinsights-web": "3.4.0-beta" + }, + "publishConfig": { + "tag": "beta3" } } diff --git a/AISKU/package.json b/AISKU/package.json index 66a67338b..3845a2a5b 100644 --- a/AISKU/package.json +++ b/AISKU/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-web", - "version": "3.3.11", + "version": "3.4.0-beta", "description": "Microsoft Application Insights JavaScript SDK - Web", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -32,7 +32,7 @@ }, "devDependencies": { "@microsoft/ai-test-framework": "0.0.1", - "@microsoft/applicationinsights-offlinechannel-js": "0.3.11", + "@microsoft/applicationinsights-offlinechannel-js": "0.4.0-beta", "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", "@microsoft/applicationinsights-rollup-es5": "1.0.2", "sinon": "^7.3.1", @@ -64,14 +64,17 @@ "dependencies": { "@microsoft/dynamicproto-js": "^2.0.3", "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-analytics-js": "3.3.11", - "@microsoft/applicationinsights-channel-js": "3.3.11", - "@microsoft/applicationinsights-cfgsync-js": "3.3.11", - "@microsoft/applicationinsights-core-js": "3.3.11", - "@microsoft/applicationinsights-dependencies-js": "3.3.11", - "@microsoft/applicationinsights-properties-js": "3.3.11", + "@microsoft/applicationinsights-analytics-js": "3.4.0-beta", + "@microsoft/applicationinsights-channel-js": "3.4.0-beta", + "@microsoft/applicationinsights-cfgsync-js": "3.4.0-beta", + "@microsoft/applicationinsights-core-js": "3.4.0-beta", + "@microsoft/applicationinsights-dependencies-js": "3.4.0-beta", + "@microsoft/applicationinsights-properties-js": "3.4.0-beta", "@nevware21/ts-utils": ">= 0.12.6 < 2.x", "@nevware21/ts-async": ">= 0.5.5 < 2.x" }, - "license": "MIT" + "license": "MIT", + "publishConfig": { + "tag": "beta3" + } } diff --git a/AISKULight/Tests/Unit/src/AISKULightSize.Tests.ts b/AISKULight/Tests/Unit/src/AISKULightSize.Tests.ts index 58cec6c38..82de2e526 100644 --- a/AISKULight/Tests/Unit/src/AISKULightSize.Tests.ts +++ b/AISKULight/Tests/Unit/src/AISKULightSize.Tests.ts @@ -56,7 +56,7 @@ export class AISKULightSizeCheck extends AITestClass { private readonly MAX_RAW_DEFLATE_SIZE = 42; private readonly MAX_BUNDLE_DEFLATE_SIZE = 42; private readonly rawFilePath = "../dist/es5/applicationinsights-web-basic.min.js"; - private readonly currentVer = "3.3.11"; + private readonly currentVer = "3.4.0-beta"; private readonly prodFilePath = `../browser/es5/aib.${this.currentVer[0]}.min.js`; public testInitialize() { diff --git a/AISKULight/package.json b/AISKULight/package.json index c336cae5d..de4513c41 100644 --- a/AISKULight/package.json +++ b/AISKULight/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-web-basic", - "version": "3.3.11", + "version": "3.4.0-beta", "description": "Microsoft Application Insights JavaScript SDK - Web Basic", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -58,10 +58,13 @@ "dependencies": { "@microsoft/dynamicproto-js": "^2.0.3", "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-channel-js": "3.3.11", - "@microsoft/applicationinsights-core-js": "3.3.11", + "@microsoft/applicationinsights-channel-js": "3.4.0-beta", + "@microsoft/applicationinsights-core-js": "3.4.0-beta", "@nevware21/ts-utils": ">= 0.12.6 < 2.x", "@nevware21/ts-async": ">= 0.5.5 < 2.x" }, - "license": "MIT" + "license": "MIT", + "publishConfig": { + "tag": "beta3" + } } diff --git a/RELEASES.md b/RELEASES.md index ca31c6a9d..434f1aaba 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -2,7 +2,7 @@ > 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. -## 3.4.0-beta (Unreleased) +## 3.4.0-beta (February 23rd, 2026) ### Significant Changes diff --git a/channels/1ds-post-js/package.json b/channels/1ds-post-js/package.json index b91778fb3..9a67b5163 100644 --- a/channels/1ds-post-js/package.json +++ b/channels/1ds-post-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/1ds-post-js", - "version": "4.3.11", + "version": "4.4.0-beta", "description": "Microsoft Application Insights JavaScript SDK - 1ds-post-channel-js", "author": "Microsoft Application Insights Team", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", @@ -27,7 +27,7 @@ "dependencies": { "@microsoft/applicationinsights-shims": "3.0.1", "@microsoft/dynamicproto-js": "^2.0.3", - "@microsoft/1ds-core-js": "4.3.11", + "@microsoft/1ds-core-js": "4.4.0-beta", "@nevware21/ts-utils": ">= 0.12.6 < 2.x", "@nevware21/ts-async": ">= 0.5.5 < 2.x" }, @@ -60,5 +60,8 @@ "1DS", "Js", "SDK" - ] + ], + "publishConfig": { + "tag": "beta4" + } } diff --git a/channels/applicationinsights-channel-js/package.json b/channels/applicationinsights-channel-js/package.json index 63148d646..98eb55369 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": "3.3.11", + "version": "3.4.0-beta", "description": "Microsoft Application Insights JavaScript SDK Channel", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -57,9 +57,12 @@ "dependencies": { "@microsoft/dynamicproto-js": "^2.0.3", "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-core-js": "3.3.11", + "@microsoft/applicationinsights-core-js": "3.4.0-beta", "@nevware21/ts-utils": ">= 0.12.6 < 2.x", "@nevware21/ts-async": ">= 0.5.5 < 2.x" }, - "license": "MIT" + "license": "MIT", + "publishConfig": { + "tag": "beta3" + } } diff --git a/channels/offline-channel-js/package.json b/channels/offline-channel-js/package.json index 4a016d607..a32253233 100644 --- a/channels/offline-channel-js/package.json +++ b/channels/offline-channel-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-offlinechannel-js", - "version": "0.3.11", + "version": "0.4.0-beta", "description": "Microsoft Application Insights JavaScript SDK Offline Channel", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -31,7 +31,7 @@ "dependencies": { "@microsoft/dynamicproto-js": "^2.0.3", "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-core-js": "3.3.11", + "@microsoft/applicationinsights-core-js": "3.4.0-beta", "@nevware21/ts-utils": ">= 0.12.6 < 2.x", "@nevware21/ts-async": ">= 0.5.5 < 2.x" }, @@ -61,5 +61,8 @@ "sinon": "^7.3.1", "typedoc": "^0.26.6" }, - "license": "MIT" + "license": "MIT", + "publishConfig": { + "tag": "beta" + } } diff --git a/channels/tee-channel-js/package.json b/channels/tee-channel-js/package.json index 196710457..c3d650840 100644 --- a/channels/tee-channel-js/package.json +++ b/channels/tee-channel-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-teechannel-js", - "version": "3.3.11", + "version": "3.4.0-beta", "description": "Microsoft Application Insights JavaScript SDK Tee Channel", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -58,9 +58,12 @@ "dependencies": { "@microsoft/dynamicproto-js": "^2.0.3", "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-core-js": "3.3.11", + "@microsoft/applicationinsights-core-js": "3.4.0-beta", "@nevware21/ts-utils": ">= 0.12.6 < 2.x", "@nevware21/ts-async": ">= 0.5.5 < 2.x" }, - "license": "MIT" + "license": "MIT", + "publishConfig": { + "tag": "beta3" + } } diff --git a/common/config/rush/npm-shrinkwrap.json b/common/config/rush/npm-shrinkwrap.json index 0cd7a00c3..f9b720844 100644 --- a/common/config/rush/npm-shrinkwrap.json +++ b/common/config/rush/npm-shrinkwrap.json @@ -659,7 +659,7 @@ "node_modules/@rush-temp/1ds-core-js": { "version": "0.0.0", "resolved": "file:projects/1ds-core-js.tgz", - "integrity": "sha512-pR50cRWaEco97vLWZWKLw0EYcLAuu97y1SaxLKnh4dtP0J4tfuwLIzRNRqsLF3/vWja720HJToBEPsXLlc8Jeg==", + "integrity": "sha512-8lBWeD0pALtcDIdrzaC/OyWjQbGxgwe6VXtaFzeOjZl4UO8710kmP2D8DWjS2B3KXXhQ9oHTeyoexfHGGw+EwA==", "dependencies": { "@microsoft/api-extractor": "^7.40.0", "@microsoft/dynamicproto-js": "^2.0.3", @@ -687,7 +687,7 @@ "node_modules/@rush-temp/1ds-post-js": { "version": "0.0.0", "resolved": "file:projects/1ds-post-js.tgz", - "integrity": "sha512-Ejq2SRGTXhuA221kmuZqZQzH3meOL0fZ3pYNezsT++5Ma9H7XiLV3TbxNurb0331roPh4SnbAACKZodYhzr4Ww==", + "integrity": "sha512-uYb1A+SqFC/Z+QPkedIKm8qAwdu5LpoURvYelEaTIQTp9oSphrBwKDsGyBj8UcHnE9BYC7OrDWnYa5/S/0/n5Q==", "dependencies": { "@microsoft/api-extractor": "^7.40.0", "@microsoft/dynamicproto-js": "^2.0.3", @@ -736,7 +736,7 @@ "node_modules/@rush-temp/applicationinsights-analytics-js": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-analytics-js.tgz", - "integrity": "sha512-pAzkHhe8WCmnr19be+Lp8VTT3TNtrEg7OuuWIA0YsvEnbm5IFTMPIssKcvL+ycWmFLs2VrfmYDTroyKksbAB1A==", + "integrity": "sha512-MOzu2fJibOxkVFpvY2AWJ5H1mV/gUg3Ps/MH6t6WYacsFD+Oglw/tpf0wGeJnKsbokYWdxKLXxg3m7g+QUqHdw==", "dependencies": { "@microsoft/api-extractor": "^7.40.0", "@microsoft/dynamicproto-js": "^2.0.3", @@ -764,7 +764,7 @@ "node_modules/@rush-temp/applicationinsights-cfgsync-js": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-cfgsync-js.tgz", - "integrity": "sha512-JKKVxrBN76qvhf0R4vOUGVviSXOqw2ex+uRz7JMaUaUBDM+ntdW+PS9CPF2DafVP1apuQBGjWf4PNyE27s7VrQ==", + "integrity": "sha512-BpWwD6hRWv1SN59diYSWvy1Oxyk2Usu/f6LsZH/fTt16LSm3xXZ3WsaU4LJdQpoIWJrDtr8pPlIFWGEadRgAOg==", "dependencies": { "@microsoft/api-extractor": "^7.40.0", "@microsoft/dynamicproto-js": "^2.0.3", @@ -793,7 +793,7 @@ "node_modules/@rush-temp/applicationinsights-channel-js": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-channel-js.tgz", - "integrity": "sha512-SAcb+ocqYF3HfNJWhy05sHgwSYz6IoCRaGICQT6pmg+tLIL4TMlOc1QngNLknb5Qcvonq6xe60nnQhgYGPPD1g==", + "integrity": "sha512-Kb8aTWEPL+hXm28IlQkHv+PvoDHy7Yt3Y/aAAge8Twz7xlai3LxkB+vkZ0ms28qcVTAultsyrE2MRgyxPvGlCg==", "dependencies": { "@microsoft/api-extractor": "^7.40.0", "@microsoft/dynamicproto-js": "^2.0.3", @@ -821,7 +821,7 @@ "node_modules/@rush-temp/applicationinsights-chrome-debug-extension": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-chrome-debug-extension.tgz", - "integrity": "sha512-fkq4sXsbGIb23+ekBSroLeZ766r+FSQLC0ep0Es0tQTwQbFs/ORJM1FsXK3YYz6avqIG/8y/fua9UHiToQaKcg==", + "integrity": "sha512-KI3COIRh+IyVUnTn59+G0EIRnGPYIC5r3Z7cQe2/OEbqCOx6/McM6vN3N7QSHA4M0xyuUZP3TnHGHskf72zdeA==", "dependencies": { "@microsoft/dynamicproto-js": "^2.0.3", "@nevware21/grunt-eslint-ts": "^0.5.1", @@ -857,7 +857,7 @@ "node_modules/@rush-temp/applicationinsights-clickanalytics-js": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-clickanalytics-js.tgz", - "integrity": "sha512-HX70vvG7dQDCepgQfg3Vq2+z09of5uDCz8y0sag2mGlbqpauD+OZguo+kpUvrC3rux3uqhVEbePm0zKzvIZRtg==", + "integrity": "sha512-u1olNt5JG6b3Nievc3ffwGc2ccsgtxJYGn+mbAmCoXuid1jFlpM/8n4v3j+arV51GB6k8IRkalJBa5sEibOg1A==", "dependencies": { "@microsoft/api-extractor": "^7.40.0", "@microsoft/dynamicproto-js": "^2.0.3", @@ -882,7 +882,7 @@ "node_modules/@rush-temp/applicationinsights-common": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-common.tgz", - "integrity": "sha512-nD+nu8oRygkoeJj6RosTjsPXe1sw87nXcJ31U2r3GkXfQnkc8vDE9uLBcEvvNGsWUpFfis0iZOpCVTw5H4yiGQ==", + "integrity": "sha512-pxORxE+Pd6wYJHdcEnEORVIVbrW/UWRZMgdbsEMhJG0gce7JkAcT4YTzHS2NWydRPnkcc1yxukHD0aoSdIXqWQ==", "dependencies": { "@microsoft/api-extractor": "^7.40.0", "@microsoft/dynamicproto-js": "^2.0.3", @@ -937,7 +937,7 @@ "node_modules/@rush-temp/applicationinsights-debugplugin-js": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-debugplugin-js.tgz", - "integrity": "sha512-mMaeScduQK015G/LQ2Yp1waAErz9ZVSR6nvmjEtf2Cx8AXhiPUgS95EHFNrEkAqCCexfp/DUFX/c0Dt7QLFpdg==", + "integrity": "sha512-9v0N+g3kH9LhPO/3C946cNX3LlZvMChKKg0GqIjzzVZh4CLROlxL9lPs1s3WSHnhsaxFxfGEFWKYCARyTVNsRw==", "dependencies": { "@microsoft/api-extractor": "^7.40.0", "@microsoft/dynamicproto-js": "^2.0.3", @@ -962,7 +962,7 @@ "node_modules/@rush-temp/applicationinsights-dependencies-js": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-dependencies-js.tgz", - "integrity": "sha512-7dV0vwgbq91uGDS+qhKsAZ7Z0FRnXD8jG0oYmWl27aSKZUxrwzyG6B+JMLXNNlUZnfCeSTxJkSkR4rGwV+HnEA==", + "integrity": "sha512-oYqpPUl56wRd0LgqGkxmGIeUnur3Jw62PVxP9p3FVAZAaMQ3OsUi0DsIAoG14CSWSabftX4ADc4wDYjBsxx31w==", "dependencies": { "@microsoft/api-extractor": "^7.40.0", "@microsoft/dynamicproto-js": "^2.0.3", @@ -990,7 +990,7 @@ "node_modules/@rush-temp/applicationinsights-example-aisku": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-example-aisku.tgz", - "integrity": "sha512-w8DGkX2Lk22NDwGKlVf1LAvNujeWlHJSw0u4JYWyIOzMPiKbqh5C/P87linrCYX27kMI4r7u3cs3ic3O4BrWZQ==", + "integrity": "sha512-0ONRD5vAKRvwVl+YY0ycx9GrJkz1Kk9VCLBevgw5qLjqJIr5i6pnjknb+/VP75C78o5xaYtMZNAo3IwSr0sTuw==", "dependencies": { "@microsoft/dynamicproto-js": "^2.0.3", "@nevware21/ts-utils": ">= 0.12.6 < 2.x", @@ -1009,7 +1009,7 @@ "node_modules/@rush-temp/applicationinsights-example-cfgsync": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-example-cfgsync.tgz", - "integrity": "sha512-z4IR1fkQdanbPx3HDYGijmE0Ey4XOPOgErwqQ7NEYDTgt7UtPUrkfSQTIsL81jknSvJS00V9/bfigW/4XWbsMw==", + "integrity": "sha512-IQHnody6y+C/4uFkUtdifbFIzKpaJ0pUUeEu0AZUur7390bFH9ZRJ8ej9af0Fd65aDimXG2PCVtSgCP153UaZA==", "dependencies": { "@microsoft/dynamicproto-js": "^2.0.3", "@nevware21/grunt-eslint-ts": "^0.5.1", @@ -1035,7 +1035,7 @@ "node_modules/@rush-temp/applicationinsights-example-dependencies": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-example-dependencies.tgz", - "integrity": "sha512-QQ4CrVpRgK7RVbQkwI9AP4kcYMx8WRwWlC8vhG5EA5oh4BxqbNhK+RRVoeEsAL+AcBRhfGj1JvpX8OXrJCz+9g==", + "integrity": "sha512-yC6BBBlmWESJp+GpzcxDDH1LsxF8dyckQKxABHvviYHA/LOb2uaNnNWQEgpmWaPxLaaaaAqtSbjeoSnPlgmO/w==", "dependencies": { "@microsoft/dynamicproto-js": "^2.0.3", "@nevware21/ts-utils": ">= 0.12.6 < 2.x", @@ -1054,7 +1054,7 @@ "node_modules/@rush-temp/applicationinsights-example-shared-worker": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-example-shared-worker.tgz", - "integrity": "sha512-5xEKNKnrgVLzDxy6SBOv7LWbtXYTmsBHhWeZIUlaSicFUvx05p9DLzPXMhd9L/ip03gq0pRGpP7gM869D7Ag5g==", + "integrity": "sha512-2xrLEfjx75HwViqJ6NeLB6W2PjDDMpe8WpupOjCxDIwm9HQK+xcYURl/B6YXJFGGqRTDucA791OqY8EYd0oNJw==", "dependencies": { "@microsoft/dynamicproto-js": "^2.0.3", "@nevware21/grunt-eslint-ts": "^0.5.1", @@ -1080,7 +1080,7 @@ "node_modules/@rush-temp/applicationinsights-example-startspan": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-example-startspan.tgz", - "integrity": "sha512-axijiAKIdpt4u060lUqA8SqcUlTh5fyI5Kftu9gogYouhMmY8k5DnFG1zNu3AWRJ85kKFIP2S97180p6pVUkTA==", + "integrity": "sha512-KTNkNnObFzz75LAGxAI6Kx4QArVDBl6lvrzyFG4P2ZXd+y7Mpx7e4XNvta37xqI+3nS9ADPd9TZMHmTG1Tswlg==", "dependencies": { "@microsoft/dynamicproto-js": "^2.0.3", "@nevware21/ts-utils": ">= 0.12.6 < 2.x", @@ -1108,7 +1108,7 @@ "node_modules/@rush-temp/applicationinsights-offlinechannel-js": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-offlinechannel-js.tgz", - "integrity": "sha512-12+c2SjH6E5L/I7BgqMMIq7sUKEeX9ceqf7PSjSEUZHQR7SafZodhqHmsQn6+ZCKCliHDTHlWLN9ccw5jQFcHA==", + "integrity": "sha512-W+fAtMNB091+iL05R16awffvFYycw+cEjfL7awIc6wXReguMIXwA/mJhY0C5qqmPAHoWDUlLq2beR0XWfX006w==", "dependencies": { "@microsoft/api-extractor": "^7.40.0", "@microsoft/dynamicproto-js": "^2.0.3", @@ -1136,7 +1136,7 @@ "node_modules/@rush-temp/applicationinsights-osplugin-js": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-osplugin-js.tgz", - "integrity": "sha512-fAKrqiPlftceyjMr28g1a3YAOyMosXvF7OwOQnFmcROw6j6DFfQMKUhFRwFIjXWoN1rC+gCgrCk3198HX3oEHg==", + "integrity": "sha512-rv6VxlcdjEpx6jZIZsrm0JE3PYfMvYQRJugAz4M4M0+JwIT5ZQzIvVzsrkd7XOgjcNGgwbAjXu5fsLISCrtZ1A==", "dependencies": { "@microsoft/api-extractor": "^7.40.0", "@microsoft/dynamicproto-js": "^2.0.3", @@ -1159,7 +1159,7 @@ "node_modules/@rush-temp/applicationinsights-perfmarkmeasure-js": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-perfmarkmeasure-js.tgz", - "integrity": "sha512-6t0fVBQmpkOaDASet5E3h8DrM7nWOcNg6d/DaJSI7A+A90eQ16zLtC/AwfjR7q/Jml5z+crQFYG0JcSesSUmZg==", + "integrity": "sha512-+66TpbHLyLLE7j20b5VqscLtrZ/zZyCUOj1kEyZ5iTJ9zPaGg7x9faTmddHDOb6P3ksW+JSpnuZCNJPlZajM3w==", "dependencies": { "@microsoft/api-extractor": "^7.40.0", "@microsoft/dynamicproto-js": "^2.0.3", @@ -1185,7 +1185,7 @@ "node_modules/@rush-temp/applicationinsights-properties-js": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-properties-js.tgz", - "integrity": "sha512-DfItXbFRzVg7dKV1f69lNrTU4lLn4fg9MR/55vk/FYBGXB+ln/Dd+Rv4mBfQ0R8sbV+wchyi2LEEwpPIwKInxw==", + "integrity": "sha512-/0Zcas3z8aQkvyQfabEgdHvaN2EWpVgWg+9fCydB8P4BwOPaaYNv3y2DhtymrtJfMgTSsgQ8oIQs7o5B/o9iKg==", "dependencies": { "@microsoft/api-extractor": "^7.40.0", "@microsoft/dynamicproto-js": "^2.0.3", @@ -1278,7 +1278,7 @@ "node_modules/@rush-temp/applicationinsights-teechannel-js": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-teechannel-js.tgz", - "integrity": "sha512-rzL/bz+X+0JS35XcxV/jlFZV1sks02OKRWlEARXR4oVpfbusxQwSM9/2Ic8O79UgfADhbMjWudgCaHo3B0tvcQ==", + "integrity": "sha512-N3hPuunjIjxZFkgilqNwFqrwlLn3w/l0ig4wqM7TeLnY3XTtxJtqamlrnnrXgKDzrGLGa2B9M7sA9CIcLZxBHQ==", "dependencies": { "@microsoft/api-extractor": "^7.40.0", "@microsoft/dynamicproto-js": "^2.0.3", @@ -1306,7 +1306,7 @@ "node_modules/@rush-temp/applicationinsights-test-module-type-check": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-test-module-type-check.tgz", - "integrity": "sha512-gSGMPEpeFKfdRtFcBcDWaImmonXPeWRLNrMfngbdgbg8BDQDj6U3d/KLHuVpxUW0RTnCqZ1XbexhP6qa1omTGQ==", + "integrity": "sha512-qqtG/twT7u94SHu0lydvMMPKTadMV7xHJ3TfRlM0MBptNoMHeKj3QhHXxJEZdPA+ByRZAsWrB545eSRV0gV3nw==", "dependencies": { "tslib": ">= 1.0.0", "typescript": "^4.9.3" @@ -1315,7 +1315,7 @@ "node_modules/@rush-temp/applicationinsights-web": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-web.tgz", - "integrity": "sha512-Nr5BMRsYrH9nNnXFL149v1Kl+TV9Ic8a0EpfCOcfF3z3XHN0VL2q5OVIly3lTJr7AhdK/hBfoVwQp2mrmyQWdA==", + "integrity": "sha512-4L3WPRPwL0RXfxcsQeDyYMVrwfmqF8KeduS6QMNI0MBU/RIQotiTuJD6/fkz7usP7VDB+eSVB09sf6SbAhev7Q==", "dependencies": { "@microsoft/api-extractor": "^7.40.0", "@microsoft/dynamicproto-js": "^2.0.3", @@ -1347,7 +1347,7 @@ "node_modules/@rush-temp/applicationinsights-web-basic": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-web-basic.tgz", - "integrity": "sha512-sC7igCkEiDhJdKOYWdyuJEkT+kMpsT1aD2MegthS9TsvPordDUwmEkzob71pQHk+BVBH83w4/5DfQThnGEe6kw==", + "integrity": "sha512-MqLZ1NryXN4XTKz9QVX/EVzvbCmnsv42EpHARwGRnOHQs7FltsK0kmLp50RiJDsCl4RVW+LN0Lw6qwnS4IdrDg==", "dependencies": { "@microsoft/api-extractor": "^7.40.0", "@microsoft/dynamicproto-js": "^2.0.3", @@ -1380,7 +1380,7 @@ "node_modules/@rush-temp/applicationinsights-web-snippet": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-web-snippet.tgz", - "integrity": "sha512-X5EwU2y+FfkLpTUCC2D1P9IJkQCFFCqdS0Gg8YiGbIDwFLiXvlQV5p+DdrMWhW0DwHLTa2Apqqe7+a9SWGD+5A==", + "integrity": "sha512-IgphyYQ3z/wBNXpCjSrNmPTtWb12WTdcQMsv9Ut9kE/ASlVYINekM1O0YGaXFFpFJ0kAgG16O+BoXTUIug5j0A==", "dependencies": { "@microsoft/api-extractor": "^7.40.0", "@microsoft/dynamicproto-js": "^2.0.3", diff --git a/examples/AISKU/package.json b/examples/AISKU/package.json index b10409a1e..40905edae 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": "3.3.11", + "version": "3.4.0-beta", "description": "Microsoft Application Insights AISKU Example", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "keywords": [ @@ -52,8 +52,11 @@ "dependencies": { "@microsoft/applicationinsights-shims": "3.0.1", "@microsoft/dynamicproto-js": "^2.0.3", - "@microsoft/applicationinsights-web": "3.3.11", - "@microsoft/applicationinsights-core-js": "3.3.11", + "@microsoft/applicationinsights-web": "3.4.0-beta", + "@microsoft/applicationinsights-core-js": "3.4.0-beta", "@nevware21/ts-utils": ">= 0.12.6 < 2.x" + }, + "publishConfig": { + "tag": "beta3" } } diff --git a/examples/cfgSync/package.json b/examples/cfgSync/package.json index 305864a92..b0178076a 100644 --- a/examples/cfgSync/package.json +++ b/examples/cfgSync/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/applicationinsights-example-cfgsync", "author": "Microsoft Application Insights Team", - "version": "3.3.11", + "version": "3.4.0-beta", "description": "Microsoft Application Insights CfgSync Plugin Example", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "keywords": [ @@ -62,10 +62,13 @@ }, "dependencies": { "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-cfgsync-js": "3.3.11", + "@microsoft/applicationinsights-cfgsync-js": "3.4.0-beta", "@microsoft/dynamicproto-js": "^2.0.3", - "@microsoft/applicationinsights-web": "3.3.11", - "@microsoft/applicationinsights-core-js": "3.3.11", + "@microsoft/applicationinsights-web": "3.4.0-beta", + "@microsoft/applicationinsights-core-js": "3.4.0-beta", "@nevware21/ts-utils": ">= 0.12.6 < 2.x" + }, + "publishConfig": { + "tag": "beta3" } } diff --git a/examples/dependency/package.json b/examples/dependency/package.json index df3d04d46..b9c8058c6 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": "3.3.11", + "version": "3.4.0-beta", "description": "Microsoft Application Insights Dependencies Example", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "keywords": [ @@ -52,9 +52,12 @@ "dependencies": { "@microsoft/applicationinsights-shims": "3.0.1", "@microsoft/dynamicproto-js": "^2.0.3", - "@microsoft/applicationinsights-web": "3.3.11", - "@microsoft/applicationinsights-dependencies-js": "3.3.11", - "@microsoft/applicationinsights-core-js": "3.3.11", + "@microsoft/applicationinsights-web": "3.4.0-beta", + "@microsoft/applicationinsights-dependencies-js": "3.4.0-beta", + "@microsoft/applicationinsights-core-js": "3.4.0-beta", "@nevware21/ts-utils": ">= 0.12.6 < 2.x" + }, + "publishConfig": { + "tag": "beta3" } } diff --git a/examples/shared-worker/package.json b/examples/shared-worker/package.json index 2a7b159ec..517ca5880 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": "3.3.11", + "version": "3.4.0-beta", "description": "Microsoft Application Insights Shared Worker Example", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "keywords": [ @@ -63,8 +63,11 @@ "dependencies": { "@microsoft/applicationinsights-shims": "3.0.1", "@microsoft/dynamicproto-js": "^2.0.3", - "@microsoft/applicationinsights-web": "3.3.11", - "@microsoft/applicationinsights-core-js": "3.3.11", + "@microsoft/applicationinsights-web": "3.4.0-beta", + "@microsoft/applicationinsights-core-js": "3.4.0-beta", "@nevware21/ts-utils": ">= 0.12.6 < 2.x" + }, + "publishConfig": { + "tag": "beta3" } } diff --git a/examples/startSpan/package.json b/examples/startSpan/package.json index 0714bb9a7..08060cd15 100644 --- a/examples/startSpan/package.json +++ b/examples/startSpan/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/applicationinsights-example-startspan", "author": "Microsoft Application Insights Team", - "version": "3.3.11", + "version": "3.4.0-beta", "description": "Microsoft Application Insights startSpan Example", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "keywords": [ @@ -55,8 +55,11 @@ "dependencies": { "@microsoft/applicationinsights-shims": "3.0.1", "@microsoft/dynamicproto-js": "^2.0.3", - "@microsoft/applicationinsights-web": "3.3.11", - "@microsoft/applicationinsights-core-js": "3.3.11", + "@microsoft/applicationinsights-web": "3.4.0-beta", + "@microsoft/applicationinsights-core-js": "3.4.0-beta", "@nevware21/ts-utils": ">= 0.12.6 < 2.x" + }, + "publishConfig": { + "tag": "beta3" } -} \ No newline at end of file +} diff --git a/extensions/applicationinsights-analytics-js/package.json b/extensions/applicationinsights-analytics-js/package.json index 473fb3231..2f900e396 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": "3.3.11", + "version": "3.4.0-beta", "description": "Microsoft Application Insights JavaScript SDK - Web Analytics", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -32,9 +32,9 @@ "@microsoft/ai-test-framework": "0.0.1", "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", "@microsoft/applicationinsights-rollup-es5": "1.0.2", - "@microsoft/applicationinsights-properties-js": "3.3.11", - "@microsoft/applicationinsights-channel-js": "3.3.11", - "@microsoft/applicationinsights-dependencies-js": "3.3.11", + "@microsoft/applicationinsights-properties-js": "3.4.0-beta", + "@microsoft/applicationinsights-channel-js": "3.4.0-beta", + "@microsoft/applicationinsights-dependencies-js": "3.4.0-beta", "@microsoft/api-extractor": "^7.40.0", "typescript": "^4.9.3", "tslib": "^2.0.0", @@ -61,8 +61,11 @@ "dependencies": { "@microsoft/dynamicproto-js": "^2.0.3", "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-core-js": "3.3.11", + "@microsoft/applicationinsights-core-js": "3.4.0-beta", "@nevware21/ts-utils": ">= 0.12.6 < 2.x" }, - "license": "MIT" + "license": "MIT", + "publishConfig": { + "tag": "beta3" + } } diff --git a/extensions/applicationinsights-cfgsync-js/package.json b/extensions/applicationinsights-cfgsync-js/package.json index 4adc74f1f..92b32223e 100644 --- a/extensions/applicationinsights-cfgsync-js/package.json +++ b/extensions/applicationinsights-cfgsync-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-cfgsync-js", - "version": "3.3.11", + "version": "3.4.0-beta", "description": "Microsoft Application Insights CfgSync Plugin", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -57,9 +57,12 @@ "dependencies": { "@microsoft/dynamicproto-js": "^2.0.3", "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-core-js": "3.3.11", + "@microsoft/applicationinsights-core-js": "3.4.0-beta", "@nevware21/ts-utils": ">= 0.12.6 < 2.x", "@nevware21/ts-async": ">= 0.5.5 < 2.x" }, - "license": "MIT" + "license": "MIT", + "publishConfig": { + "tag": "beta3" + } } diff --git a/extensions/applicationinsights-clickanalytics-js/package.json b/extensions/applicationinsights-clickanalytics-js/package.json index 18c22d0fc..1feeaa592 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": "3.3.11", + "version": "3.4.0-beta", "description": "Microsoft Application Insights Click Analytics extension", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -51,13 +51,16 @@ "dependencies": { "@microsoft/dynamicproto-js": "^2.0.3", "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-core-js": "3.3.11", - "@microsoft/applicationinsights-properties-js": "3.3.11", + "@microsoft/applicationinsights-core-js": "3.4.0-beta", + "@microsoft/applicationinsights-properties-js": "3.4.0-beta", "@nevware21/ts-utils": ">= 0.12.6 < 2.x" }, "repository": { "type": "git", "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/extensions/applicationinsights-clickanalytics-js" }, - "license": "MIT" + "license": "MIT", + "publishConfig": { + "tag": "beta3" + } } diff --git a/extensions/applicationinsights-debugplugin-js/package.json b/extensions/applicationinsights-debugplugin-js/package.json index 5c21afe84..eb8040f16 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": "3.3.11", + "version": "3.4.0-beta", "description": "Microsoft Application Insights JavaScript SDK - Debug Plugin extension", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -52,9 +52,12 @@ }, "dependencies": { "@microsoft/dynamicproto-js": "^2.0.3", - "@microsoft/applicationinsights-core-js": "3.3.11", + "@microsoft/applicationinsights-core-js": "3.4.0-beta", "@microsoft/applicationinsights-shims": "3.0.1", "@nevware21/ts-utils": ">= 0.12.6 < 2.x" }, - "license": "MIT" + "license": "MIT", + "publishConfig": { + "tag": "beta3" + } } diff --git a/extensions/applicationinsights-dependencies-js/package.json b/extensions/applicationinsights-dependencies-js/package.json index 4d896afd6..5594fd86e 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": "3.3.11", + "version": "3.4.0-beta", "description": "Microsoft Application Insights XHR dependencies plugin", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -57,9 +57,12 @@ "dependencies": { "@microsoft/dynamicproto-js": "^2.0.3", "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-core-js": "3.3.11", + "@microsoft/applicationinsights-core-js": "3.4.0-beta", "@nevware21/ts-utils": ">= 0.12.6 < 2.x", "@nevware21/ts-async": ">= 0.5.5 < 2.x" }, - "license": "MIT" + "license": "MIT", + "publishConfig": { + "tag": "beta3" + } } diff --git a/extensions/applicationinsights-osplugin-js/package.json b/extensions/applicationinsights-osplugin-js/package.json index 2448f641e..590b9939c 100644 --- a/extensions/applicationinsights-osplugin-js/package.json +++ b/extensions/applicationinsights-osplugin-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-osplugin-js", - "version": "3.3.11", + "version": "3.4.0-beta", "description": "Microsoft Application Insights OS Plugin", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -31,7 +31,7 @@ "dependencies": { "@microsoft/applicationinsights-shims": "3.0.1", "@microsoft/dynamicproto-js": "^2.0.3", - "@microsoft/applicationinsights-core-js": "3.3.11", + "@microsoft/applicationinsights-core-js": "3.4.0-beta", "@nevware21/ts-utils": ">= 0.12.6 < 2.x", "@nevware21/ts-async": ">= 0.5.5 < 2.x" }, @@ -53,5 +53,8 @@ "typescript": "^4.9.3", "typedoc": "^0.26.6" }, - "license": "MIT" + "license": "MIT", + "publishConfig": { + "tag": "beta3" + } } diff --git a/extensions/applicationinsights-perfmarkmeasure-js/package.json b/extensions/applicationinsights-perfmarkmeasure-js/package.json index ad40e7a33..9dbbf73d5 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": "3.3.11", + "version": "3.4.0-beta", "description": "Microsoft Application Insights Performance Mark and Measure Manager plugin", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -56,8 +56,11 @@ "dependencies": { "@microsoft/dynamicproto-js": "^2.0.3", "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-core-js": "3.3.11", + "@microsoft/applicationinsights-core-js": "3.4.0-beta", "@nevware21/ts-utils": ">= 0.12.6 < 2.x" }, - "license": "MIT" + "license": "MIT", + "publishConfig": { + "tag": "beta3" + } } diff --git a/extensions/applicationinsights-properties-js/Tests/Unit/src/propertiesSize.tests.ts b/extensions/applicationinsights-properties-js/Tests/Unit/src/propertiesSize.tests.ts index 44aee2904..a6b618695 100644 --- a/extensions/applicationinsights-properties-js/Tests/Unit/src/propertiesSize.tests.ts +++ b/extensions/applicationinsights-properties-js/Tests/Unit/src/propertiesSize.tests.ts @@ -54,7 +54,7 @@ export class PropertiesExtensionSizeCheck extends AITestClass { private readonly MAX_DEFLATE_SIZE = 19; private readonly rawFilePath = "../dist/es5/applicationinsights-properties-js.min.js"; // Automatically updated by version scripts - private readonly currentVer = "3.3.11"; + private readonly currentVer = "3.4.0-beta"; private readonly proFilePath = `../browser/es5/ai.props.${this.currentVer[0]}.min.js`; public testInitialize() { diff --git a/extensions/applicationinsights-properties-js/package.json b/extensions/applicationinsights-properties-js/package.json index 6300d12e8..43e87fbf9 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": "3.3.11", + "version": "3.4.0-beta", "description": "Microsoft Application Insights properties (Part A) plugin", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -58,8 +58,11 @@ "dependencies": { "@microsoft/dynamicproto-js": "^2.0.3", "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-core-js": "3.3.11", + "@microsoft/applicationinsights-core-js": "3.4.0-beta", "@nevware21/ts-utils": ">= 0.12.6 < 2.x" }, - "license": "MIT" + "license": "MIT", + "publishConfig": { + "tag": "beta3" + } } diff --git a/package.json b/package.json index 2419db875..2e7bddfa0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/applicationinsights-web", "description": "Microsoft Application Insights JavaScript SDK", - "version": "3.3.11", + "version": "3.4.0-beta", "keywords": [ "browser performance monitoring", "script errors", @@ -82,5 +82,8 @@ "overrides": { "glob": "7.2.3", "form-data": "^2.5.5" + }, + "publishConfig": { + "tag": "beta3" } } diff --git a/shared/1ds-core-js/package.json b/shared/1ds-core-js/package.json index 80fb8651f..4ffedb654 100644 --- a/shared/1ds-core-js/package.json +++ b/shared/1ds-core-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/1ds-core-js", - "version": "4.3.11", + "version": "4.4.0-beta", "description": "Microsoft Application Insights JavaScript SDK - 1ds-core-js", "author": "Microsoft Application Insights Team", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", @@ -37,7 +37,7 @@ ], "dependencies": { "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-core-js": "3.3.11", + "@microsoft/applicationinsights-core-js": "3.4.0-beta", "@microsoft/dynamicproto-js": "^2.0.3", "@nevware21/ts-utils": ">= 0.12.6 < 2.x", "@nevware21/ts-async": ">= 0.5.5 < 2.x" @@ -65,5 +65,8 @@ "qunit": "^2.11.2", "sinon": "^7.3.1", "pako": "^2.0.3" + }, + "publishConfig": { + "tag": "beta4" } } diff --git a/shared/AppInsightsCommon/package.json b/shared/AppInsightsCommon/package.json index 859e42208..ce0ed7469 100644 --- a/shared/AppInsightsCommon/package.json +++ b/shared/AppInsightsCommon/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-common", - "version": "3.3.11", + "version": "3.4.0-beta", "description": "Microsoft Application Insights Common JavaScript Library", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -54,9 +54,12 @@ }, "dependencies": { "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-core-js": "3.3.11", + "@microsoft/applicationinsights-core-js": "3.4.0-beta", "@microsoft/dynamicproto-js": "^2.0.3", "@nevware21/ts-utils": ">= 0.12.6 < 2.x" }, - "license": "MIT" + "license": "MIT", + "publishConfig": { + "tag": "beta3" + } } diff --git a/shared/AppInsightsCore/package.json b/shared/AppInsightsCore/package.json index 2fa5d145a..6d2f83d88 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": "3.3.11", + "version": "3.4.0-beta", "description": "Microsoft Application Insights Core Javascript SDK", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "keywords": [ @@ -71,5 +71,8 @@ "@microsoft/dynamicproto-js": "^2.0.3", "@nevware21/ts-utils": ">= 0.12.6 < 2.x", "@nevware21/ts-async": ">= 0.5.5 < 2.x" + }, + "publishConfig": { + "tag": "beta3" } } diff --git a/tools/applicationinsights-web-snippet/package.json b/tools/applicationinsights-web-snippet/package.json index b7972ce06..669661674 100644 --- a/tools/applicationinsights-web-snippet/package.json +++ b/tools/applicationinsights-web-snippet/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-web-snippet", - "version": "1.2.4", + "version": "1.3.0-beta", "description": "Microsoft Application Insights Web Snippet", "main": "dist/es5/node/applicationinsights-web-snippet.js", "module": "dist-es5/applicationinsights-web-snippet.js", @@ -34,8 +34,8 @@ "devDependencies": { "@types/qunit": "^2.19.3", "@microsoft/ai-test-framework": "0.0.1", - "@microsoft/applicationinsights-web": "3.3.11", - "@microsoft/applicationinsights-core-js": "3.3.11", + "@microsoft/applicationinsights-web": "3.4.0-beta", + "@microsoft/applicationinsights-core-js": "3.4.0-beta", "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", "@microsoft/applicationinsights-rollup-es5": "1.0.2", "@microsoft/dynamicproto-js": "^2.0.3", @@ -54,5 +54,8 @@ "grunt-cli": "^1.5.0", "@nevware21/grunt-ts-plugin": "^0.5.1", "@nevware21/grunt-eslint-ts": "^0.5.1" + }, + "publishConfig": { + "tag": "beta1" } } diff --git a/tools/chrome-debug-extension/manifest.json b/tools/chrome-debug-extension/manifest.json index 4274eca21..175617f82 100644 --- a/tools/chrome-debug-extension/manifest.json +++ b/tools/chrome-debug-extension/manifest.json @@ -2,8 +2,8 @@ "name": "Telemetry Viewer - M3", "short_name": "Telemetry Viewer M3", "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.8.1", - "version_name": "0.8.1", + "version": "0.9.0", + "version_name": "0.9.0-beta", "manifest_version": 3, "icons": { "16": "images/icon-16.png", diff --git a/tools/chrome-debug-extension/package.json b/tools/chrome-debug-extension/package.json index 360dbfa47..9ec0993ce 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.8.1", + "version": "0.9.0-beta", "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/main/tools/chrome-debug-extension#readme", "keywords": [ @@ -43,7 +43,7 @@ "license": "MIT", "sideEffects": false, "dependencies": { - "@microsoft/applicationinsights-core-js": "3.3.11", + "@microsoft/applicationinsights-core-js": "3.4.0-beta", "@microsoft/applicationinsights-shims": "3.0.1", "@microsoft/dynamicproto-js": "^2.0.3", "@nevware21/ts-async": ">= 0.5.5 < 2.x", @@ -76,5 +76,8 @@ "@nevware21/grunt-eslint-ts": "^0.5.1", "typescript": "^4.9.3", "archiver": "^5.3.0" + }, + "publishConfig": { + "tag": "beta" } } diff --git a/tools/config/package.json b/tools/config/package.json index 186e227c2..3463642ac 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 for CfgSync Plugin", - "version": "1.0.6", + "version": "1.1.0-beta", "copyright": "(c) Microsoft and contributors. All rights reserved.", "author": "Microsoft Application Insights Team", "repository": { @@ -20,5 +20,8 @@ "bugs": { "url": "https://github.com/microsoft/ApplicationInsights-JS/issues" }, - "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme" + "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", + "publishConfig": { + "tag": "beta1" + } } diff --git a/version.json b/version.json index 5884dd97e..610059329 100644 --- a/version.json +++ b/version.json @@ -1,108 +1,112 @@ { "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": "3.3.11", - "next": "minor", + "release": "3.4.0-beta", + "next": "patch", "pkgs": { "@microsoft/applicationinsights-web": { "package": "package.json", - "release": "3.3.11" + "release": "3.4.0-beta" }, "@microsoft/applicationinsights-web-basic": { "package": "AISKULight/package.json", - "release": "3.3.11" + "release": "3.4.0-beta" }, "@microsoft/applicationinsights-channel-js": { "package": "channels/applicationinsights-channel-js/package.json", - "release": "3.3.11" + "release": "3.4.0-beta" }, "@microsoft/applicationinsights-analytics-js": { "package": "extensions/applicationinsights-analytics-js/package.json", - "release": "3.3.11" + "release": "3.4.0-beta" }, "@microsoft/applicationinsights-clickanalytics-js": { "package": "extensions/applicationinsights-clickanalytics-js/package.json", - "release": "3.3.11" + "release": "3.4.0-beta" }, "@microsoft/applicationinsights-osplugin-js": { "package": "extensions/applicationinsights-osplugin-js/package.json", - "release": "3.3.11" + "release": "3.4.0-beta" }, "@microsoft/applicationinsights-debugplugin-js": { "package": "extensions/applicationinsights-debugplugin-js/package.json", - "release": "3.3.11" + "release": "3.4.0-beta" }, "@microsoft/applicationinsights-dependencies-js": { "package": "extensions/applicationinsights-dependencies-js/package.json", - "release": "3.3.11" + "release": "3.4.0-beta" }, "@microsoft/applicationinsights-perfmarkmeasure-js": { "package": "extensions/applicationinsights-perfmarkmeasure-js/package.json", - "release": "3.3.11" + "release": "3.4.0-beta" }, "@microsoft/applicationinsights-properties-js": { "package": "extensions/applicationinsights-properties-js/package.json", - "release": "3.3.11" + "release": "3.4.0-beta" }, "@microsoft/applicationinsights-common": { "package": "shared/AppInsightsCommon/package.json", - "release": "3.3.11" + "release": "3.4.0-beta" }, "@microsoft/applicationinsights-core-js": { "package": "shared/AppInsightsCore/package.json", - "release": "3.3.11" + "release": "3.4.0-beta" }, "@microsoft/applicationinsights-offlinechannel-js": { "package": "channels/offline-channel-js/package.json", - "release": "0.3.11" + "release": "0.4.0-beta" }, "@microsoft/applicationinsights-chrome-debug-extension": { "package": "tools/chrome-debug-extension/package.json", - "release": "0.8.1" + "release": "0.9.0-beta" }, "applicationinsights-web-config": { "package": "tools/config/package.json", - "release": "1.0.6" + "release": "1.1.0-beta" }, "@microsoft/applicationinsights-example-aisku": { "package": "examples/AISKU/package.json", - "release": "3.3.11" + "release": "3.4.0-beta" }, "@microsoft/applicationinsights-example-dependencies": { "package": "examples/dependency/package.json", - "release": "3.3.11" + "release": "3.4.0-beta" }, "@microsoft/applicationinsights-example-shared-worker": { "package": "examples/shared-worker/package.json", - "release": "3.3.11" + "release": "3.4.0-beta" }, "@microsoft/applicationinsights-teechannel-js": { "package": "channels/tee-channel-js/package.json", - "release": "3.3.11" + "release": "3.4.0-beta" }, "@microsoft/applicationinsights-test-module-type-check": { "package": "AISKU/Tests/es6-module-type-check/package.json", - "release": "3.3.11" + "release": "3.4.0-beta" }, "@microsoft/applicationinsights-cfgsync-js": { "package": "extensions/applicationinsights-cfgsync-js/package.json", - "release": "3.3.11" + "release": "3.4.0-beta" }, "@microsoft/applicationinsights-example-cfgsync": { "package": "examples/cfgSync/package.json", - "release": "3.3.11" + "release": "3.4.0-beta" }, "@microsoft/1ds-post-js": { "package": "channels/1ds-post-js/package.json", - "release": "4.3.11" + "release": "4.4.0-beta" }, "@microsoft/1ds-core-js": { "package": "shared/1ds-core-js/package.json", - "release": "4.3.11" + "release": "4.4.0-beta" }, "@microsoft/applicationinsights-web-snippet": { "package": "tools/applicationinsights-web-snippet/package.json", - "release": "1.2.4" + "release": "1.3.0-beta" + }, + "@microsoft/applicationinsights-example-startspan": { + "package": "examples/startSpan/package.json", + "release": "3.4.0-beta" } } }