[Release] Increase version to 2.5.3 (#1226)
Co-authored-by: Nev Wylie <newylie@microsoft.com>
This commit is contained in:
Родитель
728470c11d
Коммит
97df5b4a4e
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-web",
|
||||
"version": "2.5.2",
|
||||
"version": "2.5.3",
|
||||
"description": "Microsoft Application Insights Javascript SDK API 1.0 beta",
|
||||
"main": "dist/applicationinsights-web.js",
|
||||
"module": "dist-esm/applicationinsights-web.js",
|
||||
|
@ -51,12 +51,12 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@microsoft/dynamicproto-js": "^0.5.2",
|
||||
"@microsoft/applicationinsights-analytics-js": "2.5.2",
|
||||
"@microsoft/applicationinsights-channel-js": "2.5.2",
|
||||
"@microsoft/applicationinsights-common": "2.5.2",
|
||||
"@microsoft/applicationinsights-core-js": "2.5.2",
|
||||
"@microsoft/applicationinsights-dependencies-js": "2.5.2",
|
||||
"@microsoft/applicationinsights-properties-js": "2.5.2",
|
||||
"@microsoft/applicationinsights-analytics-js": "2.5.3",
|
||||
"@microsoft/applicationinsights-channel-js": "2.5.3",
|
||||
"@microsoft/applicationinsights-common": "2.5.3",
|
||||
"@microsoft/applicationinsights-core-js": "2.5.3",
|
||||
"@microsoft/applicationinsights-dependencies-js": "2.5.3",
|
||||
"@microsoft/applicationinsights-properties-js": "2.5.3",
|
||||
"tslib": "1.10.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-web-basic",
|
||||
"version": "2.5.2",
|
||||
"version": "2.5.3",
|
||||
"description": "Microsoft Application Insights Javascript SDK core and channel",
|
||||
"main": "dist/applicationinsights-web-basic.js",
|
||||
"module": "dist-esm/index.js",
|
||||
|
@ -28,9 +28,9 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@microsoft/dynamicproto-js": "^0.5.2",
|
||||
"@microsoft/applicationinsights-common": "2.5.2",
|
||||
"@microsoft/applicationinsights-channel-js": "2.5.2",
|
||||
"@microsoft/applicationinsights-core-js": "2.5.2"
|
||||
"@microsoft/applicationinsights-common": "2.5.3",
|
||||
"@microsoft/applicationinsights-channel-js": "2.5.3",
|
||||
"@microsoft/applicationinsights-core-js": "2.5.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"tslib": "1.10.0"
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# Releases
|
||||
|
||||
## 2.5.3
|
||||
|
||||
### Changelog
|
||||
|
||||
- #1224 [BUG] When running in IE7/8 the app insights doesn't initialize and gets stuck in a loop (long running script)
|
||||
|
||||
## 2.5.2
|
||||
|
||||
### Changelog
|
||||
|
|
|
@ -375,7 +375,7 @@ export class SenderTests extends TestClass {
|
|||
Assert.ok(baseData.ver);
|
||||
Assert.equal(2, baseData.ver);
|
||||
|
||||
Assert.equal("javascript:2.5.2", appInsightsEnvelope.tags["ai.internal.sdkVersion"]);
|
||||
Assert.equal("javascript:2.5.3", appInsightsEnvelope.tags["ai.internal.sdkVersion"]);
|
||||
}
|
||||
})
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-channel-js",
|
||||
"version": "2.5.2",
|
||||
"version": "2.5.3",
|
||||
"description": "Microsoft Application Insights JavaScript SDK Channel",
|
||||
"main": "dist/applicationinsights-channel-js.js",
|
||||
"module": "dist-esm/applicationinsights-channel-js.js",
|
||||
|
@ -31,8 +31,8 @@
|
|||
"rollup": "^0.66.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@microsoft/applicationinsights-core-js": "2.5.2",
|
||||
"@microsoft/applicationinsights-common": "2.5.2",
|
||||
"@microsoft/applicationinsights-core-js": "2.5.3",
|
||||
"@microsoft/applicationinsights-common": "2.5.3",
|
||||
"tslib": "1.10.0"
|
||||
},
|
||||
"license": "MIT"
|
||||
|
|
|
@ -20,7 +20,7 @@ const baseType: string = "baseType";
|
|||
const baseData: string = "baseData";
|
||||
|
||||
export abstract class EnvelopeCreator {
|
||||
public static Version = "2.5.2";
|
||||
public static Version = "2.5.3";
|
||||
|
||||
protected static extractPropsAndMeasurements(data: { [key: string]: any }, properties: { [key: string]: any }, measurements: { [key: string]: any }) {
|
||||
if (!CoreUtils.isNullOrUndefined(data)) {
|
||||
|
|
|
@ -1620,9 +1620,9 @@
|
|||
}
|
||||
},
|
||||
"extract-zip": {
|
||||
"version": "1.6.7",
|
||||
"from": "extract-zip@>=1.6.5 <2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-1.6.7.tgz"
|
||||
"version": "1.6.8",
|
||||
"from": "extract-zip@^1.6.5",
|
||||
"resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-1.6.8.tgz"
|
||||
},
|
||||
"extsprintf": {
|
||||
"version": "1.3.0",
|
||||
|
@ -3222,16 +3222,9 @@
|
|||
}
|
||||
},
|
||||
"mkdirp": {
|
||||
"version": "0.5.1",
|
||||
"from": "mkdirp@0.5.1",
|
||||
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
|
||||
"dependencies": {
|
||||
"minimist": {
|
||||
"version": "0.0.8",
|
||||
"from": "minimist@0.0.8",
|
||||
"resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz"
|
||||
}
|
||||
}
|
||||
"version": "0.5.4",
|
||||
"from": "mkdirp@0.5.4",
|
||||
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.4.tgz"
|
||||
},
|
||||
"moo": {
|
||||
"version": "0.5.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-analytics-js",
|
||||
"version": "2.5.2",
|
||||
"version": "2.5.3",
|
||||
"description": "Microsoft Application Insights Javascript SDK apis",
|
||||
"main": "dist/applicationinsights-analytics-js.js",
|
||||
"module": "dist-esm/applicationinsights-analytics-js.js",
|
||||
|
@ -19,7 +19,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@microsoft/applicationinsights-rollup-es3" : "1.1.1",
|
||||
"@microsoft/applicationinsights-properties-js": "2.5.2",
|
||||
"@microsoft/applicationinsights-properties-js": "2.5.3",
|
||||
"typescript": "2.5.3",
|
||||
"globby": "^11.0.0",
|
||||
"rollup-plugin-node-resolve": "^3.4.0",
|
||||
|
@ -35,8 +35,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@microsoft/dynamicproto-js": "^0.5.2",
|
||||
"@microsoft/applicationinsights-core-js": "2.5.2",
|
||||
"@microsoft/applicationinsights-common": "2.5.2",
|
||||
"@microsoft/applicationinsights-core-js": "2.5.3",
|
||||
"@microsoft/applicationinsights-common": "2.5.3",
|
||||
"tslib": "1.10.0"
|
||||
},
|
||||
"license": "MIT"
|
||||
|
|
|
@ -36,7 +36,7 @@ function _dispatchEvent(target:EventTarget, evnt: Event) {
|
|||
}
|
||||
|
||||
export class ApplicationInsights extends BaseTelemetryPlugin implements IAppInsights, IAppInsightsInternal {
|
||||
public static Version = "2.5.2"; // Not currently used anywhere
|
||||
public static Version = "2.5.3"; // Not currently used anywhere
|
||||
|
||||
public static getDefaultConfig(config?: IConfig): IConfig {
|
||||
if (!config) {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-angular-js",
|
||||
"version": "2.5.2",
|
||||
"version": "2.5.3",
|
||||
"description": "Microsoft Application Insights Angular plugin",
|
||||
"main": "dist/applicationinsights-angular-js.js",
|
||||
"module": "dist-esm/applicationinsights-angular-js.js",
|
||||
|
@ -38,8 +38,8 @@
|
|||
"tslint-config-prettier": "^1.18.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@microsoft/applicationinsights-common": "2.5.2",
|
||||
"@microsoft/applicationinsights-core-js": "2.5.2",
|
||||
"@microsoft/applicationinsights-common": "2.5.3",
|
||||
"@microsoft/applicationinsights-core-js": "2.5.3",
|
||||
"tslib": "1.10.0"
|
||||
},
|
||||
"license": "MIT"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-dependencies-js",
|
||||
"version": "2.5.2",
|
||||
"version": "2.5.3",
|
||||
"description": "Microsoft Application Insights XHR dependencies plugin",
|
||||
"main": "dist/applicationinsights-dependencies-js.js",
|
||||
"module": "dist-esm/applicationinsights-dependencies-js.js",
|
||||
|
@ -34,8 +34,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@microsoft/dynamicproto-js": "^0.5.2",
|
||||
"@microsoft/applicationinsights-core-js": "2.5.2",
|
||||
"@microsoft/applicationinsights-common": "2.5.2",
|
||||
"@microsoft/applicationinsights-core-js": "2.5.3",
|
||||
"@microsoft/applicationinsights-common": "2.5.3",
|
||||
"tslib": "1.10.0"
|
||||
},
|
||||
"license": "MIT"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-properties-js",
|
||||
"version": "2.5.2",
|
||||
"version": "2.5.3",
|
||||
"description": "Microsoft Application Insights properties (Part A) plugin",
|
||||
"main": "dist/applicationinsights-properties-js.js",
|
||||
"module": "dist-esm/applicationinsights-properties-js.js",
|
||||
|
@ -32,8 +32,8 @@
|
|||
"tslint-config-prettier": "^1.18.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@microsoft/applicationinsights-core-js": "2.5.2",
|
||||
"@microsoft/applicationinsights-common": "2.5.2",
|
||||
"@microsoft/applicationinsights-core-js": "2.5.3",
|
||||
"@microsoft/applicationinsights-common": "2.5.3",
|
||||
"tslib": "1.10.0"
|
||||
},
|
||||
"license": "MIT"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
import { IInternal } from '@microsoft/applicationinsights-common';
|
||||
import { ITelemetryConfig } from '../Interfaces/ITelemetryConfig';
|
||||
|
||||
const Version = "2.5.2";
|
||||
const Version = "2.5.3";
|
||||
|
||||
export class Internal implements IInternal {
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-react-js",
|
||||
"version": "2.5.2",
|
||||
"version": "2.5.3",
|
||||
"description": "Microsoft Application Insights React plugin",
|
||||
"main": "dist/applicationinsights-react-js.js",
|
||||
"module": "dist-esm/applicationinsights-react-js.js",
|
||||
|
@ -42,8 +42,8 @@
|
|||
"tslint-config-prettier": "^1.18.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@microsoft/applicationinsights-core-js": "2.5.2",
|
||||
"@microsoft/applicationinsights-common": "2.5.2",
|
||||
"@microsoft/applicationinsights-core-js": "2.5.3",
|
||||
"@microsoft/applicationinsights-common": "2.5.3",
|
||||
"tslib": "1.10.0",
|
||||
"react": "^16.8.6",
|
||||
"history": "^4.9.0"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-react-native",
|
||||
"version": "2.2.1",
|
||||
"version": "2.2.2",
|
||||
"description": "Microsoft Application Insights React Native Plugin",
|
||||
"main": "dist-esm/index.js",
|
||||
"types": "dist-esm/index.d.ts",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-common",
|
||||
"version": "2.5.2",
|
||||
"version": "2.5.3",
|
||||
"description": "Microsoft Application Insights Common JavaScript Library",
|
||||
"main": "./dist/applicationinsights-common.js",
|
||||
"module": "./dist-esm/applicationinsights-common.js",
|
||||
|
@ -33,7 +33,7 @@
|
|||
"rollup": "^0.66.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@microsoft/applicationinsights-core-js": "2.5.2",
|
||||
"@microsoft/applicationinsights-core-js": "2.5.3",
|
||||
"tslib": "1.10.0"
|
||||
},
|
||||
"license": "MIT"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-core-js",
|
||||
"author": "Microsoft Corporation",
|
||||
"version": "2.5.2",
|
||||
"version": "2.5.3",
|
||||
"description": "Microsoft Application Insights Core Javascript SDK",
|
||||
"keywords": [
|
||||
"azure",
|
||||
|
|
Загрузка…
Ссылка в новой задаче