@microsoft/applicationinsights-common 3.4.1 → 3.4.2-nightly3.2604-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 - Common, 3.4.1
2
+ * Application Insights JavaScript SDK - Common, 3.4.2-nightly3.2604-09
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
package/package.json CHANGED
@@ -1,62 +1,65 @@
1
- {
2
- "name": "@microsoft/applicationinsights-common",
3
- "version": "3.4.1",
4
- "description": "Microsoft Application Insights Common JavaScript Library",
5
- "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
6
- "author": "Microsoft Application Insights Team",
7
- "main": "dist/es5/applicationinsights-common.js",
8
- "module": "dist-es5/applicationinsights-common.js",
9
- "types": "types/applicationinsights-common.d.ts",
10
- "sideEffects": false,
11
- "repository": {
12
- "type": "git",
13
- "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/shared/AppInsightsCommon"
14
- },
15
- "scripts": {
16
- "clean": "git clean -xdf",
17
- "build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen",
18
- "build:esm": "grunt common",
19
- "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs",
20
- "rebuild": "npm run build",
21
- "test": "",
22
- "mintest": "",
23
- "lint": "tslint -p tsconfig.json",
24
- "dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"Microsoft Application Insights Common JavaScript Library\"",
25
- "sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js",
26
- "ai-min": "grunt common-min",
27
- "ai-restore": "grunt common-restore",
28
- "npm-pack": "npm pack",
29
- "api-docs": "typedoc"
30
- },
31
- "devDependencies": {
32
- "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
33
- "@microsoft/applicationinsights-rollup-es5": "1.0.2",
34
- "@microsoft/api-extractor": "^7.40.0",
35
- "grunt": "^1.6.1",
36
- "grunt-cli": "^1.5.0",
37
- "@nevware21/grunt-ts-plugin": "^0.5.1",
38
- "@nevware21/grunt-eslint-ts": "^0.5.1",
39
- "@rollup/plugin-commonjs": "^24.0.0",
40
- "@rollup/plugin-node-resolve": "^15.0.1",
41
- "@rollup/plugin-replace": "^5.0.2",
42
- "rollup": "^3.20.0",
43
- "rollup-plugin-cleanup": "^3.2.1",
44
- "rollup-plugin-sourcemaps": "^0.6.3",
45
- "typescript": "^4.9.3",
46
- "tslib": "^2.0.0",
47
- "typedoc": "^0.26.6",
48
- "globby": "^11.0.0",
49
- "magic-string": "^0.25.7",
50
- "sinon": "^7.3.1"
51
- },
52
- "peerDependencies": {
53
- "tslib": ">= 1.0.0"
54
- },
55
- "dependencies": {
56
- "@microsoft/applicationinsights-shims": "3.0.1",
57
- "@microsoft/applicationinsights-core-js": "3.4.1",
58
- "@microsoft/dynamicproto-js": "^2.0.3",
59
- "@nevware21/ts-utils": ">= 0.12.6 < 2.x"
60
- },
61
- "license": "MIT"
62
- }
1
+ {
2
+ "name": "@microsoft/applicationinsights-common",
3
+ "version": "3.4.2-nightly3.2604-09",
4
+ "description": "Microsoft Application Insights Common JavaScript Library",
5
+ "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
6
+ "author": "Microsoft Application Insights Team",
7
+ "main": "dist/es5/applicationinsights-common.js",
8
+ "module": "dist-es5/applicationinsights-common.js",
9
+ "types": "types/applicationinsights-common.d.ts",
10
+ "sideEffects": false,
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/shared/AppInsightsCommon"
14
+ },
15
+ "scripts": {
16
+ "clean": "git clean -xdf",
17
+ "build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen",
18
+ "build:esm": "grunt common",
19
+ "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs",
20
+ "rebuild": "npm run build",
21
+ "test": "",
22
+ "mintest": "",
23
+ "lint": "tslint -p tsconfig.json",
24
+ "dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"Microsoft Application Insights Common JavaScript Library\"",
25
+ "sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js",
26
+ "ai-min": "grunt common-min",
27
+ "ai-restore": "grunt common-restore",
28
+ "npm-pack": "npm pack",
29
+ "api-docs": "typedoc"
30
+ },
31
+ "devDependencies": {
32
+ "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
33
+ "@microsoft/applicationinsights-rollup-es5": "1.0.2",
34
+ "@microsoft/api-extractor": "^7.40.0",
35
+ "grunt": "^1.6.1",
36
+ "grunt-cli": "^1.5.0",
37
+ "@nevware21/grunt-ts-plugin": "^0.5.2",
38
+ "@nevware21/grunt-eslint-ts": "^0.5.2",
39
+ "@rollup/plugin-commonjs": "^24.0.0",
40
+ "@rollup/plugin-node-resolve": "^15.0.1",
41
+ "@rollup/plugin-replace": "^5.0.2",
42
+ "rollup": "^3.20.0",
43
+ "rollup-plugin-cleanup": "^3.2.1",
44
+ "rollup-plugin-sourcemaps": "^0.6.3",
45
+ "typescript": "^4.9.3",
46
+ "tslib": "^2.0.0",
47
+ "typedoc": "^0.26.6",
48
+ "globby": "^11.0.0",
49
+ "magic-string": "^0.25.7",
50
+ "sinon": "^7.3.1"
51
+ },
52
+ "peerDependencies": {
53
+ "tslib": ">= 1.0.0"
54
+ },
55
+ "dependencies": {
56
+ "@microsoft/applicationinsights-shims": "3.0.1",
57
+ "@microsoft/applicationinsights-core-js": "3.4.2-nightly3.2604-09",
58
+ "@microsoft/dynamicproto-js": "^2.0.3",
59
+ "@nevware21/ts-utils": ">= 0.12.6 < 2.x"
60
+ },
61
+ "license": "MIT",
62
+ "publishConfig": {
63
+ "tag": "nightly3"
64
+ }
65
+ }
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Microsoft Application Insights Common JavaScript Library, 3.4.1
2
+ * Microsoft Application Insights Common JavaScript Library, 3.4.2-nightly3.2604-09
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  * Microsoft Application Insights Team
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Microsoft Application Insights Common JavaScript Library, 3.4.1
2
+ * Microsoft Application Insights Common JavaScript Library, 3.4.2-nightly3.2604-09
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  * Microsoft Application Insights Team
@@ -461,7 +461,6 @@ declare namespace ApplicationInsights {
461
461
  InvalidDurationValue = 45,
462
462
  TelemetryEnvelopeInvalid = 46,
463
463
  CreateEnvelopeError = 47,
464
- MaxUnloadHookExceeded = 48,
465
464
  CannotSerializeObject = 48,
466
465
  CannotSerializeObjectNonSerializable = 49,
467
466
  CircularReferenceDetected = 50,
@@ -509,7 +508,8 @@ declare namespace ApplicationInsights {
509
508
  SpanError = 116,
510
509
  TraceError = 117,
511
510
  NotImplementedError = 118,
512
- VersionMismatch = 119
511
+ VersionMismatch = 119,
512
+ MaxUnloadHookExceeded = 9948
513
513
  }
514
514
 
515
515
  const enum eLoggingSeverity {