[main][web-snippet] fix release for web-snippet, update to version 1.1.2 (#2287)

This commit is contained in:
siyuniu-ms 2024-03-01 18:11:52 -08:00 коммит произвёл GitHub
Родитель 37494e4403
Коммит cd3b6948e8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
5 изменённых файлов: 8 добавлений и 5 удалений

Просмотреть файл

@ -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.2 (March 1st, 2024)
Refer to #2284 [Web-Snippet] [BUG] @microsoft/applicationinsights-web-snippet version 1.1.1 type problem
### Web snippet additional update to 1.1.1 (Feb 16th, 2024)
Refer to #2277 [Web-Snippet] dependency chain issues

4
common/config/rush/npm-shrinkwrap.json сгенерированный
Просмотреть файл

@ -954,7 +954,7 @@
"node_modules/@rush-temp/applicationinsights-example-shared-worker": {
"version": "0.0.0",
"resolved": "file:projects/applicationinsights-example-shared-worker.tgz",
"integrity": "sha512-GAEbICaJKyxSO9N9cpUoebTdQgnWgqvbjDZHYBj8LY6R+6VkKf7UDDBbalyINWe9y1Xh55gvofEww4lm7zhF8w==",
"integrity": "sha512-z9KFX7MTT9Nzk0qAd0byLKilhalNrYqZvpUDuAcyGH3VEtz/kCkrz1Ng06H6aAnH3vNOCxGpIGEJ4Di46cNX6g==",
"dependencies": {
"@microsoft/dynamicproto-js": "^2.0.3",
"@nevware21/grunt-eslint-ts": "^0.2.2",
@ -7005,7 +7005,7 @@
},
"@rush-temp/applicationinsights-example-shared-worker": {
"version": "file:projects\\applicationinsights-example-shared-worker.tgz",
"integrity": "sha512-GAEbICaJKyxSO9N9cpUoebTdQgnWgqvbjDZHYBj8LY6R+6VkKf7UDDBbalyINWe9y1Xh55gvofEww4lm7zhF8w==",
"integrity": "sha512-z9KFX7MTT9Nzk0qAd0byLKilhalNrYqZvpUDuAcyGH3VEtz/kCkrz1Ng06H6aAnH3vNOCxGpIGEJ4Di46cNX6g==",
"requires": {
"@microsoft/dynamicproto-js": "^2.0.3",
"@nevware21/grunt-eslint-ts": "^0.2.2",

Просмотреть файл

@ -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.1",
"@microsoft/applicationinsights-web-snippet": "1.1.2",
"@microsoft/applicationinsights-core-js": "3.1.0",
"@nevware21/ts-utils": ">= 0.10.5 < 2.x"
}

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-web-snippet",
"version": "1.1.1",
"version": "1.1.2",
"description": "Microsoft Application Insights Web Snippet",
"main": "dist/es5/node/applicationinsights-web-snippet.js",
"module": "dist-es5/applicationinsights-web-snippet.js",

Просмотреть файл

@ -98,7 +98,7 @@
},
"@microsoft/applicationinsights-web-snippet": {
"package": "tools/applicationinsights-web-snippet/package.json",
"release": "1.1.1"
"release": "1.1.2"
}
}
}