diff --git a/AISKU/README.md b/AISKU/README.md index 93914e43e..ff8978f0a 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.2: | [![full size size](https://js.monitor.azure.com/scripts/b/ai.3.4.2.js.svg)](https://js.monitor.azure.com/scripts/b/ai.3.4.2.js.svg)| ![minified size size](https://js.monitor.azure.com/scripts/b/ai.3.4.2.min.js.svg) | ![gzip size](https://js.monitor.azure.com/scripts/b/ai.3.4.2.min.js.gzip.svg) | 3.4.1: | [![full size size](https://js.monitor.azure.com/scripts/b/ai.3.4.1.js.svg)](https://js.monitor.azure.com/scripts/b/ai.3.4.1.js.svg)| ![minified size size](https://js.monitor.azure.com/scripts/b/ai.3.4.1.min.js.svg) | ![gzip size](https://js.monitor.azure.com/scripts/b/ai.3.4.1.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) diff --git a/AISKU/Tests/Perf/src/AISKUPerf.ts b/AISKU/Tests/Perf/src/AISKUPerf.ts index a2e3df15c..79e1f3aab 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.4.1"; + var defaultVer = "3.4.2"; 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 3193c7b28..2af11a802 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 = 71; private readonly rawFilePath = "../dist/es5/applicationinsights-web.min.js"; // Automatically updated by version scripts - private readonly currentVer = "3.4.1"; + private readonly currentVer = "3.4.2"; 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 721091d0f..227425969 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.4.1"; + private readonly currentVer = "3.4.2"; public testInitialize() { } diff --git a/AISKU/Tests/es6-module-type-check/package.json b/AISKU/Tests/es6-module-type-check/package.json index aeeb96673..a9ec6163f 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.4.1", + "version": "3.4.2", "description": "Microsoft Application Insights ES6 Module and Type check Example", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "keywords": [ @@ -32,7 +32,7 @@ "tslib": ">= 1.0.0" }, "dependencies": { - "@microsoft/applicationinsights-core-js": "3.4.1", - "@microsoft/applicationinsights-web": "3.4.1" + "@microsoft/applicationinsights-core-js": "3.4.2", + "@microsoft/applicationinsights-web": "3.4.2" } } diff --git a/AISKU/package.json b/AISKU/package.json index 86d7ef19d..4d3ab6738 100644 --- a/AISKU/package.json +++ b/AISKU/package.json @@ -1,84 +1,84 @@ { - "name": "@microsoft/applicationinsights-web", - "version": "3.4.1", - "description": "Microsoft Application Insights JavaScript SDK - Web", - "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", - "author": "Microsoft Application Insights Team", - "main": "dist/es5/applicationinsights-web.js", - "module": "dist-es5/applicationinsights-web.js", - "types": "types/applicationinsights-web.d.ts", - "sideEffects": false, - "repository": { - "type": "git", - "url": "https://github.com/microsoft/ApplicationInsights-JS" - }, - "scripts": { - "clean": "git clean -xdf", - "build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen", - "build:esm": "grunt aisku", - "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", - "build:snippet": "grunt snippetvnext", - "rebuild": "npm run build", - "test": "grunt aiskuunittests", - "mintest": "grunt aisku-mintests", - "perftest": "grunt aiskuperf", - "lint": "tslint -p tsconfig.json", - "dtsgen": "api-extractor run --local && node ../scripts/dtsgen.js 'Microsoft.ApplicationInsights'", - "sri": "node ../tools/subResourceIntegrity/generateIntegrityFile.js", - "ai-min": "grunt aisku-min", - "ai-restore": "grunt aisku-restore", - "npm-pack": "npm pack", - "api-docs": "typedoc" - }, - "devDependencies": { - "@microsoft/ai-test-framework": "0.0.1", - "@microsoft/applicationinsights-offlinechannel-js": "0.4.1", - "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", - "@microsoft/applicationinsights-rollup-es5": "1.0.2", - "sinon": "^7.3.1", - "@microsoft/api-extractor": "^7.40.0", - "finalhandler": "^1.1.1", - "grunt": "^1.6.1", - "grunt-cli": "^1.5.0", - "@nevware21/grunt-ts-plugin": "^0.5.2", - "@nevware21/grunt-eslint-ts": "^0.5.2", - "globby": "^11.0.0", - "magic-string": "^0.25.7", - "pako": "^2.0.3", - "@rollup/plugin-commonjs": "^24.0.0", - "@rollup/plugin-node-resolve": "^15.0.1", - "@rollup/plugin-replace": "^5.0.2", - "rollup": "^3.20.0", - "rollup-plugin-cleanup": "^3.2.1", - "rollup-plugin-sourcemaps": "^0.6.3", - "selenium-server-standalone-jar": "^3.141.5", - "serve-static": "^1.13.2", - "typedoc": "^0.26.6", - "typescript": "^4.9.3", - "tslib": "^2.0.0", - "puppeteer": "^24.40.0", - "eslint": "^8.56.0", - "@typescript-eslint/eslint-plugin": "^7.14.1", - "@typescript-eslint/parser": "^7.14.1", - "eslint-plugin-security": "^1.5.0", - "grunt-contrib-connect": "^5.0.0", - "eventemitter2": "6.4.9", - "grunt-contrib-uglify": "^5.2.1" - }, - "peerDependencies": { - "tslib": ">= 1.0.0" - }, - "dependencies": { - "@microsoft/dynamicproto-js": "^2.0.3", - "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-analytics-js": "3.4.1", - "@microsoft/applicationinsights-channel-js": "3.4.1", - "@microsoft/applicationinsights-cfgsync-js": "3.4.1", - "@microsoft/applicationinsights-core-js": "3.4.1", - "@microsoft/applicationinsights-dependencies-js": "3.4.1", - "@microsoft/applicationinsights-properties-js": "3.4.1", - "@nevware21/ts-utils": ">= 0.14.0 < 2.x", - "@nevware21/ts-async": ">= 0.5.5 < 0.6.0" - }, - "license": "MIT" + "name": "@microsoft/applicationinsights-web", + "version": "3.4.2", + "description": "Microsoft Application Insights JavaScript SDK - Web", + "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", + "author": "Microsoft Application Insights Team", + "main": "dist/es5/applicationinsights-web.js", + "module": "dist-es5/applicationinsights-web.js", + "types": "types/applicationinsights-web.d.ts", + "sideEffects": false, + "repository": { + "type": "git", + "url": "https://github.com/microsoft/ApplicationInsights-JS" + }, + "scripts": { + "clean": "git clean -xdf", + "build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen", + "build:esm": "grunt aisku", + "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", + "build:snippet": "grunt snippetvnext", + "rebuild": "npm run build", + "test": "grunt aiskuunittests", + "mintest": "grunt aisku-mintests", + "perftest": "grunt aiskuperf", + "lint": "tslint -p tsconfig.json", + "dtsgen": "api-extractor run --local && node ../scripts/dtsgen.js 'Microsoft.ApplicationInsights'", + "sri": "node ../tools/subResourceIntegrity/generateIntegrityFile.js", + "ai-min": "grunt aisku-min", + "ai-restore": "grunt aisku-restore", + "npm-pack": "npm pack", + "api-docs": "typedoc" + }, + "devDependencies": { + "@microsoft/ai-test-framework": "0.0.1", + "@microsoft/applicationinsights-offlinechannel-js": "0.4.2", + "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", + "@microsoft/applicationinsights-rollup-es5": "1.0.2", + "sinon": "^7.3.1", + "@microsoft/api-extractor": "^7.40.0", + "finalhandler": "^1.1.1", + "grunt": "^1.6.1", + "grunt-cli": "^1.5.0", + "@nevware21/grunt-ts-plugin": "^0.5.2", + "@nevware21/grunt-eslint-ts": "^0.5.2", + "globby": "^11.0.0", + "magic-string": "^0.25.7", + "pako": "^2.0.3", + "@rollup/plugin-commonjs": "^24.0.0", + "@rollup/plugin-node-resolve": "^15.0.1", + "@rollup/plugin-replace": "^5.0.2", + "rollup": "^3.20.0", + "rollup-plugin-cleanup": "^3.2.1", + "rollup-plugin-sourcemaps": "^0.6.3", + "selenium-server-standalone-jar": "^3.141.5", + "serve-static": "^1.13.2", + "typedoc": "^0.26.6", + "typescript": "^4.9.3", + "tslib": "^2.0.0", + "puppeteer": "^24.40.0", + "eslint": "^8.56.0", + "@typescript-eslint/eslint-plugin": "^7.14.1", + "@typescript-eslint/parser": "^7.14.1", + "eslint-plugin-security": "^1.5.0", + "grunt-contrib-connect": "^5.0.0", + "eventemitter2": "6.4.9", + "grunt-contrib-uglify": "^5.2.1" + }, + "peerDependencies": { + "tslib": ">= 1.0.0" + }, + "dependencies": { + "@microsoft/dynamicproto-js": "^2.0.3", + "@microsoft/applicationinsights-shims": "3.0.1", + "@microsoft/applicationinsights-analytics-js": "3.4.2", + "@microsoft/applicationinsights-channel-js": "3.4.2", + "@microsoft/applicationinsights-cfgsync-js": "3.4.2", + "@microsoft/applicationinsights-core-js": "3.4.2", + "@microsoft/applicationinsights-dependencies-js": "3.4.2", + "@microsoft/applicationinsights-properties-js": "3.4.2", + "@nevware21/ts-utils": ">= 0.14.0 < 2.x", + "@nevware21/ts-async": ">= 0.5.5 < 0.6.0" + }, + "license": "MIT" } diff --git a/AISKULight/Tests/Unit/src/AISKULightSize.Tests.ts b/AISKULight/Tests/Unit/src/AISKULightSize.Tests.ts index 93fcebe96..ca40a50a0 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 = 44; private readonly MAX_BUNDLE_DEFLATE_SIZE = 44; private readonly rawFilePath = "../dist/es5/applicationinsights-web-basic.min.js"; - private readonly currentVer = "3.4.1"; + private readonly currentVer = "3.4.2"; private readonly prodFilePath = `../browser/es5/aib.${this.currentVer[0]}.min.js`; public testInitialize() { diff --git a/AISKULight/package.json b/AISKULight/package.json index 96f4ebe99..de3d047c0 100644 --- a/AISKULight/package.json +++ b/AISKULight/package.json @@ -1,74 +1,74 @@ { - "name": "@microsoft/applicationinsights-web-basic", - "version": "3.4.1", - "description": "Microsoft Application Insights JavaScript SDK - Web Basic", - "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", - "author": "Microsoft Application Insights Team", - "main": "dist/es5/applicationinsights-web-basic.js", - "module": "dist-es5/index.js", - "types": "types/applicationinsights-web-basic.d.ts", - "sideEffects": false, - "scripts": { - "clean": "git clean -xdf", - "build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen", - "build:esm": "grunt aiskulite", - "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", - "rebuild": "npm run build", - "test": "grunt aiskuliteunittests", - "mintest": "grunt aiskulite-mintests", - "lint": "tslint -p tsconfig.json", - "dtsgen": "api-extractor run --local && node ../scripts/dtsgen.js 'Microsoft.ApplicationInsights'", - "sri": "node ../tools/subResourceIntegrity/generateIntegrityFile.js", - "ai-min": "grunt aiskulite-min", - "ai-restore": "grunt aiskulite-restore", - "npm-pack": "npm pack", - "api-docs": "typedoc" - }, - "repository": { - "type": "git", - "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/AISKULight", - "directory": "AISKULight" - }, - "devDependencies": { - "@microsoft/ai-test-framework": "0.0.1", - "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", - "@microsoft/applicationinsights-rollup-es5": "1.0.2", - "@microsoft/api-extractor": "^7.40.0", - "grunt": "^1.6.1", - "grunt-cli": "^1.5.0", - "@nevware21/grunt-ts-plugin": "^0.5.2", - "@nevware21/grunt-eslint-ts": "^0.5.2", - "globby": "^11.0.0", - "magic-string": "^0.25.7", - "pako": "^2.0.3", - "@rollup/plugin-commonjs": "^24.0.0", - "@rollup/plugin-node-resolve": "^15.0.1", - "@rollup/plugin-replace": "^5.0.2", - "rollup": "^3.20.0", - "rollup-plugin-cleanup": "^3.2.1", - "rollup-plugin-sourcemaps": "^0.6.3", - "typescript": "^4.9.3", - "typedoc": "^0.26.6", - "tslib": "^2.0.0", - "sinon": "^7.3.1", - "eslint": "^8.56.0", - "@typescript-eslint/eslint-plugin": "^7.14.1", - "@typescript-eslint/parser": "^7.14.1", - "eslint-plugin-security": "^1.5.0", - "grunt-contrib-connect": "^5.0.0", - "eventemitter2": "6.4.9", - "puppeteer": "^24.40.0" - }, - "peerDependencies": { - "tslib": ">= 1.0.0" - }, - "dependencies": { - "@microsoft/dynamicproto-js": "^2.0.3", - "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-channel-js": "3.4.1", - "@microsoft/applicationinsights-core-js": "3.4.1", - "@nevware21/ts-utils": ">= 0.14.0 < 2.x", - "@nevware21/ts-async": ">= 0.5.5 < 0.6.0" - }, - "license": "MIT" + "name": "@microsoft/applicationinsights-web-basic", + "version": "3.4.2", + "description": "Microsoft Application Insights JavaScript SDK - Web Basic", + "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", + "author": "Microsoft Application Insights Team", + "main": "dist/es5/applicationinsights-web-basic.js", + "module": "dist-es5/index.js", + "types": "types/applicationinsights-web-basic.d.ts", + "sideEffects": false, + "scripts": { + "clean": "git clean -xdf", + "build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen", + "build:esm": "grunt aiskulite", + "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", + "rebuild": "npm run build", + "test": "grunt aiskuliteunittests", + "mintest": "grunt aiskulite-mintests", + "lint": "tslint -p tsconfig.json", + "dtsgen": "api-extractor run --local && node ../scripts/dtsgen.js 'Microsoft.ApplicationInsights'", + "sri": "node ../tools/subResourceIntegrity/generateIntegrityFile.js", + "ai-min": "grunt aiskulite-min", + "ai-restore": "grunt aiskulite-restore", + "npm-pack": "npm pack", + "api-docs": "typedoc" + }, + "repository": { + "type": "git", + "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/AISKULight", + "directory": "AISKULight" + }, + "devDependencies": { + "@microsoft/ai-test-framework": "0.0.1", + "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", + "@microsoft/applicationinsights-rollup-es5": "1.0.2", + "@microsoft/api-extractor": "^7.40.0", + "grunt": "^1.6.1", + "grunt-cli": "^1.5.0", + "@nevware21/grunt-ts-plugin": "^0.5.2", + "@nevware21/grunt-eslint-ts": "^0.5.2", + "globby": "^11.0.0", + "magic-string": "^0.25.7", + "pako": "^2.0.3", + "@rollup/plugin-commonjs": "^24.0.0", + "@rollup/plugin-node-resolve": "^15.0.1", + "@rollup/plugin-replace": "^5.0.2", + "rollup": "^3.20.0", + "rollup-plugin-cleanup": "^3.2.1", + "rollup-plugin-sourcemaps": "^0.6.3", + "typescript": "^4.9.3", + "typedoc": "^0.26.6", + "tslib": "^2.0.0", + "sinon": "^7.3.1", + "eslint": "^8.56.0", + "@typescript-eslint/eslint-plugin": "^7.14.1", + "@typescript-eslint/parser": "^7.14.1", + "eslint-plugin-security": "^1.5.0", + "grunt-contrib-connect": "^5.0.0", + "eventemitter2": "6.4.9", + "puppeteer": "^24.40.0" + }, + "peerDependencies": { + "tslib": ">= 1.0.0" + }, + "dependencies": { + "@microsoft/dynamicproto-js": "^2.0.3", + "@microsoft/applicationinsights-shims": "3.0.1", + "@microsoft/applicationinsights-channel-js": "3.4.2", + "@microsoft/applicationinsights-core-js": "3.4.2", + "@nevware21/ts-utils": ">= 0.14.0 < 2.x", + "@nevware21/ts-async": ">= 0.5.5 < 0.6.0" + }, + "license": "MIT" } diff --git a/RELEASES.md b/RELEASES.md index 6c9eedc8e..42a28f416 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -2,12 +2,49 @@ > 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. -## Unreleased Changes + + +## 3.4.2 (June 18th, 2026) + +This is a maintenance release for the 3.4.x version line containing security hardening, bug fixes, build tooling improvements, and CI updates. The `@microsoft/1ds-post-js` channel is numbered 4.4.2 and requires v3.4.2. + +### Significant Changes (since 3.4.1) + +- **Prototype Pollution Hardening**: The `extend()` and `objExtend()` helpers now filter unsafe keys (`__proto__`, `constructor`, `prototype`) to prevent prototype pollution when merging untrusted objects. + +- **Dependency Vulnerability Resolution**: Migrated the repository from npm to pnpm for dependency management and resolved all known dependency vulnerabilities. This is a build/tooling change and does not affect the published runtime packages. + +- **OsPlugin Field Name Correction**: The OsPlugin now emits the correct Common Schema 4.0 field names (`ext.os.name` and `ext.os.ver`). Telemetry consumers relying on the previously emitted (incorrect) field names should update to the corrected names. + +- **RequestEnvelopeCreator Envelope Name Fix**: Fixed `RequestEnvelopeCreator` so request telemetry is sent with the correct envelope name (`Microsoft.ApplicationInsights.{ikey}.Request`) instead of `RequestData`. + +- **Offline Channel Reliability**: Fixed a missing `return` after `reject()` in the offline channel that could lead to a null provider dereference. ### CI / Tooling - **Dropped Node.js 16 from CI matrix**: Node.js 16 is End-of-Life and several dependencies (e.g. `puppeteer`, `@pnpm/error`) now require Node.js 18 or later. The CI pipeline no longer runs against Node.js 16. - **Added Node.js 22 and 24 to CI matrix**: The CI pipeline now tests against Node.js 18, 20, 22, and 24. +- **Migrated from npm to pnpm**: Dependency management now uses pnpm. + +### Changelog + +- #2733 fix: Migrate from npm to pnpm and resolve all dependency vulnerabilities +- #2742 fix(ci): repair Node.js CI (Chrome install, bundle-size limits, ts-async offline-channel hang) +- #2737 fix: remove invalid PURE literal annotations and add bundle validation tests +- #2735 fix: prevent prototype pollution in extend() and objExtend() via unsafe key filtering +- #2734 fix(offline-channel): Add missing return after reject() to prevent null provider dereference +- #2732 fix(OsPlugin): use correct CS 4.0 field names ext.os.name and ext.os.ver +- #2731 Drop Node.js 16 from CI matrix; add Node.js 22 and 24 +- #2729 Potential fix for code scanning alert no. 2273: Workflow does not contain permissions +- #2728 Potential fix for code scanning alert no. 5940: Unused variable, import, function or class +- #2727 Potential fix for code scanning alert no. 5402: Semicolon insertion +- #2726 Potential fix for code scanning alert no. 5401: Unused variable, import, function or class +- #2725 Potential fix for code scanning alert no. 4240: Semicolon insertion +- #2724 fix: RequestEnvelopeCreator sends "RequestData" as envelope name instead of "Microsoft.ApplicationInsights.{ikey}.Request" +- #2722 Update Components +- #2721 Add CfgSync documentation + +**Full Changelog**: https://github.com/microsoft/ApplicationInsights-JS/compare/3.4.1...3.4.2 ## 3.4.1 (April 7th, 2026) diff --git a/channels/1ds-post-js/package.json b/channels/1ds-post-js/package.json index 71fb56969..249a5fa59 100644 --- a/channels/1ds-post-js/package.json +++ b/channels/1ds-post-js/package.json @@ -1,75 +1,75 @@ { - "name": "@microsoft/1ds-post-js", - "version": "4.4.1", - "description": "Microsoft Application Insights JavaScript SDK - 1ds-post-channel-js", - "author": "Microsoft Application Insights Team", - "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", - "license": "MIT", - "sideEffects": false, - "scripts": { - "clean": "git clean -xdf", - "build": "npm run build:esm && npm run build:browser && npm run dtsgen && npm run sri", - "build:esm": "grunt 1dsPostBuild", - "build:browser": "npx rollup -c rollup.config.js --bundleConfigAsCjs", - "rebuild": "npm run build", - "ai-min": "grunt 1dsPost-min", - "ai-restore": "grunt 1dsPost-restore", - "dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"1DS JS SDK Post Channel\" -oneDs", - "test": "grunt 1dsPostTest", - "mintest": "grunt adsPostMinTest", - "perftest": "", - "makePublicPackage": "node ../../tools/makePublic/makePublicPackage.js ./package.json && npm pack", - "publishPackage": "npm publish", - "sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js", - "npm-pack": "npm pack", - "api-docs": "typedoc" - }, - "dependencies": { - "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/dynamicproto-js": "^2.0.3", - "@microsoft/applicationinsights-core-js": "3.4.1", - "@nevware21/ts-utils": ">= 0.14.0 < 2.x", - "@nevware21/ts-async": ">= 0.5.5 < 0.6.0" - }, - "devDependencies": { - "@microsoft/ai-test-framework": "0.0.1", - "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", - "@microsoft/applicationinsights-rollup-es5": "1.0.2", - "@microsoft/api-extractor": "^7.40.0", - "globby": "^11.0.0", - "grunt": "^1.6.1", - "sinon": "^7.3.1", - "@rollup/plugin-commonjs": "^24.0.0", - "@rollup/plugin-node-resolve": "^15.0.1", - "@rollup/plugin-replace": "^5.0.2", - "rollup": "^3.20.0", - "rollup-plugin-cleanup": "^3.2.1", - "rollup-plugin-sourcemaps": "^0.6.3", - "typedoc": "^0.26.6", - "typescript": "^4.9.3", - "pako": "^2.0.3", - "eslint": "^8.56.0", - "@typescript-eslint/eslint-plugin": "^7.14.1", - "@typescript-eslint/parser": "^7.14.1", - "eslint-plugin-security": "^1.5.0", - "grunt-cli": "^1.5.0", - "@nevware21/grunt-ts-plugin": "^0.5.2", - "@nevware21/grunt-eslint-ts": "^0.5.2", - "grunt-contrib-connect": "^5.0.0", - "eventemitter2": "6.4.9", - "puppeteer": "^24.40.0", - "tslib": "^2.0.0" - }, - "repository": { - "type": "git", - "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/channels/1ds-post-js" - }, - "main": "dist/es5/ms.post.js", - "module": "dist-es5/Index.js", - "types": "types/1ds-post-js.d.ts", - "keywords": [ - "1DS", - "Js", - "SDK" - ] + "name": "@microsoft/1ds-post-js", + "version": "4.4.2", + "description": "Microsoft Application Insights JavaScript SDK - 1ds-post-channel-js", + "author": "Microsoft Application Insights Team", + "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", + "license": "MIT", + "sideEffects": false, + "scripts": { + "clean": "git clean -xdf", + "build": "npm run build:esm && npm run build:browser && npm run dtsgen && npm run sri", + "build:esm": "grunt 1dsPostBuild", + "build:browser": "npx rollup -c rollup.config.js --bundleConfigAsCjs", + "rebuild": "npm run build", + "ai-min": "grunt 1dsPost-min", + "ai-restore": "grunt 1dsPost-restore", + "dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"1DS JS SDK Post Channel\" -oneDs", + "test": "grunt 1dsPostTest", + "mintest": "grunt adsPostMinTest", + "perftest": "", + "makePublicPackage": "node ../../tools/makePublic/makePublicPackage.js ./package.json && npm pack", + "publishPackage": "npm publish", + "sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js", + "npm-pack": "npm pack", + "api-docs": "typedoc" + }, + "dependencies": { + "@microsoft/applicationinsights-shims": "3.0.1", + "@microsoft/dynamicproto-js": "^2.0.3", + "@microsoft/applicationinsights-core-js": "3.4.2", + "@nevware21/ts-utils": ">= 0.14.0 < 2.x", + "@nevware21/ts-async": ">= 0.5.5 < 0.6.0" + }, + "devDependencies": { + "@microsoft/ai-test-framework": "0.0.1", + "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", + "@microsoft/applicationinsights-rollup-es5": "1.0.2", + "@microsoft/api-extractor": "^7.40.0", + "globby": "^11.0.0", + "grunt": "^1.6.1", + "sinon": "^7.3.1", + "@rollup/plugin-commonjs": "^24.0.0", + "@rollup/plugin-node-resolve": "^15.0.1", + "@rollup/plugin-replace": "^5.0.2", + "rollup": "^3.20.0", + "rollup-plugin-cleanup": "^3.2.1", + "rollup-plugin-sourcemaps": "^0.6.3", + "typedoc": "^0.26.6", + "typescript": "^4.9.3", + "pako": "^2.0.3", + "eslint": "^8.56.0", + "@typescript-eslint/eslint-plugin": "^7.14.1", + "@typescript-eslint/parser": "^7.14.1", + "eslint-plugin-security": "^1.5.0", + "grunt-cli": "^1.5.0", + "@nevware21/grunt-ts-plugin": "^0.5.2", + "@nevware21/grunt-eslint-ts": "^0.5.2", + "grunt-contrib-connect": "^5.0.0", + "eventemitter2": "6.4.9", + "puppeteer": "^24.40.0", + "tslib": "^2.0.0" + }, + "repository": { + "type": "git", + "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/channels/1ds-post-js" + }, + "main": "dist/es5/ms.post.js", + "module": "dist-es5/Index.js", + "types": "types/1ds-post-js.d.ts", + "keywords": [ + "1DS", + "Js", + "SDK" + ] } diff --git a/channels/applicationinsights-channel-js/package.json b/channels/applicationinsights-channel-js/package.json index 09bf59383..c537125a7 100644 --- a/channels/applicationinsights-channel-js/package.json +++ b/channels/applicationinsights-channel-js/package.json @@ -1,72 +1,72 @@ { - "name": "@microsoft/applicationinsights-channel-js", - "version": "3.4.1", - "description": "Microsoft Application Insights JavaScript SDK Channel", - "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", - "author": "Microsoft Application Insights Team", - "main": "dist/es5/applicationinsights-channel-js.js", - "module": "dist-es5/applicationinsights-channel-js.js", - "types": "types/applicationinsights-channel-js.d.ts", - "sideEffects": false, - "repository": { - "type": "git", - "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/channels/applicationinsights-channel-js" - }, - "scripts": { - "clean": "git clean -xdf", - "build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen", - "build:esm": "grunt aichannel", - "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", - "rebuild": "npm run build", - "test": "grunt aichanneltest", - "mintest": "grunt aichannel-mintest", - "lint": "tslint -p tsconfig.json", - "dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"Microsoft Application Insights JavaScript SDK Channel\"", - "sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js", - "ai-min": "grunt aichannel-min", - "ai-restore": "grunt aichannel-restore", - "npm-pack": "npm pack", - "api-docs": "typedoc" - }, - "devDependencies": { - "@microsoft/ai-test-framework": "0.0.1", - "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", - "@microsoft/applicationinsights-rollup-es5": "1.0.2", - "@microsoft/api-extractor": "^7.40.0", - "@types/sinon": "4.3.3", - "grunt": "^1.6.1", - "grunt-cli": "^1.5.0", - "@nevware21/grunt-ts-plugin": "^0.5.2", - "@nevware21/grunt-eslint-ts": "^0.5.2", - "globby": "^11.0.0", - "magic-string": "^0.25.7", - "@rollup/plugin-commonjs": "^24.0.0", - "@rollup/plugin-node-resolve": "^15.0.1", - "@rollup/plugin-replace": "^5.0.2", - "rollup": "^3.20.0", - "rollup-plugin-cleanup": "^3.2.1", - "rollup-plugin-sourcemaps": "^0.6.3", - "typescript": "^4.9.3", - "tslib": "^2.0.0", - "sinon": "^7.3.1", - "typedoc": "^0.26.6", - "eslint": "^8.56.0", - "@typescript-eslint/eslint-plugin": "^7.14.1", - "@typescript-eslint/parser": "^7.14.1", - "eslint-plugin-security": "^1.5.0", - "grunt-contrib-connect": "^5.0.0", - "eventemitter2": "6.4.9", - "puppeteer": "^24.40.0" - }, - "peerDependencies": { - "tslib": ">= 1.0.0" - }, - "dependencies": { - "@microsoft/dynamicproto-js": "^2.0.3", - "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-core-js": "3.4.1", - "@nevware21/ts-utils": ">= 0.14.0 < 2.x", - "@nevware21/ts-async": ">= 0.5.5 < 0.6.0" - }, - "license": "MIT" + "name": "@microsoft/applicationinsights-channel-js", + "version": "3.4.2", + "description": "Microsoft Application Insights JavaScript SDK Channel", + "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", + "author": "Microsoft Application Insights Team", + "main": "dist/es5/applicationinsights-channel-js.js", + "module": "dist-es5/applicationinsights-channel-js.js", + "types": "types/applicationinsights-channel-js.d.ts", + "sideEffects": false, + "repository": { + "type": "git", + "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/channels/applicationinsights-channel-js" + }, + "scripts": { + "clean": "git clean -xdf", + "build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen", + "build:esm": "grunt aichannel", + "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", + "rebuild": "npm run build", + "test": "grunt aichanneltest", + "mintest": "grunt aichannel-mintest", + "lint": "tslint -p tsconfig.json", + "dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"Microsoft Application Insights JavaScript SDK Channel\"", + "sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js", + "ai-min": "grunt aichannel-min", + "ai-restore": "grunt aichannel-restore", + "npm-pack": "npm pack", + "api-docs": "typedoc" + }, + "devDependencies": { + "@microsoft/ai-test-framework": "0.0.1", + "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", + "@microsoft/applicationinsights-rollup-es5": "1.0.2", + "@microsoft/api-extractor": "^7.40.0", + "@types/sinon": "4.3.3", + "grunt": "^1.6.1", + "grunt-cli": "^1.5.0", + "@nevware21/grunt-ts-plugin": "^0.5.2", + "@nevware21/grunt-eslint-ts": "^0.5.2", + "globby": "^11.0.0", + "magic-string": "^0.25.7", + "@rollup/plugin-commonjs": "^24.0.0", + "@rollup/plugin-node-resolve": "^15.0.1", + "@rollup/plugin-replace": "^5.0.2", + "rollup": "^3.20.0", + "rollup-plugin-cleanup": "^3.2.1", + "rollup-plugin-sourcemaps": "^0.6.3", + "typescript": "^4.9.3", + "tslib": "^2.0.0", + "sinon": "^7.3.1", + "typedoc": "^0.26.6", + "eslint": "^8.56.0", + "@typescript-eslint/eslint-plugin": "^7.14.1", + "@typescript-eslint/parser": "^7.14.1", + "eslint-plugin-security": "^1.5.0", + "grunt-contrib-connect": "^5.0.0", + "eventemitter2": "6.4.9", + "puppeteer": "^24.40.0" + }, + "peerDependencies": { + "tslib": ">= 1.0.0" + }, + "dependencies": { + "@microsoft/dynamicproto-js": "^2.0.3", + "@microsoft/applicationinsights-shims": "3.0.1", + "@microsoft/applicationinsights-core-js": "3.4.2", + "@nevware21/ts-utils": ">= 0.14.0 < 2.x", + "@nevware21/ts-async": ">= 0.5.5 < 0.6.0" + }, + "license": "MIT" } diff --git a/channels/offline-channel-js/package.json b/channels/offline-channel-js/package.json index 5f0595055..0e0dfbdf6 100644 --- a/channels/offline-channel-js/package.json +++ b/channels/offline-channel-js/package.json @@ -1,72 +1,72 @@ { - "name": "@microsoft/applicationinsights-offlinechannel-js", - "version": "0.4.1", - "description": "Microsoft Application Insights JavaScript SDK Offline Channel", - "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", - "author": "Microsoft Application Insights Team", - "main": "dist/es5/applicationinsights-offlinechannel-js.js", - "module": "dist-es5/applicationinsights-offlinechannel-js.js", - "types": "types/applicationinsights-offlinechannel-js.d.ts", - "sideEffects": false, - "repository": { - "type": "git", - "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/channels/offline-channel-js" - }, - "scripts": { - "clean": "git clean -xdf", - "build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen", - "build:esm": "grunt offlinechannel", - "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", - "rebuild": "npm run build", - "test": "grunt offlinechanneltest", - "mintest": "grunt offlinechannel-mintest", - "lint": "tslint -p tsconfig.json", - "dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"Microsoft Application Insights JavaScript SDK Offline Channel\"", - "sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js", - "ai-min": "grunt offlinechannel-min", - "ai-restore": "grunt offlinechannel-restore", - "npm-pack": "npm pack", - "api-docs": "typedoc" - }, - "dependencies": { - "@microsoft/dynamicproto-js": "^2.0.3", - "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-core-js": "3.4.1", - "@nevware21/ts-utils": ">= 0.14.0 < 2.x", - "@nevware21/ts-async": ">= 0.5.5 < 0.6.0" - }, - "peerDependencies": { - "tslib": ">= 1.0.0" - }, - "devDependencies": { - "@microsoft/ai-test-framework": "0.0.1", - "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", - "@microsoft/applicationinsights-rollup-es5": "1.0.2", - "@microsoft/api-extractor": "^7.40.0", - "@types/sinon": "4.3.3", - "grunt": "^1.6.1", - "grunt-cli": "^1.5.0", - "@nevware21/grunt-ts-plugin": "^0.5.2", - "@nevware21/grunt-eslint-ts": "^0.5.2", - "globby": "^11.0.0", - "magic-string": "^0.25.7", - "@rollup/plugin-commonjs": "^24.0.0", - "@rollup/plugin-node-resolve": "^15.0.1", - "@rollup/plugin-replace": "^5.0.2", - "rollup": "^3.20.0", - "rollup-plugin-cleanup": "^3.2.1", - "rollup-plugin-sourcemaps": "^0.6.3", - "typescript": "^4.9.3", - "tslib": "^2.0.0", - "sinon": "^7.3.1", - "typedoc": "^0.26.6", - "eslint": "^8.56.0", - "@typescript-eslint/eslint-plugin": "^7.14.1", - "@typescript-eslint/parser": "^7.14.1", - "eslint-plugin-security": "^1.5.0", - "grunt-contrib-connect": "^5.0.0", - "eventemitter2": "6.4.9", - "puppeteer": "^24.40.0" - }, - "license": "MIT" + "name": "@microsoft/applicationinsights-offlinechannel-js", + "version": "0.4.2", + "description": "Microsoft Application Insights JavaScript SDK Offline Channel", + "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", + "author": "Microsoft Application Insights Team", + "main": "dist/es5/applicationinsights-offlinechannel-js.js", + "module": "dist-es5/applicationinsights-offlinechannel-js.js", + "types": "types/applicationinsights-offlinechannel-js.d.ts", + "sideEffects": false, + "repository": { + "type": "git", + "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/channels/offline-channel-js" + }, + "scripts": { + "clean": "git clean -xdf", + "build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen", + "build:esm": "grunt offlinechannel", + "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", + "rebuild": "npm run build", + "test": "grunt offlinechanneltest", + "mintest": "grunt offlinechannel-mintest", + "lint": "tslint -p tsconfig.json", + "dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"Microsoft Application Insights JavaScript SDK Offline Channel\"", + "sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js", + "ai-min": "grunt offlinechannel-min", + "ai-restore": "grunt offlinechannel-restore", + "npm-pack": "npm pack", + "api-docs": "typedoc" + }, + "dependencies": { + "@microsoft/dynamicproto-js": "^2.0.3", + "@microsoft/applicationinsights-shims": "3.0.1", + "@microsoft/applicationinsights-core-js": "3.4.2", + "@nevware21/ts-utils": ">= 0.14.0 < 2.x", + "@nevware21/ts-async": ">= 0.5.5 < 0.6.0" + }, + "peerDependencies": { + "tslib": ">= 1.0.0" + }, + "devDependencies": { + "@microsoft/ai-test-framework": "0.0.1", + "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", + "@microsoft/applicationinsights-rollup-es5": "1.0.2", + "@microsoft/api-extractor": "^7.40.0", + "@types/sinon": "4.3.3", + "grunt": "^1.6.1", + "grunt-cli": "^1.5.0", + "@nevware21/grunt-ts-plugin": "^0.5.2", + "@nevware21/grunt-eslint-ts": "^0.5.2", + "globby": "^11.0.0", + "magic-string": "^0.25.7", + "@rollup/plugin-commonjs": "^24.0.0", + "@rollup/plugin-node-resolve": "^15.0.1", + "@rollup/plugin-replace": "^5.0.2", + "rollup": "^3.20.0", + "rollup-plugin-cleanup": "^3.2.1", + "rollup-plugin-sourcemaps": "^0.6.3", + "typescript": "^4.9.3", + "tslib": "^2.0.0", + "sinon": "^7.3.1", + "typedoc": "^0.26.6", + "eslint": "^8.56.0", + "@typescript-eslint/eslint-plugin": "^7.14.1", + "@typescript-eslint/parser": "^7.14.1", + "eslint-plugin-security": "^1.5.0", + "grunt-contrib-connect": "^5.0.0", + "eventemitter2": "6.4.9", + "puppeteer": "^24.40.0" + }, + "license": "MIT" } diff --git a/channels/tee-channel-js/package.json b/channels/tee-channel-js/package.json index 7dbb76344..e59e2ca1a 100644 --- a/channels/tee-channel-js/package.json +++ b/channels/tee-channel-js/package.json @@ -1,73 +1,73 @@ { - "name": "@microsoft/applicationinsights-teechannel-js", - "version": "3.4.1", - "description": "Microsoft Application Insights JavaScript SDK Tee Channel", - "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", - "author": "Microsoft Application Insights Team", - "main": "dist/es5/applicationinsights-teechannel-js.js", - "module": "dist-es5/applicationinsights-teechannel-js.js", - "types": "types/applicationinsights-teechannel-js.d.ts", - "sideEffects": false, - "repository": { - "type": "git", - "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/channels/tee-channel-js" - }, - "scripts": { - "clean": "git clean -xdf", - "build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen", - "build:esm": "grunt teechannel", - "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", - "rebuild": "npm run build", - "test": "grunt teechanneltest", - "mintest": "grunt teechannel-mintest", - "lint": "tslint -p tsconfig.json", - "dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"Microsoft Application Insights JavaScript SDK Tee Channel\"", - "sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js", - "ai-min": "grunt teechannel-min", - "ai-restore": "grunt teechannel-restore", - "npm-pack": "npm pack", - "npm-publish-ai": "node ../../tools/release-tools/npm_publish.js .", - "api-docs": "typedoc" - }, - "devDependencies": { - "@microsoft/ai-test-framework": "0.0.1", - "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", - "@microsoft/applicationinsights-rollup-es5": "1.0.2", - "@microsoft/api-extractor": "^7.40.0", - "@types/sinon": "4.3.3", - "grunt": "^1.6.1", - "grunt-cli": "^1.5.0", - "@nevware21/grunt-ts-plugin": "^0.5.2", - "@nevware21/grunt-eslint-ts": "^0.5.2", - "globby": "^11.0.0", - "magic-string": "^0.25.7", - "@rollup/plugin-commonjs": "^24.0.0", - "@rollup/plugin-node-resolve": "^15.0.1", - "@rollup/plugin-replace": "^5.0.2", - "rollup": "^3.20.0", - "rollup-plugin-cleanup": "^3.2.1", - "rollup-plugin-sourcemaps": "^0.6.3", - "typescript": "^4.9.3", - "tslib": "^2.0.0", - "typedoc": "^0.26.6", - "sinon": "^7.3.1", - "eslint": "^8.56.0", - "@typescript-eslint/eslint-plugin": "^7.14.1", - "@typescript-eslint/parser": "^7.14.1", - "eslint-plugin-security": "^1.5.0", - "grunt-contrib-connect": "^5.0.0", - "eventemitter2": "6.4.9", - "puppeteer": "^24.40.0" - }, - "peerDependencies": { - "tslib": ">= 1.0.0" - }, - "dependencies": { - "@microsoft/dynamicproto-js": "^2.0.3", - "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-core-js": "3.4.1", - "@nevware21/ts-utils": ">= 0.14.0 < 2.x", - "@nevware21/ts-async": ">= 0.5.5 < 0.6.0" - }, - "license": "MIT" + "name": "@microsoft/applicationinsights-teechannel-js", + "version": "3.4.2", + "description": "Microsoft Application Insights JavaScript SDK Tee Channel", + "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", + "author": "Microsoft Application Insights Team", + "main": "dist/es5/applicationinsights-teechannel-js.js", + "module": "dist-es5/applicationinsights-teechannel-js.js", + "types": "types/applicationinsights-teechannel-js.d.ts", + "sideEffects": false, + "repository": { + "type": "git", + "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/channels/tee-channel-js" + }, + "scripts": { + "clean": "git clean -xdf", + "build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen", + "build:esm": "grunt teechannel", + "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", + "rebuild": "npm run build", + "test": "grunt teechanneltest", + "mintest": "grunt teechannel-mintest", + "lint": "tslint -p tsconfig.json", + "dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"Microsoft Application Insights JavaScript SDK Tee Channel\"", + "sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js", + "ai-min": "grunt teechannel-min", + "ai-restore": "grunt teechannel-restore", + "npm-pack": "npm pack", + "npm-publish-ai": "node ../../tools/release-tools/npm_publish.js .", + "api-docs": "typedoc" + }, + "devDependencies": { + "@microsoft/ai-test-framework": "0.0.1", + "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", + "@microsoft/applicationinsights-rollup-es5": "1.0.2", + "@microsoft/api-extractor": "^7.40.0", + "@types/sinon": "4.3.3", + "grunt": "^1.6.1", + "grunt-cli": "^1.5.0", + "@nevware21/grunt-ts-plugin": "^0.5.2", + "@nevware21/grunt-eslint-ts": "^0.5.2", + "globby": "^11.0.0", + "magic-string": "^0.25.7", + "@rollup/plugin-commonjs": "^24.0.0", + "@rollup/plugin-node-resolve": "^15.0.1", + "@rollup/plugin-replace": "^5.0.2", + "rollup": "^3.20.0", + "rollup-plugin-cleanup": "^3.2.1", + "rollup-plugin-sourcemaps": "^0.6.3", + "typescript": "^4.9.3", + "tslib": "^2.0.0", + "typedoc": "^0.26.6", + "sinon": "^7.3.1", + "eslint": "^8.56.0", + "@typescript-eslint/eslint-plugin": "^7.14.1", + "@typescript-eslint/parser": "^7.14.1", + "eslint-plugin-security": "^1.5.0", + "grunt-contrib-connect": "^5.0.0", + "eventemitter2": "6.4.9", + "puppeteer": "^24.40.0" + }, + "peerDependencies": { + "tslib": ">= 1.0.0" + }, + "dependencies": { + "@microsoft/dynamicproto-js": "^2.0.3", + "@microsoft/applicationinsights-shims": "3.0.1", + "@microsoft/applicationinsights-core-js": "3.4.2", + "@nevware21/ts-utils": ">= 0.14.0 < 2.x", + "@nevware21/ts-async": ">= 0.5.5 < 0.6.0" + }, + "license": "MIT" } diff --git a/examples/AISKU/package.json b/examples/AISKU/package.json index f74c8ca32..d625f00e2 100644 --- a/examples/AISKU/package.json +++ b/examples/AISKU/package.json @@ -1,66 +1,66 @@ { - "name": "@microsoft/applicationinsights-example-aisku", - "author": "Microsoft Application Insights Team", - "version": "3.4.1", - "description": "Microsoft Application Insights AISKU Example", - "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", - "keywords": [ - "azure", - "cloud", - "script errors", - "microsoft", - "application insights", - "browser performance monitoring", - "web analytics", - "example" - ], - "scripts": { - "clean": "git clean -xdf", - "build": "npm run build:esm && npm run build:browser", - "build:esm": "grunt example-aisku", - "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", - "rebuild": "npm run build", - "test": "", - "mintest": "", - "perftest": "", - "lint": "tslint -p tsconfig.json", - "ai-min": "", - "ai-restore": "" - }, - "repository": { - "type": "git", - "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/examples/AISKU" - }, - "license": "MIT", - "sideEffects": false, - "devDependencies": { - "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", - "@microsoft/applicationinsights-rollup-es5": "1.0.2", - "grunt": "^1.6.1", - "grunt-cli": "^1.5.0", - "@rollup/plugin-commonjs": "^24.0.0", - "@rollup/plugin-node-resolve": "^15.0.1", - "@rollup/plugin-replace": "^5.0.2", - "rollup": "^3.20.0", - "rollup-plugin-cleanup": "^3.2.1", - "rollup-plugin-sourcemaps": "^0.6.3", - "typescript": "^4.9.3", - "eslint": "^8.56.0", - "@typescript-eslint/eslint-plugin": "^7.14.1", - "@typescript-eslint/parser": "^7.14.1", - "eslint-plugin-security": "^1.5.0", - "@nevware21/grunt-ts-plugin": "^0.5.2", - "@nevware21/grunt-eslint-ts": "^0.5.2", - "tslib": "^2.0.0" - }, - "peerDependencies": { - "tslib": ">= 1.0.0" - }, - "dependencies": { - "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/dynamicproto-js": "^2.0.3", - "@microsoft/applicationinsights-web": "3.4.1", - "@microsoft/applicationinsights-core-js": "3.4.1", - "@nevware21/ts-utils": ">= 0.14.0 < 2.x" - } + "name": "@microsoft/applicationinsights-example-aisku", + "author": "Microsoft Application Insights Team", + "version": "3.4.2", + "description": "Microsoft Application Insights AISKU Example", + "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", + "keywords": [ + "azure", + "cloud", + "script errors", + "microsoft", + "application insights", + "browser performance monitoring", + "web analytics", + "example" + ], + "scripts": { + "clean": "git clean -xdf", + "build": "npm run build:esm && npm run build:browser", + "build:esm": "grunt example-aisku", + "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", + "rebuild": "npm run build", + "test": "", + "mintest": "", + "perftest": "", + "lint": "tslint -p tsconfig.json", + "ai-min": "", + "ai-restore": "" + }, + "repository": { + "type": "git", + "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/examples/AISKU" + }, + "license": "MIT", + "sideEffects": false, + "devDependencies": { + "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", + "@microsoft/applicationinsights-rollup-es5": "1.0.2", + "grunt": "^1.6.1", + "grunt-cli": "^1.5.0", + "@rollup/plugin-commonjs": "^24.0.0", + "@rollup/plugin-node-resolve": "^15.0.1", + "@rollup/plugin-replace": "^5.0.2", + "rollup": "^3.20.0", + "rollup-plugin-cleanup": "^3.2.1", + "rollup-plugin-sourcemaps": "^0.6.3", + "typescript": "^4.9.3", + "eslint": "^8.56.0", + "@typescript-eslint/eslint-plugin": "^7.14.1", + "@typescript-eslint/parser": "^7.14.1", + "eslint-plugin-security": "^1.5.0", + "@nevware21/grunt-ts-plugin": "^0.5.2", + "@nevware21/grunt-eslint-ts": "^0.5.2", + "tslib": "^2.0.0" + }, + "peerDependencies": { + "tslib": ">= 1.0.0" + }, + "dependencies": { + "@microsoft/applicationinsights-shims": "3.0.1", + "@microsoft/dynamicproto-js": "^2.0.3", + "@microsoft/applicationinsights-web": "3.4.2", + "@microsoft/applicationinsights-core-js": "3.4.2", + "@nevware21/ts-utils": ">= 0.14.0 < 2.x" + } } diff --git a/examples/cfgSync/package.json b/examples/cfgSync/package.json index 312f5ed4b..692d80520 100644 --- a/examples/cfgSync/package.json +++ b/examples/cfgSync/package.json @@ -1,75 +1,75 @@ { - "name": "@microsoft/applicationinsights-example-cfgsync", - "author": "Microsoft Application Insights Team", - "version": "3.4.1", - "description": "Microsoft Application Insights CfgSync Plugin Example", - "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", - "keywords": [ - "azure", - "cloud", - "script errors", - "microsoft", - "application insights", - "browser performance monitoring", - "web analytics", - "example" - ], - "module": "dist-es5/example-cfgsync-index.js", - "types": "types/example-cfgsync-index.d.ts", - "scripts": { - "clean": "git clean -xdf", - "build": "npm run build:esm && npm run build:browser", - "build:esm": "grunt example-cfgsync", - "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", - "rebuild": "npm run build", - "test": "", - "mintest": "", - "perftest": "", - "lint": "tslint -p tsconfig.json", - "ai-min": "", - "ai-restore": "" - }, - "repository": { - "type": "git", - "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/examples/cfgSync" - }, - "license": "MIT", - "sideEffects": false, - "devDependencies": { - "@microsoft/ai-test-framework": "0.0.1", - "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", - "@microsoft/applicationinsights-rollup-es5": "1.0.2", - "grunt": "^1.6.1", - "grunt-cli": "^1.5.0", - "@nevware21/grunt-ts-plugin": "^0.5.2", - "@nevware21/grunt-eslint-ts": "^0.5.2", - "globby": "^11.0.0", - "magic-string": "^0.25.7", - "pako": "^2.0.3", - "@rollup/plugin-commonjs": "^24.0.0", - "@rollup/plugin-node-resolve": "^15.0.1", - "@rollup/plugin-replace": "^5.0.2", - "rollup": "^3.20.0", - "rollup-plugin-cleanup": "^3.2.1", - "rollup-plugin-sourcemaps": "^0.6.3", - "typescript": "^4.9.3", - "tslib": "^2.0.0", - "qunit": "^2.11.2", - "sinon": "^7.3.1", - "eslint": "^8.56.0", - "@typescript-eslint/eslint-plugin": "^7.14.1", - "@typescript-eslint/parser": "^7.14.1", - "eslint-plugin-security": "^1.5.0" - }, - "peerDependencies": { - "tslib": ">= 1.0.0" - }, - "dependencies": { - "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-cfgsync-js": "3.4.1", - "@microsoft/dynamicproto-js": "^2.0.3", - "@microsoft/applicationinsights-web": "3.4.1", - "@microsoft/applicationinsights-core-js": "3.4.1", - "@nevware21/ts-utils": ">= 0.14.0 < 2.x" - } + "name": "@microsoft/applicationinsights-example-cfgsync", + "author": "Microsoft Application Insights Team", + "version": "3.4.2", + "description": "Microsoft Application Insights CfgSync Plugin Example", + "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", + "keywords": [ + "azure", + "cloud", + "script errors", + "microsoft", + "application insights", + "browser performance monitoring", + "web analytics", + "example" + ], + "module": "dist-es5/example-cfgsync-index.js", + "types": "types/example-cfgsync-index.d.ts", + "scripts": { + "clean": "git clean -xdf", + "build": "npm run build:esm && npm run build:browser", + "build:esm": "grunt example-cfgsync", + "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", + "rebuild": "npm run build", + "test": "", + "mintest": "", + "perftest": "", + "lint": "tslint -p tsconfig.json", + "ai-min": "", + "ai-restore": "" + }, + "repository": { + "type": "git", + "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/examples/cfgSync" + }, + "license": "MIT", + "sideEffects": false, + "devDependencies": { + "@microsoft/ai-test-framework": "0.0.1", + "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", + "@microsoft/applicationinsights-rollup-es5": "1.0.2", + "grunt": "^1.6.1", + "grunt-cli": "^1.5.0", + "@nevware21/grunt-ts-plugin": "^0.5.2", + "@nevware21/grunt-eslint-ts": "^0.5.2", + "globby": "^11.0.0", + "magic-string": "^0.25.7", + "pako": "^2.0.3", + "@rollup/plugin-commonjs": "^24.0.0", + "@rollup/plugin-node-resolve": "^15.0.1", + "@rollup/plugin-replace": "^5.0.2", + "rollup": "^3.20.0", + "rollup-plugin-cleanup": "^3.2.1", + "rollup-plugin-sourcemaps": "^0.6.3", + "typescript": "^4.9.3", + "tslib": "^2.0.0", + "qunit": "^2.11.2", + "sinon": "^7.3.1", + "eslint": "^8.56.0", + "@typescript-eslint/eslint-plugin": "^7.14.1", + "@typescript-eslint/parser": "^7.14.1", + "eslint-plugin-security": "^1.5.0" + }, + "peerDependencies": { + "tslib": ">= 1.0.0" + }, + "dependencies": { + "@microsoft/applicationinsights-shims": "3.0.1", + "@microsoft/applicationinsights-cfgsync-js": "3.4.2", + "@microsoft/dynamicproto-js": "^2.0.3", + "@microsoft/applicationinsights-web": "3.4.2", + "@microsoft/applicationinsights-core-js": "3.4.2", + "@nevware21/ts-utils": ">= 0.14.0 < 2.x" + } } diff --git a/examples/dependency/package.json b/examples/dependency/package.json index 8acb81fdb..f97f40a8e 100644 --- a/examples/dependency/package.json +++ b/examples/dependency/package.json @@ -1,67 +1,67 @@ { - "name": "@microsoft/applicationinsights-example-dependencies", - "author": "Microsoft Application Insights Team", - "version": "3.4.1", - "description": "Microsoft Application Insights Dependencies Example", - "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", - "keywords": [ - "azure", - "cloud", - "script errors", - "microsoft", - "application insights", - "browser performance monitoring", - "web analytics", - "example" - ], - "scripts": { - "clean": "git clean -xdf", - "build": "npm run build:esm && npm run build:browser", - "build:esm": "grunt example-dependency", - "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", - "rebuild": "npm run build", - "test": "", - "mintest": "", - "perftest": "", - "lint": "tslint -p tsconfig.json", - "ai-min": "", - "ai-restore": "" - }, - "repository": { - "type": "git", - "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/examples/dependency" - }, - "license": "MIT", - "sideEffects": false, - "devDependencies": { - "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", - "@microsoft/applicationinsights-rollup-es5": "1.0.2", - "grunt": "^1.6.1", - "grunt-cli": "^1.5.0", - "@rollup/plugin-commonjs": "^24.0.0", - "@rollup/plugin-node-resolve": "^15.0.1", - "@rollup/plugin-replace": "^5.0.2", - "rollup": "^3.20.0", - "rollup-plugin-cleanup": "^3.2.1", - "rollup-plugin-sourcemaps": "^0.6.3", - "typescript": "^4.9.3", - "eslint": "^8.56.0", - "@typescript-eslint/eslint-plugin": "^7.14.1", - "@typescript-eslint/parser": "^7.14.1", - "eslint-plugin-security": "^1.5.0", - "@nevware21/grunt-ts-plugin": "^0.5.2", - "@nevware21/grunt-eslint-ts": "^0.5.2", - "tslib": "^2.0.0" - }, - "peerDependencies": { - "tslib": ">= 1.0.0" - }, - "dependencies": { - "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/dynamicproto-js": "^2.0.3", - "@microsoft/applicationinsights-web": "3.4.1", - "@microsoft/applicationinsights-dependencies-js": "3.4.1", - "@microsoft/applicationinsights-core-js": "3.4.1", - "@nevware21/ts-utils": ">= 0.14.0 < 2.x" - } + "name": "@microsoft/applicationinsights-example-dependencies", + "author": "Microsoft Application Insights Team", + "version": "3.4.2", + "description": "Microsoft Application Insights Dependencies Example", + "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", + "keywords": [ + "azure", + "cloud", + "script errors", + "microsoft", + "application insights", + "browser performance monitoring", + "web analytics", + "example" + ], + "scripts": { + "clean": "git clean -xdf", + "build": "npm run build:esm && npm run build:browser", + "build:esm": "grunt example-dependency", + "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", + "rebuild": "npm run build", + "test": "", + "mintest": "", + "perftest": "", + "lint": "tslint -p tsconfig.json", + "ai-min": "", + "ai-restore": "" + }, + "repository": { + "type": "git", + "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/examples/dependency" + }, + "license": "MIT", + "sideEffects": false, + "devDependencies": { + "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", + "@microsoft/applicationinsights-rollup-es5": "1.0.2", + "grunt": "^1.6.1", + "grunt-cli": "^1.5.0", + "@rollup/plugin-commonjs": "^24.0.0", + "@rollup/plugin-node-resolve": "^15.0.1", + "@rollup/plugin-replace": "^5.0.2", + "rollup": "^3.20.0", + "rollup-plugin-cleanup": "^3.2.1", + "rollup-plugin-sourcemaps": "^0.6.3", + "typescript": "^4.9.3", + "eslint": "^8.56.0", + "@typescript-eslint/eslint-plugin": "^7.14.1", + "@typescript-eslint/parser": "^7.14.1", + "eslint-plugin-security": "^1.5.0", + "@nevware21/grunt-ts-plugin": "^0.5.2", + "@nevware21/grunt-eslint-ts": "^0.5.2", + "tslib": "^2.0.0" + }, + "peerDependencies": { + "tslib": ">= 1.0.0" + }, + "dependencies": { + "@microsoft/applicationinsights-shims": "3.0.1", + "@microsoft/dynamicproto-js": "^2.0.3", + "@microsoft/applicationinsights-web": "3.4.2", + "@microsoft/applicationinsights-dependencies-js": "3.4.2", + "@microsoft/applicationinsights-core-js": "3.4.2", + "@nevware21/ts-utils": ">= 0.14.0 < 2.x" + } } diff --git a/examples/shared-worker/package.json b/examples/shared-worker/package.json index bcab21f7a..6fb708e81 100644 --- a/examples/shared-worker/package.json +++ b/examples/shared-worker/package.json @@ -1,74 +1,74 @@ { - "name": "@microsoft/applicationinsights-example-shared-worker", - "author": "Microsoft Application Insights Team", - "version": "3.4.1", - "description": "Microsoft Application Insights Shared Worker Example", - "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", - "keywords": [ - "azure", - "cloud", - "script errors", - "microsoft", - "application insights", - "browser performance monitoring", - "web analytics", - "example" - ], - "module": "dist-es5/applicationinsights-example-shared-worker.js", - "types": "types/applicationinsights-example-shared-worker.d.ts", - "scripts": { - "clean": "git clean -xdf", - "build": "npm run build:esm && npm run build:browser", - "build:esm": "grunt example-shared-worker", - "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", - "rebuild": "npm run build", - "test": "", - "mintest": "", - "perftest": "", - "lint": "tslint -p tsconfig.json", - "ai-min": "", - "ai-restore": "" - }, - "repository": { - "type": "git", - "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/examples/shared-worker" - }, - "license": "MIT", - "sideEffects": false, - "devDependencies": { - "@microsoft/ai-test-framework": "0.0.1", - "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", - "@microsoft/applicationinsights-rollup-es5": "1.0.2", - "grunt": "^1.6.1", - "grunt-cli": "^1.5.0", - "@nevware21/grunt-ts-plugin": "^0.5.2", - "@nevware21/grunt-eslint-ts": "^0.5.2", - "globby": "^11.0.0", - "magic-string": "^0.25.7", - "pako": "^2.0.3", - "@rollup/plugin-commonjs": "^24.0.0", - "@rollup/plugin-node-resolve": "^15.0.1", - "@rollup/plugin-replace": "^5.0.2", - "rollup": "^3.20.0", - "rollup-plugin-cleanup": "^3.2.1", - "rollup-plugin-sourcemaps": "^0.6.3", - "typescript": "^4.9.3", - "tslib": "^2.0.0", - "qunit": "^2.11.2", - "sinon": "^7.3.1", - "eslint": "^8.56.0", - "@typescript-eslint/eslint-plugin": "^7.14.1", - "@typescript-eslint/parser": "^7.14.1", - "eslint-plugin-security": "^1.5.0" - }, - "peerDependencies": { - "tslib": ">= 1.0.0" - }, - "dependencies": { - "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/dynamicproto-js": "^2.0.3", - "@microsoft/applicationinsights-web": "3.4.1", - "@microsoft/applicationinsights-core-js": "3.4.1", - "@nevware21/ts-utils": ">= 0.14.0 < 2.x" - } + "name": "@microsoft/applicationinsights-example-shared-worker", + "author": "Microsoft Application Insights Team", + "version": "3.4.2", + "description": "Microsoft Application Insights Shared Worker Example", + "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", + "keywords": [ + "azure", + "cloud", + "script errors", + "microsoft", + "application insights", + "browser performance monitoring", + "web analytics", + "example" + ], + "module": "dist-es5/applicationinsights-example-shared-worker.js", + "types": "types/applicationinsights-example-shared-worker.d.ts", + "scripts": { + "clean": "git clean -xdf", + "build": "npm run build:esm && npm run build:browser", + "build:esm": "grunt example-shared-worker", + "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", + "rebuild": "npm run build", + "test": "", + "mintest": "", + "perftest": "", + "lint": "tslint -p tsconfig.json", + "ai-min": "", + "ai-restore": "" + }, + "repository": { + "type": "git", + "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/examples/shared-worker" + }, + "license": "MIT", + "sideEffects": false, + "devDependencies": { + "@microsoft/ai-test-framework": "0.0.1", + "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", + "@microsoft/applicationinsights-rollup-es5": "1.0.2", + "grunt": "^1.6.1", + "grunt-cli": "^1.5.0", + "@nevware21/grunt-ts-plugin": "^0.5.2", + "@nevware21/grunt-eslint-ts": "^0.5.2", + "globby": "^11.0.0", + "magic-string": "^0.25.7", + "pako": "^2.0.3", + "@rollup/plugin-commonjs": "^24.0.0", + "@rollup/plugin-node-resolve": "^15.0.1", + "@rollup/plugin-replace": "^5.0.2", + "rollup": "^3.20.0", + "rollup-plugin-cleanup": "^3.2.1", + "rollup-plugin-sourcemaps": "^0.6.3", + "typescript": "^4.9.3", + "tslib": "^2.0.0", + "qunit": "^2.11.2", + "sinon": "^7.3.1", + "eslint": "^8.56.0", + "@typescript-eslint/eslint-plugin": "^7.14.1", + "@typescript-eslint/parser": "^7.14.1", + "eslint-plugin-security": "^1.5.0" + }, + "peerDependencies": { + "tslib": ">= 1.0.0" + }, + "dependencies": { + "@microsoft/applicationinsights-shims": "3.0.1", + "@microsoft/dynamicproto-js": "^2.0.3", + "@microsoft/applicationinsights-web": "3.4.2", + "@microsoft/applicationinsights-core-js": "3.4.2", + "@nevware21/ts-utils": ">= 0.14.0 < 2.x" + } } diff --git a/examples/startSpan/package.json b/examples/startSpan/package.json index a0254d29e..3cd73090e 100644 --- a/examples/startSpan/package.json +++ b/examples/startSpan/package.json @@ -1,69 +1,69 @@ { - "name": "@microsoft/applicationinsights-example-startspan", - "author": "Microsoft Application Insights Team", - "version": "3.4.1", - "description": "Microsoft Application Insights startSpan Example", - "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", - "keywords": [ - "azure", - "cloud", - "script errors", - "microsoft", - "application insights", - "browser performance monitoring", - "web analytics", - "opentelemetry", - "tracing", - "spans", - "example" - ], - "scripts": { - "clean": "git clean -xdf", - "build": "npm run build:esm && npm run build:browser", - "build:esm": "grunt example-startspan", - "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", - "rebuild": "npm run build", - "test": "", - "mintest": "", - "perftest": "", - "lint": "tslint -p tsconfig.json", - "ai-min": "", - "ai-restore": "" - }, - "repository": { - "type": "git", - "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/examples/startSpan" - }, - "license": "MIT", - "sideEffects": false, - "devDependencies": { - "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", - "@microsoft/applicationinsights-rollup-es5": "1.0.2", - "grunt": "^1.6.1", - "grunt-cli": "^1.5.0", - "@rollup/plugin-commonjs": "^24.0.0", - "@rollup/plugin-node-resolve": "^15.0.1", - "@rollup/plugin-replace": "^5.0.2", - "rollup": "^3.20.0", - "rollup-plugin-cleanup": "^3.2.1", - "rollup-plugin-sourcemaps": "^0.6.3", - "typescript": "^4.9.3", - "eslint": "^8.56.0", - "@typescript-eslint/eslint-plugin": "^7.14.1", - "@typescript-eslint/parser": "^7.14.1", - "eslint-plugin-security": "^1.5.0", - "@nevware21/grunt-ts-plugin": "^0.5.2", - "@nevware21/grunt-eslint-ts": "^0.5.2", - "tslib": "^2.0.0" - }, - "peerDependencies": { - "tslib": ">= 1.0.0" - }, - "dependencies": { - "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/dynamicproto-js": "^2.0.3", - "@microsoft/applicationinsights-web": "3.4.1", - "@microsoft/applicationinsights-core-js": "3.4.1", - "@nevware21/ts-utils": ">= 0.14.0 < 2.x" - } + "name": "@microsoft/applicationinsights-example-startspan", + "author": "Microsoft Application Insights Team", + "version": "3.4.2", + "description": "Microsoft Application Insights startSpan Example", + "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", + "keywords": [ + "azure", + "cloud", + "script errors", + "microsoft", + "application insights", + "browser performance monitoring", + "web analytics", + "opentelemetry", + "tracing", + "spans", + "example" + ], + "scripts": { + "clean": "git clean -xdf", + "build": "npm run build:esm && npm run build:browser", + "build:esm": "grunt example-startspan", + "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", + "rebuild": "npm run build", + "test": "", + "mintest": "", + "perftest": "", + "lint": "tslint -p tsconfig.json", + "ai-min": "", + "ai-restore": "" + }, + "repository": { + "type": "git", + "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/examples/startSpan" + }, + "license": "MIT", + "sideEffects": false, + "devDependencies": { + "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", + "@microsoft/applicationinsights-rollup-es5": "1.0.2", + "grunt": "^1.6.1", + "grunt-cli": "^1.5.0", + "@rollup/plugin-commonjs": "^24.0.0", + "@rollup/plugin-node-resolve": "^15.0.1", + "@rollup/plugin-replace": "^5.0.2", + "rollup": "^3.20.0", + "rollup-plugin-cleanup": "^3.2.1", + "rollup-plugin-sourcemaps": "^0.6.3", + "typescript": "^4.9.3", + "eslint": "^8.56.0", + "@typescript-eslint/eslint-plugin": "^7.14.1", + "@typescript-eslint/parser": "^7.14.1", + "eslint-plugin-security": "^1.5.0", + "@nevware21/grunt-ts-plugin": "^0.5.2", + "@nevware21/grunt-eslint-ts": "^0.5.2", + "tslib": "^2.0.0" + }, + "peerDependencies": { + "tslib": ">= 1.0.0" + }, + "dependencies": { + "@microsoft/applicationinsights-shims": "3.0.1", + "@microsoft/dynamicproto-js": "^2.0.3", + "@microsoft/applicationinsights-web": "3.4.2", + "@microsoft/applicationinsights-core-js": "3.4.2", + "@nevware21/ts-utils": ">= 0.14.0 < 2.x" + } } diff --git a/extensions/applicationinsights-analytics-js/package.json b/extensions/applicationinsights-analytics-js/package.json index b1b987bdd..25a5d2da7 100644 --- a/extensions/applicationinsights-analytics-js/package.json +++ b/extensions/applicationinsights-analytics-js/package.json @@ -1,75 +1,75 @@ { - "name": "@microsoft/applicationinsights-analytics-js", - "version": "3.4.1", - "description": "Microsoft Application Insights JavaScript SDK - Web Analytics", - "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", - "author": "Microsoft Application Insights Team", - "main": "dist/es5/applicationinsights-analytics-js.js", - "module": "dist-es5/applicationinsights-analytics-js.js", - "types": "types/applicationinsights-analytics-js.d.ts", - "sideEffects": false, - "repository": { - "type": "git", - "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/extensions/applicationinsights-analytics-js" - }, - "scripts": { - "clean": "git clean -xdf", - "build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen", - "build:esm": "grunt ai", - "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", - "rebuild": "npm run build", - "test": "grunt aitests", - "mintest": "grunt ai-mintests", - "lint": "tslint -p tsconfig.json", - "dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"Microsoft Application Insights JavaScript SDK - Web Analytics\"", - "sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js", - "ai-min": "grunt ai-min", - "ai-restore": "grunt ai-restore", - "npm-pack": "npm pack", - "api-docs": "typedoc" - }, - "devDependencies": { - "@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.4.1", - "@microsoft/applicationinsights-channel-js": "3.4.1", - "@microsoft/applicationinsights-dependencies-js": "3.4.1", - "@microsoft/api-extractor": "^7.40.0", - "typescript": "^4.9.3", - "tslib": "^2.0.0", - "globby": "^11.0.0", - "magic-string": "^0.25.7", - "pako": "^2.0.3", - "@rollup/plugin-commonjs": "^24.0.0", - "@rollup/plugin-node-resolve": "^15.0.1", - "@rollup/plugin-replace": "^5.0.2", - "rollup": "^3.20.0", - "rollup-plugin-cleanup": "^3.2.1", - "rollup-plugin-sourcemaps": "^0.6.3", - "grunt": "^1.6.1", - "grunt-cli": "^1.5.0", - "@nevware21/grunt-ts-plugin": "^0.5.2", - "@nevware21/grunt-eslint-ts": "^0.5.2", - "qunit": "^2.11.2", - "typedoc": "^0.26.6", - "sinon": "^7.3.1", - "eslint": "^8.56.0", - "@typescript-eslint/eslint-plugin": "^7.14.1", - "@typescript-eslint/parser": "^7.14.1", - "eslint-plugin-security": "^1.5.0", - "grunt-contrib-connect": "^5.0.0", - "eventemitter2": "6.4.9", - "puppeteer": "^24.40.0" - }, - "peerDependencies": { - "tslib": ">= 1.0.0" - }, - "dependencies": { - "@microsoft/dynamicproto-js": "^2.0.3", - "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-core-js": "3.4.1", - "@nevware21/ts-utils": ">= 0.14.0 < 2.x" - }, - "license": "MIT" + "name": "@microsoft/applicationinsights-analytics-js", + "version": "3.4.2", + "description": "Microsoft Application Insights JavaScript SDK - Web Analytics", + "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", + "author": "Microsoft Application Insights Team", + "main": "dist/es5/applicationinsights-analytics-js.js", + "module": "dist-es5/applicationinsights-analytics-js.js", + "types": "types/applicationinsights-analytics-js.d.ts", + "sideEffects": false, + "repository": { + "type": "git", + "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/extensions/applicationinsights-analytics-js" + }, + "scripts": { + "clean": "git clean -xdf", + "build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen", + "build:esm": "grunt ai", + "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", + "rebuild": "npm run build", + "test": "grunt aitests", + "mintest": "grunt ai-mintests", + "lint": "tslint -p tsconfig.json", + "dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"Microsoft Application Insights JavaScript SDK - Web Analytics\"", + "sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js", + "ai-min": "grunt ai-min", + "ai-restore": "grunt ai-restore", + "npm-pack": "npm pack", + "api-docs": "typedoc" + }, + "devDependencies": { + "@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.4.2", + "@microsoft/applicationinsights-channel-js": "3.4.2", + "@microsoft/applicationinsights-dependencies-js": "3.4.2", + "@microsoft/api-extractor": "^7.40.0", + "typescript": "^4.9.3", + "tslib": "^2.0.0", + "globby": "^11.0.0", + "magic-string": "^0.25.7", + "pako": "^2.0.3", + "@rollup/plugin-commonjs": "^24.0.0", + "@rollup/plugin-node-resolve": "^15.0.1", + "@rollup/plugin-replace": "^5.0.2", + "rollup": "^3.20.0", + "rollup-plugin-cleanup": "^3.2.1", + "rollup-plugin-sourcemaps": "^0.6.3", + "grunt": "^1.6.1", + "grunt-cli": "^1.5.0", + "@nevware21/grunt-ts-plugin": "^0.5.2", + "@nevware21/grunt-eslint-ts": "^0.5.2", + "qunit": "^2.11.2", + "typedoc": "^0.26.6", + "sinon": "^7.3.1", + "eslint": "^8.56.0", + "@typescript-eslint/eslint-plugin": "^7.14.1", + "@typescript-eslint/parser": "^7.14.1", + "eslint-plugin-security": "^1.5.0", + "grunt-contrib-connect": "^5.0.0", + "eventemitter2": "6.4.9", + "puppeteer": "^24.40.0" + }, + "peerDependencies": { + "tslib": ">= 1.0.0" + }, + "dependencies": { + "@microsoft/dynamicproto-js": "^2.0.3", + "@microsoft/applicationinsights-shims": "3.0.1", + "@microsoft/applicationinsights-core-js": "3.4.2", + "@nevware21/ts-utils": ">= 0.14.0 < 2.x" + }, + "license": "MIT" } diff --git a/extensions/applicationinsights-cfgsync-js/package.json b/extensions/applicationinsights-cfgsync-js/package.json index 944ada895..ed6cdc96b 100644 --- a/extensions/applicationinsights-cfgsync-js/package.json +++ b/extensions/applicationinsights-cfgsync-js/package.json @@ -1,72 +1,72 @@ { - "name": "@microsoft/applicationinsights-cfgsync-js", - "version": "3.4.1", - "description": "Microsoft Application Insights CfgSync Plugin", - "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", - "author": "Microsoft Application Insights Team", - "main": "dist/es5/applicationinsights-cfgsync-js.js", - "module": "dist-es5/applicationinsights-cfgsync-js.js", - "types": "types/applicationinsights-cfgsync-js.d.ts", - "sideEffects": false, - "repository": { - "type": "git", - "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/extensions/applicationinsights-cfgsync-js" - }, - "scripts": { - "build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen", - "build:esm": "grunt cfgsync", - "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", - "rebuild": "npm run build", - "test": "grunt cfgsynctests", - "mintest": "grunt cfgsync-mintests", - "lint": "tslint -p tsconfig.json", - "dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"Microsoft Application Insights idsync plugin\"", - "sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js", - "ai-min": "grunt cfgsync-min", - "ai-restore": "grunt cfgsync-restore", - "npm-pack": "npm pack", - "api-docs": "typedoc" - }, - "devDependencies": { - "@microsoft/ai-test-framework": "0.0.1", - "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", - "@microsoft/applicationinsights-rollup-es5": "1.0.2", - "@microsoft/api-extractor": "^7.40.0", - "typescript": "^4.9.3", - "tslib": "^2.0.0", - "grunt": "^1.6.1", - "grunt-cli": "^1.5.0", - "@nevware21/grunt-ts-plugin": "^0.5.2", - "@nevware21/grunt-eslint-ts": "^0.5.2", - "globby": "^11.0.0", - "magic-string": "^0.25.7", - "pako": "^2.0.3", - "@rollup/plugin-commonjs": "^24.0.0", - "@rollup/plugin-node-resolve": "^15.0.1", - "@rollup/plugin-replace": "^5.0.2", - "rollup": "^3.20.0", - "rollup-plugin-cleanup": "^3.2.1", - "rollup-plugin-sourcemaps": "^0.6.3", - "typedoc": "^0.26.6", - "qunit": "^2.11.2", - "sinon": "^7.3.1", - "eslint": "^8.56.0", - "@typescript-eslint/eslint-plugin": "^7.14.1", - "@typescript-eslint/parser": "^7.14.1", - "eslint-plugin-security": "^1.5.0", - "grunt-contrib-connect": "^5.0.0", - "eventemitter2": "6.4.9", - "puppeteer": "^24.40.0" - }, - "peerDependencies": { - "tslib": ">= 1.0.0" - }, - "dependencies": { - "@microsoft/dynamicproto-js": "^2.0.3", - "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-core-js": "3.4.1", - "@nevware21/ts-utils": ">= 0.14.0 < 2.x", - "@nevware21/ts-async": ">= 0.5.5 < 0.6.0" - }, - "license": "MIT" + "name": "@microsoft/applicationinsights-cfgsync-js", + "version": "3.4.2", + "description": "Microsoft Application Insights CfgSync Plugin", + "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", + "author": "Microsoft Application Insights Team", + "main": "dist/es5/applicationinsights-cfgsync-js.js", + "module": "dist-es5/applicationinsights-cfgsync-js.js", + "types": "types/applicationinsights-cfgsync-js.d.ts", + "sideEffects": false, + "repository": { + "type": "git", + "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/extensions/applicationinsights-cfgsync-js" + }, + "scripts": { + "build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen", + "build:esm": "grunt cfgsync", + "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", + "rebuild": "npm run build", + "test": "grunt cfgsynctests", + "mintest": "grunt cfgsync-mintests", + "lint": "tslint -p tsconfig.json", + "dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"Microsoft Application Insights idsync plugin\"", + "sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js", + "ai-min": "grunt cfgsync-min", + "ai-restore": "grunt cfgsync-restore", + "npm-pack": "npm pack", + "api-docs": "typedoc" + }, + "devDependencies": { + "@microsoft/ai-test-framework": "0.0.1", + "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", + "@microsoft/applicationinsights-rollup-es5": "1.0.2", + "@microsoft/api-extractor": "^7.40.0", + "typescript": "^4.9.3", + "tslib": "^2.0.0", + "grunt": "^1.6.1", + "grunt-cli": "^1.5.0", + "@nevware21/grunt-ts-plugin": "^0.5.2", + "@nevware21/grunt-eslint-ts": "^0.5.2", + "globby": "^11.0.0", + "magic-string": "^0.25.7", + "pako": "^2.0.3", + "@rollup/plugin-commonjs": "^24.0.0", + "@rollup/plugin-node-resolve": "^15.0.1", + "@rollup/plugin-replace": "^5.0.2", + "rollup": "^3.20.0", + "rollup-plugin-cleanup": "^3.2.1", + "rollup-plugin-sourcemaps": "^0.6.3", + "typedoc": "^0.26.6", + "qunit": "^2.11.2", + "sinon": "^7.3.1", + "eslint": "^8.56.0", + "@typescript-eslint/eslint-plugin": "^7.14.1", + "@typescript-eslint/parser": "^7.14.1", + "eslint-plugin-security": "^1.5.0", + "grunt-contrib-connect": "^5.0.0", + "eventemitter2": "6.4.9", + "puppeteer": "^24.40.0" + }, + "peerDependencies": { + "tslib": ">= 1.0.0" + }, + "dependencies": { + "@microsoft/dynamicproto-js": "^2.0.3", + "@microsoft/applicationinsights-shims": "3.0.1", + "@microsoft/applicationinsights-core-js": "3.4.2", + "@nevware21/ts-utils": ">= 0.14.0 < 2.x", + "@nevware21/ts-async": ">= 0.5.5 < 0.6.0" + }, + "license": "MIT" } diff --git a/extensions/applicationinsights-clickanalytics-js/package.json b/extensions/applicationinsights-clickanalytics-js/package.json index f294ca5a5..75b774f73 100644 --- a/extensions/applicationinsights-clickanalytics-js/package.json +++ b/extensions/applicationinsights-clickanalytics-js/package.json @@ -1,70 +1,70 @@ { - "name": "@microsoft/applicationinsights-clickanalytics-js", - "version": "3.4.1", - "description": "Microsoft Application Insights Click Analytics extension", - "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", - "author": "Microsoft Application Insights Team", - "main": "dist/es5/applicationinsights-clickanalytics-js.js", - "module": "dist-es5/applicationinsights-clickanalytics-js.js", - "types": "types/applicationinsights-clickanalytics-js.d.ts", - "sideEffects": false, - "scripts": { - "clean": "git clean -xdf", - "build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen", - "build:esm": "grunt clickanalytics", - "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", - "rebuild": "npm run build", - "test": "grunt clickanalyticstests", - "mintest": "grunt clickanalytics-mintests", - "lint": "tslint -p tsconfig.json", - "dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js 'Microsoft.ApplicationInsights'", - "sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js", - "ai-min": "grunt clickanalytics-min", - "ai-restore": "grunt clickanalytics-restore", - "npm-pack": "npm pack", - "api-docs": "typedoc" - }, - "devDependencies": { - "@microsoft/ai-test-framework": "0.0.1", - "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", - "@microsoft/applicationinsights-rollup-es5": "1.0.2", - "@microsoft/api-extractor": "^7.40.0", - "typescript": "^4.9.3", - "tslib": "^2.0.0", - "globby": "^11.0.0", - "magic-string": "^0.25.7", - "@rollup/plugin-commonjs": "^24.0.0", - "@rollup/plugin-node-resolve": "^15.0.1", - "@rollup/plugin-replace": "^5.0.2", - "rollup": "^3.20.0", - "rollup-plugin-cleanup": "^3.2.1", - "rollup-plugin-sourcemaps": "^0.6.3", - "typedoc": "^0.26.6", - "grunt": "^1.6.1", - "grunt-cli": "^1.5.0", - "@nevware21/grunt-ts-plugin": "^0.5.2", - "@nevware21/grunt-eslint-ts": "^0.5.2", - "eslint": "^8.56.0", - "@typescript-eslint/eslint-plugin": "^7.14.1", - "@typescript-eslint/parser": "^7.14.1", - "eslint-plugin-security": "^1.5.0", - "grunt-contrib-connect": "^5.0.0", - "eventemitter2": "6.4.9", - "puppeteer": "^24.40.0" - }, - "peerDependencies": { - "tslib": ">= 1.0.0" - }, - "dependencies": { - "@microsoft/dynamicproto-js": "^2.0.3", - "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-core-js": "3.4.1", - "@microsoft/applicationinsights-properties-js": "3.4.1", - "@nevware21/ts-utils": ">= 0.14.0 < 2.x" - }, - "repository": { - "type": "git", - "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/extensions/applicationinsights-clickanalytics-js" - }, - "license": "MIT" + "name": "@microsoft/applicationinsights-clickanalytics-js", + "version": "3.4.2", + "description": "Microsoft Application Insights Click Analytics extension", + "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", + "author": "Microsoft Application Insights Team", + "main": "dist/es5/applicationinsights-clickanalytics-js.js", + "module": "dist-es5/applicationinsights-clickanalytics-js.js", + "types": "types/applicationinsights-clickanalytics-js.d.ts", + "sideEffects": false, + "scripts": { + "clean": "git clean -xdf", + "build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen", + "build:esm": "grunt clickanalytics", + "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", + "rebuild": "npm run build", + "test": "grunt clickanalyticstests", + "mintest": "grunt clickanalytics-mintests", + "lint": "tslint -p tsconfig.json", + "dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js 'Microsoft.ApplicationInsights'", + "sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js", + "ai-min": "grunt clickanalytics-min", + "ai-restore": "grunt clickanalytics-restore", + "npm-pack": "npm pack", + "api-docs": "typedoc" + }, + "devDependencies": { + "@microsoft/ai-test-framework": "0.0.1", + "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", + "@microsoft/applicationinsights-rollup-es5": "1.0.2", + "@microsoft/api-extractor": "^7.40.0", + "typescript": "^4.9.3", + "tslib": "^2.0.0", + "globby": "^11.0.0", + "magic-string": "^0.25.7", + "@rollup/plugin-commonjs": "^24.0.0", + "@rollup/plugin-node-resolve": "^15.0.1", + "@rollup/plugin-replace": "^5.0.2", + "rollup": "^3.20.0", + "rollup-plugin-cleanup": "^3.2.1", + "rollup-plugin-sourcemaps": "^0.6.3", + "typedoc": "^0.26.6", + "grunt": "^1.6.1", + "grunt-cli": "^1.5.0", + "@nevware21/grunt-ts-plugin": "^0.5.2", + "@nevware21/grunt-eslint-ts": "^0.5.2", + "eslint": "^8.56.0", + "@typescript-eslint/eslint-plugin": "^7.14.1", + "@typescript-eslint/parser": "^7.14.1", + "eslint-plugin-security": "^1.5.0", + "grunt-contrib-connect": "^5.0.0", + "eventemitter2": "6.4.9", + "puppeteer": "^24.40.0" + }, + "peerDependencies": { + "tslib": ">= 1.0.0" + }, + "dependencies": { + "@microsoft/dynamicproto-js": "^2.0.3", + "@microsoft/applicationinsights-shims": "3.0.1", + "@microsoft/applicationinsights-core-js": "3.4.2", + "@microsoft/applicationinsights-properties-js": "3.4.2", + "@nevware21/ts-utils": ">= 0.14.0 < 2.x" + }, + "repository": { + "type": "git", + "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/extensions/applicationinsights-clickanalytics-js" + }, + "license": "MIT" } diff --git a/extensions/applicationinsights-debugplugin-js/package.json b/extensions/applicationinsights-debugplugin-js/package.json index 339938096..7161827c3 100644 --- a/extensions/applicationinsights-debugplugin-js/package.json +++ b/extensions/applicationinsights-debugplugin-js/package.json @@ -1,64 +1,64 @@ { - "name": "@microsoft/applicationinsights-debugplugin-js", - "version": "3.4.1", - "description": "Microsoft Application Insights JavaScript SDK - Debug Plugin extension", - "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", - "author": "Microsoft Application Insights Team", - "main": "dist/es5/applicationinsights-debugplugin-js.js", - "module": "dist-es5/applicationinsights-debugplugin-js.js", - "types": "types/applicationinsights-debugplugin-js.d.ts", - "sideEffects": false, - "repository": { - "type": "git", - "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/extensions/applicationinsights-debugplugin-js" - }, - "scripts": { - "clean": "git clean -xdf", - "build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen", - "build:esm": "grunt debugplugin", - "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", - "rebuild": "npm run build", - "test": "", - "lint": "tslint -p tsconfig.json", - "dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js 'Microsoft.ApplicationInsights'", - "sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js", - "ai-min": "grunt debugplugin-min", - "ai-restore": "grunt debugplugin-restore", - "npm-pack": "npm pack", - "api-docs": "typedoc" - }, - "devDependencies": { - "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", - "@microsoft/applicationinsights-rollup-es5": "1.0.2", - "@microsoft/api-extractor": "^7.40.0", - "typescript": "^4.9.3", - "tslib": "^2.0.0", - "grunt": "^1.6.1", - "grunt-cli": "^1.5.0", - "@nevware21/grunt-ts-plugin": "^0.5.2", - "@nevware21/grunt-eslint-ts": "^0.5.2", - "globby": "^11.0.0", - "magic-string": "^0.25.7", - "@rollup/plugin-commonjs": "^24.0.0", - "@rollup/plugin-node-resolve": "^15.0.1", - "@rollup/plugin-replace": "^5.0.2", - "rollup": "^3.20.0", - "rollup-plugin-cleanup": "^3.2.1", - "rollup-plugin-sourcemaps": "^0.6.3", - "typedoc": "^0.26.6", - "eslint": "^8.56.0", - "@typescript-eslint/eslint-plugin": "^7.14.1", - "@typescript-eslint/parser": "^7.14.1", - "eslint-plugin-security": "^1.5.0" - }, - "peerDependencies": { - "tslib": ">= 1.0.0" - }, - "dependencies": { - "@microsoft/dynamicproto-js": "^2.0.3", - "@microsoft/applicationinsights-core-js": "3.4.1", - "@microsoft/applicationinsights-shims": "3.0.1", - "@nevware21/ts-utils": ">= 0.14.0 < 2.x" - }, - "license": "MIT" + "name": "@microsoft/applicationinsights-debugplugin-js", + "version": "3.4.2", + "description": "Microsoft Application Insights JavaScript SDK - Debug Plugin extension", + "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", + "author": "Microsoft Application Insights Team", + "main": "dist/es5/applicationinsights-debugplugin-js.js", + "module": "dist-es5/applicationinsights-debugplugin-js.js", + "types": "types/applicationinsights-debugplugin-js.d.ts", + "sideEffects": false, + "repository": { + "type": "git", + "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/extensions/applicationinsights-debugplugin-js" + }, + "scripts": { + "clean": "git clean -xdf", + "build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen", + "build:esm": "grunt debugplugin", + "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", + "rebuild": "npm run build", + "test": "", + "lint": "tslint -p tsconfig.json", + "dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js 'Microsoft.ApplicationInsights'", + "sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js", + "ai-min": "grunt debugplugin-min", + "ai-restore": "grunt debugplugin-restore", + "npm-pack": "npm pack", + "api-docs": "typedoc" + }, + "devDependencies": { + "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", + "@microsoft/applicationinsights-rollup-es5": "1.0.2", + "@microsoft/api-extractor": "^7.40.0", + "typescript": "^4.9.3", + "tslib": "^2.0.0", + "grunt": "^1.6.1", + "grunt-cli": "^1.5.0", + "@nevware21/grunt-ts-plugin": "^0.5.2", + "@nevware21/grunt-eslint-ts": "^0.5.2", + "globby": "^11.0.0", + "magic-string": "^0.25.7", + "@rollup/plugin-commonjs": "^24.0.0", + "@rollup/plugin-node-resolve": "^15.0.1", + "@rollup/plugin-replace": "^5.0.2", + "rollup": "^3.20.0", + "rollup-plugin-cleanup": "^3.2.1", + "rollup-plugin-sourcemaps": "^0.6.3", + "typedoc": "^0.26.6", + "eslint": "^8.56.0", + "@typescript-eslint/eslint-plugin": "^7.14.1", + "@typescript-eslint/parser": "^7.14.1", + "eslint-plugin-security": "^1.5.0" + }, + "peerDependencies": { + "tslib": ">= 1.0.0" + }, + "dependencies": { + "@microsoft/dynamicproto-js": "^2.0.3", + "@microsoft/applicationinsights-core-js": "3.4.2", + "@microsoft/applicationinsights-shims": "3.0.1", + "@nevware21/ts-utils": ">= 0.14.0 < 2.x" + }, + "license": "MIT" } diff --git a/extensions/applicationinsights-dependencies-js/package.json b/extensions/applicationinsights-dependencies-js/package.json index 4bddda1f8..27dda87ad 100644 --- a/extensions/applicationinsights-dependencies-js/package.json +++ b/extensions/applicationinsights-dependencies-js/package.json @@ -1,72 +1,72 @@ { - "name": "@microsoft/applicationinsights-dependencies-js", - "version": "3.4.1", - "description": "Microsoft Application Insights XHR dependencies plugin", - "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", - "author": "Microsoft Application Insights Team", - "main": "dist/es5/applicationinsights-dependencies-js.js", - "module": "dist-es5/applicationinsights-dependencies-js.js", - "types": "types/applicationinsights-dependencies-js.d.ts", - "sideEffects": false, - "repository": { - "type": "git", - "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/extensions/applicationinsights-dependencies-js" - }, - "scripts": { - "clean": "git clean -xdf", - "build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen", - "build:esm": "grunt deps", - "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", - "rebuild": "npm run build", - "test": "grunt depstest", - "mintest": "grunt deps-mintest", - "lint": "tslint -p tsconfig.json", - "dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"Microsoft Application Insights XHR dependencies plugin\"", - "sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js", - "ai-min": "grunt deps-min", - "ai-restore": "grunt deps-restore", - "npm-pack": "npm pack", - "api-docs": "typedoc" - }, - "devDependencies": { - "@microsoft/ai-test-framework": "0.0.1", - "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", - "@microsoft/applicationinsights-rollup-es5": "1.0.2", - "@microsoft/api-extractor": "^7.40.0", - "typescript": "^4.9.3", - "tslib": "^2.0.0", - "grunt": "^1.6.1", - "grunt-cli": "^1.5.0", - "@nevware21/grunt-ts-plugin": "^0.5.2", - "@nevware21/grunt-eslint-ts": "^0.5.2", - "globby": "^11.0.0", - "magic-string": "^0.25.7", - "@rollup/plugin-commonjs": "^24.0.0", - "@rollup/plugin-node-resolve": "^15.0.1", - "@rollup/plugin-replace": "^5.0.2", - "rollup": "^3.20.0", - "rollup-plugin-cleanup": "^3.2.1", - "rollup-plugin-sourcemaps": "^0.6.3", - "typedoc": "^0.26.6", - "qunit": "^2.11.2", - "sinon": "^7.3.1", - "eslint": "^8.56.0", - "@typescript-eslint/eslint-plugin": "^7.14.1", - "@typescript-eslint/parser": "^7.14.1", - "eslint-plugin-security": "^1.5.0", - "grunt-contrib-connect": "^5.0.0", - "eventemitter2": "6.4.9", - "puppeteer": "^24.40.0" - }, - "peerDependencies": { - "tslib": ">= 1.0.0" - }, - "dependencies": { - "@microsoft/dynamicproto-js": "^2.0.3", - "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-core-js": "3.4.1", - "@nevware21/ts-utils": ">= 0.14.0 < 2.x", - "@nevware21/ts-async": ">= 0.5.5 < 0.6.0" - }, - "license": "MIT" + "name": "@microsoft/applicationinsights-dependencies-js", + "version": "3.4.2", + "description": "Microsoft Application Insights XHR dependencies plugin", + "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", + "author": "Microsoft Application Insights Team", + "main": "dist/es5/applicationinsights-dependencies-js.js", + "module": "dist-es5/applicationinsights-dependencies-js.js", + "types": "types/applicationinsights-dependencies-js.d.ts", + "sideEffects": false, + "repository": { + "type": "git", + "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/extensions/applicationinsights-dependencies-js" + }, + "scripts": { + "clean": "git clean -xdf", + "build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen", + "build:esm": "grunt deps", + "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", + "rebuild": "npm run build", + "test": "grunt depstest", + "mintest": "grunt deps-mintest", + "lint": "tslint -p tsconfig.json", + "dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"Microsoft Application Insights XHR dependencies plugin\"", + "sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js", + "ai-min": "grunt deps-min", + "ai-restore": "grunt deps-restore", + "npm-pack": "npm pack", + "api-docs": "typedoc" + }, + "devDependencies": { + "@microsoft/ai-test-framework": "0.0.1", + "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", + "@microsoft/applicationinsights-rollup-es5": "1.0.2", + "@microsoft/api-extractor": "^7.40.0", + "typescript": "^4.9.3", + "tslib": "^2.0.0", + "grunt": "^1.6.1", + "grunt-cli": "^1.5.0", + "@nevware21/grunt-ts-plugin": "^0.5.2", + "@nevware21/grunt-eslint-ts": "^0.5.2", + "globby": "^11.0.0", + "magic-string": "^0.25.7", + "@rollup/plugin-commonjs": "^24.0.0", + "@rollup/plugin-node-resolve": "^15.0.1", + "@rollup/plugin-replace": "^5.0.2", + "rollup": "^3.20.0", + "rollup-plugin-cleanup": "^3.2.1", + "rollup-plugin-sourcemaps": "^0.6.3", + "typedoc": "^0.26.6", + "qunit": "^2.11.2", + "sinon": "^7.3.1", + "eslint": "^8.56.0", + "@typescript-eslint/eslint-plugin": "^7.14.1", + "@typescript-eslint/parser": "^7.14.1", + "eslint-plugin-security": "^1.5.0", + "grunt-contrib-connect": "^5.0.0", + "eventemitter2": "6.4.9", + "puppeteer": "^24.40.0" + }, + "peerDependencies": { + "tslib": ">= 1.0.0" + }, + "dependencies": { + "@microsoft/dynamicproto-js": "^2.0.3", + "@microsoft/applicationinsights-shims": "3.0.1", + "@microsoft/applicationinsights-core-js": "3.4.2", + "@nevware21/ts-utils": ">= 0.14.0 < 2.x", + "@nevware21/ts-async": ">= 0.5.5 < 0.6.0" + }, + "license": "MIT" } diff --git a/extensions/applicationinsights-osplugin-js/package.json b/extensions/applicationinsights-osplugin-js/package.json index fe3d2359e..e99557361 100644 --- a/extensions/applicationinsights-osplugin-js/package.json +++ b/extensions/applicationinsights-osplugin-js/package.json @@ -1,68 +1,68 @@ { - "name": "@microsoft/applicationinsights-osplugin-js", - "version": "3.4.1", - "description": "Microsoft Application Insights OS Plugin", - "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", - "author": "Microsoft Application Insights Team", - "main": "dist/es5/applicationinsights-osplugin-js.js", - "module": "dist-es5/applicationinsights-osplugin-js.js", - "types": "types/applicationinsights-osplugin-js.d.ts", - "sideEffects": false, - "repository": { - "type": "git", - "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/extensions/applicationinsights-osplugin-js" - }, - "scripts": { - "clean": "git clean -xdf", - "build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen", - "build:esm": "grunt osplugin", - "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", - "rebuild": "npm run build", - "test": "grunt osplugintests", - "mintest": "grunt osplugin-mintests", - "lint": "tslint -p tsconfig.json", - "dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"Microsoft Application Insights osplugin plugin\"", - "sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js", - "ai-min": "grunt osplugin-min", - "ai-restore": "grunt osplugin-restore", - "npm-pack": "npm pack", - "api-docs": "typedoc" - }, - "dependencies": { - "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/dynamicproto-js": "^2.0.3", - "@microsoft/applicationinsights-core-js": "3.4.1", - "@nevware21/ts-utils": ">= 0.14.0 < 2.x", - "@nevware21/ts-async": ">= 0.5.5 < 0.6.0" - }, - "devDependencies": { - "@microsoft/ai-test-framework": "0.0.1", - "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", - "@microsoft/applicationinsights-rollup-es5": "1.0.2", - "@microsoft/api-extractor": "^7.40.0", - "@types/sinon": "4.3.3", - "grunt": "^1.6.1", - "sinon": "^7.3.1", - "globby": "^11.0.0", - "@rollup/plugin-commonjs": "^24.0.0", - "@rollup/plugin-node-resolve": "^15.0.1", - "@rollup/plugin-replace": "^5.0.2", - "rollup": "^3.20.0", - "rollup-plugin-cleanup": "^3.2.1", - "rollup-plugin-sourcemaps": "^0.6.3", - "typescript": "^4.9.3", - "typedoc": "^0.26.6", - "eslint": "^8.56.0", - "@typescript-eslint/eslint-plugin": "^7.14.1", - "@typescript-eslint/parser": "^7.14.1", - "eslint-plugin-security": "^1.5.0", - "grunt-cli": "^1.5.0", - "@nevware21/grunt-ts-plugin": "^0.5.2", - "@nevware21/grunt-eslint-ts": "^0.5.2", - "grunt-contrib-connect": "^5.0.0", - "eventemitter2": "6.4.9", - "puppeteer": "^24.40.0", - "tslib": "^2.0.0" - }, - "license": "MIT" + "name": "@microsoft/applicationinsights-osplugin-js", + "version": "3.4.2", + "description": "Microsoft Application Insights OS Plugin", + "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", + "author": "Microsoft Application Insights Team", + "main": "dist/es5/applicationinsights-osplugin-js.js", + "module": "dist-es5/applicationinsights-osplugin-js.js", + "types": "types/applicationinsights-osplugin-js.d.ts", + "sideEffects": false, + "repository": { + "type": "git", + "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/extensions/applicationinsights-osplugin-js" + }, + "scripts": { + "clean": "git clean -xdf", + "build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen", + "build:esm": "grunt osplugin", + "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", + "rebuild": "npm run build", + "test": "grunt osplugintests", + "mintest": "grunt osplugin-mintests", + "lint": "tslint -p tsconfig.json", + "dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"Microsoft Application Insights osplugin plugin\"", + "sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js", + "ai-min": "grunt osplugin-min", + "ai-restore": "grunt osplugin-restore", + "npm-pack": "npm pack", + "api-docs": "typedoc" + }, + "dependencies": { + "@microsoft/applicationinsights-shims": "3.0.1", + "@microsoft/dynamicproto-js": "^2.0.3", + "@microsoft/applicationinsights-core-js": "3.4.2", + "@nevware21/ts-utils": ">= 0.14.0 < 2.x", + "@nevware21/ts-async": ">= 0.5.5 < 0.6.0" + }, + "devDependencies": { + "@microsoft/ai-test-framework": "0.0.1", + "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", + "@microsoft/applicationinsights-rollup-es5": "1.0.2", + "@microsoft/api-extractor": "^7.40.0", + "@types/sinon": "4.3.3", + "grunt": "^1.6.1", + "sinon": "^7.3.1", + "globby": "^11.0.0", + "@rollup/plugin-commonjs": "^24.0.0", + "@rollup/plugin-node-resolve": "^15.0.1", + "@rollup/plugin-replace": "^5.0.2", + "rollup": "^3.20.0", + "rollup-plugin-cleanup": "^3.2.1", + "rollup-plugin-sourcemaps": "^0.6.3", + "typescript": "^4.9.3", + "typedoc": "^0.26.6", + "eslint": "^8.56.0", + "@typescript-eslint/eslint-plugin": "^7.14.1", + "@typescript-eslint/parser": "^7.14.1", + "eslint-plugin-security": "^1.5.0", + "grunt-cli": "^1.5.0", + "@nevware21/grunt-ts-plugin": "^0.5.2", + "@nevware21/grunt-eslint-ts": "^0.5.2", + "grunt-contrib-connect": "^5.0.0", + "eventemitter2": "6.4.9", + "puppeteer": "^24.40.0", + "tslib": "^2.0.0" + }, + "license": "MIT" } diff --git a/extensions/applicationinsights-perfmarkmeasure-js/package.json b/extensions/applicationinsights-perfmarkmeasure-js/package.json index f850e34f3..a313ce3e5 100644 --- a/extensions/applicationinsights-perfmarkmeasure-js/package.json +++ b/extensions/applicationinsights-perfmarkmeasure-js/package.json @@ -1,70 +1,70 @@ { - "name": "@microsoft/applicationinsights-perfmarkmeasure-js", - "version": "3.4.1", - "description": "Microsoft Application Insights Performance Mark and Measure Manager plugin", - "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", - "author": "Microsoft Application Insights Team", - "main": "dist/es5/applicationinsights-perfmarkmeasure-js.js", - "module": "dist-es5/applicationinsights-perfmarkmeasure-js.js", - "types": "types/applicationinsights-perfmarkmeasure-js.d.ts", - "sideEffects": false, - "repository": { - "type": "git", - "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/extensions/applicationinsights-perfmarkmeasure-js" - }, - "scripts": { - "clean": "git clean -xdf", - "build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen", - "build:esm": "grunt perfmarkmeasure", - "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", - "rebuild": "npm run build", - "test": "grunt perfmarkmeasuretests", - "mintest": "grunt perfmarkmeasure-mintests", - "lint": "tslint -p tsconfig.json", - "dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"Microsoft Application Insights Performance Mark and Measure Manager plugin\"", - "sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js", - "ai-min": "grunt perfmarkmeasure-min", - "ai-restore": "grunt perfmarkmeasure-restore", - "npm-pack": "npm pack", - "api-docs": "typedoc" - }, - "devDependencies": { - "@microsoft/ai-test-framework": "0.0.1", - "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", - "@microsoft/applicationinsights-rollup-es5": "1.0.2", - "@microsoft/api-extractor": "^7.40.0", - "typescript": "^4.9.3", - "tslib": "^2.0.0", - "grunt": "^1.6.1", - "grunt-cli": "^1.5.0", - "@nevware21/grunt-ts-plugin": "^0.5.2", - "@nevware21/grunt-eslint-ts": "^0.5.2", - "globby": "^11.0.0", - "magic-string": "^0.25.7", - "pako": "^2.0.3", - "typedoc": "^0.26.6", - "@rollup/plugin-commonjs": "^24.0.0", - "@rollup/plugin-node-resolve": "^15.0.1", - "@rollup/plugin-replace": "^5.0.2", - "rollup": "^3.20.0", - "rollup-plugin-cleanup": "^3.2.1", - "rollup-plugin-sourcemaps": "^0.6.3", - "eslint": "^8.56.0", - "@typescript-eslint/eslint-plugin": "^7.14.1", - "@typescript-eslint/parser": "^7.14.1", - "eslint-plugin-security": "^1.5.0", - "grunt-contrib-connect": "^5.0.0", - "eventemitter2": "6.4.9", - "puppeteer": "^24.40.0" - }, - "peerDependencies": { - "tslib": ">= 1.0.0" - }, - "dependencies": { - "@microsoft/dynamicproto-js": "^2.0.3", - "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-core-js": "3.4.1", - "@nevware21/ts-utils": ">= 0.14.0 < 2.x" - }, - "license": "MIT" + "name": "@microsoft/applicationinsights-perfmarkmeasure-js", + "version": "3.4.2", + "description": "Microsoft Application Insights Performance Mark and Measure Manager plugin", + "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", + "author": "Microsoft Application Insights Team", + "main": "dist/es5/applicationinsights-perfmarkmeasure-js.js", + "module": "dist-es5/applicationinsights-perfmarkmeasure-js.js", + "types": "types/applicationinsights-perfmarkmeasure-js.d.ts", + "sideEffects": false, + "repository": { + "type": "git", + "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/extensions/applicationinsights-perfmarkmeasure-js" + }, + "scripts": { + "clean": "git clean -xdf", + "build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen", + "build:esm": "grunt perfmarkmeasure", + "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", + "rebuild": "npm run build", + "test": "grunt perfmarkmeasuretests", + "mintest": "grunt perfmarkmeasure-mintests", + "lint": "tslint -p tsconfig.json", + "dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"Microsoft Application Insights Performance Mark and Measure Manager plugin\"", + "sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js", + "ai-min": "grunt perfmarkmeasure-min", + "ai-restore": "grunt perfmarkmeasure-restore", + "npm-pack": "npm pack", + "api-docs": "typedoc" + }, + "devDependencies": { + "@microsoft/ai-test-framework": "0.0.1", + "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", + "@microsoft/applicationinsights-rollup-es5": "1.0.2", + "@microsoft/api-extractor": "^7.40.0", + "typescript": "^4.9.3", + "tslib": "^2.0.0", + "grunt": "^1.6.1", + "grunt-cli": "^1.5.0", + "@nevware21/grunt-ts-plugin": "^0.5.2", + "@nevware21/grunt-eslint-ts": "^0.5.2", + "globby": "^11.0.0", + "magic-string": "^0.25.7", + "pako": "^2.0.3", + "typedoc": "^0.26.6", + "@rollup/plugin-commonjs": "^24.0.0", + "@rollup/plugin-node-resolve": "^15.0.1", + "@rollup/plugin-replace": "^5.0.2", + "rollup": "^3.20.0", + "rollup-plugin-cleanup": "^3.2.1", + "rollup-plugin-sourcemaps": "^0.6.3", + "eslint": "^8.56.0", + "@typescript-eslint/eslint-plugin": "^7.14.1", + "@typescript-eslint/parser": "^7.14.1", + "eslint-plugin-security": "^1.5.0", + "grunt-contrib-connect": "^5.0.0", + "eventemitter2": "6.4.9", + "puppeteer": "^24.40.0" + }, + "peerDependencies": { + "tslib": ">= 1.0.0" + }, + "dependencies": { + "@microsoft/dynamicproto-js": "^2.0.3", + "@microsoft/applicationinsights-shims": "3.0.1", + "@microsoft/applicationinsights-core-js": "3.4.2", + "@nevware21/ts-utils": ">= 0.14.0 < 2.x" + }, + "license": "MIT" } 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 c51b0cf97..68a3aec50 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.4.1"; + private readonly currentVer = "3.4.2"; 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 d9d1fd1ce..adff375bc 100644 --- a/extensions/applicationinsights-properties-js/package.json +++ b/extensions/applicationinsights-properties-js/package.json @@ -1,73 +1,73 @@ { - "name": "@microsoft/applicationinsights-properties-js", - "version": "3.4.1", - "description": "Microsoft Application Insights properties (Part A) plugin", - "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", - "author": "Microsoft Application Insights Team", - "main": "dist/es5/applicationinsights-properties-js.js", - "module": "dist-es5/applicationinsights-properties-js.js", - "types": "types/applicationinsights-properties-js.d.ts", - "sideEffects": false, - "repository": { - "type": "git", - "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/extensions/applicationinsights-properties-js" - }, - "scripts": { - "clean": "git clean -xdf", - "build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen", - "build:esm": "grunt properties", - "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", - "rebuild": "npm run build", - "test": "grunt propertiestests", - "mintest": "grunt properties-mintests", - "lint": "tslint -p tsconfig.json", - "dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"Microsoft Application Insights properties plugin\"", - "sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js", - "ai-min": "grunt properties-min", - "ai-restore": "grunt properties-restore", - "npm-pack": "npm pack", - "api-docs": "typedoc" - }, - "devDependencies": { - "@microsoft/ai-test-framework": "0.0.1", - "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", - "@microsoft/applicationinsights-rollup-es5": "1.0.2", - "@microsoft/api-extractor": "^7.40.0", - "typescript": "^4.9.3", - "tslib": "^2.0.0", - "grunt": "^1.6.1", - "grunt-cli": "^1.5.0", - "@nevware21/grunt-ts-plugin": "^0.5.2", - "@nevware21/grunt-eslint-ts": "^0.5.2", - "globby": "^11.0.0", - "magic-string": "^0.25.7", - "pako": "^2.0.3", - "@rollup/plugin-commonjs": "^24.0.0", - "@rollup/plugin-node-resolve": "^15.0.1", - "@rollup/plugin-replace": "^5.0.2", - "rollup": "^3.20.0", - "rollup-plugin-cleanup": "^3.2.1", - "rollup-plugin-sourcemaps": "^0.6.3", - "typedoc": "^0.26.6", - "qunit": "^2.11.2", - "sinon": "^7.3.1", - "eslint": "^8.56.0", - "@typescript-eslint/eslint-plugin": "^7.14.1", - "@typescript-eslint/parser": "^7.14.1", - "eslint-plugin-security": "^1.5.0", - "grunt-contrib-connect": "^5.0.0", - "eventemitter2": "6.4.9", - "puppeteer": "^24.40.0", - "@nevware21/ts-async": ">= 0.5.5 < 0.6.0" - }, - "peerDependencies": { - "tslib": ">= 1.0.0" - }, - "dependencies": { - "@microsoft/dynamicproto-js": "^2.0.3", - "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-core-js": "3.4.1", - "@nevware21/ts-utils": ">= 0.14.0 < 2.x" - }, - "license": "MIT" + "name": "@microsoft/applicationinsights-properties-js", + "version": "3.4.2", + "description": "Microsoft Application Insights properties (Part A) plugin", + "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", + "author": "Microsoft Application Insights Team", + "main": "dist/es5/applicationinsights-properties-js.js", + "module": "dist-es5/applicationinsights-properties-js.js", + "types": "types/applicationinsights-properties-js.d.ts", + "sideEffects": false, + "repository": { + "type": "git", + "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/extensions/applicationinsights-properties-js" + }, + "scripts": { + "clean": "git clean -xdf", + "build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen", + "build:esm": "grunt properties", + "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", + "rebuild": "npm run build", + "test": "grunt propertiestests", + "mintest": "grunt properties-mintests", + "lint": "tslint -p tsconfig.json", + "dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"Microsoft Application Insights properties plugin\"", + "sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js", + "ai-min": "grunt properties-min", + "ai-restore": "grunt properties-restore", + "npm-pack": "npm pack", + "api-docs": "typedoc" + }, + "devDependencies": { + "@microsoft/ai-test-framework": "0.0.1", + "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", + "@microsoft/applicationinsights-rollup-es5": "1.0.2", + "@microsoft/api-extractor": "^7.40.0", + "typescript": "^4.9.3", + "tslib": "^2.0.0", + "grunt": "^1.6.1", + "grunt-cli": "^1.5.0", + "@nevware21/grunt-ts-plugin": "^0.5.2", + "@nevware21/grunt-eslint-ts": "^0.5.2", + "globby": "^11.0.0", + "magic-string": "^0.25.7", + "pako": "^2.0.3", + "@rollup/plugin-commonjs": "^24.0.0", + "@rollup/plugin-node-resolve": "^15.0.1", + "@rollup/plugin-replace": "^5.0.2", + "rollup": "^3.20.0", + "rollup-plugin-cleanup": "^3.2.1", + "rollup-plugin-sourcemaps": "^0.6.3", + "typedoc": "^0.26.6", + "qunit": "^2.11.2", + "sinon": "^7.3.1", + "eslint": "^8.56.0", + "@typescript-eslint/eslint-plugin": "^7.14.1", + "@typescript-eslint/parser": "^7.14.1", + "eslint-plugin-security": "^1.5.0", + "grunt-contrib-connect": "^5.0.0", + "eventemitter2": "6.4.9", + "puppeteer": "^24.40.0", + "@nevware21/ts-async": ">= 0.5.5 < 0.6.0" + }, + "peerDependencies": { + "tslib": ">= 1.0.0" + }, + "dependencies": { + "@microsoft/dynamicproto-js": "^2.0.3", + "@microsoft/applicationinsights-shims": "3.0.1", + "@microsoft/applicationinsights-core-js": "3.4.2", + "@nevware21/ts-utils": ">= 0.14.0 < 2.x" + }, + "license": "MIT" } diff --git a/gruntfile.js b/gruntfile.js index 66b3c187d..3a0189176 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -252,7 +252,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.4.1"]; + const perfTestVersions=["3.4.2"]; function buildConfig(modules) { var buildCmds = { diff --git a/package.json b/package.json index e342a619b..903f5788b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/applicationinsights-web", "description": "Microsoft Application Insights JavaScript SDK", - "version": "3.4.1", + "version": "3.4.2", "keywords": [ "browser performance monitoring", "script errors", diff --git a/shared/1ds-core-js/package.json b/shared/1ds-core-js/package.json index efd644b3b..0f1472354 100644 --- a/shared/1ds-core-js/package.json +++ b/shared/1ds-core-js/package.json @@ -1,78 +1,78 @@ { - "name": "@microsoft/1ds-core-js", - "version": "4.4.1", - "description": "Microsoft Application Insights JavaScript SDK - 1ds-core-js", - "author": "Microsoft Application Insights Team", - "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", - "license": "MIT", - "sideEffects": false, - "scripts": { - "clean": "git clean -xdf", - "build": "npm run build:esm && npm run build:browser && npm run dtsgen && npm run sri", - "build:esm": "grunt 1dsCoreBuild", - "build:browser": "npx rollup -c rollup.config.js --bundleConfigAsCjs", - "rebuild": "npm run build", - "ai-min": "grunt 1dsCore-min", - "ai-restore": "grunt 1dsCore-restore", - "dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"1DS JS SDK Core\" -oneDs", - "test": "grunt 1dsCoreTest", - "mintest": "grunt 1dsCoreMinTest", - "perftest": "", - "publishPackage": "npm publish", - "sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js", - "npm-pack": "npm pack", - "api-docs": "typedoc" - }, - "repository": { - "type": "git", - "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/shared/1ds-core-js" - }, - "main": "dist/es5/ms.core.js", - "module": "dist-es5/Index.js", - "types": "types/1ds-core-js.d.ts", - "keywords": [ - "1DS", - "Js", - "SDK" - ], - "dependencies": { - "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-core-js": "3.4.1", - "@microsoft/dynamicproto-js": "^2.0.3", - "@nevware21/ts-utils": ">= 0.14.0 < 2.x", - "@nevware21/ts-async": ">= 0.5.5 < 0.6.0" - }, - "devDependencies": { - "@types/qunit": "^2.19.3", - "@types/sinon": "4.3.3", - "@microsoft/ai-test-framework": "0.0.1", - "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", - "@microsoft/applicationinsights-rollup-es5": "1.0.2", - "@microsoft/api-extractor": "^7.40.0", - "@nevware21/ts-async": ">= 0.5.5 < 0.6.0", - "grunt": "^1.6.1", - "grunt-cli": "^1.5.0", - "globby": "^11.0.0", - "@rollup/plugin-commonjs": "^24.0.0", - "@rollup/plugin-node-resolve": "^15.0.1", - "@rollup/plugin-replace": "^5.0.2", - "rollup": "^3.20.0", - "rollup-plugin-cleanup": "^3.2.1", - "rollup-plugin-sourcemaps": "^0.6.3", - "typedoc": "^0.26.6", - "typescript": "^4.9.3", - "tslib": "^2.0.0", - "qunit": "^2.11.2", - "sinon": "^7.3.1", - "pako": "^2.0.3", - "eslint": "^8.56.0", - "@typescript-eslint/eslint-plugin": "^7.14.1", - "@typescript-eslint/parser": "^7.14.1", - "eslint-plugin-security": "^1.5.0", - "@nevware21/grunt-ts-plugin": "^0.5.2", - "@nevware21/grunt-eslint-ts": "^0.5.2", - "grunt-contrib-connect": "^5.0.0", - "eventemitter2": "6.4.9", - "puppeteer": "^24.40.0" - } + "name": "@microsoft/1ds-core-js", + "version": "4.4.2", + "description": "Microsoft Application Insights JavaScript SDK - 1ds-core-js", + "author": "Microsoft Application Insights Team", + "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", + "license": "MIT", + "sideEffects": false, + "scripts": { + "clean": "git clean -xdf", + "build": "npm run build:esm && npm run build:browser && npm run dtsgen && npm run sri", + "build:esm": "grunt 1dsCoreBuild", + "build:browser": "npx rollup -c rollup.config.js --bundleConfigAsCjs", + "rebuild": "npm run build", + "ai-min": "grunt 1dsCore-min", + "ai-restore": "grunt 1dsCore-restore", + "dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"1DS JS SDK Core\" -oneDs", + "test": "grunt 1dsCoreTest", + "mintest": "grunt 1dsCoreMinTest", + "perftest": "", + "publishPackage": "npm publish", + "sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js", + "npm-pack": "npm pack", + "api-docs": "typedoc" + }, + "repository": { + "type": "git", + "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/shared/1ds-core-js" + }, + "main": "dist/es5/ms.core.js", + "module": "dist-es5/Index.js", + "types": "types/1ds-core-js.d.ts", + "keywords": [ + "1DS", + "Js", + "SDK" + ], + "dependencies": { + "@microsoft/applicationinsights-shims": "3.0.1", + "@microsoft/applicationinsights-core-js": "3.4.2", + "@microsoft/dynamicproto-js": "^2.0.3", + "@nevware21/ts-utils": ">= 0.14.0 < 2.x", + "@nevware21/ts-async": ">= 0.5.5 < 0.6.0" + }, + "devDependencies": { + "@types/qunit": "^2.19.3", + "@types/sinon": "4.3.3", + "@microsoft/ai-test-framework": "0.0.1", + "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", + "@microsoft/applicationinsights-rollup-es5": "1.0.2", + "@microsoft/api-extractor": "^7.40.0", + "@nevware21/ts-async": ">= 0.5.5 < 0.6.0", + "grunt": "^1.6.1", + "grunt-cli": "^1.5.0", + "globby": "^11.0.0", + "@rollup/plugin-commonjs": "^24.0.0", + "@rollup/plugin-node-resolve": "^15.0.1", + "@rollup/plugin-replace": "^5.0.2", + "rollup": "^3.20.0", + "rollup-plugin-cleanup": "^3.2.1", + "rollup-plugin-sourcemaps": "^0.6.3", + "typedoc": "^0.26.6", + "typescript": "^4.9.3", + "tslib": "^2.0.0", + "qunit": "^2.11.2", + "sinon": "^7.3.1", + "pako": "^2.0.3", + "eslint": "^8.56.0", + "@typescript-eslint/eslint-plugin": "^7.14.1", + "@typescript-eslint/parser": "^7.14.1", + "eslint-plugin-security": "^1.5.0", + "@nevware21/grunt-ts-plugin": "^0.5.2", + "@nevware21/grunt-eslint-ts": "^0.5.2", + "grunt-contrib-connect": "^5.0.0", + "eventemitter2": "6.4.9", + "puppeteer": "^24.40.0" + } } diff --git a/shared/AppInsightsCommon/package.json b/shared/AppInsightsCommon/package.json index 4484b82b5..9cf3095dd 100644 --- a/shared/AppInsightsCommon/package.json +++ b/shared/AppInsightsCommon/package.json @@ -1,66 +1,66 @@ { - "name": "@microsoft/applicationinsights-common", - "version": "3.4.1", - "description": "Microsoft Application Insights Common JavaScript Library", - "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", - "author": "Microsoft Application Insights Team", - "main": "dist/es5/applicationinsights-common.js", - "module": "dist-es5/applicationinsights-common.js", - "types": "types/applicationinsights-common.d.ts", - "sideEffects": false, - "repository": { - "type": "git", - "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/shared/AppInsightsCommon" - }, - "scripts": { - "clean": "git clean -xdf", - "build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen", - "build:esm": "grunt common", - "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", - "rebuild": "npm run build", - "test": "", - "mintest": "", - "lint": "tslint -p tsconfig.json", - "dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"Microsoft Application Insights Common JavaScript Library\"", - "sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js", - "ai-min": "grunt common-min", - "ai-restore": "grunt common-restore", - "npm-pack": "npm pack", - "api-docs": "typedoc" - }, - "devDependencies": { - "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", - "@microsoft/applicationinsights-rollup-es5": "1.0.2", - "@microsoft/api-extractor": "^7.40.0", - "grunt": "^1.6.1", - "grunt-cli": "^1.5.0", - "@nevware21/grunt-ts-plugin": "^0.5.2", - "@nevware21/grunt-eslint-ts": "^0.5.2", - "@rollup/plugin-commonjs": "^24.0.0", - "@rollup/plugin-node-resolve": "^15.0.1", - "@rollup/plugin-replace": "^5.0.2", - "rollup": "^3.20.0", - "rollup-plugin-cleanup": "^3.2.1", - "rollup-plugin-sourcemaps": "^0.6.3", - "typescript": "^4.9.3", - "tslib": "^2.0.0", - "typedoc": "^0.26.6", - "globby": "^11.0.0", - "magic-string": "^0.25.7", - "sinon": "^7.3.1", - "eslint": "^8.56.0", - "@typescript-eslint/eslint-plugin": "^7.14.1", - "@typescript-eslint/parser": "^7.14.1", - "eslint-plugin-security": "^1.5.0" - }, - "peerDependencies": { - "tslib": ">= 1.0.0" - }, - "dependencies": { - "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/applicationinsights-core-js": "3.4.1", - "@microsoft/dynamicproto-js": "^2.0.3", - "@nevware21/ts-utils": ">= 0.14.0 < 2.x" - }, - "license": "MIT" + "name": "@microsoft/applicationinsights-common", + "version": "3.4.2", + "description": "Microsoft Application Insights Common JavaScript Library", + "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", + "author": "Microsoft Application Insights Team", + "main": "dist/es5/applicationinsights-common.js", + "module": "dist-es5/applicationinsights-common.js", + "types": "types/applicationinsights-common.d.ts", + "sideEffects": false, + "repository": { + "type": "git", + "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/shared/AppInsightsCommon" + }, + "scripts": { + "clean": "git clean -xdf", + "build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen", + "build:esm": "grunt common", + "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", + "rebuild": "npm run build", + "test": "", + "mintest": "", + "lint": "tslint -p tsconfig.json", + "dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"Microsoft Application Insights Common JavaScript Library\"", + "sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js", + "ai-min": "grunt common-min", + "ai-restore": "grunt common-restore", + "npm-pack": "npm pack", + "api-docs": "typedoc" + }, + "devDependencies": { + "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", + "@microsoft/applicationinsights-rollup-es5": "1.0.2", + "@microsoft/api-extractor": "^7.40.0", + "grunt": "^1.6.1", + "grunt-cli": "^1.5.0", + "@nevware21/grunt-ts-plugin": "^0.5.2", + "@nevware21/grunt-eslint-ts": "^0.5.2", + "@rollup/plugin-commonjs": "^24.0.0", + "@rollup/plugin-node-resolve": "^15.0.1", + "@rollup/plugin-replace": "^5.0.2", + "rollup": "^3.20.0", + "rollup-plugin-cleanup": "^3.2.1", + "rollup-plugin-sourcemaps": "^0.6.3", + "typescript": "^4.9.3", + "tslib": "^2.0.0", + "typedoc": "^0.26.6", + "globby": "^11.0.0", + "magic-string": "^0.25.7", + "sinon": "^7.3.1", + "eslint": "^8.56.0", + "@typescript-eslint/eslint-plugin": "^7.14.1", + "@typescript-eslint/parser": "^7.14.1", + "eslint-plugin-security": "^1.5.0" + }, + "peerDependencies": { + "tslib": ">= 1.0.0" + }, + "dependencies": { + "@microsoft/applicationinsights-shims": "3.0.1", + "@microsoft/applicationinsights-core-js": "3.4.2", + "@microsoft/dynamicproto-js": "^2.0.3", + "@nevware21/ts-utils": ">= 0.14.0 < 2.x" + }, + "license": "MIT" } diff --git a/shared/AppInsightsCore/package.json b/shared/AppInsightsCore/package.json index 72ba34d14..30e87573b 100644 --- a/shared/AppInsightsCore/package.json +++ b/shared/AppInsightsCore/package.json @@ -1,82 +1,82 @@ { - "name": "@microsoft/applicationinsights-core-js", - "author": "Microsoft Application Insights Team", - "version": "3.4.1", - "description": "Microsoft Application Insights Core Javascript SDK", - "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", - "keywords": [ - "azure", - "cloud", - "script errors", - "microsoft", - "application insights", - "browser performance monitoring", - "web analytics" - ], - "main": "dist/es5/index.js", - "module": "dist-es5/index.js", - "types": "types/applicationinsights-core-js.d.ts", - "scripts": { - "clean": "git clean -xdf", - "build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen", - "build:esm": "grunt core", - "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", - "rebuild": "npm run build", - "test": "grunt coreunittest", - "mintest": "grunt core-mintest", - "perftest": "grunt coreperftest", - "lint": "tslint -p tsconfig.json", - "dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"Microsoft Application Insights Core Javascript SDK\"", - "sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js", - "ai-min": "grunt core-min", - "ai-restore": "grunt core-restore", - "npm-pack": "npm pack", - "api-docs": "typedoc" - }, - "repository": { - "type": "git", - "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/shared/AppInsightsCore" - }, - "license": "MIT", - "sideEffects": false, - "devDependencies": { - "@microsoft/ai-test-framework": "0.0.1", - "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", - "@microsoft/applicationinsights-rollup-es5": "1.0.2", - "@microsoft/api-extractor": "^7.40.0", - "grunt": "^1.6.1", - "grunt-cli": "^1.5.0", - "@nevware21/grunt-ts-plugin": "^0.5.2", - "@nevware21/grunt-eslint-ts": "^0.5.2", - "globby": "^11.0.0", - "magic-string": "^0.25.7", - "pako": "^2.0.3", - "@rollup/plugin-commonjs": "^24.0.0", - "@rollup/plugin-node-resolve": "^15.0.1", - "@rollup/plugin-replace": "^5.0.2", - "rollup": "^3.20.0", - "rollup-plugin-cleanup": "^3.2.1", - "rollup-plugin-sourcemaps": "^0.6.3", - "typedoc": "^0.26.6", - "typescript": "^4.9.3", - "tslib": "^2.0.0", - "qunit": "^2.11.2", - "sinon": "^7.3.1", - "eslint": "^8.56.0", - "@typescript-eslint/eslint-plugin": "^7.14.1", - "@typescript-eslint/parser": "^7.14.1", - "eslint-plugin-security": "^1.5.0", - "grunt-contrib-connect": "^5.0.0", - "eventemitter2": "6.4.9", - "puppeteer": "^24.40.0" - }, - "peerDependencies": { - "tslib": ">= 1.0.0" - }, - "dependencies": { - "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/dynamicproto-js": "^2.0.3", - "@nevware21/ts-utils": ">= 0.14.0 < 2.x", - "@nevware21/ts-async": ">= 0.5.5 < 0.6.0" - } + "name": "@microsoft/applicationinsights-core-js", + "author": "Microsoft Application Insights Team", + "version": "3.4.2", + "description": "Microsoft Application Insights Core Javascript SDK", + "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", + "keywords": [ + "azure", + "cloud", + "script errors", + "microsoft", + "application insights", + "browser performance monitoring", + "web analytics" + ], + "main": "dist/es5/index.js", + "module": "dist-es5/index.js", + "types": "types/applicationinsights-core-js.d.ts", + "scripts": { + "clean": "git clean -xdf", + "build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen", + "build:esm": "grunt core", + "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", + "rebuild": "npm run build", + "test": "grunt coreunittest", + "mintest": "grunt core-mintest", + "perftest": "grunt coreperftest", + "lint": "tslint -p tsconfig.json", + "dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"Microsoft Application Insights Core Javascript SDK\"", + "sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js", + "ai-min": "grunt core-min", + "ai-restore": "grunt core-restore", + "npm-pack": "npm pack", + "api-docs": "typedoc" + }, + "repository": { + "type": "git", + "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/shared/AppInsightsCore" + }, + "license": "MIT", + "sideEffects": false, + "devDependencies": { + "@microsoft/ai-test-framework": "0.0.1", + "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", + "@microsoft/applicationinsights-rollup-es5": "1.0.2", + "@microsoft/api-extractor": "^7.40.0", + "grunt": "^1.6.1", + "grunt-cli": "^1.5.0", + "@nevware21/grunt-ts-plugin": "^0.5.2", + "@nevware21/grunt-eslint-ts": "^0.5.2", + "globby": "^11.0.0", + "magic-string": "^0.25.7", + "pako": "^2.0.3", + "@rollup/plugin-commonjs": "^24.0.0", + "@rollup/plugin-node-resolve": "^15.0.1", + "@rollup/plugin-replace": "^5.0.2", + "rollup": "^3.20.0", + "rollup-plugin-cleanup": "^3.2.1", + "rollup-plugin-sourcemaps": "^0.6.3", + "typedoc": "^0.26.6", + "typescript": "^4.9.3", + "tslib": "^2.0.0", + "qunit": "^2.11.2", + "sinon": "^7.3.1", + "eslint": "^8.56.0", + "@typescript-eslint/eslint-plugin": "^7.14.1", + "@typescript-eslint/parser": "^7.14.1", + "eslint-plugin-security": "^1.5.0", + "grunt-contrib-connect": "^5.0.0", + "eventemitter2": "6.4.9", + "puppeteer": "^24.40.0" + }, + "peerDependencies": { + "tslib": ">= 1.0.0" + }, + "dependencies": { + "@microsoft/applicationinsights-shims": "3.0.1", + "@microsoft/dynamicproto-js": "^2.0.3", + "@nevware21/ts-utils": ">= 0.14.0 < 2.x", + "@nevware21/ts-async": ">= 0.5.5 < 0.6.0" + } } diff --git a/shared/AppInsightsCore/src/utils/DataCacheHelper.ts b/shared/AppInsightsCore/src/utils/DataCacheHelper.ts index 3f1b1b416..32de20ead 100644 --- a/shared/AppInsightsCore/src/utils/DataCacheHelper.ts +++ b/shared/AppInsightsCore/src/utils/DataCacheHelper.ts @@ -6,7 +6,7 @@ import { STR_EMPTY } from "../constants/InternalConstants"; import { normalizeJsName } from "./HelperFuncs"; import { newId } from "./RandomHelper"; -const version = "3.4.1"; +const version = "3.4.2"; let instanceName = "." + newId(6); let _dataUid = 0; diff --git a/tools/applicationinsights-web-snippet/package.json b/tools/applicationinsights-web-snippet/package.json index 75773cc0b..4a1749121 100644 --- a/tools/applicationinsights-web-snippet/package.json +++ b/tools/applicationinsights-web-snippet/package.json @@ -1,67 +1,67 @@ { - "name": "@microsoft/applicationinsights-web-snippet", - "version": "1.3.1", - "description": "Microsoft Application Insights Web Snippet", - "main": "dist/es5/node/applicationinsights-web-snippet.js", - "module": "dist-es5/applicationinsights-web-snippet.js", - "types": "types/applicationinsights-web-snippet.d.ts", - "sideEffects": false, - "repository": { - "type": "git", - "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/tools/applicationinsights-web-snippet" - }, - "scripts": { - "clean": "git clean -xdf", - "build": "npm run createIndividualSnippet && npm run build:esm && npm run snippet-generate && npm run build:browser && npm run dtsgen", - "createIndividualSnippet": "node createAiSnippet.js", - "build:esm": "grunt websnippet ", - "dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"Microsoft Application Insights Web Snippet\"", - "snippet-generate": "npm run build:snippet && npm run build:oneDSsnippet && npm run originSnippetCopy && npm run replace && npm run snippetCopy", - "snippetCopy": "grunt snippetCopy", - "originSnippetCopy": "grunt originSnippetCopy", - "build:snippet": "rollup -c rollupSnippet.config.js --bundleConfigAsCjs", - "build:oneDSsnippet": "rollup -c rollupOneDSSnippet.config.js --bundleConfigAsCjs", - "replace": "grunt websnippetReplace", - "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", - "rebuild": "npm run build", - "test": "grunt websnippettests", - "lint": "tslint -p tsconfig.json", - "npm-pack": "npm pack", - "ai-restore": "grunt snippet-restore", - "api-docs": "typedoc" - }, - "license": "MIT", - "devDependencies": { - "@types/qunit": "^2.19.3", - "@microsoft/ai-test-framework": "0.0.1", - "@microsoft/applicationinsights-web": "3.4.1", - "@microsoft/applicationinsights-core-js": "3.4.1", - "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", - "@microsoft/applicationinsights-rollup-es5": "1.0.2", - "@microsoft/dynamicproto-js": "^2.0.3", - "@microsoft/api-extractor": "^7.40.0", - "typescript": "^4.9.3", - "tslib": "^2.0.0", - "magic-string": "^0.25.7", - "@rollup/plugin-commonjs": "^24.0.0", - "@rollup/plugin-node-resolve": "^15.0.1", - "@rollup/plugin-replace": "^5.0.2", - "rollup": "^3.20.0", - "rollup-plugin-cleanup": "^3.2.1", - "rollup-plugin-sourcemaps": "^0.6.3", - "grunt": "^1.6.1", - "typedoc": "^0.26.6", - "grunt-cli": "^1.5.0", - "@nevware21/grunt-ts-plugin": "^0.5.2", - "@nevware21/grunt-eslint-ts": "^0.5.2", - "eslint": "^8.56.0", - "@typescript-eslint/eslint-plugin": "^7.14.1", - "@typescript-eslint/parser": "^7.14.1", - "eslint-plugin-security": "^1.5.0", - "grunt-contrib-connect": "^5.0.0", - "eventemitter2": "6.4.9", - "puppeteer": "^24.40.0", - "grunt-contrib-uglify": "^5.2.1", - "grunt-contrib-copy": "^1.0.0" - } + "name": "@microsoft/applicationinsights-web-snippet", + "version": "1.3.2", + "description": "Microsoft Application Insights Web Snippet", + "main": "dist/es5/node/applicationinsights-web-snippet.js", + "module": "dist-es5/applicationinsights-web-snippet.js", + "types": "types/applicationinsights-web-snippet.d.ts", + "sideEffects": false, + "repository": { + "type": "git", + "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/tools/applicationinsights-web-snippet" + }, + "scripts": { + "clean": "git clean -xdf", + "build": "npm run createIndividualSnippet && npm run build:esm && npm run snippet-generate && npm run build:browser && npm run dtsgen", + "createIndividualSnippet": "node createAiSnippet.js", + "build:esm": "grunt websnippet ", + "dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"Microsoft Application Insights Web Snippet\"", + "snippet-generate": "npm run build:snippet && npm run build:oneDSsnippet && npm run originSnippetCopy && npm run replace && npm run snippetCopy", + "snippetCopy": "grunt snippetCopy", + "originSnippetCopy": "grunt originSnippetCopy", + "build:snippet": "rollup -c rollupSnippet.config.js --bundleConfigAsCjs", + "build:oneDSsnippet": "rollup -c rollupOneDSSnippet.config.js --bundleConfigAsCjs", + "replace": "grunt websnippetReplace", + "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs", + "rebuild": "npm run build", + "test": "grunt websnippettests", + "lint": "tslint -p tsconfig.json", + "npm-pack": "npm pack", + "ai-restore": "grunt snippet-restore", + "api-docs": "typedoc" + }, + "license": "MIT", + "devDependencies": { + "@types/qunit": "^2.19.3", + "@microsoft/ai-test-framework": "0.0.1", + "@microsoft/applicationinsights-web": "3.4.2", + "@microsoft/applicationinsights-core-js": "3.4.2", + "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", + "@microsoft/applicationinsights-rollup-es5": "1.0.2", + "@microsoft/dynamicproto-js": "^2.0.3", + "@microsoft/api-extractor": "^7.40.0", + "typescript": "^4.9.3", + "tslib": "^2.0.0", + "magic-string": "^0.25.7", + "@rollup/plugin-commonjs": "^24.0.0", + "@rollup/plugin-node-resolve": "^15.0.1", + "@rollup/plugin-replace": "^5.0.2", + "rollup": "^3.20.0", + "rollup-plugin-cleanup": "^3.2.1", + "rollup-plugin-sourcemaps": "^0.6.3", + "grunt": "^1.6.1", + "typedoc": "^0.26.6", + "grunt-cli": "^1.5.0", + "@nevware21/grunt-ts-plugin": "^0.5.2", + "@nevware21/grunt-eslint-ts": "^0.5.2", + "eslint": "^8.56.0", + "@typescript-eslint/eslint-plugin": "^7.14.1", + "@typescript-eslint/parser": "^7.14.1", + "eslint-plugin-security": "^1.5.0", + "grunt-contrib-connect": "^5.0.0", + "eventemitter2": "6.4.9", + "puppeteer": "^24.40.0", + "grunt-contrib-uglify": "^5.2.1", + "grunt-contrib-copy": "^1.0.0" + } } diff --git a/tools/chrome-debug-extension/manifest.json b/tools/chrome-debug-extension/manifest.json index 849176032..8b686c45d 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.9.1", - "version_name": "0.9.1", + "version": "0.9.2", + "version_name": "0.9.2", "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 a1a7caf12..219307f02 100644 --- a/tools/chrome-debug-extension/package.json +++ b/tools/chrome-debug-extension/package.json @@ -1,86 +1,86 @@ { - "name": "@microsoft/applicationinsights-chrome-debug-extension", - "version": "0.9.1", - "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": [ - "azure", - "cloud", - "script errors", - "microsoft", - "application insights", - "browser performance monitoring", - "web analytics", - "chrome", - "chrome extension" - ], - "main": "index.ts", - "module": "index.ts", - "files": [ - "dist" - ], - "repository": { - "type": "git", - "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/tools/chrome-debug-extension" - }, - "scripts": { - "clean": "git clean -xdf", - "build": "npm run build:esm && npm run build:browser && npm run pack && npm run sri", - "build:esm": "grunt chromedebugextension", - "build:browser": "npm run update_manifest && npx rollup -c rollup.config.js --bundleConfigAsCjs", - "rebuild": "npm run build", - "test": "", - "perftest": "", - "publishPackage": "npm publish", - "copy": "cp ./images ./dist-es5", - "update_manifest": "node ../../tools/release-tools/updatemanifest.js", - "pack": "node ../../tools/release-tools/zipbrowser.js ai.chrome-ext dist", - "sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js", - "ai-min": "grunt chromedebugextension-min", - "ai-restore": "grunt chromedebugextension-restore" - }, - "private": false, - "license": "MIT", - "sideEffects": false, - "dependencies": { - "@microsoft/applicationinsights-core-js": "3.4.1", - "@microsoft/applicationinsights-shims": "3.0.1", - "@microsoft/dynamicproto-js": "^2.0.3", - "@nevware21/ts-async": ">= 0.5.5 < 0.6.0", - "@nevware21/ts-utils": ">= 0.14.0 < 2.x", - "file-saver": "^2.0.0", - "react": "^17.0.2", - "react-dom": "^17.0.2", - "react-is": "16.13.1", - "scheduler": "~0.11.2" - }, - "devDependencies": { - "@rollup/plugin-commonjs": "^24.0.0", - "@rollup/plugin-node-resolve": "^15.0.1", - "@rollup/plugin-replace": "^5.0.2", - "@types/chrome": "^0.0.181", - "@types/file-saver": "~2.0.1", - "@types/node": "18.19.121", - "@types/react": "^16.9.11", - "@types/react-dom": "^16.9.4", - "@types/lodash": "^4.14.181", - "ansi-regex": ">=5.0.1", - "grunt": "^1.6.1", - "rollup-plugin-cleanup": "^3.2.1", - "rollup-plugin-copy": "^3.4.0", - "rollup-plugin-peer-deps-external": "^2.2.4", - "rollup": "^3.20.0", - "rollup-plugin-sourcemaps": "^0.6.3", - "@nevware21/grunt-ts-plugin": "^0.5.2", - "@nevware21/grunt-eslint-ts": "^0.5.2", - "typescript": "^4.9.3", - "archiver": "^5.3.0", - "eslint": "^8.56.0", - "@typescript-eslint/eslint-plugin": "^7.14.1", - "@typescript-eslint/parser": "^7.14.1", - "eslint-plugin-security": "^1.5.0", - "grunt-cli": "^1.5.0", - "tslib": "^2.0.0", - "globby": "^11.0.0" - } + "name": "@microsoft/applicationinsights-chrome-debug-extension", + "version": "0.9.2", + "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": [ + "azure", + "cloud", + "script errors", + "microsoft", + "application insights", + "browser performance monitoring", + "web analytics", + "chrome", + "chrome extension" + ], + "main": "index.ts", + "module": "index.ts", + "files": [ + "dist" + ], + "repository": { + "type": "git", + "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/tools/chrome-debug-extension" + }, + "scripts": { + "clean": "git clean -xdf", + "build": "npm run build:esm && npm run build:browser && npm run pack && npm run sri", + "build:esm": "grunt chromedebugextension", + "build:browser": "npm run update_manifest && npx rollup -c rollup.config.js --bundleConfigAsCjs", + "rebuild": "npm run build", + "test": "", + "perftest": "", + "publishPackage": "npm publish", + "copy": "cp ./images ./dist-es5", + "update_manifest": "node ../../tools/release-tools/updatemanifest.js", + "pack": "node ../../tools/release-tools/zipbrowser.js ai.chrome-ext dist", + "sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js", + "ai-min": "grunt chromedebugextension-min", + "ai-restore": "grunt chromedebugextension-restore" + }, + "private": false, + "license": "MIT", + "sideEffects": false, + "dependencies": { + "@microsoft/applicationinsights-core-js": "3.4.2", + "@microsoft/applicationinsights-shims": "3.0.1", + "@microsoft/dynamicproto-js": "^2.0.3", + "@nevware21/ts-async": ">= 0.5.5 < 0.6.0", + "@nevware21/ts-utils": ">= 0.14.0 < 2.x", + "file-saver": "^2.0.0", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-is": "16.13.1", + "scheduler": "~0.11.2" + }, + "devDependencies": { + "@rollup/plugin-commonjs": "^24.0.0", + "@rollup/plugin-node-resolve": "^15.0.1", + "@rollup/plugin-replace": "^5.0.2", + "@types/chrome": "^0.0.181", + "@types/file-saver": "~2.0.1", + "@types/node": "18.19.121", + "@types/react": "^16.9.11", + "@types/react-dom": "^16.9.4", + "@types/lodash": "^4.14.181", + "ansi-regex": ">=5.0.1", + "grunt": "^1.6.1", + "rollup-plugin-cleanup": "^3.2.1", + "rollup-plugin-copy": "^3.4.0", + "rollup-plugin-peer-deps-external": "^2.2.4", + "rollup": "^3.20.0", + "rollup-plugin-sourcemaps": "^0.6.3", + "@nevware21/grunt-ts-plugin": "^0.5.2", + "@nevware21/grunt-eslint-ts": "^0.5.2", + "typescript": "^4.9.3", + "archiver": "^5.3.0", + "eslint": "^8.56.0", + "@typescript-eslint/eslint-plugin": "^7.14.1", + "@typescript-eslint/parser": "^7.14.1", + "eslint-plugin-security": "^1.5.0", + "grunt-cli": "^1.5.0", + "tslib": "^2.0.0", + "globby": "^11.0.0" + } } diff --git a/tools/config/package.json b/tools/config/package.json index 11ae010c9..94c25c172 100644 --- a/tools/config/package.json +++ b/tools/config/package.json @@ -1,28 +1,28 @@ { - "name": "applicationinsights-web-config", - "description": "Application Insights JavaScript SDK - Web Config for CfgSync Plugin", - "version": "1.1.1", - "copyright": "(c) Microsoft and contributors. All rights reserved.", - "author": "Microsoft Application Insights Team", - "repository": { - "type": "git", - "url": "git+https://github.com/microsoft/ApplicationInsights-JS.git" - }, - "scripts": { - "clean": "git clean -xdf", - "build": "npm run build:browser && npm run build:test", - "build:browser": "grunt -f ../../gruntfile.js copy-config", - "build:test": "grunt -f ../../gruntfile.js copy-testConfig", - "rebuild": "npm run build", - "test": "" - }, - "license": "MIT", - "bugs": { - "url": "https://github.com/microsoft/ApplicationInsights-JS/issues" - }, - "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", - "devDependencies": { - "grunt-contrib-copy": "^1.0.0", - "grunt": "^1.6.1" - } + "name": "applicationinsights-web-config", + "description": "Application Insights JavaScript SDK - Web Config for CfgSync Plugin", + "version": "1.1.2", + "copyright": "(c) Microsoft and contributors. All rights reserved.", + "author": "Microsoft Application Insights Team", + "repository": { + "type": "git", + "url": "git+https://github.com/microsoft/ApplicationInsights-JS.git" + }, + "scripts": { + "clean": "git clean -xdf", + "build": "npm run build:browser && npm run build:test", + "build:browser": "grunt -f ../../gruntfile.js copy-config", + "build:test": "grunt -f ../../gruntfile.js copy-testConfig", + "rebuild": "npm run build", + "test": "" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/microsoft/ApplicationInsights-JS/issues" + }, + "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", + "devDependencies": { + "grunt-contrib-copy": "^1.0.0", + "grunt": "^1.6.1" + } } diff --git a/version.json b/version.json index 67a8da9dd..5c7840902 100644 --- a/version.json +++ b/version.json @@ -1,112 +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.4.1", + "release": "3.4.2", "next": "patch", "pkgs": { "@microsoft/applicationinsights-web": { "package": "package.json", - "release": "3.4.1" + "release": "3.4.2" }, "@microsoft/applicationinsights-web-basic": { "package": "AISKULight/package.json", - "release": "3.4.1" + "release": "3.4.2" }, "@microsoft/applicationinsights-channel-js": { "package": "channels/applicationinsights-channel-js/package.json", - "release": "3.4.1" + "release": "3.4.2" }, "@microsoft/applicationinsights-analytics-js": { "package": "extensions/applicationinsights-analytics-js/package.json", - "release": "3.4.1" + "release": "3.4.2" }, "@microsoft/applicationinsights-clickanalytics-js": { "package": "extensions/applicationinsights-clickanalytics-js/package.json", - "release": "3.4.1" + "release": "3.4.2" }, "@microsoft/applicationinsights-osplugin-js": { "package": "extensions/applicationinsights-osplugin-js/package.json", - "release": "3.4.1" + "release": "3.4.2" }, "@microsoft/applicationinsights-debugplugin-js": { "package": "extensions/applicationinsights-debugplugin-js/package.json", - "release": "3.4.1" + "release": "3.4.2" }, "@microsoft/applicationinsights-dependencies-js": { "package": "extensions/applicationinsights-dependencies-js/package.json", - "release": "3.4.1" + "release": "3.4.2" }, "@microsoft/applicationinsights-perfmarkmeasure-js": { "package": "extensions/applicationinsights-perfmarkmeasure-js/package.json", - "release": "3.4.1" + "release": "3.4.2" }, "@microsoft/applicationinsights-properties-js": { "package": "extensions/applicationinsights-properties-js/package.json", - "release": "3.4.1" + "release": "3.4.2" }, "@microsoft/applicationinsights-common": { "package": "shared/AppInsightsCommon/package.json", - "release": "3.4.1" + "release": "3.4.2" }, "@microsoft/applicationinsights-core-js": { "package": "shared/AppInsightsCore/package.json", - "release": "3.4.1" + "release": "3.4.2" }, "@microsoft/applicationinsights-offlinechannel-js": { "package": "channels/offline-channel-js/package.json", - "release": "0.4.1" + "release": "0.4.2" }, "@microsoft/applicationinsights-chrome-debug-extension": { "package": "tools/chrome-debug-extension/package.json", - "release": "0.9.1" + "release": "0.9.2" }, "applicationinsights-web-config": { "package": "tools/config/package.json", - "release": "1.1.1" + "release": "1.1.2" }, "@microsoft/applicationinsights-example-aisku": { "package": "examples/AISKU/package.json", - "release": "3.4.1" + "release": "3.4.2" }, "@microsoft/applicationinsights-example-dependencies": { "package": "examples/dependency/package.json", - "release": "3.4.1" + "release": "3.4.2" }, "@microsoft/applicationinsights-example-shared-worker": { "package": "examples/shared-worker/package.json", - "release": "3.4.1" + "release": "3.4.2" }, "@microsoft/applicationinsights-teechannel-js": { "package": "channels/tee-channel-js/package.json", - "release": "3.4.1" + "release": "3.4.2" }, "@microsoft/applicationinsights-test-module-type-check": { "package": "AISKU/Tests/es6-module-type-check/package.json", - "release": "3.4.1" + "release": "3.4.2" }, "@microsoft/applicationinsights-cfgsync-js": { "package": "extensions/applicationinsights-cfgsync-js/package.json", - "release": "3.4.1" + "release": "3.4.2" }, "@microsoft/applicationinsights-example-cfgsync": { "package": "examples/cfgSync/package.json", - "release": "3.4.1" + "release": "3.4.2" }, "@microsoft/1ds-post-js": { "package": "channels/1ds-post-js/package.json", - "release": "4.4.1" + "release": "4.4.2" }, "@microsoft/1ds-core-js": { "package": "shared/1ds-core-js/package.json", - "release": "4.4.1" + "release": "4.4.2" }, "@microsoft/applicationinsights-web-snippet": { "package": "tools/applicationinsights-web-snippet/package.json", - "release": "1.3.1" + "release": "1.3.2" }, "@microsoft/applicationinsights-example-startspan": { "package": "examples/startSpan/package.json", - "release": "3.4.1" + "release": "3.4.2" } } }