[Main] [Release] Increase version to 3.1.0 (#2273)
This commit is contained in:
Родитель
3e92477d31
Коммит
02d4c4b9e6
|
@ -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://img.badgesize.io/https://js.monitor.azure.com/nightly/ai.3-nightly3.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/nightly/ai.3-nightly3.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/nightly/ai.3-nightly3.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/nightly/ai.3-nightly3.min.js.svg?compression=gzip&softmax=30000&max=35000)
|
||||
| 3.1.0: | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.3.1.0.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.3.1.0.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.3.1.0.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.3.0.5.min.js.svg?compression=gzip&softmax=30000&max=35000)
|
||||
| 3.0.8: | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.3.0.8.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.3.0.8.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.3.0.8.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.3.0.5.min.js.svg?compression=gzip&softmax=30000&max=35000)
|
||||
| 3.0.7: | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.3.0.7.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.3.0.7.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.3.0.7.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.3.0.5.min.js.svg?compression=gzip&softmax=30000&max=35000)
|
||||
| 3.0.6: | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.3.0.6.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.3.0.6.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.3.0.6.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.3.0.5.min.js.svg?compression=gzip&softmax=30000&max=35000)
|
||||
|
|
|
@ -19,7 +19,7 @@ export class AppInsightsInitPerfTestClass {
|
|||
* should update version after new release
|
||||
* version with doperf(): after 2.5.6
|
||||
* */
|
||||
var defaultVer = "3.0.8";
|
||||
var defaultVer = "3.1.0";
|
||||
this.version = ver? ver:this._getQueryParameterVersion(defaultVer);
|
||||
this.perfEventsBuffer = [];
|
||||
this.perfEventWaitBuffer = [];
|
||||
|
|
|
@ -11,7 +11,7 @@ export class AISKUSizeCheck extends AITestClass {
|
|||
private readonly MAX_BUNDLE_DEFLATE_SIZE = 55;
|
||||
private readonly rawFilePath = "../dist/es5/applicationinsights-web.min.js";
|
||||
// Automatically updated by version scripts
|
||||
private readonly currentVer = "3.0.8";
|
||||
private readonly currentVer = "3.1.0";
|
||||
private readonly prodFilePath = `../browser/es5/ai.${this.currentVer[0]}.min.js`;
|
||||
|
||||
public testInitialize() {
|
||||
|
|
|
@ -16,7 +16,7 @@ const enum CdnFormat {
|
|||
|
||||
export class CdnPackagingChecks extends AITestClass {
|
||||
// Automatically updated by version scripts
|
||||
private readonly currentVer = "3.0.8";
|
||||
private readonly currentVer = "3.1.0";
|
||||
|
||||
public testInitialize() {
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-test-module-type-check",
|
||||
"author": "Microsoft Application Insights Team and Contributors",
|
||||
"version": "3.0.8",
|
||||
"version": "3.1.0",
|
||||
"description": "Microsoft Application Insights ES6 Module and Type check Example",
|
||||
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
||||
"keywords": [
|
||||
|
@ -32,7 +32,7 @@
|
|||
"tslib": "*"
|
||||
},
|
||||
"dependencies": {
|
||||
"@microsoft/applicationinsights-common": "3.0.8",
|
||||
"@microsoft/applicationinsights-web": "3.0.8"
|
||||
"@microsoft/applicationinsights-common": "3.1.0",
|
||||
"@microsoft/applicationinsights-web": "3.1.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-web",
|
||||
"version": "3.0.8",
|
||||
"version": "3.1.0",
|
||||
"description": "Microsoft Application Insights JavaScript SDK - Web",
|
||||
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
||||
"author": "Microsoft Application Insights Team",
|
||||
|
@ -63,13 +63,13 @@
|
|||
"dependencies": {
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
"@microsoft/applicationinsights-shims": "3.0.1",
|
||||
"@microsoft/applicationinsights-analytics-js": "3.0.8",
|
||||
"@microsoft/applicationinsights-channel-js": "3.0.8",
|
||||
"@microsoft/applicationinsights-cfgsync-js": "3.0.8",
|
||||
"@microsoft/applicationinsights-common": "3.0.8",
|
||||
"@microsoft/applicationinsights-core-js": "3.0.8",
|
||||
"@microsoft/applicationinsights-dependencies-js": "3.0.8",
|
||||
"@microsoft/applicationinsights-properties-js": "3.0.8",
|
||||
"@microsoft/applicationinsights-analytics-js": "3.1.0",
|
||||
"@microsoft/applicationinsights-channel-js": "3.1.0",
|
||||
"@microsoft/applicationinsights-cfgsync-js": "3.1.0",
|
||||
"@microsoft/applicationinsights-common": "3.1.0",
|
||||
"@microsoft/applicationinsights-core-js": "3.1.0",
|
||||
"@microsoft/applicationinsights-dependencies-js": "3.1.0",
|
||||
"@microsoft/applicationinsights-properties-js": "3.1.0",
|
||||
"@nevware21/ts-utils": ">= 0.10.5 < 2.x",
|
||||
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
|
||||
},
|
||||
|
|
|
@ -7,7 +7,7 @@ export class AISKULightSizeCheck extends AITestClass {
|
|||
private readonly MAX_RAW_DEFLATE_SIZE = 34;
|
||||
private readonly MAX_BUNDLE_DEFLATE_SIZE = 34;
|
||||
private readonly rawFilePath = "../dist/es5/applicationinsights-web-basic.min.js";
|
||||
private readonly currentVer = "3.0.8";
|
||||
private readonly currentVer = "3.1.0";
|
||||
private readonly prodFilePath = `../browser/es5/aib.${this.currentVer[0]}.min.js`;
|
||||
|
||||
public testInitialize() {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-web-basic",
|
||||
"version": "3.0.8",
|
||||
"version": "3.1.0",
|
||||
"description": "Microsoft Application Insights JavaScript SDK - Web Basic",
|
||||
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
||||
"author": "Microsoft Application Insights Team",
|
||||
|
@ -57,9 +57,9 @@
|
|||
"dependencies": {
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
"@microsoft/applicationinsights-shims": "3.0.1",
|
||||
"@microsoft/applicationinsights-common": "3.0.8",
|
||||
"@microsoft/applicationinsights-channel-js": "3.0.8",
|
||||
"@microsoft/applicationinsights-core-js": "3.0.8",
|
||||
"@microsoft/applicationinsights-common": "3.1.0",
|
||||
"@microsoft/applicationinsights-channel-js": "3.1.0",
|
||||
"@microsoft/applicationinsights-core-js": "3.1.0",
|
||||
"@nevware21/ts-utils": ">= 0.10.5 < 2.x",
|
||||
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
|
||||
},
|
||||
|
|
60
RELEASES.md
60
RELEASES.md
|
@ -2,25 +2,79 @@
|
|||
|
||||
> Note: ES3/IE8 compatibility will be removed in the future v3.x.x releases (scheduled for mid-late 2022), so if you need to retain ES3 compatibility you will need to remain on the 2.x.x versions of the SDK or your runtime will need install polyfill's to your ES3 environment before loading / initializing the SDK.
|
||||
|
||||
## 3.1.0 (Feb ??, 2024)
|
||||
## 3.1.0 (Feb 14th, 2024)
|
||||
|
||||
### Potential break change
|
||||
### Interface changes / Breaking changes
|
||||
|
||||
This release includes support for a new Offline Channel which has changed the `IChannelsControls` interface to include additional support for the new `offline` channel. This change is to support the new `offline` channel and is a breaking change for any custom channels that implement the `IChannelsControls` interface. If you have a custom channel that implements the `IChannelsControls` interface you will need to update your implementation to include the new `offline` channel.
|
||||
|
||||
### Configuration default changes
|
||||
|
||||
As this is a minor version bump we have also change some default values for the following configuration options:
|
||||
|
||||
- `disableUserInitMessage` is now `true` by default to disable the user init message.
|
||||
|
||||
### Potential breaking change
|
||||
|
||||
This release contains a potential break change with 'tags' type [change](https://github.com/microsoft/ApplicationInsights-JS/pull/2269)
|
||||
|
||||
While the interface changes are breaking changes, the changes are not expected to affect the majority of users as when the code attempted to serialize the `tags` property it would have failed due to the `Tags[]` type being used instead of the correct `Tags` type.
|
||||
|
||||
#### Old
|
||||
|
||||
```ts
|
||||
tags?: Tags & Tags[];
|
||||
```
|
||||
|
||||
#### New
|
||||
|
||||
```ts
|
||||
tags?: Tags;
|
||||
|
||||
```
|
||||
|
||||
#### New Offline Channel
|
||||
|
||||
This release also includes the new `offline` channel which is a new channel that is designed to support offline scenarios. The `offline` channel is designed to store telemetry items in local storage and then send them when the user comes back online.
|
||||
To take full advantage of the initial version you will need to implement your own IOfflineListener to handle situations where you may have "network" connectivity but not internet access. As the `navigator.onLine` property if available will only tell you if you have network connectivity and not internet access.
|
||||
|
||||
### Changelog
|
||||
|
||||
|
||||
- #2186 [main] offlineListener preparation
|
||||
- #2241 [Main][Task]26451789: Add Offline Support
|
||||
- #2259 [Main][Task]26694421: Add Offline Support Publish Group
|
||||
- #2267 [Main][Task]26681220: Better handle timers in offline channel
|
||||
- #2028 [BUG] AI (Internal): 72 tracking
|
||||
- Sets the default value for the `disableUserInitMessage` to `true` (was previously false since adding)
|
||||
- #2193 [main] Add extra config in sender to let users define transports type
|
||||
- #2200 [main] [doc] Highlight an issue with the default UMD module format when loading from the CDN into an environment that may have require.js
|
||||
- #2208 [Main][Task]26079397: Add disableBeaconSplit sender config and fix potential duplicated events during unload/fallback sender
|
||||
- #2236 [Main][Task]26396663: Set default disableBeaconSplit to true
|
||||
- #2204 [BUG] Beacon sender reports error for success when diagnostics are enabled
|
||||
- #2214 [main] Merge Release-3.0 to main
|
||||
- #2221 [main] Fixup the ci.yml to address internal hash changes between different node versions
|
||||
- #2216 [Main][Task]26138416: Fix FetchKeepAliveSender send duplicated events during unload
|
||||
- #2228 [main] minor release preparation
|
||||
- #2229 [main] [doc] add requireJs problem in SdkLoadFailure.md
|
||||
- #2132 [BUG] Submitting NaN via trackEvent results in HTTP 400 Error Code
|
||||
- #2238 [Main] Merge release-3.0 to main
|
||||
- #2244 Internal Task: Update npm pack sequence
|
||||
- #2249 [main][1ds] Enhance Retry Policy Testing for Alignment with Collector Policy
|
||||
- #2245 [main] [snippet update] add functions to set configs of snippet
|
||||
- #2250 [main] [doc] minor comment update for avoidOptions
|
||||
- #2251 [Main][1DS][Post] Add support for the ext.metadata to NOT be included
|
||||
- #2253 [Main] Update Tests to support upcoming change in nevware21/tsutils dumpObj to better support JSON stringify and handle PURE comments
|
||||
- #2255 [main] #2225 pass customer exception id into telemetry
|
||||
- #2247 [main] [1ds-post] export add header func for auth-plugin to consume
|
||||
- #2209 [BUG] stopTrackEvent requires property values to be strings
|
||||
- #2268 [main] Add example of how to use stopTrackEvent #2209
|
||||
- #2270 [main] correct types define for stopTrackEvent and stopTrackPage for #2209
|
||||
- #2258 [BUG] ITelemetryItem uses intersection type instead of union type for tags property
|
||||
- #2269 [main] **[Possible Break]** Removed Tags[] from ITelemetryItem as this was breaking later versions of TypeScript by using the intersection type instead of union type for tags property
|
||||
- #2272 [release 3.0.8] Fix channel test
|
||||
- #2271 Cherry-pick from release-3.0 branch
|
||||
- [Release-3.0] [Release] Increase version to 3.0.8 ([Release-3.0] [Release] Increase version to 3.0.8 #2264)
|
||||
- [Release-3.0] Update namespaced types (DTS) generation to include referenced bundles
|
||||
|
||||
|
||||
## 3.0.8 (Feb, 7th, 2024)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/1ds-post-js",
|
||||
"version": "4.0.6",
|
||||
"version": "4.1.0",
|
||||
"description": "Microsoft Application Insights JavaScript SDK - 1ds-post-channel-js",
|
||||
"author": "Microsoft Application Insights Team",
|
||||
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
||||
|
@ -27,7 +27,7 @@
|
|||
"dependencies": {
|
||||
"@microsoft/applicationinsights-shims": "3.0.1",
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
"@microsoft/1ds-core-js": "4.0.6",
|
||||
"@microsoft/1ds-core-js": "4.1.0",
|
||||
"@nevware21/ts-utils": ">= 0.10.5 < 2.x",
|
||||
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-channel-js",
|
||||
"version": "3.0.8",
|
||||
"version": "3.1.0",
|
||||
"description": "Microsoft Application Insights JavaScript SDK Channel",
|
||||
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
||||
"author": "Microsoft Application Insights Team",
|
||||
|
@ -53,8 +53,8 @@
|
|||
"dependencies": {
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
"@microsoft/applicationinsights-shims": "3.0.1",
|
||||
"@microsoft/applicationinsights-core-js": "3.0.8",
|
||||
"@microsoft/applicationinsights-common": "3.0.8",
|
||||
"@microsoft/applicationinsights-core-js": "3.1.0",
|
||||
"@microsoft/applicationinsights-common": "3.1.0",
|
||||
"@nevware21/ts-utils": ">= 0.10.5 < 2.x",
|
||||
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-offlinechannel-js",
|
||||
"version": "0.0.1",
|
||||
"version": "0.1.0",
|
||||
"description": "Microsoft Application Insights JavaScript SDK Offline Channel",
|
||||
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
||||
"author": "Microsoft Application Insights Team",
|
||||
|
@ -28,8 +28,8 @@
|
|||
"dependencies": {
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
"@microsoft/applicationinsights-shims": "3.0.1",
|
||||
"@microsoft/applicationinsights-core-js": "3.0.8",
|
||||
"@microsoft/applicationinsights-common": "3.0.8",
|
||||
"@microsoft/applicationinsights-core-js": "3.1.0",
|
||||
"@microsoft/applicationinsights-common": "3.1.0",
|
||||
"@nevware21/ts-utils": ">= 0.10.5 < 2.x",
|
||||
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-teechannel-js",
|
||||
"version": "3.0.8",
|
||||
"version": "3.1.0",
|
||||
"description": "Microsoft Application Insights JavaScript SDK Tee Channel",
|
||||
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
||||
"author": "Microsoft Application Insights Team",
|
||||
|
@ -54,8 +54,8 @@
|
|||
"dependencies": {
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
"@microsoft/applicationinsights-shims": "3.0.1",
|
||||
"@microsoft/applicationinsights-core-js": "3.0.8",
|
||||
"@microsoft/applicationinsights-common": "3.0.8",
|
||||
"@microsoft/applicationinsights-core-js": "3.1.0",
|
||||
"@microsoft/applicationinsights-common": "3.1.0",
|
||||
"@nevware21/ts-utils": ">= 0.10.5 < 2.x",
|
||||
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
|
||||
},
|
||||
|
|
|
@ -596,7 +596,7 @@
|
|||
"node_modules/@rush-temp/1ds-core-js": {
|
||||
"version": "0.0.0",
|
||||
"resolved": "file:projects/1ds-core-js.tgz",
|
||||
"integrity": "sha512-ZeSiJsAttsfeFoxG3C1E0FM1eSX9sHS+TQkngmucJdFRMVzMEqjuBXcO7omCxLFSiR0icM24Ml00MHiUMS+4rw==",
|
||||
"integrity": "sha512-+Rp3+Q5qrwMulvSnIjTGyee17CWnGzngXhXRgpBXYyH5SXlOb6kixmO82Pi5LlpJtDbek2IcWvwNcThVJTTSIg==",
|
||||
"dependencies": {
|
||||
"@microsoft/api-extractor": "^7.40.0",
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
|
@ -624,7 +624,7 @@
|
|||
"node_modules/@rush-temp/1ds-post-js": {
|
||||
"version": "0.0.0",
|
||||
"resolved": "file:projects/1ds-post-js.tgz",
|
||||
"integrity": "sha512-eRGdCLw+7Ri0wwqRdow5Qk9+8R47SMpEuy5vTGzsuXXqbNk+hjA0e7FmAhtojgZnObpKD0h1TTKhVIyxtvFOFg==",
|
||||
"integrity": "sha512-e54DeNKuvqoMOrSzOLdEsnQAIgTTFRBkVIWDry47OZ+1jFufYMndIG37DGtQcnFqCVxF/LyGyzS1gLk35fq79Q==",
|
||||
"dependencies": {
|
||||
"@microsoft/api-extractor": "^7.40.0",
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
|
@ -672,7 +672,7 @@
|
|||
"node_modules/@rush-temp/applicationinsights-analytics-js": {
|
||||
"version": "0.0.0",
|
||||
"resolved": "file:projects/applicationinsights-analytics-js.tgz",
|
||||
"integrity": "sha512-XqOUUwmmtxWA9Rw7ZEW3QhkIQ9hrPZYfsoRtuYLh/JZyRfhgMGCwf7uh75LIhXA336TUNRLeqgxE6In5dBJrHA==",
|
||||
"integrity": "sha512-8ftO5gMPyd6kBRPq/P3jeUqJ3RzjigFt9iUTIXtM7Yg/lIuCmNHcyOqWxj76PD5ewY+CEGGBlpvaneBxVSe2VQ==",
|
||||
"dependencies": {
|
||||
"@microsoft/api-extractor": "^7.40.0",
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
|
@ -700,7 +700,7 @@
|
|||
"node_modules/@rush-temp/applicationinsights-cfgsync-js": {
|
||||
"version": "0.0.0",
|
||||
"resolved": "file:projects/applicationinsights-cfgsync-js.tgz",
|
||||
"integrity": "sha512-XrwwzHhpr4cuAQXh7dZwnR1RE0hKBSiQ4xFRbNmy571oDSpd3nfm2kkfJikuMnlzhMYvMEY7fH2Bk9nxOBFJVg==",
|
||||
"integrity": "sha512-wzf89jeHK3x6bqVUXXoUt5nwd3N9WhGj8xD5HGZWYDJws2LStUy97Ny/7ug502yW9eWsbc2piQW4nLi7a79YZw==",
|
||||
"dependencies": {
|
||||
"@microsoft/api-extractor": "^7.40.0",
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
|
@ -729,7 +729,7 @@
|
|||
"node_modules/@rush-temp/applicationinsights-channel-js": {
|
||||
"version": "0.0.0",
|
||||
"resolved": "file:projects/applicationinsights-channel-js.tgz",
|
||||
"integrity": "sha512-Qz8H96QbCPLyvvB1JrdDDkwt6AihKJH/mLGxXQ0J79UaTsDoBGd1U8jiw4VQASTtlJAdqaDmTcTdkse5EzfD+w==",
|
||||
"integrity": "sha512-9RUUDr2Z5CSfLxIgDB1C9xxZ7y2F2BknJmIZJ2hwpTJ5UOj8xuMoy9c+im1Pwaon0BCNsXsix9HF8zY6UhpcmQ==",
|
||||
"dependencies": {
|
||||
"@microsoft/api-extractor": "^7.40.0",
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
|
@ -756,7 +756,7 @@
|
|||
"node_modules/@rush-temp/applicationinsights-chrome-debug-extension": {
|
||||
"version": "0.0.0",
|
||||
"resolved": "file:projects/applicationinsights-chrome-debug-extension.tgz",
|
||||
"integrity": "sha512-RnZRuCo7lrfUI4wshykTw5V5nZsH0vDZE+GSry92Gft0Eb+RrqyT9FtoqNBc8rB47ANFVpVGm0IQy3rJ8QO6nA==",
|
||||
"integrity": "sha512-afyv/b37iETy3uEBdB61VDwBxFDJ5t9FfTVNbHzxQipI4O3ez4Rtb94qXRbmi0aCGICKSdJSMk45+GaMOwsUdQ==",
|
||||
"dependencies": {
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
"@nevware21/grunt-eslint-ts": "^0.2.2",
|
||||
|
@ -790,7 +790,7 @@
|
|||
"node_modules/@rush-temp/applicationinsights-clickanalytics-js": {
|
||||
"version": "0.0.0",
|
||||
"resolved": "file:projects/applicationinsights-clickanalytics-js.tgz",
|
||||
"integrity": "sha512-mCxTwPWtE+mjI8qZ7r7FKRcCOtEkTZmCR5tZM6nmU+5diZs9VTr3Ul/itBlloVmw5d63z80DLHZHCEsOZgtzxA==",
|
||||
"integrity": "sha512-KInN4dcPpFeJk3bbswJgSlxkZ5d/vhZTzRfy5vuEXxX5xP8qziZi4CcgklYjie4q9GtwRHSubjW1LGSaoz76pA==",
|
||||
"dependencies": {
|
||||
"@microsoft/api-extractor": "^7.40.0",
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
|
@ -815,7 +815,7 @@
|
|||
"node_modules/@rush-temp/applicationinsights-common": {
|
||||
"version": "0.0.0",
|
||||
"resolved": "file:projects/applicationinsights-common.tgz",
|
||||
"integrity": "sha512-K8lU5ZcbOWIGBnfNsfu/+qw74aY+OGp/4aV4spe4KvXzQ6UGkkSyifV5fSWbMYtQ1YPcw1MV2IMBgGZVwog7Kw==",
|
||||
"integrity": "sha512-kM/+vV/1mvVN0z/+hzkp71ugyoI9fgMQezdPKaHYKhP5FnYYPSR5FwqLbrs/DtBWSD8VzWL7dohkErmUE5Xaow==",
|
||||
"dependencies": {
|
||||
"@microsoft/api-extractor": "^7.40.0",
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
|
@ -870,7 +870,7 @@
|
|||
"node_modules/@rush-temp/applicationinsights-debugplugin-js": {
|
||||
"version": "0.0.0",
|
||||
"resolved": "file:projects/applicationinsights-debugplugin-js.tgz",
|
||||
"integrity": "sha512-5/Co9/N5bqv4Uv4/K7C52Ck86LbZ/w6b1tSTjUrG9Ubz/vcErHbgq4lm+SAgva2fquFSjpyeoO0EDtk9zy5sbQ==",
|
||||
"integrity": "sha512-2hgMBoBuyWZuScNK+4rYCWImIdhjKGQJGt24DBCxEfm2rQvcCtl9SMBPTLImrlX/976wSd/F95I2WOo/klfyzw==",
|
||||
"dependencies": {
|
||||
"@microsoft/api-extractor": "^7.40.0",
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
|
@ -895,7 +895,7 @@
|
|||
"node_modules/@rush-temp/applicationinsights-dependencies-js": {
|
||||
"version": "0.0.0",
|
||||
"resolved": "file:projects/applicationinsights-dependencies-js.tgz",
|
||||
"integrity": "sha512-SU8cWwvzuuQeIrm/K5aAiIqT/hfjpRHU2xESWOcyZaj9hThy5eKbm7tcMfNEbzbYm/TGebeNeO6Qfk+ymh9OLw==",
|
||||
"integrity": "sha512-MjmR3y+Oe7UehtEV32tVryAx+QYaf7p5SJyffum0R0x7F03getPNMt+qVY6r5RTCmP8DzIw+qoAGE5J7CLSRnQ==",
|
||||
"dependencies": {
|
||||
"@microsoft/api-extractor": "^7.40.0",
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
|
@ -923,7 +923,7 @@
|
|||
"node_modules/@rush-temp/applicationinsights-example-aisku": {
|
||||
"version": "0.0.0",
|
||||
"resolved": "file:projects/applicationinsights-example-aisku.tgz",
|
||||
"integrity": "sha512-ojzYfRtbxRFBy49Klzyva6ClrLliWfMV97xVzWPCSDmnWx/NksCH7PWYTF3T034e2VtimW3ViHZ4BCs6lx+EWg==",
|
||||
"integrity": "sha512-R7BQcxucvG6qJ9W5CfnPEt0y952Aa8Ym6jUvAxG1hmZU6Zu89+H6DDDv9zcPpGN8ZIjr35kBARhkVSNF43S1uA==",
|
||||
"dependencies": {
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
"@nevware21/ts-utils": ">= 0.10.5 < 2.x",
|
||||
|
@ -941,7 +941,7 @@
|
|||
"node_modules/@rush-temp/applicationinsights-example-cfgsync": {
|
||||
"version": "0.0.0",
|
||||
"resolved": "file:projects/applicationinsights-example-cfgsync.tgz",
|
||||
"integrity": "sha512-7UMx9Gu6msbgMOEV4d9jRXqO2KxIERjLV/Hvuy5b6mm0/Q/29UidKV8ZrZkp7Vva2qsb3KHY1xy4OvvUsGmvWA==",
|
||||
"integrity": "sha512-FJfc8SwYqe9hgC/FTc/X10FtT0eYxwwIQW8NucseoKDwonrwgom3gKu7ijBOVhabr9OIFbHM9Bzv1vHr2LICzQ==",
|
||||
"dependencies": {
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
"@nevware21/grunt-eslint-ts": "^0.2.2",
|
||||
|
@ -967,7 +967,7 @@
|
|||
"node_modules/@rush-temp/applicationinsights-example-dependencies": {
|
||||
"version": "0.0.0",
|
||||
"resolved": "file:projects/applicationinsights-example-dependencies.tgz",
|
||||
"integrity": "sha512-pE++EBZ6eQaBXKZluOGGV/a8PmNiwayBXSdppe4KKrHpTMLwtgXqzlKFaVfiNyXFWlPGHh52uIadcEaKQYr5vQ==",
|
||||
"integrity": "sha512-BIQfZgEruTnKKbdlWi82QdDK7LS+xDny8KBtgETzv+lxanSuXchvH/YiAiOFBqlAAazOiWd4KPn/hVGuciOz9g==",
|
||||
"dependencies": {
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
"@nevware21/ts-utils": ">= 0.10.5 < 2.x",
|
||||
|
@ -985,7 +985,7 @@
|
|||
"node_modules/@rush-temp/applicationinsights-example-shared-worker": {
|
||||
"version": "0.0.0",
|
||||
"resolved": "file:projects/applicationinsights-example-shared-worker.tgz",
|
||||
"integrity": "sha512-5rapNQLTukMBhWHN6S3yUsbyQ2a3j/60VgThf+CffQCZNOy1D/up+3NzHodp++TruZWTTXcmhcWXIPKh7Qtf8A==",
|
||||
"integrity": "sha512-xATlMEayFxNOOm+q6F746N+IZ6wwl2qi1Kz2gpZXjm42XUKo0/Ozybqjupx9CdINjusI+ACE3iJ3YyzA+5McKA==",
|
||||
"dependencies": {
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
"@nevware21/grunt-eslint-ts": "^0.2.2",
|
||||
|
@ -1020,7 +1020,7 @@
|
|||
"node_modules/@rush-temp/applicationinsights-offlinechannel-js": {
|
||||
"version": "0.0.0",
|
||||
"resolved": "file:projects/applicationinsights-offlinechannel-js.tgz",
|
||||
"integrity": "sha512-dC8ZmIhpbdZFCBZdAtIrCU13CrOP+z8uXEtpGaXSAxr1gN26KM616DCa7gpcMBPyWXsfWfQwF7enoqj4MHq3WA==",
|
||||
"integrity": "sha512-E8EuA/emJ7nkNjqst8uCjVG85kWYUwVE05GGPfjKMdIsU7bJv7JprvKVhNmYUZsGe270rvMu3qCQGB5JZHE7hQ==",
|
||||
"dependencies": {
|
||||
"@microsoft/api-extractor": "^7.40.0",
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
|
@ -1047,7 +1047,7 @@
|
|||
"node_modules/@rush-temp/applicationinsights-perfmarkmeasure-js": {
|
||||
"version": "0.0.0",
|
||||
"resolved": "file:projects/applicationinsights-perfmarkmeasure-js.tgz",
|
||||
"integrity": "sha512-eEiD8eXTgMaScA3BOXK9qWhYh1MW6crywLVEz7luPhU2rcKycfwSiQWDbPRwdXxUcJqRx5aOxCylydWqrTDXYg==",
|
||||
"integrity": "sha512-wNo+k84DICt0vfYf8wLaYurbLxWZkqqGarX7L/XRghpAMRgHXko/VEeKlVfatFs0iWpXw5z9RJTJTh0uJvYdKw==",
|
||||
"dependencies": {
|
||||
"@microsoft/api-extractor": "^7.40.0",
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
|
@ -1072,7 +1072,7 @@
|
|||
"node_modules/@rush-temp/applicationinsights-properties-js": {
|
||||
"version": "0.0.0",
|
||||
"resolved": "file:projects/applicationinsights-properties-js.tgz",
|
||||
"integrity": "sha512-kvgvxqOcZ0X8ovUvQ399bB+tXvVeQyDDe2cSVIKP8hbF3GQNY2WvwP5b2DFp5eB2W6sPqGp7fR7Re6KdkMtHNg==",
|
||||
"integrity": "sha512-+V9MzkpsyM/CGVZO6tgkP196kFiah2a/htS33RX5QzjmmDtb4hhLYebKgAKYMKcsE/wUFekpYT0not04YTvyww==",
|
||||
"dependencies": {
|
||||
"@microsoft/api-extractor": "^7.40.0",
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
|
@ -1167,7 +1167,7 @@
|
|||
"node_modules/@rush-temp/applicationinsights-teechannel-js": {
|
||||
"version": "0.0.0",
|
||||
"resolved": "file:projects/applicationinsights-teechannel-js.tgz",
|
||||
"integrity": "sha512-7QFmaJWTrNnYaY2QSR2OWVk02b/ItItqR5tBsDU33ruix14gFBOQcUniVmjzE9bQuGYlXcLwUT2dVnYFCp2V4A==",
|
||||
"integrity": "sha512-bxeVQYGur7+lX+M8SgaRt/kMISDbOpJlIfuWYa/E9Tkq5d5uwRJNKHboeeyE90JESaDhaCbeuKet7go8xBNvaA==",
|
||||
"dependencies": {
|
||||
"@microsoft/api-extractor": "^7.40.0",
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
|
@ -1194,7 +1194,7 @@
|
|||
"node_modules/@rush-temp/applicationinsights-test-module-type-check": {
|
||||
"version": "0.0.0",
|
||||
"resolved": "file:projects/applicationinsights-test-module-type-check.tgz",
|
||||
"integrity": "sha512-xmMe/0+T3wigYeRpLCjuDZMaFYvnnffS/Pyb3jTA5GL33dOYHU4g0ENVMHHTdTVWwsWso7TlGyaYvrlBmEyWRw==",
|
||||
"integrity": "sha512-pGSigpZomq6oUQHL9jair68+wa6nvMAbyUV9xDwAxkTUax7CDcpEcPCYoX5S0AkLp8dTFbVnb23T+kr5ElcAgA==",
|
||||
"dependencies": {
|
||||
"tslib": "*",
|
||||
"typescript": "^4.9.3"
|
||||
|
@ -1203,7 +1203,7 @@
|
|||
"node_modules/@rush-temp/applicationinsights-web": {
|
||||
"version": "0.0.0",
|
||||
"resolved": "file:projects/applicationinsights-web.tgz",
|
||||
"integrity": "sha512-KIsZYQstSgyvuvb9SYfb73wE1xoH4GA/v6UfRIY6Awg8dGjN22D/9NNtBBGcxbp04t9faoNvco4CkeGAKRmlRA==",
|
||||
"integrity": "sha512-nkwDG12IO7dPIIP71aPjKKWP+a1qiSauYYL9preQvC7/OM3AhTceFMCRXZTmAr78/bbowHtZ2qxTxZf1Kx8VoA==",
|
||||
"dependencies": {
|
||||
"@microsoft/api-extractor": "^7.40.0",
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
|
@ -1235,7 +1235,7 @@
|
|||
"node_modules/@rush-temp/applicationinsights-web-basic": {
|
||||
"version": "0.0.0",
|
||||
"resolved": "file:projects/applicationinsights-web-basic.tgz",
|
||||
"integrity": "sha512-BQIR5564NIurd+4AH4911wXdFlWqEbb1RivLDtfmGKNjedgFj/0n0NrRAOiVlwYDoA9OI9HdGIipoPyWvVpaAQ==",
|
||||
"integrity": "sha512-AQn7rW/TDtl7zJuOj4Cg+XQiXUevTZgQ4ZrPxSE9bAJVA3HDyOHIZo7dm5MVqXfhoisHCYwoT7MozVyr//Wp0Q==",
|
||||
"dependencies": {
|
||||
"@microsoft/api-extractor": "^7.40.0",
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
|
@ -1267,7 +1267,7 @@
|
|||
"node_modules/@rush-temp/applicationinsights-web-snippet": {
|
||||
"version": "0.0.0",
|
||||
"resolved": "file:projects/applicationinsights-web-snippet.tgz",
|
||||
"integrity": "sha512-rEl3y3npmHFW5G4f+lC9x9jP1OshQbfITO3Y1ZAuFgB6id7y9j7S/qiklGsCTocq6pG4MNrOWIusnIOeLAbTuQ==",
|
||||
"integrity": "sha512-Lvyp+YJwULXJLP+Jc1Rhnwd1v6KZp1amlsHU9KGjHhrNvS1Bhl2lpe04Pn+jA5Bh5R+jmLAzgD17weFxPkaTxA==",
|
||||
"dependencies": {
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
"@nevware21/grunt-eslint-ts": "^0.2.2",
|
||||
|
@ -2059,9 +2059,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/browserslist": {
|
||||
"version": "4.22.3",
|
||||
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.3.tgz",
|
||||
"integrity": "sha512-UAp55yfwNv0klWNapjs/ktHoguxuQNGnOzxYmfnXIS+8AsRDZkSDxg7R1AX3GKzn078SBI5dzwzj/Yx0Or0e3A==",
|
||||
"version": "4.23.0",
|
||||
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz",
|
||||
"integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "opencollective",
|
||||
|
@ -2077,8 +2077,8 @@
|
|||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"caniuse-lite": "^1.0.30001580",
|
||||
"electron-to-chromium": "^1.4.648",
|
||||
"caniuse-lite": "^1.0.30001587",
|
||||
"electron-to-chromium": "^1.4.668",
|
||||
"node-releases": "^2.0.14",
|
||||
"update-browserslist-db": "^1.0.13"
|
||||
},
|
||||
|
@ -2563,9 +2563,9 @@
|
|||
"integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow=="
|
||||
},
|
||||
"node_modules/electron-to-chromium": {
|
||||
"version": "1.4.667",
|
||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.667.tgz",
|
||||
"integrity": "sha512-66L3pLlWhTNVUhnmSA5+qDM3fwnXsM6KAqE36e2w4KN0g6pkEtlT5bs41FQtQwVwKnfhNBXiWRLPs30HSxd7Kw=="
|
||||
"version": "1.4.669",
|
||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.669.tgz",
|
||||
"integrity": "sha512-E2SmpffFPrZhBSgf8ibqanRS2mpuk3FIRDzLDwt7WFpfgJMKDHJs0hmacyP0PS1cWsq0dVkwIIzlscNaterkPg=="
|
||||
},
|
||||
"node_modules/encodeurl": {
|
||||
"version": "1.0.2",
|
||||
|
@ -2684,9 +2684,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/eslint-plugin-security": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-security/-/eslint-plugin-security-2.1.0.tgz",
|
||||
"integrity": "sha512-ywxclP954bf8d3gr6KOQ/AFc+PRvWuhOxtPOEtiHmVYiZr/mcgQtmSJq6+hTEXC5ylTjHnPPG+PEnzlDiWMXbQ==",
|
||||
"version": "2.1.1",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-security/-/eslint-plugin-security-2.1.1.tgz",
|
||||
"integrity": "sha512-7cspIGj7WTfR3EhaILzAPcfCo5R9FbeWvbgsPYWivSurTBKW88VQxtP3c4aWMG9Hz/GfJlJVdXEJ3c8LqS+u2w==",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"safe-regex": "^2.1.1"
|
||||
|
@ -6703,7 +6703,7 @@
|
|||
},
|
||||
"@rush-temp/1ds-core-js": {
|
||||
"version": "file:projects\\1ds-core-js.tgz",
|
||||
"integrity": "sha512-ZeSiJsAttsfeFoxG3C1E0FM1eSX9sHS+TQkngmucJdFRMVzMEqjuBXcO7omCxLFSiR0icM24Ml00MHiUMS+4rw==",
|
||||
"integrity": "sha512-+Rp3+Q5qrwMulvSnIjTGyee17CWnGzngXhXRgpBXYyH5SXlOb6kixmO82Pi5LlpJtDbek2IcWvwNcThVJTTSIg==",
|
||||
"requires": {
|
||||
"@microsoft/api-extractor": "^7.40.0",
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
|
@ -6730,7 +6730,7 @@
|
|||
},
|
||||
"@rush-temp/1ds-post-js": {
|
||||
"version": "file:projects\\1ds-post-js.tgz",
|
||||
"integrity": "sha512-eRGdCLw+7Ri0wwqRdow5Qk9+8R47SMpEuy5vTGzsuXXqbNk+hjA0e7FmAhtojgZnObpKD0h1TTKhVIyxtvFOFg==",
|
||||
"integrity": "sha512-e54DeNKuvqoMOrSzOLdEsnQAIgTTFRBkVIWDry47OZ+1jFufYMndIG37DGtQcnFqCVxF/LyGyzS1gLk35fq79Q==",
|
||||
"requires": {
|
||||
"@microsoft/api-extractor": "^7.40.0",
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
|
@ -6776,7 +6776,7 @@
|
|||
},
|
||||
"@rush-temp/applicationinsights-analytics-js": {
|
||||
"version": "file:projects\\applicationinsights-analytics-js.tgz",
|
||||
"integrity": "sha512-XqOUUwmmtxWA9Rw7ZEW3QhkIQ9hrPZYfsoRtuYLh/JZyRfhgMGCwf7uh75LIhXA336TUNRLeqgxE6In5dBJrHA==",
|
||||
"integrity": "sha512-8ftO5gMPyd6kBRPq/P3jeUqJ3RzjigFt9iUTIXtM7Yg/lIuCmNHcyOqWxj76PD5ewY+CEGGBlpvaneBxVSe2VQ==",
|
||||
"requires": {
|
||||
"@microsoft/api-extractor": "^7.40.0",
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
|
@ -6803,7 +6803,7 @@
|
|||
},
|
||||
"@rush-temp/applicationinsights-cfgsync-js": {
|
||||
"version": "file:projects\\applicationinsights-cfgsync-js.tgz",
|
||||
"integrity": "sha512-XrwwzHhpr4cuAQXh7dZwnR1RE0hKBSiQ4xFRbNmy571oDSpd3nfm2kkfJikuMnlzhMYvMEY7fH2Bk9nxOBFJVg==",
|
||||
"integrity": "sha512-wzf89jeHK3x6bqVUXXoUt5nwd3N9WhGj8xD5HGZWYDJws2LStUy97Ny/7ug502yW9eWsbc2piQW4nLi7a79YZw==",
|
||||
"requires": {
|
||||
"@microsoft/api-extractor": "^7.40.0",
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
|
@ -6831,7 +6831,7 @@
|
|||
},
|
||||
"@rush-temp/applicationinsights-channel-js": {
|
||||
"version": "file:projects\\applicationinsights-channel-js.tgz",
|
||||
"integrity": "sha512-Qz8H96QbCPLyvvB1JrdDDkwt6AihKJH/mLGxXQ0J79UaTsDoBGd1U8jiw4VQASTtlJAdqaDmTcTdkse5EzfD+w==",
|
||||
"integrity": "sha512-9RUUDr2Z5CSfLxIgDB1C9xxZ7y2F2BknJmIZJ2hwpTJ5UOj8xuMoy9c+im1Pwaon0BCNsXsix9HF8zY6UhpcmQ==",
|
||||
"requires": {
|
||||
"@microsoft/api-extractor": "^7.40.0",
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
|
@ -6857,7 +6857,7 @@
|
|||
},
|
||||
"@rush-temp/applicationinsights-chrome-debug-extension": {
|
||||
"version": "file:projects\\applicationinsights-chrome-debug-extension.tgz",
|
||||
"integrity": "sha512-RnZRuCo7lrfUI4wshykTw5V5nZsH0vDZE+GSry92Gft0Eb+RrqyT9FtoqNBc8rB47ANFVpVGm0IQy3rJ8QO6nA==",
|
||||
"integrity": "sha512-afyv/b37iETy3uEBdB61VDwBxFDJ5t9FfTVNbHzxQipI4O3ez4Rtb94qXRbmi0aCGICKSdJSMk45+GaMOwsUdQ==",
|
||||
"requires": {
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
"@nevware21/grunt-eslint-ts": "^0.2.2",
|
||||
|
@ -6890,7 +6890,7 @@
|
|||
},
|
||||
"@rush-temp/applicationinsights-clickanalytics-js": {
|
||||
"version": "file:projects\\applicationinsights-clickanalytics-js.tgz",
|
||||
"integrity": "sha512-mCxTwPWtE+mjI8qZ7r7FKRcCOtEkTZmCR5tZM6nmU+5diZs9VTr3Ul/itBlloVmw5d63z80DLHZHCEsOZgtzxA==",
|
||||
"integrity": "sha512-KInN4dcPpFeJk3bbswJgSlxkZ5d/vhZTzRfy5vuEXxX5xP8qziZi4CcgklYjie4q9GtwRHSubjW1LGSaoz76pA==",
|
||||
"requires": {
|
||||
"@microsoft/api-extractor": "^7.40.0",
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
|
@ -6914,7 +6914,7 @@
|
|||
},
|
||||
"@rush-temp/applicationinsights-common": {
|
||||
"version": "file:projects\\applicationinsights-common.tgz",
|
||||
"integrity": "sha512-K8lU5ZcbOWIGBnfNsfu/+qw74aY+OGp/4aV4spe4KvXzQ6UGkkSyifV5fSWbMYtQ1YPcw1MV2IMBgGZVwog7Kw==",
|
||||
"integrity": "sha512-kM/+vV/1mvVN0z/+hzkp71ugyoI9fgMQezdPKaHYKhP5FnYYPSR5FwqLbrs/DtBWSD8VzWL7dohkErmUE5Xaow==",
|
||||
"requires": {
|
||||
"@microsoft/api-extractor": "^7.40.0",
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
|
@ -6967,7 +6967,7 @@
|
|||
},
|
||||
"@rush-temp/applicationinsights-debugplugin-js": {
|
||||
"version": "file:projects\\applicationinsights-debugplugin-js.tgz",
|
||||
"integrity": "sha512-5/Co9/N5bqv4Uv4/K7C52Ck86LbZ/w6b1tSTjUrG9Ubz/vcErHbgq4lm+SAgva2fquFSjpyeoO0EDtk9zy5sbQ==",
|
||||
"integrity": "sha512-2hgMBoBuyWZuScNK+4rYCWImIdhjKGQJGt24DBCxEfm2rQvcCtl9SMBPTLImrlX/976wSd/F95I2WOo/klfyzw==",
|
||||
"requires": {
|
||||
"@microsoft/api-extractor": "^7.40.0",
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
|
@ -6991,7 +6991,7 @@
|
|||
},
|
||||
"@rush-temp/applicationinsights-dependencies-js": {
|
||||
"version": "file:projects\\applicationinsights-dependencies-js.tgz",
|
||||
"integrity": "sha512-SU8cWwvzuuQeIrm/K5aAiIqT/hfjpRHU2xESWOcyZaj9hThy5eKbm7tcMfNEbzbYm/TGebeNeO6Qfk+ymh9OLw==",
|
||||
"integrity": "sha512-MjmR3y+Oe7UehtEV32tVryAx+QYaf7p5SJyffum0R0x7F03getPNMt+qVY6r5RTCmP8DzIw+qoAGE5J7CLSRnQ==",
|
||||
"requires": {
|
||||
"@microsoft/api-extractor": "^7.40.0",
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
|
@ -7018,7 +7018,7 @@
|
|||
},
|
||||
"@rush-temp/applicationinsights-example-aisku": {
|
||||
"version": "file:projects\\applicationinsights-example-aisku.tgz",
|
||||
"integrity": "sha512-ojzYfRtbxRFBy49Klzyva6ClrLliWfMV97xVzWPCSDmnWx/NksCH7PWYTF3T034e2VtimW3ViHZ4BCs6lx+EWg==",
|
||||
"integrity": "sha512-R7BQcxucvG6qJ9W5CfnPEt0y952Aa8Ym6jUvAxG1hmZU6Zu89+H6DDDv9zcPpGN8ZIjr35kBARhkVSNF43S1uA==",
|
||||
"requires": {
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
"@nevware21/ts-utils": ">= 0.10.5 < 2.x",
|
||||
|
@ -7035,7 +7035,7 @@
|
|||
},
|
||||
"@rush-temp/applicationinsights-example-cfgsync": {
|
||||
"version": "file:projects\\applicationinsights-example-cfgsync.tgz",
|
||||
"integrity": "sha512-7UMx9Gu6msbgMOEV4d9jRXqO2KxIERjLV/Hvuy5b6mm0/Q/29UidKV8ZrZkp7Vva2qsb3KHY1xy4OvvUsGmvWA==",
|
||||
"integrity": "sha512-FJfc8SwYqe9hgC/FTc/X10FtT0eYxwwIQW8NucseoKDwonrwgom3gKu7ijBOVhabr9OIFbHM9Bzv1vHr2LICzQ==",
|
||||
"requires": {
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
"@nevware21/grunt-eslint-ts": "^0.2.2",
|
||||
|
@ -7060,7 +7060,7 @@
|
|||
},
|
||||
"@rush-temp/applicationinsights-example-dependencies": {
|
||||
"version": "file:projects\\applicationinsights-example-dependencies.tgz",
|
||||
"integrity": "sha512-pE++EBZ6eQaBXKZluOGGV/a8PmNiwayBXSdppe4KKrHpTMLwtgXqzlKFaVfiNyXFWlPGHh52uIadcEaKQYr5vQ==",
|
||||
"integrity": "sha512-BIQfZgEruTnKKbdlWi82QdDK7LS+xDny8KBtgETzv+lxanSuXchvH/YiAiOFBqlAAazOiWd4KPn/hVGuciOz9g==",
|
||||
"requires": {
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
"@nevware21/ts-utils": ">= 0.10.5 < 2.x",
|
||||
|
@ -7077,7 +7077,7 @@
|
|||
},
|
||||
"@rush-temp/applicationinsights-example-shared-worker": {
|
||||
"version": "file:projects\\applicationinsights-example-shared-worker.tgz",
|
||||
"integrity": "sha512-5rapNQLTukMBhWHN6S3yUsbyQ2a3j/60VgThf+CffQCZNOy1D/up+3NzHodp++TruZWTTXcmhcWXIPKh7Qtf8A==",
|
||||
"integrity": "sha512-xATlMEayFxNOOm+q6F746N+IZ6wwl2qi1Kz2gpZXjm42XUKo0/Ozybqjupx9CdINjusI+ACE3iJ3YyzA+5McKA==",
|
||||
"requires": {
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
"@nevware21/grunt-eslint-ts": "^0.2.2",
|
||||
|
@ -7110,7 +7110,7 @@
|
|||
},
|
||||
"@rush-temp/applicationinsights-offlinechannel-js": {
|
||||
"version": "file:projects\\applicationinsights-offlinechannel-js.tgz",
|
||||
"integrity": "sha512-dC8ZmIhpbdZFCBZdAtIrCU13CrOP+z8uXEtpGaXSAxr1gN26KM616DCa7gpcMBPyWXsfWfQwF7enoqj4MHq3WA==",
|
||||
"integrity": "sha512-E8EuA/emJ7nkNjqst8uCjVG85kWYUwVE05GGPfjKMdIsU7bJv7JprvKVhNmYUZsGe270rvMu3qCQGB5JZHE7hQ==",
|
||||
"requires": {
|
||||
"@microsoft/api-extractor": "^7.40.0",
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
|
@ -7136,7 +7136,7 @@
|
|||
},
|
||||
"@rush-temp/applicationinsights-perfmarkmeasure-js": {
|
||||
"version": "file:projects\\applicationinsights-perfmarkmeasure-js.tgz",
|
||||
"integrity": "sha512-eEiD8eXTgMaScA3BOXK9qWhYh1MW6crywLVEz7luPhU2rcKycfwSiQWDbPRwdXxUcJqRx5aOxCylydWqrTDXYg==",
|
||||
"integrity": "sha512-wNo+k84DICt0vfYf8wLaYurbLxWZkqqGarX7L/XRghpAMRgHXko/VEeKlVfatFs0iWpXw5z9RJTJTh0uJvYdKw==",
|
||||
"requires": {
|
||||
"@microsoft/api-extractor": "^7.40.0",
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
|
@ -7160,7 +7160,7 @@
|
|||
},
|
||||
"@rush-temp/applicationinsights-properties-js": {
|
||||
"version": "file:projects\\applicationinsights-properties-js.tgz",
|
||||
"integrity": "sha512-kvgvxqOcZ0X8ovUvQ399bB+tXvVeQyDDe2cSVIKP8hbF3GQNY2WvwP5b2DFp5eB2W6sPqGp7fR7Re6KdkMtHNg==",
|
||||
"integrity": "sha512-+V9MzkpsyM/CGVZO6tgkP196kFiah2a/htS33RX5QzjmmDtb4hhLYebKgAKYMKcsE/wUFekpYT0not04YTvyww==",
|
||||
"requires": {
|
||||
"@microsoft/api-extractor": "^7.40.0",
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
|
@ -7251,7 +7251,7 @@
|
|||
},
|
||||
"@rush-temp/applicationinsights-teechannel-js": {
|
||||
"version": "file:projects\\applicationinsights-teechannel-js.tgz",
|
||||
"integrity": "sha512-7QFmaJWTrNnYaY2QSR2OWVk02b/ItItqR5tBsDU33ruix14gFBOQcUniVmjzE9bQuGYlXcLwUT2dVnYFCp2V4A==",
|
||||
"integrity": "sha512-bxeVQYGur7+lX+M8SgaRt/kMISDbOpJlIfuWYa/E9Tkq5d5uwRJNKHboeeyE90JESaDhaCbeuKet7go8xBNvaA==",
|
||||
"requires": {
|
||||
"@microsoft/api-extractor": "^7.40.0",
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
|
@ -7277,7 +7277,7 @@
|
|||
},
|
||||
"@rush-temp/applicationinsights-test-module-type-check": {
|
||||
"version": "file:projects\\applicationinsights-test-module-type-check.tgz",
|
||||
"integrity": "sha512-xmMe/0+T3wigYeRpLCjuDZMaFYvnnffS/Pyb3jTA5GL33dOYHU4g0ENVMHHTdTVWwsWso7TlGyaYvrlBmEyWRw==",
|
||||
"integrity": "sha512-pGSigpZomq6oUQHL9jair68+wa6nvMAbyUV9xDwAxkTUax7CDcpEcPCYoX5S0AkLp8dTFbVnb23T+kr5ElcAgA==",
|
||||
"requires": {
|
||||
"tslib": "*",
|
||||
"typescript": "^4.9.3"
|
||||
|
@ -7285,7 +7285,7 @@
|
|||
},
|
||||
"@rush-temp/applicationinsights-web": {
|
||||
"version": "file:projects\\applicationinsights-web.tgz",
|
||||
"integrity": "sha512-KIsZYQstSgyvuvb9SYfb73wE1xoH4GA/v6UfRIY6Awg8dGjN22D/9NNtBBGcxbp04t9faoNvco4CkeGAKRmlRA==",
|
||||
"integrity": "sha512-nkwDG12IO7dPIIP71aPjKKWP+a1qiSauYYL9preQvC7/OM3AhTceFMCRXZTmAr78/bbowHtZ2qxTxZf1Kx8VoA==",
|
||||
"requires": {
|
||||
"@microsoft/api-extractor": "^7.40.0",
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
|
@ -7316,7 +7316,7 @@
|
|||
},
|
||||
"@rush-temp/applicationinsights-web-basic": {
|
||||
"version": "file:projects\\applicationinsights-web-basic.tgz",
|
||||
"integrity": "sha512-BQIR5564NIurd+4AH4911wXdFlWqEbb1RivLDtfmGKNjedgFj/0n0NrRAOiVlwYDoA9OI9HdGIipoPyWvVpaAQ==",
|
||||
"integrity": "sha512-AQn7rW/TDtl7zJuOj4Cg+XQiXUevTZgQ4ZrPxSE9bAJVA3HDyOHIZo7dm5MVqXfhoisHCYwoT7MozVyr//Wp0Q==",
|
||||
"requires": {
|
||||
"@microsoft/api-extractor": "^7.40.0",
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
|
@ -7346,7 +7346,7 @@
|
|||
},
|
||||
"@rush-temp/applicationinsights-web-snippet": {
|
||||
"version": "file:projects\\applicationinsights-web-snippet.tgz",
|
||||
"integrity": "sha512-rEl3y3npmHFW5G4f+lC9x9jP1OshQbfITO3Y1ZAuFgB6id7y9j7S/qiklGsCTocq6pG4MNrOWIusnIOeLAbTuQ==",
|
||||
"integrity": "sha512-Lvyp+YJwULXJLP+Jc1Rhnwd1v6KZp1amlsHU9KGjHhrNvS1Bhl2lpe04Pn+jA5Bh5R+jmLAzgD17weFxPkaTxA==",
|
||||
"requires": {
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
"@nevware21/grunt-eslint-ts": "^0.2.2",
|
||||
|
@ -7960,12 +7960,12 @@
|
|||
}
|
||||
},
|
||||
"browserslist": {
|
||||
"version": "4.22.3",
|
||||
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.3.tgz",
|
||||
"integrity": "sha512-UAp55yfwNv0klWNapjs/ktHoguxuQNGnOzxYmfnXIS+8AsRDZkSDxg7R1AX3GKzn078SBI5dzwzj/Yx0Or0e3A==",
|
||||
"version": "4.23.0",
|
||||
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz",
|
||||
"integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==",
|
||||
"requires": {
|
||||
"caniuse-lite": "^1.0.30001580",
|
||||
"electron-to-chromium": "^1.4.648",
|
||||
"caniuse-lite": "^1.0.30001587",
|
||||
"electron-to-chromium": "^1.4.668",
|
||||
"node-releases": "^2.0.14",
|
||||
"update-browserslist-db": "^1.0.13"
|
||||
}
|
||||
|
@ -8306,9 +8306,9 @@
|
|||
"integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow=="
|
||||
},
|
||||
"electron-to-chromium": {
|
||||
"version": "1.4.667",
|
||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.667.tgz",
|
||||
"integrity": "sha512-66L3pLlWhTNVUhnmSA5+qDM3fwnXsM6KAqE36e2w4KN0g6pkEtlT5bs41FQtQwVwKnfhNBXiWRLPs30HSxd7Kw=="
|
||||
"version": "1.4.669",
|
||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.669.tgz",
|
||||
"integrity": "sha512-E2SmpffFPrZhBSgf8ibqanRS2mpuk3FIRDzLDwt7WFpfgJMKDHJs0hmacyP0PS1cWsq0dVkwIIzlscNaterkPg=="
|
||||
},
|
||||
"encodeurl": {
|
||||
"version": "1.0.2",
|
||||
|
@ -8424,9 +8424,9 @@
|
|||
}
|
||||
},
|
||||
"eslint-plugin-security": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-security/-/eslint-plugin-security-2.1.0.tgz",
|
||||
"integrity": "sha512-ywxclP954bf8d3gr6KOQ/AFc+PRvWuhOxtPOEtiHmVYiZr/mcgQtmSJq6+hTEXC5ylTjHnPPG+PEnzlDiWMXbQ==",
|
||||
"version": "2.1.1",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-security/-/eslint-plugin-security-2.1.1.tgz",
|
||||
"integrity": "sha512-7cspIGj7WTfR3EhaILzAPcfCo5R9FbeWvbgsPYWivSurTBKW88VQxtP3c4aWMG9Hz/GfJlJVdXEJ3c8LqS+u2w==",
|
||||
"peer": true,
|
||||
"requires": {
|
||||
"safe-regex": "^2.1.1"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-example-aisku",
|
||||
"author": "Microsoft Application Insights Team",
|
||||
"version": "3.0.8",
|
||||
"version": "3.1.0",
|
||||
"description": "Microsoft Application Insights AISKU Example",
|
||||
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
||||
"keywords": [
|
||||
|
@ -51,11 +51,8 @@
|
|||
"dependencies": {
|
||||
"@microsoft/applicationinsights-shims": "3.0.1",
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
"@microsoft/applicationinsights-web": "3.0.8",
|
||||
"@microsoft/applicationinsights-core-js": "3.0.8",
|
||||
"@microsoft/applicationinsights-web": "3.1.0",
|
||||
"@microsoft/applicationinsights-core-js": "3.1.0",
|
||||
"@nevware21/ts-utils": ">= 0.10.5 < 2.x"
|
||||
},
|
||||
"publishConfig": {
|
||||
"tag": "example"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-example-cfgsync",
|
||||
"author": "Microsoft Application Insights Team",
|
||||
"version": "3.0.8",
|
||||
"version": "3.1.0",
|
||||
"description": "Microsoft Application Insights CfgSync Plugin Example",
|
||||
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
||||
"keywords": [
|
||||
|
@ -62,13 +62,10 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@microsoft/applicationinsights-shims": "3.0.1",
|
||||
"@microsoft/applicationinsights-cfgsync-js": "3.0.8",
|
||||
"@microsoft/applicationinsights-cfgsync-js": "3.1.0",
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
"@microsoft/applicationinsights-web": "3.0.8",
|
||||
"@microsoft/applicationinsights-core-js": "3.0.8",
|
||||
"@microsoft/applicationinsights-web": "3.1.0",
|
||||
"@microsoft/applicationinsights-core-js": "3.1.0",
|
||||
"@nevware21/ts-utils": ">= 0.10.5 < 2.x"
|
||||
},
|
||||
"publishConfig": {
|
||||
"tag": "example"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-example-dependencies",
|
||||
"author": "Microsoft Application Insights Team",
|
||||
"version": "3.0.8",
|
||||
"version": "3.1.0",
|
||||
"description": "Microsoft Application Insights Dependencies Example",
|
||||
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
||||
"keywords": [
|
||||
|
@ -51,12 +51,9 @@
|
|||
"dependencies": {
|
||||
"@microsoft/applicationinsights-shims": "3.0.1",
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
"@microsoft/applicationinsights-web": "3.0.8",
|
||||
"@microsoft/applicationinsights-dependencies-js": "3.0.8",
|
||||
"@microsoft/applicationinsights-core-js": "3.0.8",
|
||||
"@microsoft/applicationinsights-web": "3.1.0",
|
||||
"@microsoft/applicationinsights-dependencies-js": "3.1.0",
|
||||
"@microsoft/applicationinsights-core-js": "3.1.0",
|
||||
"@nevware21/ts-utils": ">= 0.10.5 < 2.x"
|
||||
},
|
||||
"publishConfig": {
|
||||
"tag": "example"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-example-shared-worker",
|
||||
"author": "Microsoft Application Insights Team",
|
||||
"version": "3.0.8",
|
||||
"version": "3.1.0",
|
||||
"description": "Microsoft Application Insights Shared Worker Example",
|
||||
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
||||
"keywords": [
|
||||
|
@ -63,12 +63,9 @@
|
|||
"dependencies": {
|
||||
"@microsoft/applicationinsights-shims": "3.0.1",
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
"@microsoft/applicationinsights-web": "3.0.8",
|
||||
"@microsoft/applicationinsights-web-snippet": "1.1.6",
|
||||
"@microsoft/applicationinsights-core-js": "3.0.8",
|
||||
"@microsoft/applicationinsights-web": "3.1.0",
|
||||
"@microsoft/applicationinsights-web-snippet": "1.1.0",
|
||||
"@microsoft/applicationinsights-core-js": "3.1.0",
|
||||
"@nevware21/ts-utils": ">= 0.10.5 < 2.x"
|
||||
},
|
||||
"publishConfig": {
|
||||
"tag": "example"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-analytics-js",
|
||||
"version": "3.0.8",
|
||||
"version": "3.1.0",
|
||||
"description": "Microsoft Application Insights JavaScript SDK - Web Analytics",
|
||||
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
||||
"author": "Microsoft Application Insights Team",
|
||||
|
@ -32,8 +32,8 @@
|
|||
"@microsoft/ai-test-framework": "0.0.1",
|
||||
"@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
|
||||
"@microsoft/applicationinsights-rollup-es5": "1.0.2",
|
||||
"@microsoft/applicationinsights-properties-js": "3.0.8",
|
||||
"@microsoft/applicationinsights-channel-js": "3.0.8",
|
||||
"@microsoft/applicationinsights-properties-js": "3.1.0",
|
||||
"@microsoft/applicationinsights-channel-js": "3.1.0",
|
||||
"@microsoft/api-extractor": "^7.40.0",
|
||||
"typescript": "^4.9.3",
|
||||
"tslib": "^2.0.0",
|
||||
|
@ -60,8 +60,8 @@
|
|||
"dependencies": {
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
"@microsoft/applicationinsights-shims": "3.0.1",
|
||||
"@microsoft/applicationinsights-core-js": "3.0.8",
|
||||
"@microsoft/applicationinsights-common": "3.0.8",
|
||||
"@microsoft/applicationinsights-core-js": "3.1.0",
|
||||
"@microsoft/applicationinsights-common": "3.1.0",
|
||||
"@nevware21/ts-utils": ">= 0.10.5 < 2.x"
|
||||
},
|
||||
"license": "MIT"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-cfgsync-js",
|
||||
"version": "3.0.8",
|
||||
"version": "3.1.0",
|
||||
"description": "Microsoft Application Insights CfgSync Plugin",
|
||||
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
||||
"author": "Microsoft Application Insights Team",
|
||||
|
@ -57,8 +57,8 @@
|
|||
"dependencies": {
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
"@microsoft/applicationinsights-shims": "3.0.1",
|
||||
"@microsoft/applicationinsights-core-js": "3.0.8",
|
||||
"@microsoft/applicationinsights-common": "3.0.8",
|
||||
"@microsoft/applicationinsights-core-js": "3.1.0",
|
||||
"@microsoft/applicationinsights-common": "3.1.0",
|
||||
"@nevware21/ts-utils": ">= 0.10.5 < 2.x",
|
||||
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-clickanalytics-js",
|
||||
"version": "3.0.8",
|
||||
"version": "3.1.0",
|
||||
"description": "Microsoft Application Insights Click Analytics extension",
|
||||
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
||||
"author": "Microsoft Application Insights Team",
|
||||
|
@ -51,9 +51,9 @@
|
|||
"dependencies": {
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
"@microsoft/applicationinsights-shims": "3.0.1",
|
||||
"@microsoft/applicationinsights-core-js": "3.0.8",
|
||||
"@microsoft/applicationinsights-common": "3.0.8",
|
||||
"@microsoft/applicationinsights-properties-js": "3.0.8",
|
||||
"@microsoft/applicationinsights-core-js": "3.1.0",
|
||||
"@microsoft/applicationinsights-common": "3.1.0",
|
||||
"@microsoft/applicationinsights-properties-js": "3.1.0",
|
||||
"@nevware21/ts-utils": ">= 0.10.5 < 2.x"
|
||||
},
|
||||
"repository": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-debugplugin-js",
|
||||
"version": "3.0.8",
|
||||
"version": "3.1.0",
|
||||
"description": "Microsoft Application Insights JavaScript SDK - Debug Plugin extension",
|
||||
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
||||
"author": "Microsoft Application Insights Team",
|
||||
|
@ -52,8 +52,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
"@microsoft/applicationinsights-common": "3.0.8",
|
||||
"@microsoft/applicationinsights-core-js": "3.0.8",
|
||||
"@microsoft/applicationinsights-common": "3.1.0",
|
||||
"@microsoft/applicationinsights-core-js": "3.1.0",
|
||||
"@microsoft/applicationinsights-shims": "3.0.1",
|
||||
"@nevware21/ts-utils": ">= 0.10.5 < 2.x"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-dependencies-js",
|
||||
"version": "3.0.8",
|
||||
"version": "3.1.0",
|
||||
"description": "Microsoft Application Insights XHR dependencies plugin",
|
||||
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
||||
"author": "Microsoft Application Insights Team",
|
||||
|
@ -57,8 +57,8 @@
|
|||
"dependencies": {
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
"@microsoft/applicationinsights-shims": "3.0.1",
|
||||
"@microsoft/applicationinsights-core-js": "3.0.8",
|
||||
"@microsoft/applicationinsights-common": "3.0.8",
|
||||
"@microsoft/applicationinsights-core-js": "3.1.0",
|
||||
"@microsoft/applicationinsights-common": "3.1.0",
|
||||
"@nevware21/ts-utils": ">= 0.10.5 < 2.x",
|
||||
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-perfmarkmeasure-js",
|
||||
"version": "3.0.8",
|
||||
"version": "3.1.0",
|
||||
"description": "Microsoft Application Insights Performance Mark and Measure Manager plugin",
|
||||
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
||||
"author": "Microsoft Application Insights Team",
|
||||
|
@ -55,7 +55,7 @@
|
|||
"dependencies": {
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
"@microsoft/applicationinsights-shims": "3.0.1",
|
||||
"@microsoft/applicationinsights-core-js": "3.0.8",
|
||||
"@microsoft/applicationinsights-core-js": "3.1.0",
|
||||
"@nevware21/ts-utils": ">= 0.10.5 < 2.x"
|
||||
},
|
||||
"license": "MIT"
|
||||
|
|
|
@ -5,7 +5,7 @@ export class PropertiesExtensionSizeCheck extends AITestClass {
|
|||
private readonly MAX_DEFLATE_SIZE = 18;
|
||||
private readonly rawFilePath = "../dist/es5/applicationinsights-properties-js.min.js";
|
||||
// Automatically updated by version scripts
|
||||
private readonly currentVer = "3.0.8";
|
||||
private readonly currentVer = "3.1.0";
|
||||
private readonly proFilePath = `../browser/es5/ai.props.${this.currentVer[0]}.min.js`;
|
||||
|
||||
public testInitialize() {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-properties-js",
|
||||
"version": "3.0.8",
|
||||
"version": "3.1.0",
|
||||
"description": "Microsoft Application Insights properties (Part A) plugin",
|
||||
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
||||
"author": "Microsoft Application Insights Team",
|
||||
|
@ -58,8 +58,8 @@
|
|||
"dependencies": {
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
"@microsoft/applicationinsights-shims": "3.0.1",
|
||||
"@microsoft/applicationinsights-core-js": "3.0.8",
|
||||
"@microsoft/applicationinsights-common": "3.0.8",
|
||||
"@microsoft/applicationinsights-core-js": "3.1.0",
|
||||
"@microsoft/applicationinsights-common": "3.1.0",
|
||||
"@nevware21/ts-utils": ">= 0.10.5 < 2.x"
|
||||
},
|
||||
"license": "MIT"
|
||||
|
|
|
@ -239,7 +239,7 @@ module.exports = function (grunt) {
|
|||
// const perfTestVersions = ["2.0.0","2.0.1","2.1.0","2.2.0","2.2.1","2.2.2","2.3.0","2.3.1",
|
||||
// "2.4.1","2.4.3","2.4.4","2.5.2","2.5.3","2.5.4","2.5.5","2.5.6","2.5.7","2.5.8","2.5.9","2.5.10","2.5.11",
|
||||
// "2.6.0","2.6.1","2.6.2","2.6.3","2.6.4","2.6.5","2.7.0"];
|
||||
const perfTestVersions=["3.0.8"];
|
||||
const perfTestVersions=["3.1.0"];
|
||||
|
||||
function buildConfig(modules) {
|
||||
var buildCmds = {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-web",
|
||||
"description": "Microsoft Application Insights JavaScript SDK",
|
||||
"version": "3.0.8",
|
||||
"version": "3.1.0",
|
||||
"keywords": [
|
||||
"browser performance monitoring",
|
||||
"script errors",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/1ds-core-js",
|
||||
"version": "4.0.6",
|
||||
"version": "4.1.0",
|
||||
"description": "Microsoft Application Insights JavaScript SDK - 1ds-core-js",
|
||||
"author": "Microsoft Application Insights Team",
|
||||
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
||||
|
@ -37,7 +37,7 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"@microsoft/applicationinsights-shims": "3.0.1",
|
||||
"@microsoft/applicationinsights-core-js": "3.0.8",
|
||||
"@microsoft/applicationinsights-core-js": "3.1.0",
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
"@nevware21/ts-utils": ">= 0.10.5 < 2.x",
|
||||
"@nevware21/ts-async": ">= 0.3.0 < 2.x"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-common",
|
||||
"version": "3.0.8",
|
||||
"version": "3.1.0",
|
||||
"description": "Microsoft Application Insights Common JavaScript Library",
|
||||
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
||||
"author": "Microsoft Application Insights Team",
|
||||
|
@ -55,7 +55,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@microsoft/applicationinsights-shims": "3.0.1",
|
||||
"@microsoft/applicationinsights-core-js": "3.0.8",
|
||||
"@microsoft/applicationinsights-core-js": "3.1.0",
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
"@nevware21/ts-utils": ">= 0.10.5 < 2.x"
|
||||
},
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-core-js",
|
||||
"author": "Microsoft Application Insights Team",
|
||||
"version": "3.0.8",
|
||||
"version": "3.1.0",
|
||||
"description": "Microsoft Application Insights Core Javascript SDK",
|
||||
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
||||
"keywords": [
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-web-snippet",
|
||||
"version": "1.1.6",
|
||||
"version": "1.1.0",
|
||||
"description": "Microsoft Application Insights Web Snippet",
|
||||
"main": "dist/es5/node/applicationinsights-web-snippet.js",
|
||||
"module": "dist-es5/applicationinsights-web-snippet.js",
|
||||
|
@ -30,7 +30,7 @@
|
|||
"devDependencies": {
|
||||
"@types/qunit": "^2.19.3",
|
||||
"@microsoft/ai-test-framework": "0.0.1",
|
||||
"@microsoft/applicationinsights-web": "3.0.8",
|
||||
"@microsoft/applicationinsights-web": "3.1.0",
|
||||
"@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
|
||||
"@microsoft/applicationinsights-rollup-es5": "1.0.2",
|
||||
"typescript": "^4.9.3",
|
||||
|
@ -50,6 +50,6 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
"@microsoft/applicationinsights-common": "3.0.8"
|
||||
"@microsoft/applicationinsights-common": "3.1.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"name": "Telemetry Viewer",
|
||||
"short_name": "Telemetry Viewer",
|
||||
"description": "A browser extension that provides a real time view of what's happening in Application Insights including what telemetry is being logged by the web application",
|
||||
"version": "0.4.8",
|
||||
"version_name": "0.4.8",
|
||||
"version": "0.5.0",
|
||||
"version_name": "0.5.0",
|
||||
"manifest_version": 2,
|
||||
"icons": {
|
||||
"16": "images/icon-16.png",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-chrome-debug-extension",
|
||||
"version": "0.4.8",
|
||||
"version": "0.5.0",
|
||||
"description": "A chrome based browser extension that provides a real time view of what's happening in Application Insights including what telemetry is being logged by the web application",
|
||||
"homepage": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/tools/chrome-debug-extension#readme",
|
||||
"keywords": [
|
||||
|
@ -43,8 +43,8 @@
|
|||
"license": "MIT",
|
||||
"sideEffects": false,
|
||||
"dependencies": {
|
||||
"@microsoft/applicationinsights-core-js": "3.0.8",
|
||||
"@microsoft/applicationinsights-common": "3.0.8",
|
||||
"@microsoft/applicationinsights-core-js": "3.1.0",
|
||||
"@microsoft/applicationinsights-common": "3.1.0",
|
||||
"@microsoft/applicationinsights-shims": "3.0.1",
|
||||
"@microsoft/dynamicproto-js": "^2.0.3",
|
||||
"@nevware21/ts-utils": ">= 0.10.5 < 2.x",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "applicationinsights-web-config",
|
||||
"description": " Application Insights JavaScript SDK - Web Config",
|
||||
"version": "0.0.12",
|
||||
"version": "0.1.0",
|
||||
"copyright": "(c) Microsoft and contributors. All rights reserved.",
|
||||
"author": "Microsoft Application Insights Team",
|
||||
"repository": {
|
||||
|
|
52
version.json
52
version.json
|
@ -1,104 +1,104 @@
|
|||
{
|
||||
"description": "The release value identifies the base version that will be applied via the tools/release-tools/setVersion.js",
|
||||
"usage": "When creating a new release you should update this value directly or via the eg. 'npm run setVersion -- 3.2.0' or 'npm run setVersion -- -patch' or 'npm run setVersion -- -minor'",
|
||||
"release": "3.0.8",
|
||||
"next": "minor",
|
||||
"release": "3.1.0",
|
||||
"next": "patch",
|
||||
"pkgs": {
|
||||
"@microsoft/applicationinsights-web": {
|
||||
"package": "package.json",
|
||||
"release": "3.0.8"
|
||||
"release": "3.1.0"
|
||||
},
|
||||
"@microsoft/applicationinsights-web-basic": {
|
||||
"package": "AISKULight/package.json",
|
||||
"release": "3.0.8"
|
||||
"release": "3.1.0"
|
||||
},
|
||||
"@microsoft/applicationinsights-channel-js": {
|
||||
"package": "channels/applicationinsights-channel-js/package.json",
|
||||
"release": "3.0.8"
|
||||
"release": "3.1.0"
|
||||
},
|
||||
"@microsoft/applicationinsights-analytics-js": {
|
||||
"package": "extensions/applicationinsights-analytics-js/package.json",
|
||||
"release": "3.0.8"
|
||||
"release": "3.1.0"
|
||||
},
|
||||
"@microsoft/applicationinsights-clickanalytics-js": {
|
||||
"package": "extensions/applicationinsights-clickanalytics-js/package.json",
|
||||
"release": "3.0.8"
|
||||
"release": "3.1.0"
|
||||
},
|
||||
"@microsoft/applicationinsights-debugplugin-js": {
|
||||
"package": "extensions/applicationinsights-debugplugin-js/package.json",
|
||||
"release": "3.0.8"
|
||||
"release": "3.1.0"
|
||||
},
|
||||
"@microsoft/applicationinsights-dependencies-js": {
|
||||
"package": "extensions/applicationinsights-dependencies-js/package.json",
|
||||
"release": "3.0.8"
|
||||
"release": "3.1.0"
|
||||
},
|
||||
"@microsoft/applicationinsights-perfmarkmeasure-js": {
|
||||
"package": "extensions/applicationinsights-perfmarkmeasure-js/package.json",
|
||||
"release": "3.0.8"
|
||||
"release": "3.1.0"
|
||||
},
|
||||
"@microsoft/applicationinsights-properties-js": {
|
||||
"package": "extensions/applicationinsights-properties-js/package.json",
|
||||
"release": "3.0.8"
|
||||
"release": "3.1.0"
|
||||
},
|
||||
"@microsoft/applicationinsights-common": {
|
||||
"package": "shared/AppInsightsCommon/package.json",
|
||||
"release": "3.0.8"
|
||||
"release": "3.1.0"
|
||||
},
|
||||
"@microsoft/applicationinsights-core-js": {
|
||||
"package": "shared/AppInsightsCore/package.json",
|
||||
"release": "3.0.8"
|
||||
"release": "3.1.0"
|
||||
},
|
||||
"@microsoft/applicationinsights-offlinechannel-js": {
|
||||
"package": "channels/offline-channel-js/package.json",
|
||||
"release": "0.0.1"
|
||||
"release": "0.1.0"
|
||||
},
|
||||
"@microsoft/applicationinsights-chrome-debug-extension": {
|
||||
"package": "tools/chrome-debug-extension/package.json",
|
||||
"release": "0.4.8"
|
||||
"release": "0.5.0"
|
||||
},
|
||||
"applicationinsights-web-config": {
|
||||
"package": "tools/config/package.json",
|
||||
"release": "0.0.12"
|
||||
"release": "0.1.0"
|
||||
},
|
||||
"@microsoft/applicationinsights-example-aisku": {
|
||||
"package": "examples/AISKU/package.json",
|
||||
"release": "3.0.8"
|
||||
"release": "3.1.0"
|
||||
},
|
||||
"@microsoft/applicationinsights-example-dependencies": {
|
||||
"package": "examples/dependency/package.json",
|
||||
"release": "3.0.8"
|
||||
"release": "3.1.0"
|
||||
},
|
||||
"@microsoft/applicationinsights-example-shared-worker": {
|
||||
"package": "examples/shared-worker/package.json",
|
||||
"release": "3.0.8"
|
||||
"release": "3.1.0"
|
||||
},
|
||||
"@microsoft/applicationinsights-teechannel-js": {
|
||||
"package": "channels/tee-channel-js/package.json",
|
||||
"release": "3.0.8"
|
||||
"release": "3.1.0"
|
||||
},
|
||||
"@microsoft/applicationinsights-test-module-type-check": {
|
||||
"package": "AISKU/Tests/es6-module-type-check/package.json",
|
||||
"release": "3.0.8"
|
||||
"release": "3.1.0"
|
||||
},
|
||||
"@microsoft/applicationinsights-cfgsync-js": {
|
||||
"package": "extensions/applicationinsights-cfgsync-js/package.json",
|
||||
"release": "3.0.8"
|
||||
"release": "3.1.0"
|
||||
},
|
||||
"@microsoft/applicationinsights-example-cfgsync": {
|
||||
"package": "examples/cfgSync/package.json",
|
||||
"release": "3.0.8"
|
||||
"release": "3.1.0"
|
||||
},
|
||||
"@microsoft/1ds-post-js": {
|
||||
"package": "channels/1ds-post-js/package.json",
|
||||
"release": "4.0.6"
|
||||
"release": "4.1.0"
|
||||
},
|
||||
"@microsoft/1ds-core-js": {
|
||||
"package": "shared/1ds-core-js/package.json",
|
||||
"release": "4.0.6"
|
||||
"release": "4.1.0"
|
||||
},
|
||||
"@microsoft/applicationinsights-web-snippet": {
|
||||
"package": "tools/applicationinsights-web-snippet/package.json",
|
||||
"release": "1.1.6"
|
||||
"release": "1.1.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче