[Main][Release] Increase version to 3.0.4 (#2176)

This commit is contained in:
siyuniu-ms 2023-10-20 15:33:15 -07:00 коммит произвёл GitHub
Родитель d0f2a3508b
Коммит e535c94f54
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
36 изменённых файлов: 406 добавлений и 396 удалений

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

@ -34,6 +34,8 @@ 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://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)
| 3.0.4: | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.3.0.4.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.3.0.4.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.3.0.4.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.3.0.4.min.js.svg?compression=gzip&softmax=30000&max=35000)
| 3.0.3: | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.3.0.3.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.3.0.3.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.3.0.3.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.3.0.3.min.js.svg?compression=gzip&softmax=30000&max=35000)
| 3.0.2: | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.3.0.2.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.3.0.2.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.3.0.2.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.3.0.2.min.js.svg?compression=gzip&softmax=30000&max=35000)
| 3.0.1: | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.3.0.1.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.3.0.1.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.3.0.1.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.3.0.1.min.js.svg?compression=gzip&softmax=30000&max=35000)
| 3.0.0: | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.3.0.0.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.3.0.0.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.3.0.0.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.3.0.0.min.js.svg?compression=gzip&softmax=30000&max=35000)

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

@ -19,7 +19,7 @@ export class AppInsightsInitPerfTestClass {
* should update version after new release
* version with doperf(): after 2.5.6
* */
var defaultVer = "3.0.3";
var defaultVer = "3.0.4";
this.version = ver? ver:this._getQueryParameterVersion(defaultVer);
this.perfEventsBuffer = [];
this.perfEventWaitBuffer = [];

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

@ -11,7 +11,7 @@ export class AISKUSizeCheck extends AITestClass {
private readonly MAX_BUNDLE_DEFLATE_SIZE = 54;
private readonly rawFilePath = "../dist/es5/applicationinsights-web.min.js";
// Automatically updated by version scripts
private readonly currentVer = "3.0.3";
private readonly currentVer = "3.0.4";
private readonly prodFilePath = `../browser/es5/ai.${this.currentVer[0]}.min.js`;
public testInitialize() {

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

@ -16,7 +16,7 @@ const enum CdnFormat {
export class CdnPackagingChecks extends AITestClass {
// Automatically updated by version scripts
private readonly currentVer = "3.0.3";
private readonly currentVer = "3.0.4";
public testInitialize() {
}

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

@ -1,7 +1,7 @@
{
"name": "@microsoft/applicationinsights-test-module-type-check",
"author": "Microsoft Application Insights Team and Contributors",
"version": "3.0.3",
"version": "3.0.4",
"description": "Microsoft Application Insights ES6 Module and Type check Example",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"keywords": [
@ -32,7 +32,7 @@
"tslib": "*"
},
"dependencies": {
"@microsoft/applicationinsights-common": "3.0.3",
"@microsoft/applicationinsights-web": "3.0.3"
"@microsoft/applicationinsights-common": "3.0.4",
"@microsoft/applicationinsights-web": "3.0.4"
}
}

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

@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-web",
"version": "3.0.3",
"version": "3.0.4",
"description": "Microsoft Application Insights JavaScript SDK - Web",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
@ -63,13 +63,13 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^2.0.2",
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-analytics-js": "3.0.3",
"@microsoft/applicationinsights-channel-js": "3.0.3",
"@microsoft/applicationinsights-cfgsync-js": "3.0.3",
"@microsoft/applicationinsights-common": "3.0.3",
"@microsoft/applicationinsights-core-js": "3.0.3",
"@microsoft/applicationinsights-dependencies-js": "3.0.3",
"@microsoft/applicationinsights-properties-js": "3.0.3",
"@microsoft/applicationinsights-analytics-js": "3.0.4",
"@microsoft/applicationinsights-channel-js": "3.0.4",
"@microsoft/applicationinsights-cfgsync-js": "3.0.4",
"@microsoft/applicationinsights-common": "3.0.4",
"@microsoft/applicationinsights-core-js": "3.0.4",
"@microsoft/applicationinsights-dependencies-js": "3.0.4",
"@microsoft/applicationinsights-properties-js": "3.0.4",
"@nevware21/ts-utils": ">= 0.10.1 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
},

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

@ -7,7 +7,7 @@ export class AISKULightSizeCheck extends AITestClass {
private readonly MAX_RAW_DEFLATE_SIZE = 33;
private readonly MAX_BUNDLE_DEFLATE_SIZE = 33;
private readonly rawFilePath = "../dist/es5/applicationinsights-web-basic.min.js";
private readonly currentVer = "3.0.3";
private readonly currentVer = "3.0.4";
private readonly prodFilePath = `../browser/es5/aib.${this.currentVer[0]}.min.js`;
public testInitialize() {

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

@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-web-basic",
"version": "3.0.3",
"version": "3.0.4",
"description": "Microsoft Application Insights Javascript SDK core and channel",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
@ -55,9 +55,9 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^2.0.2",
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-common": "3.0.3",
"@microsoft/applicationinsights-channel-js": "3.0.3",
"@microsoft/applicationinsights-core-js": "3.0.3",
"@microsoft/applicationinsights-common": "3.0.4",
"@microsoft/applicationinsights-channel-js": "3.0.4",
"@microsoft/applicationinsights-core-js": "3.0.4",
"@nevware21/ts-utils": ">= 0.10.1 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
},

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

@ -2,6 +2,26 @@
> 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.0.4 (Oct 16th, 2023)
### Changelog
- CfgSyncPlugin improvment
- #2166 [main] correct throttle configdefault setting in aisku
- #2168 [Main][Task]24499167: add cfgSync plugin doc
- #2171 [main] test aisku config could correctly merge new config fetch from cdn
- #2175 [main] Update Service Notifications to not send message twice
- #2160 [Main] Include Config sync in publish group
- #2165 [main] use proper URL for tracking when fetch is passed an empty string
- #2169 [Main][Task]24499172: add throttle manager doc
- #2170 [Main][Task]24499174: Add service notification doc
- #2173 Add Issue state reporting script
- #2174 [main] remove double slash for endPointUrl
- #2177 [Main]Set CfgSync version to 3.0.3
- #2178 [main] use helper func to get window
- #2183 [main] fix startTime timestamp
## 3.0.3 (Sep 20th, 2023)
### Changelog

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

@ -1,6 +1,6 @@
{
"name": "@microsoft/1ds-post-js",
"version": "4.0.2",
"version": "4.0.3",
"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.2",
"@microsoft/1ds-core-js": "4.0.2",
"@microsoft/1ds-core-js": "4.0.3",
"@nevware21/ts-utils": ">= 0.10.1 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
},

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

@ -1549,7 +1549,7 @@ export class SenderTests extends AITestClass {
QUnit.assert.ok(baseData.ver);
QUnit.assert.equal(2, baseData.ver);
QUnit.assert.equal("javascript:3.0.3", appInsightsEnvelope.tags["ai.internal.sdkVersion"]);
QUnit.assert.equal("javascript:3.0.4", appInsightsEnvelope.tags["ai.internal.sdkVersion"]);
}
})

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

@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-channel-js",
"version": "3.0.3",
"version": "3.0.4",
"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": "^2.0.2",
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.0.3",
"@microsoft/applicationinsights-common": "3.0.3",
"@microsoft/applicationinsights-core-js": "3.0.4",
"@microsoft/applicationinsights-common": "3.0.4",
"@nevware21/ts-utils": ">= 0.10.1 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
},

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

@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-teechannel-js",
"version": "3.0.3",
"version": "3.0.4",
"description": "Microsoft Application Insights JavaScript SDK Tee Channel",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
@ -52,8 +52,8 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^2.0.2",
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.0.3",
"@microsoft/applicationinsights-common": "3.0.3",
"@microsoft/applicationinsights-core-js": "3.0.4",
"@microsoft/applicationinsights-common": "3.0.4",
"@nevware21/ts-utils": ">= 0.10.1 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
},

566
common/config/rush/npm-shrinkwrap.json сгенерированный

Разница между файлами не показана из-за своего большого размера Загрузить разницу

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

@ -1,7 +1,7 @@
{
"name": "@microsoft/applicationinsights-example-aisku",
"author": "Microsoft Application Insights Team",
"version": "3.0.3",
"version": "3.0.4",
"description": "Microsoft Application Insights AISKU Example",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"keywords": [
@ -51,8 +51,8 @@
"dependencies": {
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/dynamicproto-js": "^2.0.2",
"@microsoft/applicationinsights-web": "3.0.3",
"@microsoft/applicationinsights-core-js": "3.0.3",
"@microsoft/applicationinsights-web": "3.0.4",
"@microsoft/applicationinsights-core-js": "3.0.4",
"@nevware21/ts-utils": ">= 0.10.1 < 2.x"
}
}

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

@ -1,7 +1,7 @@
{
"name": "@microsoft/applicationinsights-example-cfgsync",
"author": "Microsoft Application Insights Team",
"version": "0.0.2",
"version": "3.0.4",
"description": "Microsoft Application Insights CfgSync Plugin Example",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"keywords": [
@ -62,10 +62,10 @@
},
"dependencies": {
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-cfgsync-js": "3.0.3",
"@microsoft/applicationinsights-cfgsync-js": "3.0.4",
"@microsoft/dynamicproto-js": "^2.0.2",
"@microsoft/applicationinsights-web": "3.0.3",
"@microsoft/applicationinsights-core-js": "3.0.3",
"@microsoft/applicationinsights-web": "3.0.4",
"@microsoft/applicationinsights-core-js": "3.0.4",
"@nevware21/ts-utils": ">= 0.10.1 < 2.x"
}
}

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

@ -1,7 +1,7 @@
{
"name": "@microsoft/applicationinsights-example-dependencies",
"author": "Microsoft Application Insights Team",
"version": "3.0.3",
"version": "3.0.4",
"description": "Microsoft Application Insights Dependencies Example",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"keywords": [
@ -51,9 +51,9 @@
"dependencies": {
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/dynamicproto-js": "^2.0.2",
"@microsoft/applicationinsights-web": "3.0.3",
"@microsoft/applicationinsights-dependencies-js": "3.0.3",
"@microsoft/applicationinsights-core-js": "3.0.3",
"@microsoft/applicationinsights-web": "3.0.4",
"@microsoft/applicationinsights-dependencies-js": "3.0.4",
"@microsoft/applicationinsights-core-js": "3.0.4",
"@nevware21/ts-utils": ">= 0.10.1 < 2.x"
}
}

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

@ -1,7 +1,7 @@
{
"name": "@microsoft/applicationinsights-example-shared-worker",
"author": "Microsoft Application Insights Team",
"version": "3.0.3",
"version": "3.0.4",
"description": "Microsoft Application Insights Shared Worker Example",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"keywords": [
@ -63,9 +63,9 @@
"dependencies": {
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/dynamicproto-js": "^2.0.2",
"@microsoft/applicationinsights-web": "3.0.3",
"@microsoft/applicationinsights-web-snippet": "1.0.1",
"@microsoft/applicationinsights-core-js": "3.0.3",
"@microsoft/applicationinsights-web": "3.0.4",
"@microsoft/applicationinsights-web-snippet": "1.1.2",
"@microsoft/applicationinsights-core-js": "3.0.4",
"@nevware21/ts-utils": ">= 0.10.1 < 2.x"
}
}

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

@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-analytics-js",
"version": "3.0.3",
"version": "3.0.4",
"description": "Microsoft Application Insights JavaScript SDK - Web Analytics",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
@ -31,8 +31,8 @@
"@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.0.3",
"@microsoft/applicationinsights-channel-js": "3.0.3",
"@microsoft/applicationinsights-properties-js": "3.0.4",
"@microsoft/applicationinsights-channel-js": "3.0.4",
"@microsoft/api-extractor": "^7.18.19",
"typescript": "^4.9.3",
"tslib": "^2.0.0",
@ -58,8 +58,8 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^2.0.2",
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.0.3",
"@microsoft/applicationinsights-common": "3.0.3",
"@microsoft/applicationinsights-core-js": "3.0.4",
"@microsoft/applicationinsights-common": "3.0.4",
"@nevware21/ts-utils": ">= 0.10.1 < 2.x"
},
"license": "MIT"

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

@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-cfgsync-js",
"version": "3.0.3",
"version": "3.0.4",
"description": "Microsoft Application Insights CfgSync Plugin",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
@ -55,8 +55,8 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^2.0.2",
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.0.3",
"@microsoft/applicationinsights-common": "3.0.3",
"@microsoft/applicationinsights-core-js": "3.0.4",
"@microsoft/applicationinsights-common": "3.0.4",
"@nevware21/ts-utils": ">= 0.10.1 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
},

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

@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-clickanalytics-js",
"version": "3.0.3",
"version": "3.0.4",
"description": "Microsoft Application Insights Click Analytics extension",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
@ -49,9 +49,9 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^2.0.2",
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.0.3",
"@microsoft/applicationinsights-common": "3.0.3",
"@microsoft/applicationinsights-properties-js": "3.0.3",
"@microsoft/applicationinsights-core-js": "3.0.4",
"@microsoft/applicationinsights-common": "3.0.4",
"@microsoft/applicationinsights-properties-js": "3.0.4",
"@nevware21/ts-utils": ">= 0.10.1 < 2.x"
},
"repository": {

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

@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-debugplugin-js",
"version": "3.0.3",
"version": "3.0.4",
"description": "Microsoft Application Insights JavaScript SDK - Debug Plugin extension",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
@ -50,8 +50,8 @@
},
"dependencies": {
"@microsoft/dynamicproto-js": "^2.0.2",
"@microsoft/applicationinsights-common": "3.0.3",
"@microsoft/applicationinsights-core-js": "3.0.3",
"@microsoft/applicationinsights-common": "3.0.4",
"@microsoft/applicationinsights-core-js": "3.0.4",
"@microsoft/applicationinsights-shims": "3.0.1",
"@nevware21/ts-utils": ">= 0.10.1 < 2.x"
},

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

@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-dependencies-js",
"version": "3.0.3",
"version": "3.0.4",
"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": "^2.0.2",
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.0.3",
"@microsoft/applicationinsights-common": "3.0.3",
"@microsoft/applicationinsights-core-js": "3.0.4",
"@microsoft/applicationinsights-common": "3.0.4",
"@nevware21/ts-utils": ">= 0.10.1 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
},

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

@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-perfmarkmeasure-js",
"version": "3.0.3",
"version": "3.0.4",
"description": "Microsoft Application Insights Performance Mark and Measure Manager plugin",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
@ -53,7 +53,7 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^2.0.2",
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.0.3",
"@microsoft/applicationinsights-core-js": "3.0.4",
"@nevware21/ts-utils": ">= 0.10.1 < 2.x"
},
"license": "MIT"

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

@ -5,7 +5,7 @@ export class PropertiesExtensionSizeCheck extends AITestClass {
private readonly MAX_DEFLATE_SIZE = 18;
private readonly rawFilePath = "../dist/es5/applicationinsights-properties-js.min.js";
// Automatically updated by version scripts
private readonly currentVer = "3.0.3";
private readonly currentVer = "3.0.4";
private readonly proFilePath = `../browser/es5/ai.props.${this.currentVer[0]}.min.js`;
public testInitialize() {

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

@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-properties-js",
"version": "3.0.3",
"version": "3.0.4",
"description": "Microsoft Application Insights properties (Part A) plugin",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
@ -56,8 +56,8 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^2.0.2",
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.0.3",
"@microsoft/applicationinsights-common": "3.0.3",
"@microsoft/applicationinsights-core-js": "3.0.4",
"@microsoft/applicationinsights-common": "3.0.4",
"@nevware21/ts-utils": ">= 0.10.1 < 2.x"
},
"license": "MIT"

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

@ -239,7 +239,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=["3.0.2"];
const perfTestVersions=["3.0.3"];
function buildConfig(modules) {
var buildCmds = {

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

@ -1,7 +1,7 @@
{
"name": "@microsoft/applicationinsights-web",
"description": "Microsoft Application Insights JavaScript SDK",
"version": "3.0.3",
"version": "3.0.4",
"keywords": [
"browser performance monitoring",
"script errors",

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

@ -1,6 +1,6 @@
{
"name": "@microsoft/1ds-core-js",
"version": "4.0.2",
"version": "4.0.3",
"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.0.3",
"@microsoft/applicationinsights-core-js": "3.0.4",
"@microsoft/dynamicproto-js": "^2.0.2",
"@nevware21/ts-utils": ">= 0.10.1 < 2.x",
"@nevware21/ts-async": ">= 0.3.0 < 2.x"

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

@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-common",
"version": "3.0.3",
"version": "3.0.4",
"description": "Microsoft Application Insights Common JavaScript Library",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
@ -53,7 +53,7 @@
},
"dependencies": {
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.0.3",
"@microsoft/applicationinsights-core-js": "3.0.4",
"@microsoft/dynamicproto-js": "^2.0.2",
"@nevware21/ts-utils": ">= 0.10.1 < 2.x"
},

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

@ -1,7 +1,7 @@
{
"name": "@microsoft/applicationinsights-core-js",
"author": "Microsoft Application Insights Team",
"version": "3.0.3",
"version": "3.0.4",
"description": "Microsoft Application Insights Core Javascript SDK",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"keywords": [

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

@ -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",
@ -29,7 +29,7 @@
"devDependencies": {
"@types/qunit": "^2.19.3",
"@microsoft/ai-test-framework": "0.0.1",
"@microsoft/applicationinsights-web": "3.0.3",
"@microsoft/applicationinsights-web": "3.0.4",
"@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
"@microsoft/applicationinsights-rollup-es5": "1.0.2",
"typescript": "^4.9.3",
@ -48,6 +48,6 @@
},
"dependencies": {
"@microsoft/dynamicproto-js": "^2.0.2",
"@microsoft/applicationinsights-common": "3.0.3"
"@microsoft/applicationinsights-common": "3.0.4"
}
}

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

@ -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.4.3",
"version_name": "0.4.3",
"version": "0.4.4",
"version_name": "0.4.4",
"manifest_version": 2,
"icons": {
"16": "images/icon-16.png",

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

@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-chrome-debug-extension",
"version": "0.4.3",
"version": "0.4.4",
"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,8 +43,8 @@
"license": "MIT",
"sideEffects": false,
"dependencies": {
"@microsoft/applicationinsights-core-js": "3.0.3",
"@microsoft/applicationinsights-common": "3.0.3",
"@microsoft/applicationinsights-core-js": "3.0.4",
"@microsoft/applicationinsights-common": "3.0.4",
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/dynamicproto-js": "^2.0.2",
"@nevware21/ts-utils": ">= 0.10.1 < 2.x",

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

@ -1,7 +1,7 @@
{
"name": "applicationinsights-web-config",
"description": " Application Insights JavaScript SDK - Web Config",
"version": "0.0.7",
"version": "0.0.8",
"copyright": "(c) Microsoft and contributors. All rights reserved.",
"author": "Microsoft Application Insights Team",
"repository": {

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

@ -1,100 +1,100 @@
{
"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.0.3",
"release": "3.0.4",
"next": "patch",
"pkgs": {
"@microsoft/applicationinsights-web": {
"package": "package.json",
"release": "3.0.3"
"release": "3.0.4"
},
"@microsoft/applicationinsights-web-basic": {
"package": "AISKULight/package.json",
"release": "3.0.3"
"release": "3.0.4"
},
"@microsoft/applicationinsights-channel-js": {
"package": "channels/applicationinsights-channel-js/package.json",
"release": "3.0.3"
"release": "3.0.4"
},
"@microsoft/applicationinsights-analytics-js": {
"package": "extensions/applicationinsights-analytics-js/package.json",
"release": "3.0.3"
"release": "3.0.4"
},
"@microsoft/applicationinsights-clickanalytics-js": {
"package": "extensions/applicationinsights-clickanalytics-js/package.json",
"release": "3.0.3"
"release": "3.0.4"
},
"@microsoft/applicationinsights-debugplugin-js": {
"package": "extensions/applicationinsights-debugplugin-js/package.json",
"release": "3.0.3"
"release": "3.0.4"
},
"@microsoft/applicationinsights-dependencies-js": {
"package": "extensions/applicationinsights-dependencies-js/package.json",
"release": "3.0.3"
"release": "3.0.4"
},
"@microsoft/applicationinsights-perfmarkmeasure-js": {
"package": "extensions/applicationinsights-perfmarkmeasure-js/package.json",
"release": "3.0.3"
"release": "3.0.4"
},
"@microsoft/applicationinsights-properties-js": {
"package": "extensions/applicationinsights-properties-js/package.json",
"release": "3.0.3"
"release": "3.0.4"
},
"@microsoft/applicationinsights-common": {
"package": "shared/AppInsightsCommon/package.json",
"release": "3.0.3"
"release": "3.0.4"
},
"@microsoft/applicationinsights-core-js": {
"package": "shared/AppInsightsCore/package.json",
"release": "3.0.3"
"release": "3.0.4"
},
"@microsoft/applicationinsights-chrome-debug-extension": {
"package": "tools/chrome-debug-extension/package.json",
"release": "0.4.3"
"release": "0.4.4"
},
"applicationinsights-web-config": {
"package": "tools/config/package.json",
"release": "0.0.7"
"release": "0.0.8"
},
"@microsoft/applicationinsights-example-aisku": {
"package": "examples/AISKU/package.json",
"release": "3.0.3"
"release": "3.0.4"
},
"@microsoft/applicationinsights-example-dependencies": {
"package": "examples/dependency/package.json",
"release": "3.0.3"
"release": "3.0.4"
},
"@microsoft/applicationinsights-example-shared-worker": {
"package": "examples/shared-worker/package.json",
"release": "3.0.3"
"release": "3.0.4"
},
"@microsoft/applicationinsights-teechannel-js": {
"package": "channels/tee-channel-js/package.json",
"release": "3.0.3"
"release": "3.0.4"
},
"@microsoft/applicationinsights-test-module-type-check": {
"package": "AISKU/Tests/es6-module-type-check/package.json",
"release": "3.0.3"
"release": "3.0.4"
},
"@microsoft/applicationinsights-cfgsync-js": {
"package": "extensions/applicationinsights-cfgsync-js/package.json",
"release": "3.0.3"
"release": "3.0.4"
},
"@microsoft/applicationinsights-example-cfgsync": {
"package": "examples/cfgSync/package.json",
"release": "3.0.3"
"release": "3.0.4"
},
"@microsoft/1ds-post-js": {
"package": "channels/1ds-post-js/package.json",
"release": "4.0.2"
"release": "4.0.3"
},
"@microsoft/1ds-core-js": {
"package": "shared/1ds-core-js/package.json",
"release": "4.0.2"
"release": "4.0.3"
},
"@microsoft/applicationinsights-web-snippet": {
"package": "tools/applicationinsights-web-snippet/package.json",
"release": "1.1.1"
"release": "1.1.2"
}
}
}