@microsoft/applicationinsights-web-basic 2.8.0-beta.2203-09 → 2.8.0-beta.2203-10

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
- * Microsoft.ApplicationInsights, 2.8.0-beta.2203-09
2
+ * Microsoft.ApplicationInsights, 2.8.0-beta.2203-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  * Microsoft Application Insights Team
package/dist-esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript Web SDK - Basic, 2.8.0-beta.2203-09
2
+ * Application Insights JavaScript Web SDK - Basic, 2.8.0-beta.2203-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
package/index.ts CHANGED
@@ -96,7 +96,7 @@ export class ApplicationInsights {
96
96
 
97
97
  public stopPollingInternalLogs(): void {
98
98
  this.core.stopPollingInternalLogs();
99
- }
99
+ }
100
100
 
101
101
  private getSKUDefaults() {
102
102
  this.config.diagnosticLogInterval =
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/applicationinsights-web-basic",
3
- "version": "2.8.0-beta.2203-09",
3
+ "version": "2.8.0-beta.2203-10",
4
4
  "description": "Microsoft Application Insights Javascript SDK core and channel",
5
5
  "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
6
6
  "author": "Microsoft Application Insights Team",
@@ -49,9 +49,9 @@
49
49
  "dependencies": {
50
50
  "@microsoft/dynamicproto-js": "^1.1.4",
51
51
  "@microsoft/applicationinsights-shims": "2.0.1",
52
- "@microsoft/applicationinsights-common": "2.8.0-beta.2203-09",
53
- "@microsoft/applicationinsights-channel-js": "2.8.0-beta.2203-09",
54
- "@microsoft/applicationinsights-core-js": "2.8.0-beta.2203-09"
52
+ "@microsoft/applicationinsights-common": "2.8.0-beta.2203-10",
53
+ "@microsoft/applicationinsights-channel-js": "2.8.0-beta.2203-10",
54
+ "@microsoft/applicationinsights-core-js": "2.8.0-beta.2203-10"
55
55
  },
56
56
  "license": "MIT",
57
57
  "publishConfig": {
@@ -1,26 +0,0 @@
1
- {
2
- "name": "aib",
3
- "version": "2.8.0-beta.2203-09",
4
- "ext": {
5
- "@js": {
6
- "file": "aib.2.8.0-beta.2203-09.js",
7
- "type": "text/javascript; charset=utf-8",
8
- "integrity": "sha256-/JjVIkOnHksQw/hygIOOSlZw8S8CcyFng3dv5h4hsjw= sha384-WrUNqp34CpEpoLk5VayIJu3+B8rfr/hUTEAkHfQiP3uINQ84QBcMMt+D3Q5AcYzd sha512-Ioafi7FqX1NGUiB25/xz/UhsmoQuCZ5D/9qtcKRsNKOFSnIzcMGL9m5sKPCFH4zSLkenaXL7PZShGOHI0lU1OQ==",
9
- "hashes": {
10
- "sha256": "/JjVIkOnHksQw/hygIOOSlZw8S8CcyFng3dv5h4hsjw=",
11
- "sha384": "WrUNqp34CpEpoLk5VayIJu3+B8rfr/hUTEAkHfQiP3uINQ84QBcMMt+D3Q5AcYzd",
12
- "sha512": "Ioafi7FqX1NGUiB25/xz/UhsmoQuCZ5D/9qtcKRsNKOFSnIzcMGL9m5sKPCFH4zSLkenaXL7PZShGOHI0lU1OQ=="
13
- }
14
- },
15
- "@min.js": {
16
- "file": "aib.2.8.0-beta.2203-09.min.js",
17
- "type": "text/javascript; charset=utf-8",
18
- "integrity": "sha256-Ywe+rL3PPrZEF0dJhgVRWdPbCQPKdNN9uZpO2qgteZc= sha384-8QY8yKwi+SesBzeuqK9LQcwyMWb1A6523sFfg12e+UzNmwupG2G1Gbsf6rN0ZQrL sha512-SgpEqMc0VWASsY3d6wY0P/MBGYjxyqyNbSkBViEwk+XHhPnNPa9NwWrXMepsflqmePG/PVRoGhpmYjlW8Is0KA==",
19
- "hashes": {
20
- "sha256": "Ywe+rL3PPrZEF0dJhgVRWdPbCQPKdNN9uZpO2qgteZc=",
21
- "sha384": "8QY8yKwi+SesBzeuqK9LQcwyMWb1A6523sFfg12e+UzNmwupG2G1Gbsf6rN0ZQrL",
22
- "sha512": "SgpEqMc0VWASsY3d6wY0P/MBGYjxyqyNbSkBViEwk+XHhPnNPa9NwWrXMepsflqmePG/PVRoGhpmYjlW8Is0KA=="
23
- }
24
- }
25
- }
26
- }