diff --git a/RELEASES.md b/RELEASES.md index e586bdec6..2129e4c91 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -2,6 +2,9 @@ > 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. +### Web snippet additional update to 1.1.1 (Feb 16th, 2024) +Refer to #2277 [Web-Snippet] dependency chain issues + ## 3.1.0 (Feb 14th, 2024) ### Interface changes / Breaking changes diff --git a/common/config/rush/npm-shrinkwrap.json b/common/config/rush/npm-shrinkwrap.json index cd987630d..0cad7792c 100644 --- a/common/config/rush/npm-shrinkwrap.json +++ b/common/config/rush/npm-shrinkwrap.json @@ -985,7 +985,7 @@ "node_modules/@rush-temp/applicationinsights-example-shared-worker": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-example-shared-worker.tgz", - "integrity": "sha512-1WIWb9JKT+2jv7aMy49AQlvuV173VTi2p4DmZ3BzysoPCNxC3V9tta2RJuKV4mABWMeXcuurRyfH/FpHzaFN+g==", + "integrity": "sha512-GAEbICaJKyxSO9N9cpUoebTdQgnWgqvbjDZHYBj8LY6R+6VkKf7UDDBbalyINWe9y1Xh55gvofEww4lm7zhF8w==", "dependencies": { "@microsoft/dynamicproto-js": "^2.0.3", "@nevware21/grunt-eslint-ts": "^0.2.2", @@ -7077,7 +7077,7 @@ }, "@rush-temp/applicationinsights-example-shared-worker": { "version": "file:projects\\applicationinsights-example-shared-worker.tgz", - "integrity": "sha512-1WIWb9JKT+2jv7aMy49AQlvuV173VTi2p4DmZ3BzysoPCNxC3V9tta2RJuKV4mABWMeXcuurRyfH/FpHzaFN+g==", + "integrity": "sha512-GAEbICaJKyxSO9N9cpUoebTdQgnWgqvbjDZHYBj8LY6R+6VkKf7UDDBbalyINWe9y1Xh55gvofEww4lm7zhF8w==", "requires": { "@microsoft/dynamicproto-js": "^2.0.3", "@nevware21/grunt-eslint-ts": "^0.2.2", diff --git a/examples/shared-worker/package.json b/examples/shared-worker/package.json index c05f4633d..9cb140164 100644 --- a/examples/shared-worker/package.json +++ b/examples/shared-worker/package.json @@ -64,7 +64,7 @@ "@microsoft/applicationinsights-shims": "3.0.1", "@microsoft/dynamicproto-js": "^2.0.3", "@microsoft/applicationinsights-web": "3.1.0", - "@microsoft/applicationinsights-web-snippet": "1.1.0", + "@microsoft/applicationinsights-web-snippet": "1.1.1", "@microsoft/applicationinsights-core-js": "3.1.0", "@nevware21/ts-utils": ">= 0.10.5 < 2.x" } diff --git a/tools/applicationinsights-web-snippet/package.json b/tools/applicationinsights-web-snippet/package.json index d4cd6c1b2..43b65b01b 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.1.0", + "version": "1.1.1", "description": "Microsoft Application Insights Web Snippet", "main": "dist/es5/node/applicationinsights-web-snippet.js", "module": "dist-es5/applicationinsights-web-snippet.js", diff --git a/version.json b/version.json index 20ba9135e..7a6c3ab14 100644 --- a/version.json +++ b/version.json @@ -98,7 +98,7 @@ }, "@microsoft/applicationinsights-web-snippet": { "package": "tools/applicationinsights-web-snippet/package.json", - "release": "1.1.0" + "release": "1.1.1" } } }