@microsoft/applicationinsights-web-basic 3.0.0 → 3.0.1-nightly3.2304-38

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.
Files changed (44) hide show
  1. package/browser/es5/{aib.3.0.0.cjs.js → aib.3.0.1-nightly3.2304-38.cjs.js} +51 -44
  2. package/browser/es5/aib.3.0.1-nightly3.2304-38.cjs.js.map +1 -0
  3. package/browser/es5/aib.3.0.1-nightly3.2304-38.cjs.min.js +6 -0
  4. package/browser/es5/aib.3.0.1-nightly3.2304-38.cjs.min.js.map +1 -0
  5. package/browser/es5/{aib.3.0.0.gbl.js → aib.3.0.1-nightly3.2304-38.gbl.js} +51 -44
  6. package/browser/es5/aib.3.0.1-nightly3.2304-38.gbl.js.map +1 -0
  7. package/browser/es5/aib.3.0.1-nightly3.2304-38.gbl.min.js +6 -0
  8. package/browser/es5/aib.3.0.1-nightly3.2304-38.gbl.min.js.map +1 -0
  9. package/browser/es5/aib.3.0.1-nightly3.2304-38.integrity.json +66 -0
  10. package/browser/es5/{aib.3.0.0.js → aib.3.0.1-nightly3.2304-38.js} +51 -44
  11. package/browser/es5/aib.3.0.1-nightly3.2304-38.js.map +1 -0
  12. package/browser/es5/aib.3.0.1-nightly3.2304-38.min.js +6 -0
  13. package/browser/es5/aib.3.0.1-nightly3.2304-38.min.js.map +1 -0
  14. package/browser/es5/aib.3.cjs.js +50 -43
  15. package/browser/es5/aib.3.cjs.js.map +1 -1
  16. package/browser/es5/aib.3.cjs.min.js +2 -2
  17. package/browser/es5/aib.3.cjs.min.js.map +1 -1
  18. package/browser/es5/aib.3.gbl.js +50 -43
  19. package/browser/es5/aib.3.gbl.js.map +1 -1
  20. package/browser/es5/aib.3.gbl.min.js +2 -2
  21. package/browser/es5/aib.3.gbl.min.js.map +1 -1
  22. package/browser/es5/aib.3.js +50 -43
  23. package/browser/es5/aib.3.js.map +1 -1
  24. package/browser/es5/aib.3.min.js +2 -2
  25. package/browser/es5/aib.3.min.js.map +1 -1
  26. package/dist/es5/applicationinsights-web-basic.js +50 -43
  27. package/dist/es5/applicationinsights-web-basic.js.map +1 -1
  28. package/dist/es5/applicationinsights-web-basic.min.js +2 -2
  29. package/dist/es5/applicationinsights-web-basic.min.js.map +1 -1
  30. package/dist-es5/__DynamicConstants.js +1 -1
  31. package/dist-es5/index.js +1 -1
  32. package/package.json +66 -63
  33. package/types/applicationinsights-web-basic.d.ts +11 -4
  34. package/types/applicationinsights-web-basic.namespaced.d.ts +11 -4
  35. package/browser/es5/aib.3.0.0.cjs.js.map +0 -1
  36. package/browser/es5/aib.3.0.0.cjs.min.js +0 -6
  37. package/browser/es5/aib.3.0.0.cjs.min.js.map +0 -1
  38. package/browser/es5/aib.3.0.0.gbl.js.map +0 -1
  39. package/browser/es5/aib.3.0.0.gbl.min.js +0 -6
  40. package/browser/es5/aib.3.0.0.gbl.min.js.map +0 -1
  41. package/browser/es5/aib.3.0.0.integrity.json +0 -66
  42. package/browser/es5/aib.3.0.0.js.map +0 -1
  43. package/browser/es5/aib.3.0.0.min.js +0 -6
  44. package/browser/es5/aib.3.0.0.min.js.map +0 -1
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript Web SDK - Basic, 3.0.0
2
+ * Application Insights JavaScript Web SDK - Basic, 3.0.1-nightly3.2304-38
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
package/dist-es5/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript Web SDK - Basic, 3.0.0
2
+ * Application Insights JavaScript Web SDK - Basic, 3.0.1-nightly3.2304-38
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
package/package.json CHANGED
@@ -1,63 +1,66 @@
1
- {
2
- "name": "@microsoft/applicationinsights-web-basic",
3
- "version": "3.0.0",
4
- "description": "Microsoft Application Insights Javascript SDK core and channel",
5
- "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
6
- "author": "Microsoft Application Insights Team",
7
- "main": "dist/es5/applicationinsights-web-basic.js",
8
- "module": "dist-es5/index.js",
9
- "types": "types/applicationinsights-web-basic.d.ts",
10
- "sideEffects": false,
11
- "scripts": {
12
- "build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen",
13
- "build:esm": "grunt aiskulite",
14
- "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs",
15
- "rebuild": "npm run build",
16
- "test": "grunt aiskuliteunittests",
17
- "mintest": "grunt aiskulite-mintests",
18
- "lint": "tslint -p tsconfig.json",
19
- "dtsgen": "api-extractor run --local && node ../scripts/dtsgen.js 'Microsoft.ApplicationInsights'",
20
- "sri": "node ../tools/subResourceIntegrity/generateIntegrityFile.js",
21
- "ai-min": "grunt aiskulite-min",
22
- "ai-restore": "grunt aiskulite-restore",
23
- "npm-pack": "npm pack"
24
- },
25
- "repository": {
26
- "type": "git",
27
- "url": "https://github.com/microsoft/ApplicationInsights-JS.git",
28
- "directory": "AISKULight"
29
- },
30
- "devDependencies": {
31
- "@microsoft/ai-test-framework": "0.0.1",
32
- "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
33
- "@microsoft/applicationinsights-rollup-es5": "1.0.2",
34
- "@microsoft/api-extractor": "^7.18.1",
35
- "grunt": "^1.5.3",
36
- "grunt-cli": "^1.4.3",
37
- "grunt-contrib-qunit": "^6.2.1",
38
- "@nevware21/grunt-ts-plugin": "^0.4.3",
39
- "@nevware21/grunt-eslint-ts": "^0.2.2",
40
- "globby": "^11.0.0",
41
- "magic-string": "^0.25.7",
42
- "pako": "^2.0.3",
43
- "@rollup/plugin-commonjs": "^24.0.0",
44
- "@rollup/plugin-node-resolve": "^15.0.1",
45
- "@rollup/plugin-replace": "^5.0.2",
46
- "rollup-plugin-cleanup": "^3.2.1",
47
- "rollup": "^3.20.0",
48
- "typescript": "^4.9.3",
49
- "tslib": "^2.0.0"
50
- },
51
- "peerDependencies": {
52
- "tslib": "*"
53
- },
54
- "dependencies": {
55
- "@microsoft/dynamicproto-js": "^2.0.2",
56
- "@microsoft/applicationinsights-shims": "3.0.1",
57
- "@microsoft/applicationinsights-common": "3.0.0",
58
- "@microsoft/applicationinsights-channel-js": "3.0.0",
59
- "@microsoft/applicationinsights-core-js": "3.0.0",
60
- "@nevware21/ts-utils": ">= 0.9.4 < 2.x"
61
- },
62
- "license": "MIT"
63
- }
1
+ {
2
+ "name": "@microsoft/applicationinsights-web-basic",
3
+ "version": "3.0.1-nightly3.2304-38",
4
+ "description": "Microsoft Application Insights Javascript SDK core and channel",
5
+ "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
6
+ "author": "Microsoft Application Insights Team",
7
+ "main": "dist/es5/applicationinsights-web-basic.js",
8
+ "module": "dist-es5/index.js",
9
+ "types": "types/applicationinsights-web-basic.d.ts",
10
+ "sideEffects": false,
11
+ "scripts": {
12
+ "build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen",
13
+ "build:esm": "grunt aiskulite",
14
+ "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs",
15
+ "rebuild": "npm run build",
16
+ "test": "grunt aiskuliteunittests",
17
+ "mintest": "grunt aiskulite-mintests",
18
+ "lint": "tslint -p tsconfig.json",
19
+ "dtsgen": "api-extractor run --local && node ../scripts/dtsgen.js 'Microsoft.ApplicationInsights'",
20
+ "sri": "node ../tools/subResourceIntegrity/generateIntegrityFile.js",
21
+ "ai-min": "grunt aiskulite-min",
22
+ "ai-restore": "grunt aiskulite-restore",
23
+ "npm-pack": "npm pack"
24
+ },
25
+ "repository": {
26
+ "type": "git",
27
+ "url": "https://github.com/microsoft/ApplicationInsights-JS.git",
28
+ "directory": "AISKULight"
29
+ },
30
+ "devDependencies": {
31
+ "@microsoft/ai-test-framework": "0.0.1",
32
+ "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
33
+ "@microsoft/applicationinsights-rollup-es5": "1.0.2",
34
+ "@microsoft/api-extractor": "^7.18.1",
35
+ "grunt": "^1.5.3",
36
+ "grunt-cli": "^1.4.3",
37
+ "grunt-contrib-qunit": "^6.2.1",
38
+ "@nevware21/grunt-ts-plugin": "^0.4.3",
39
+ "@nevware21/grunt-eslint-ts": "^0.2.2",
40
+ "globby": "^11.0.0",
41
+ "magic-string": "^0.25.7",
42
+ "pako": "^2.0.3",
43
+ "@rollup/plugin-commonjs": "^24.0.0",
44
+ "@rollup/plugin-node-resolve": "^15.0.1",
45
+ "@rollup/plugin-replace": "^5.0.2",
46
+ "rollup-plugin-cleanup": "^3.2.1",
47
+ "rollup": "^3.20.0",
48
+ "typescript": "^4.9.3",
49
+ "tslib": "^2.0.0"
50
+ },
51
+ "peerDependencies": {
52
+ "tslib": "*"
53
+ },
54
+ "dependencies": {
55
+ "@microsoft/dynamicproto-js": "^2.0.2",
56
+ "@microsoft/applicationinsights-shims": "3.0.1",
57
+ "@microsoft/applicationinsights-common": "3.0.1-nightly3.2304-38",
58
+ "@microsoft/applicationinsights-channel-js": "3.0.1-nightly3.2304-38",
59
+ "@microsoft/applicationinsights-core-js": "3.0.1-nightly3.2304-38",
60
+ "@nevware21/ts-utils": ">= 0.9.4 < 2.x"
61
+ },
62
+ "license": "MIT",
63
+ "publishConfig": {
64
+ "tag": "nightly3"
65
+ }
66
+ }
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Microsoft.ApplicationInsights, 3.0.0
2
+ * Microsoft.ApplicationInsights, 3.0.1-nightly3.2304-38
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  * Microsoft Application Insights Team
@@ -68,11 +68,14 @@ export declare class AppInsightsCore<CfgType extends IConfiguration = IConfigura
68
68
  setPerfMgr(perfMgr: IPerfManager): void;
69
69
  eventCnt(): number;
70
70
  /**
71
- * Periodically check logger.queue for
71
+ * Enable the timer that checks the logger.queue for log messages to be flushed.
72
+ * Note: Since 3.0.1 and 2.8.13 this is no longer an interval timer but is a normal
73
+ * timer that is only started when this function is called and then subsequently
74
+ * only _if_ there are any logger.queue messages to be sent.
72
75
  */
73
76
  pollInternalLogs(eventName?: string): ITimerHandler;
74
77
  /**
75
- * Periodically check logger.queue for
78
+ * Stop the timer that log messages from logger.queue when available
76
79
  */
77
80
  stopPollingInternalLogs(): void;
78
81
  /**
@@ -1196,7 +1199,11 @@ export declare interface IConfiguration {
1196
1199
  */
1197
1200
  connectionString?: string;
1198
1201
  /**
1199
- * Polling interval (in ms) for internal logging queue
1202
+ * Set the timer interval (in ms) for internal logging queue, this is the
1203
+ * amount of time to wait after logger.queue messages are detected to be sent.
1204
+ * Note: since 3.0.1 and 2.8.13 the diagnostic logger timer is a normal timeout timer
1205
+ * and not an interval timer. So this now represents the timer "delay" and not
1206
+ * the frequency at which the events are sent.
1200
1207
  */
1201
1208
  diagnosticLogInterval?: number;
1202
1209
  /**
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Microsoft.ApplicationInsights, 3.0.0
2
+ * Microsoft.ApplicationInsights, 3.0.1-nightly3.2304-38
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  * Microsoft Application Insights Team
@@ -63,11 +63,14 @@ declare namespace ApplicationInsights {
63
63
  setPerfMgr(perfMgr: IPerfManager): void;
64
64
  eventCnt(): number;
65
65
  /**
66
- * Periodically check logger.queue for
66
+ * Enable the timer that checks the logger.queue for log messages to be flushed.
67
+ * Note: Since 3.0.1 and 2.8.13 this is no longer an interval timer but is a normal
68
+ * timer that is only started when this function is called and then subsequently
69
+ * only _if_ there are any logger.queue messages to be sent.
67
70
  */
68
71
  pollInternalLogs(eventName?: string): ITimerHandler;
69
72
  /**
70
- * Periodically check logger.queue for
73
+ * Stop the timer that log messages from logger.queue when available
71
74
  */
72
75
  stopPollingInternalLogs(): void;
73
76
  /**
@@ -1191,7 +1194,11 @@ declare namespace ApplicationInsights {
1191
1194
  */
1192
1195
  connectionString?: string;
1193
1196
  /**
1194
- * Polling interval (in ms) for internal logging queue
1197
+ * Set the timer interval (in ms) for internal logging queue, this is the
1198
+ * amount of time to wait after logger.queue messages are detected to be sent.
1199
+ * Note: since 3.0.1 and 2.8.13 the diagnostic logger timer is a normal timeout timer
1200
+ * and not an interval timer. So this now represents the timer "delay" and not
1201
+ * the frequency at which the events are sent.
1195
1202
  */
1196
1203
  diagnosticLogInterval?: number;
1197
1204
  /**