@microsoft/applicationinsights-core-js 3.4.1 → 3.4.2-nightly3.2604-07

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 (235) hide show
  1. package/browser/es5/applicationinsights-core-js.cjs.js +3 -3
  2. package/browser/es5/applicationinsights-core-js.cjs.js.map +1 -1
  3. package/browser/es5/applicationinsights-core-js.cjs.min.js +2 -2
  4. package/browser/es5/applicationinsights-core-js.cjs.min.js.map +1 -1
  5. package/browser/es5/applicationinsights-core-js.gbl.js +5 -5
  6. package/browser/es5/applicationinsights-core-js.gbl.js.map +1 -1
  7. package/browser/es5/applicationinsights-core-js.gbl.min.js +2 -2
  8. package/browser/es5/applicationinsights-core-js.gbl.min.js.map +1 -1
  9. package/browser/es5/applicationinsights-core-js.integrity.json +25 -25
  10. package/browser/es5/applicationinsights-core-js.js +5 -5
  11. package/browser/es5/applicationinsights-core-js.js.map +1 -1
  12. package/browser/es5/applicationinsights-core-js.min.js +2 -2
  13. package/browser/es5/applicationinsights-core-js.min.js.map +1 -1
  14. package/dist/es5/index.js +3 -3
  15. package/dist/es5/index.js.map +1 -1
  16. package/dist/es5/index.min.js +2 -2
  17. package/dist/es5/index.min.js.map +1 -1
  18. package/dist-es5/__DynamicConstants.js +1 -1
  19. package/dist-es5/config/ConfigDefaultHelpers.js +1 -1
  20. package/dist-es5/config/ConfigDefaults.js +1 -1
  21. package/dist-es5/config/DynamicConfig.js +1 -1
  22. package/dist-es5/config/DynamicProperty.js +1 -1
  23. package/dist-es5/config/DynamicState.js +1 -1
  24. package/dist-es5/config/DynamicSupport.js +1 -1
  25. package/dist-es5/constants/Constants.js +1 -1
  26. package/dist-es5/constants/InternalConstants.js +1 -1
  27. package/dist-es5/core/AggregationError.js +1 -1
  28. package/dist-es5/core/AppInsightsCore.js +1 -1
  29. package/dist-es5/core/AsyncUtils.js +1 -1
  30. package/dist-es5/core/BaseTelemetryPlugin.js +1 -1
  31. package/dist-es5/core/CookieMgr.js +1 -1
  32. package/dist-es5/core/DbgExtensionUtils.js +1 -1
  33. package/dist-es5/core/InstrumentHooks.js +1 -1
  34. package/dist-es5/core/NotificationManager.js +1 -1
  35. package/dist-es5/core/PerfManager.js +1 -1
  36. package/dist-es5/core/ProcessTelemetryContext.js +1 -1
  37. package/dist-es5/core/ResponseHelpers.js +1 -1
  38. package/dist-es5/core/SenderPostManager.js +1 -1
  39. package/dist-es5/core/StatsBeat.js +1 -1
  40. package/dist-es5/core/TelemetryHelpers.js +1 -1
  41. package/dist-es5/core/TelemetryInitializerPlugin.js +1 -1
  42. package/dist-es5/core/UnloadHandlerContainer.js +1 -1
  43. package/dist-es5/core/UnloadHookContainer.js +1 -1
  44. package/dist-es5/diagnostics/DiagnosticLogger.js +1 -1
  45. package/dist-es5/diagnostics/ThrottleMgr.js +1 -1
  46. package/dist-es5/enums/EnumHelperFuncs.js +1 -1
  47. package/dist-es5/enums/W3CTraceFlags.js +1 -1
  48. package/dist-es5/enums/ai/DependencyTypes.js +1 -1
  49. package/dist-es5/enums/ai/Enums.js +1 -1
  50. package/dist-es5/enums/ai/EventsDiscardedReason.js +1 -1
  51. package/dist-es5/enums/ai/FeatureOptInEnums.js +1 -1
  52. package/dist-es5/enums/ai/InitActiveStatusEnum.js +1 -1
  53. package/dist-es5/enums/ai/LoggingEnums.js +1 -1
  54. package/dist-es5/enums/ai/SendRequestReason.js +1 -1
  55. package/dist-es5/enums/ai/StatsType.js +1 -1
  56. package/dist-es5/enums/ai/TelemetryUnloadReason.js +1 -1
  57. package/dist-es5/enums/ai/TelemetryUpdateReason.js +1 -1
  58. package/dist-es5/enums/ai/TraceHeadersMode.js +1 -1
  59. package/dist-es5/enums/ai/UrlRedactionOptions.js +1 -1
  60. package/dist-es5/enums/ext/Enums.js +1 -1
  61. package/dist-es5/enums/otel/OTelSamplingDecision.js +1 -1
  62. package/dist-es5/enums/otel/OTelSpanKind.js +1 -1
  63. package/dist-es5/enums/otel/OTelSpanStatus.js +1 -1
  64. package/dist-es5/enums/otel/eAttributeChangeOp.js +1 -1
  65. package/dist-es5/ext/AppInsightsExtCore.js +1 -1
  66. package/dist-es5/ext/ValueSanitizer.js +1 -1
  67. package/dist-es5/ext/extSpanUtils.js +1 -1
  68. package/dist-es5/ext/extUtils.js +2 -2
  69. package/dist-es5/ext/extUtils.js.map +1 -1
  70. package/dist-es5/index.js +1 -1
  71. package/dist-es5/interfaces/IException.js +1 -1
  72. package/dist-es5/interfaces/IOTelHrTime.js +1 -1
  73. package/dist-es5/interfaces/ai/ConnectionString.js +1 -1
  74. package/dist-es5/interfaces/ai/IAppInsights.js +1 -1
  75. package/dist-es5/interfaces/ai/IAppInsightsCore.js +1 -1
  76. package/dist-es5/interfaces/ai/IChannelControls.js +1 -1
  77. package/dist-es5/interfaces/ai/IChannelControlsHost.js +1 -1
  78. package/dist-es5/interfaces/ai/IConfig.js +1 -1
  79. package/dist-es5/interfaces/ai/IConfiguration.js +1 -1
  80. package/dist-es5/interfaces/ai/ICookieMgr.js +1 -1
  81. package/dist-es5/interfaces/ai/ICorrelationConfig.js +1 -1
  82. package/dist-es5/interfaces/ai/IDbgExtension.js +1 -1
  83. package/dist-es5/interfaces/ai/IDependencyTelemetry.js +1 -1
  84. package/dist-es5/interfaces/ai/IDiagnosticLogger.js +1 -1
  85. package/dist-es5/interfaces/ai/IDistributedTraceContext.js +1 -1
  86. package/dist-es5/interfaces/ai/IEventTelemetry.js +1 -1
  87. package/dist-es5/interfaces/ai/IExceptionConfig.js +1 -1
  88. package/dist-es5/interfaces/ai/IExceptionTelemetry.js +1 -1
  89. package/dist-es5/interfaces/ai/IFeatureOptIn.js +1 -1
  90. package/dist-es5/interfaces/ai/IInstrumentHooks.js +1 -1
  91. package/dist-es5/interfaces/ai/IMetricTelemetry.js +1 -1
  92. package/dist-es5/interfaces/ai/INetworkStatsbeat.js +1 -1
  93. package/dist-es5/interfaces/ai/INotificationListener.js +1 -1
  94. package/dist-es5/interfaces/ai/INotificationManager.js +1 -1
  95. package/dist-es5/interfaces/ai/IPageViewPerformanceTelemetry.js +1 -1
  96. package/dist-es5/interfaces/ai/IPageViewTelemetry.js +1 -1
  97. package/dist-es5/interfaces/ai/IPartC.js +1 -1
  98. package/dist-es5/interfaces/ai/IPerfEvent.js +1 -1
  99. package/dist-es5/interfaces/ai/IPerfManager.js +1 -1
  100. package/dist-es5/interfaces/ai/IProcessTelemetryContext.js +1 -1
  101. package/dist-es5/interfaces/ai/IPropertiesPlugin.js +1 -1
  102. package/dist-es5/interfaces/ai/IRequestContext.js +1 -1
  103. package/dist-es5/interfaces/ai/IRequestTelemetry.js +1 -1
  104. package/dist-es5/interfaces/ai/ISenderPostManager.js +1 -1
  105. package/dist-es5/interfaces/ai/IStatsBeat.js +1 -1
  106. package/dist-es5/interfaces/ai/IStatsEventData.js +1 -1
  107. package/dist-es5/interfaces/ai/IStatsMgr.js +1 -1
  108. package/dist-es5/interfaces/ai/IStorageBuffer.js +1 -1
  109. package/dist-es5/interfaces/ai/ITelemetryContext.js +1 -1
  110. package/dist-es5/interfaces/ai/ITelemetryInitializers.js +1 -1
  111. package/dist-es5/interfaces/ai/ITelemetryItem.js +1 -1
  112. package/dist-es5/interfaces/ai/ITelemetryPlugin.js +1 -1
  113. package/dist-es5/interfaces/ai/ITelemetryPluginChain.js +1 -1
  114. package/dist-es5/interfaces/ai/ITelemetryUnloadState.js +1 -1
  115. package/dist-es5/interfaces/ai/ITelemetryUpdateState.js +1 -1
  116. package/dist-es5/interfaces/ai/IThrottleMgr.js +1 -1
  117. package/dist-es5/interfaces/ai/ITraceParent.js +1 -1
  118. package/dist-es5/interfaces/ai/ITraceProvider.js +1 -1
  119. package/dist-es5/interfaces/ai/ITraceTelemetry.js +1 -1
  120. package/dist-es5/interfaces/ai/IUnloadHook.js +1 -1
  121. package/dist-es5/interfaces/ai/IUnloadableComponent.js +1 -1
  122. package/dist-es5/interfaces/ai/IW3cTraceState.js +1 -1
  123. package/dist-es5/interfaces/ai/IXDomainRequest.js +1 -1
  124. package/dist-es5/interfaces/ai/IXHROverride.js +1 -1
  125. package/dist-es5/interfaces/ai/PartAExtensions.js +1 -1
  126. package/dist-es5/interfaces/ai/context/IApplication.js +1 -1
  127. package/dist-es5/interfaces/ai/context/IDevice.js +1 -1
  128. package/dist-es5/interfaces/ai/context/IInternal.js +1 -1
  129. package/dist-es5/interfaces/ai/context/ILocation.js +1 -1
  130. package/dist-es5/interfaces/ai/context/IOperatingSystem.js +1 -1
  131. package/dist-es5/interfaces/ai/context/ISample.js +1 -1
  132. package/dist-es5/interfaces/ai/context/ISession.js +1 -1
  133. package/dist-es5/interfaces/ai/context/ISessionManager.js +1 -1
  134. package/dist-es5/interfaces/ai/context/ITelemetryTrace.js +1 -1
  135. package/dist-es5/interfaces/ai/context/IUser.js +1 -1
  136. package/dist-es5/interfaces/ai/context/IWeb.js +1 -1
  137. package/dist-es5/interfaces/ai/contracts/AvailabilityData.js +1 -1
  138. package/dist-es5/interfaces/ai/contracts/ContextTagKeys.js +1 -1
  139. package/dist-es5/interfaces/ai/contracts/DataPointType.js +1 -1
  140. package/dist-es5/interfaces/ai/contracts/DependencyKind.js +1 -1
  141. package/dist-es5/interfaces/ai/contracts/DependencySourceType.js +1 -1
  142. package/dist-es5/interfaces/ai/contracts/IBase.js +1 -1
  143. package/dist-es5/interfaces/ai/contracts/IData.js +1 -1
  144. package/dist-es5/interfaces/ai/contracts/IDataPoint.js +1 -1
  145. package/dist-es5/interfaces/ai/contracts/IDomain.js +1 -1
  146. package/dist-es5/interfaces/ai/contracts/IEventData.js +1 -1
  147. package/dist-es5/interfaces/ai/contracts/IExceptionData.js +1 -1
  148. package/dist-es5/interfaces/ai/contracts/IExceptionDetails.js +1 -1
  149. package/dist-es5/interfaces/ai/contracts/IMessageData.js +1 -1
  150. package/dist-es5/interfaces/ai/contracts/IMetricData.js +1 -1
  151. package/dist-es5/interfaces/ai/contracts/IPageViewData.js +1 -1
  152. package/dist-es5/interfaces/ai/contracts/IPageViewPerfData.js +1 -1
  153. package/dist-es5/interfaces/ai/contracts/IRemoteDependencyData.js +1 -1
  154. package/dist-es5/interfaces/ai/contracts/IStackFrame.js +1 -1
  155. package/dist-es5/interfaces/ai/contracts/SeverityLevel.js +1 -1
  156. package/dist-es5/interfaces/ai/telemetry/IEnvelope.js +1 -1
  157. package/dist-es5/interfaces/ai/telemetry/ISerializable.js +1 -1
  158. package/dist-es5/interfaces/config/IConfigDefaults.js +1 -1
  159. package/dist-es5/interfaces/config/IDynamicConfigHandler.js +1 -1
  160. package/dist-es5/interfaces/config/IDynamicPropertyHandler.js +1 -1
  161. package/dist-es5/interfaces/config/IDynamicWatcher.js +1 -1
  162. package/dist-es5/interfaces/config/_IDynamicConfigHandlerState.js +1 -1
  163. package/dist-es5/interfaces/ext/DataModels.js +1 -1
  164. package/dist-es5/interfaces/otel/IOTelApi.js +1 -1
  165. package/dist-es5/interfaces/otel/IOTelApiCtx.js +1 -1
  166. package/dist-es5/interfaces/otel/IOTelAttributes.js +1 -1
  167. package/dist-es5/interfaces/otel/attribute/IAttributeContainer.js +1 -1
  168. package/dist-es5/interfaces/otel/config/IOTelAttributeLimits.js +1 -1
  169. package/dist-es5/interfaces/otel/config/IOTelConfig.js +1 -1
  170. package/dist-es5/interfaces/otel/config/IOTelErrorHandlers.js +1 -1
  171. package/dist-es5/interfaces/otel/config/IOTelSpanLimits.js +1 -1
  172. package/dist-es5/interfaces/otel/config/IOTelTraceCfg.js +1 -1
  173. package/dist-es5/interfaces/otel/trace/IOTelSpan.js +1 -1
  174. package/dist-es5/interfaces/otel/trace/IOTelSpanContext.js +1 -1
  175. package/dist-es5/interfaces/otel/trace/IOTelSpanCtx.js +1 -1
  176. package/dist-es5/interfaces/otel/trace/IOTelSpanOptions.js +1 -1
  177. package/dist-es5/interfaces/otel/trace/IOTelSpanStatus.js +1 -1
  178. package/dist-es5/interfaces/otel/trace/IOTelTraceApi.js +1 -1
  179. package/dist-es5/interfaces/otel/trace/IOTelTraceState.js +1 -1
  180. package/dist-es5/interfaces/otel/trace/IOTelTracer.js +1 -1
  181. package/dist-es5/interfaces/otel/trace/IOTelTracerOptions.js +1 -1
  182. package/dist-es5/interfaces/otel/trace/IOTelTracerProvider.js +1 -1
  183. package/dist-es5/interfaces/otel/trace/IReadableSpan.js +1 -1
  184. package/dist-es5/internal/EventHelpers.js +1 -1
  185. package/dist-es5/internal/attributeHelpers.js +1 -1
  186. package/dist-es5/internal/commonUtils.js +1 -1
  187. package/dist-es5/internal/handleErrors.js +1 -1
  188. package/dist-es5/internal/noopHelpers.js +1 -1
  189. package/dist-es5/internal/timeHelpers.js +1 -1
  190. package/dist-es5/otel/api/OTelApi.js +1 -1
  191. package/dist-es5/otel/api/errors/OTelError.js +1 -1
  192. package/dist-es5/otel/api/errors/OTelInvalidAttributeError.js +1 -1
  193. package/dist-es5/otel/api/errors/OTelSpanError.js +1 -1
  194. package/dist-es5/otel/api/trace/span.js +1 -1
  195. package/dist-es5/otel/api/trace/spanContext.js +1 -1
  196. package/dist-es5/otel/api/trace/traceApi.js +1 -1
  197. package/dist-es5/otel/api/trace/traceProvider.js +1 -1
  198. package/dist-es5/otel/api/trace/traceState.js +1 -1
  199. package/dist-es5/otel/api/trace/tracer.js +1 -1
  200. package/dist-es5/otel/api/trace/tracerProvider.js +1 -1
  201. package/dist-es5/otel/api/trace/utils.js +1 -1
  202. package/dist-es5/otel/attribute/SemanticConventions.js +1 -1
  203. package/dist-es5/otel/attribute/attributeContainer.js +1 -1
  204. package/dist-es5/telemetry/ConnectionStringParser.js +1 -1
  205. package/dist-es5/telemetry/RequestResponseHeaders.js +1 -1
  206. package/dist-es5/telemetry/TelemetryItemCreator.js +1 -1
  207. package/dist-es5/telemetry/W3cTraceState.js +1 -1
  208. package/dist-es5/telemetry/ai/Common/Data.js +1 -1
  209. package/dist-es5/telemetry/ai/Common/DataPoint.js +1 -1
  210. package/dist-es5/telemetry/ai/Common/DataSanitizer.js +1 -1
  211. package/dist-es5/telemetry/ai/Common/Envelope.js +1 -1
  212. package/dist-es5/telemetry/ai/DataTypes.js +1 -1
  213. package/dist-es5/telemetry/ai/EnvelopeTypes.js +1 -1
  214. package/dist-es5/telemetry/ai/Event.js +1 -1
  215. package/dist-es5/telemetry/ai/Exception.js +1 -1
  216. package/dist-es5/telemetry/ai/Metric.js +1 -1
  217. package/dist-es5/telemetry/ai/PageView.js +1 -1
  218. package/dist-es5/telemetry/ai/PageViewPerformance.js +1 -1
  219. package/dist-es5/telemetry/ai/RemoteDependencyData.js +1 -1
  220. package/dist-es5/telemetry/ai/Trace.js +1 -1
  221. package/dist-es5/utils/CoreUtils.js +1 -1
  222. package/dist-es5/utils/DataCacheHelper.js +2 -2
  223. package/dist-es5/utils/DataCacheHelper.js.map +1 -1
  224. package/dist-es5/utils/DomHelperFuncs.js +1 -1
  225. package/dist-es5/utils/EnvUtils.js +1 -1
  226. package/dist-es5/utils/HelperFuncs.js +1 -1
  227. package/dist-es5/utils/Offline.js +1 -1
  228. package/dist-es5/utils/RandomHelper.js +1 -1
  229. package/dist-es5/utils/StorageHelperFuncs.js +1 -1
  230. package/dist-es5/utils/TraceParent.js +1 -1
  231. package/dist-es5/utils/UrlHelperFuncs.js +1 -1
  232. package/dist-es5/utils/Util.js +1 -1
  233. package/package.json +78 -75
  234. package/types/applicationinsights-core-js.d.ts +3 -3
  235. package/types/applicationinsights-core-js.namespaced.d.ts +3 -3
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 3.4.1
2
+ * Application Insights JavaScript SDK - Core, 3.4.2-nightly3.2604-07
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 - Core, 3.4.1
2
+ * Application Insights JavaScript SDK - Core, 3.4.2-nightly3.2604-07
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 - Core, 3.4.1
2
+ * Application Insights JavaScript SDK - Core, 3.4.2-nightly3.2604-07
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 - Core, 3.4.1
2
+ * Application Insights JavaScript SDK - Core, 3.4.2-nightly3.2604-07
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 - Core, 3.4.1
2
+ * Application Insights JavaScript SDK - Core, 3.4.2-nightly3.2604-07
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
package/package.json CHANGED
@@ -1,75 +1,78 @@
1
- {
2
- "name": "@microsoft/applicationinsights-core-js",
3
- "author": "Microsoft Application Insights Team",
4
- "version": "3.4.1",
5
- "description": "Microsoft Application Insights Core Javascript SDK",
6
- "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
7
- "keywords": [
8
- "azure",
9
- "cloud",
10
- "script errors",
11
- "microsoft",
12
- "application insights",
13
- "browser performance monitoring",
14
- "web analytics"
15
- ],
16
- "main": "dist/es5/index.js",
17
- "module": "dist-es5/index.js",
18
- "types": "types/applicationinsights-core-js.d.ts",
19
- "scripts": {
20
- "clean": "git clean -xdf",
21
- "build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen",
22
- "build:esm": "grunt core",
23
- "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs",
24
- "rebuild": "npm run build",
25
- "test": "grunt coreunittest",
26
- "mintest": "grunt core-mintest",
27
- "perftest": "grunt coreperftest",
28
- "lint": "tslint -p tsconfig.json",
29
- "dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"Microsoft Application Insights Core Javascript SDK\"",
30
- "sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js",
31
- "ai-min": "grunt core-min",
32
- "ai-restore": "grunt core-restore",
33
- "npm-pack": "npm pack",
34
- "api-docs": "typedoc"
35
- },
36
- "repository": {
37
- "type": "git",
38
- "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/shared/AppInsightsCore"
39
- },
40
- "license": "MIT",
41
- "sideEffects": false,
42
- "devDependencies": {
43
- "@microsoft/ai-test-framework": "0.0.1",
44
- "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
45
- "@microsoft/applicationinsights-rollup-es5": "1.0.2",
46
- "@microsoft/api-extractor": "^7.40.0",
47
- "grunt": "^1.6.1",
48
- "grunt-cli": "^1.5.0",
49
- "@nevware21/grunt-ts-plugin": "^0.5.1",
50
- "@nevware21/grunt-eslint-ts": "^0.5.1",
51
- "globby": "^11.0.0",
52
- "magic-string": "^0.25.7",
53
- "pako": "^2.0.3",
54
- "@rollup/plugin-commonjs": "^24.0.0",
55
- "@rollup/plugin-node-resolve": "^15.0.1",
56
- "@rollup/plugin-replace": "^5.0.2",
57
- "rollup": "^3.20.0",
58
- "rollup-plugin-cleanup": "^3.2.1",
59
- "rollup-plugin-sourcemaps": "^0.6.3",
60
- "typedoc": "^0.26.6",
61
- "typescript": "^4.9.3",
62
- "tslib": "^2.0.0",
63
- "qunit": "^2.11.2",
64
- "sinon": "^7.3.1"
65
- },
66
- "peerDependencies": {
67
- "tslib": ">= 1.0.0"
68
- },
69
- "dependencies": {
70
- "@microsoft/applicationinsights-shims": "3.0.1",
71
- "@microsoft/dynamicproto-js": "^2.0.3",
72
- "@nevware21/ts-utils": ">= 0.12.6 < 2.x",
73
- "@nevware21/ts-async": ">= 0.5.5 < 2.x"
74
- }
75
- }
1
+ {
2
+ "name": "@microsoft/applicationinsights-core-js",
3
+ "author": "Microsoft Application Insights Team",
4
+ "version": "3.4.2-nightly3.2604-07",
5
+ "description": "Microsoft Application Insights Core Javascript SDK",
6
+ "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
7
+ "keywords": [
8
+ "azure",
9
+ "cloud",
10
+ "script errors",
11
+ "microsoft",
12
+ "application insights",
13
+ "browser performance monitoring",
14
+ "web analytics"
15
+ ],
16
+ "main": "dist/es5/index.js",
17
+ "module": "dist-es5/index.js",
18
+ "types": "types/applicationinsights-core-js.d.ts",
19
+ "scripts": {
20
+ "clean": "git clean -xdf",
21
+ "build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen",
22
+ "build:esm": "grunt core",
23
+ "build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs",
24
+ "rebuild": "npm run build",
25
+ "test": "grunt coreunittest",
26
+ "mintest": "grunt core-mintest",
27
+ "perftest": "grunt coreperftest",
28
+ "lint": "tslint -p tsconfig.json",
29
+ "dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"Microsoft Application Insights Core Javascript SDK\"",
30
+ "sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js",
31
+ "ai-min": "grunt core-min",
32
+ "ai-restore": "grunt core-restore",
33
+ "npm-pack": "npm pack",
34
+ "api-docs": "typedoc"
35
+ },
36
+ "repository": {
37
+ "type": "git",
38
+ "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/shared/AppInsightsCore"
39
+ },
40
+ "license": "MIT",
41
+ "sideEffects": false,
42
+ "devDependencies": {
43
+ "@microsoft/ai-test-framework": "0.0.1",
44
+ "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
45
+ "@microsoft/applicationinsights-rollup-es5": "1.0.2",
46
+ "@microsoft/api-extractor": "^7.40.0",
47
+ "grunt": "^1.6.1",
48
+ "grunt-cli": "^1.5.0",
49
+ "@nevware21/grunt-ts-plugin": "^0.5.1",
50
+ "@nevware21/grunt-eslint-ts": "^0.5.1",
51
+ "globby": "^11.0.0",
52
+ "magic-string": "^0.25.7",
53
+ "pako": "^2.0.3",
54
+ "@rollup/plugin-commonjs": "^24.0.0",
55
+ "@rollup/plugin-node-resolve": "^15.0.1",
56
+ "@rollup/plugin-replace": "^5.0.2",
57
+ "rollup": "^3.20.0",
58
+ "rollup-plugin-cleanup": "^3.2.1",
59
+ "rollup-plugin-sourcemaps": "^0.6.3",
60
+ "typedoc": "^0.26.6",
61
+ "typescript": "^4.9.3",
62
+ "tslib": "^2.0.0",
63
+ "qunit": "^2.11.2",
64
+ "sinon": "^7.3.1"
65
+ },
66
+ "peerDependencies": {
67
+ "tslib": ">= 1.0.0"
68
+ },
69
+ "dependencies": {
70
+ "@microsoft/applicationinsights-shims": "3.0.1",
71
+ "@microsoft/dynamicproto-js": "^2.0.3",
72
+ "@nevware21/ts-utils": ">= 0.12.6 < 2.x",
73
+ "@nevware21/ts-async": ">= 0.5.5 < 2.x"
74
+ },
75
+ "publishConfig": {
76
+ "tag": "nightly3"
77
+ }
78
+ }
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Microsoft Application Insights Core Javascript SDK, 3.4.1
2
+ * Microsoft Application Insights Core Javascript SDK, 3.4.2-nightly3.2604-07
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  * Microsoft Application Insights Team
@@ -2377,7 +2377,7 @@ export declare const ExtFullVersionString: string;
2377
2377
  /**
2378
2378
  * Identifies the version for the extended SDK
2379
2379
  */
2380
- export declare const ExtVersion = "4.4.1";
2380
+ export declare const ExtVersion = "4.4.2-nightly3.2604-07";
2381
2381
 
2382
2382
  export declare const enum FeatureOptInMode {
2383
2383
  /**
@@ -10594,7 +10594,7 @@ export declare class ValueSanitizer implements IValueSanitizer {
10594
10594
  * Identifies the version for the extended SDK (legacy constant)
10595
10595
  * @deprecated Use {@link ExtVersion} instead
10596
10596
  */
10597
- export declare const Version = "4.4.1";
10597
+ export declare const Version = "4.4.2-nightly3.2604-07";
10598
10598
 
10599
10599
  /**
10600
10600
  * This is a helper method which will call warnToConsole on the passed logger with the provided message.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Microsoft Application Insights Core Javascript SDK, 3.4.1
2
+ * Microsoft Application Insights Core Javascript SDK, 3.4.2-nightly3.2604-07
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  * Microsoft Application Insights Team
@@ -2671,7 +2671,7 @@ declare namespace ApplicationInsights {
2671
2671
  /**
2672
2672
  * Identifies the version for the extended SDK
2673
2673
  */
2674
- const ExtVersion = "4.4.1";
2674
+ const ExtVersion = "4.4.2-nightly3.2604-07";
2675
2675
 
2676
2676
  const enum FeatureOptInMode {
2677
2677
  /**
@@ -11878,7 +11878,7 @@ declare namespace ApplicationInsights {
11878
11878
  * Identifies the version for the extended SDK (legacy constant)
11879
11879
  * @deprecated Use {@link ExtVersion} instead
11880
11880
  */
11881
- const Version = "4.4.1";
11881
+ const Version = "4.4.2-nightly3.2604-07";
11882
11882
 
11883
11883
  /**
11884
11884
  * This is a helper method which will call warnToConsole on the passed logger with the provided message.