@microsoft/applicationinsights-analytics-js 2.8.4-nightly.2205-08 → 2.8.4-nightly.2205-09

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Web Analytics, 2.8.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Web Analytics, 2.8.4-nightly.2205-09
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Web Analytics, 2.8.4-nightly.2205-08
2
+ * Application Insights JavaScript SDK - Web Analytics, 2.8.4-nightly.2205-09
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/applicationinsights-analytics-js",
3
- "version": "2.8.4-nightly.2205-08",
3
+ "version": "2.8.4-nightly.2205-09",
4
4
  "description": "Microsoft Application Insights JavaScript SDK - Web Analytics",
5
5
  "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
6
6
  "author": "Microsoft Application Insights Team",
@@ -26,8 +26,8 @@
26
26
  "@microsoft/ai-test-framework": "0.0.1",
27
27
  "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
28
28
  "@microsoft/applicationinsights-rollup-es3": "1.1.3",
29
- "@microsoft/applicationinsights-properties-js": "2.8.4-nightly.2205-08",
30
- "@microsoft/applicationinsights-channel-js": "2.8.4-nightly.2205-08",
29
+ "@microsoft/applicationinsights-properties-js": "2.8.4-nightly.2205-09",
30
+ "@microsoft/applicationinsights-channel-js": "2.8.4-nightly.2205-09",
31
31
  "@microsoft/api-extractor": "^7.18.1",
32
32
  "typescript": "^4.3.4",
33
33
  "tslib": "^2.0.0",
@@ -53,8 +53,8 @@
53
53
  "dependencies": {
54
54
  "@microsoft/dynamicproto-js": "^1.1.6",
55
55
  "@microsoft/applicationinsights-shims": "2.0.1",
56
- "@microsoft/applicationinsights-core-js": "2.8.4-nightly.2205-08",
57
- "@microsoft/applicationinsights-common": "2.8.4-nightly.2205-08"
56
+ "@microsoft/applicationinsights-core-js": "2.8.4-nightly.2205-09",
57
+ "@microsoft/applicationinsights-common": "2.8.4-nightly.2205-09"
58
58
  },
59
59
  "license": "MIT",
60
60
  "publishConfig": {
@@ -109,7 +109,7 @@ function _updateStorageUsage(extConfig: IConfig) {
109
109
  }
110
110
 
111
111
  export class AnalyticsPlugin extends BaseTelemetryPlugin implements IAppInsights, IAppInsightsInternal {
112
- public static Version = "2.8.4-nightly.2205-08"; // Not currently used anywhere
112
+ public static Version = "2.8.4-nightly.2205-09"; // Not currently used anywhere
113
113
 
114
114
  public static getDefaultConfig = _getDefaultConfig;
115
115