@microsoft/applicationinsights-common 3.3.12-nightly3.2602-20 → 3.4.0-beta
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.
- package/README.md +21 -2
- package/browser/es5/applicationinsights-common.cjs.js +1089 -289
- package/browser/es5/applicationinsights-common.cjs.js.map +1 -1
- package/browser/es5/applicationinsights-common.cjs.min.js +2 -2
- package/browser/es5/applicationinsights-common.cjs.min.js.map +1 -1
- package/browser/es5/applicationinsights-common.gbl.js +1091 -291
- package/browser/es5/applicationinsights-common.gbl.js.map +1 -1
- package/browser/es5/applicationinsights-common.gbl.min.js +2 -2
- package/browser/es5/applicationinsights-common.gbl.min.js.map +1 -1
- package/browser/es5/applicationinsights-common.integrity.json +25 -25
- package/browser/es5/applicationinsights-common.js +1091 -291
- package/browser/es5/applicationinsights-common.js.map +1 -1
- package/browser/es5/applicationinsights-common.min.js +2 -2
- package/browser/es5/applicationinsights-common.min.js.map +1 -1
- package/dist/es5/applicationinsights-common.js +1089 -289
- package/dist/es5/applicationinsights-common.js.map +1 -1
- package/dist/es5/applicationinsights-common.min.js +2 -2
- package/dist/es5/applicationinsights-common.min.js.map +1 -1
- package/dist-es5/applicationinsights-common.js +42 -32
- package/dist-es5/applicationinsights-common.js.map +1 -1
- package/package.json +65 -66
- package/types/applicationinsights-common.d.ts +408 -2574
- package/types/applicationinsights-common.namespaced.d.ts +2385 -89
- package/dist-es5/ConnectionStringParser.js +0 -44
- package/dist-es5/ConnectionStringParser.js.map +0 -1
- package/dist-es5/Constants.js +0 -22
- package/dist-es5/Constants.js.map +0 -1
- package/dist-es5/DomHelperFuncs.js +0 -22
- package/dist-es5/DomHelperFuncs.js.map +0 -1
- package/dist-es5/Enums.js +0 -30
- package/dist-es5/Enums.js.map +0 -1
- package/dist-es5/HelperFuncs.js +0 -50
- package/dist-es5/HelperFuncs.js.map +0 -1
- package/dist-es5/Interfaces/ConnectionString.js +0 -6
- package/dist-es5/Interfaces/ConnectionString.js.map +0 -1
- package/dist-es5/Interfaces/Context/IApplication.js +0 -8
- package/dist-es5/Interfaces/Context/IApplication.js.map +0 -1
- package/dist-es5/Interfaces/Context/IDevice.js +0 -8
- package/dist-es5/Interfaces/Context/IDevice.js.map +0 -1
- package/dist-es5/Interfaces/Context/IInternal.js +0 -8
- package/dist-es5/Interfaces/Context/IInternal.js.map +0 -1
- package/dist-es5/Interfaces/Context/ILocation.js +0 -8
- package/dist-es5/Interfaces/Context/ILocation.js.map +0 -1
- package/dist-es5/Interfaces/Context/IOperatingSystem.js +0 -8
- package/dist-es5/Interfaces/Context/IOperatingSystem.js.map +0 -1
- package/dist-es5/Interfaces/Context/ISample.js +0 -8
- package/dist-es5/Interfaces/Context/ISample.js.map +0 -1
- package/dist-es5/Interfaces/Context/ISession.js +0 -8
- package/dist-es5/Interfaces/Context/ISession.js.map +0 -1
- package/dist-es5/Interfaces/Context/ISessionManager.js +0 -8
- package/dist-es5/Interfaces/Context/ISessionManager.js.map +0 -1
- package/dist-es5/Interfaces/Context/ITelemetryTrace.js +0 -8
- package/dist-es5/Interfaces/Context/ITelemetryTrace.js.map +0 -1
- package/dist-es5/Interfaces/Context/IUser.js +0 -8
- package/dist-es5/Interfaces/Context/IUser.js.map +0 -1
- package/dist-es5/Interfaces/Context/IWeb.js +0 -8
- package/dist-es5/Interfaces/Context/IWeb.js.map +0 -1
- package/dist-es5/Interfaces/Contracts/AvailabilityData.js +0 -52
- package/dist-es5/Interfaces/Contracts/AvailabilityData.js.map +0 -1
- package/dist-es5/Interfaces/Contracts/ContextTagKeys.js +0 -89
- package/dist-es5/Interfaces/Contracts/ContextTagKeys.js.map +0 -1
- package/dist-es5/Interfaces/Contracts/DataPointType.js +0 -8
- package/dist-es5/Interfaces/Contracts/DataPointType.js.map +0 -1
- package/dist-es5/Interfaces/Contracts/DependencyKind.js +0 -8
- package/dist-es5/Interfaces/Contracts/DependencyKind.js.map +0 -1
- package/dist-es5/Interfaces/Contracts/DependencySourceType.js +0 -8
- package/dist-es5/Interfaces/Contracts/DependencySourceType.js.map +0 -1
- package/dist-es5/Interfaces/Contracts/IBase.js +0 -8
- package/dist-es5/Interfaces/Contracts/IBase.js.map +0 -1
- package/dist-es5/Interfaces/Contracts/IData.js +0 -8
- package/dist-es5/Interfaces/Contracts/IData.js.map +0 -1
- package/dist-es5/Interfaces/Contracts/IDataPoint.js +0 -6
- package/dist-es5/Interfaces/Contracts/IDataPoint.js.map +0 -1
- package/dist-es5/Interfaces/Contracts/IDomain.js +0 -8
- package/dist-es5/Interfaces/Contracts/IDomain.js.map +0 -1
- package/dist-es5/Interfaces/Contracts/IEnvelope.js +0 -46
- package/dist-es5/Interfaces/Contracts/IEnvelope.js.map +0 -1
- package/dist-es5/Interfaces/Contracts/IEventData.js +0 -8
- package/dist-es5/Interfaces/Contracts/IEventData.js.map +0 -1
- package/dist-es5/Interfaces/Contracts/IExceptionData.js +0 -8
- package/dist-es5/Interfaces/Contracts/IExceptionData.js.map +0 -1
- package/dist-es5/Interfaces/Contracts/IExceptionDetails.js +0 -8
- package/dist-es5/Interfaces/Contracts/IExceptionDetails.js.map +0 -1
- package/dist-es5/Interfaces/Contracts/IMessageData.js +0 -8
- package/dist-es5/Interfaces/Contracts/IMessageData.js.map +0 -1
- package/dist-es5/Interfaces/Contracts/IMetricData.js +0 -8
- package/dist-es5/Interfaces/Contracts/IMetricData.js.map +0 -1
- package/dist-es5/Interfaces/Contracts/IPageViewData.js +0 -8
- package/dist-es5/Interfaces/Contracts/IPageViewData.js.map +0 -1
- package/dist-es5/Interfaces/Contracts/IPageViewPerfData.js +0 -8
- package/dist-es5/Interfaces/Contracts/IPageViewPerfData.js.map +0 -1
- package/dist-es5/Interfaces/Contracts/IRemoteDependencyData.js +0 -8
- package/dist-es5/Interfaces/Contracts/IRemoteDependencyData.js.map +0 -1
- package/dist-es5/Interfaces/Contracts/IStackFrame.js +0 -8
- package/dist-es5/Interfaces/Contracts/IStackFrame.js.map +0 -1
- package/dist-es5/Interfaces/Contracts/RequestData.js +0 -46
- package/dist-es5/Interfaces/Contracts/RequestData.js.map +0 -1
- package/dist-es5/Interfaces/Contracts/SeverityLevel.js +0 -18
- package/dist-es5/Interfaces/Contracts/SeverityLevel.js.map +0 -1
- package/dist-es5/Interfaces/IAppInsights.js +0 -8
- package/dist-es5/Interfaces/IAppInsights.js.map +0 -1
- package/dist-es5/Interfaces/IConfig.js +0 -26
- package/dist-es5/Interfaces/IConfig.js.map +0 -1
- package/dist-es5/Interfaces/ICorrelationConfig.js +0 -8
- package/dist-es5/Interfaces/ICorrelationConfig.js.map +0 -1
- package/dist-es5/Interfaces/IDependencyTelemetry.js +0 -8
- package/dist-es5/Interfaces/IDependencyTelemetry.js.map +0 -1
- package/dist-es5/Interfaces/IEventTelemetry.js +0 -6
- package/dist-es5/Interfaces/IEventTelemetry.js.map +0 -1
- package/dist-es5/Interfaces/IExceptionTelemetry.js +0 -8
- package/dist-es5/Interfaces/IExceptionTelemetry.js.map +0 -1
- package/dist-es5/Interfaces/IMetricTelemetry.js +0 -6
- package/dist-es5/Interfaces/IMetricTelemetry.js.map +0 -1
- package/dist-es5/Interfaces/IPageViewPerformanceTelemetry.js +0 -6
- package/dist-es5/Interfaces/IPageViewPerformanceTelemetry.js.map +0 -1
- package/dist-es5/Interfaces/IPageViewTelemetry.js +0 -6
- package/dist-es5/Interfaces/IPageViewTelemetry.js.map +0 -1
- package/dist-es5/Interfaces/IPartC.js +0 -8
- package/dist-es5/Interfaces/IPartC.js.map +0 -1
- package/dist-es5/Interfaces/IPropertiesPlugin.js +0 -8
- package/dist-es5/Interfaces/IPropertiesPlugin.js.map +0 -1
- package/dist-es5/Interfaces/IRequestContext.js +0 -6
- package/dist-es5/Interfaces/IRequestContext.js.map +0 -1
- package/dist-es5/Interfaces/IStorageBuffer.js +0 -6
- package/dist-es5/Interfaces/IStorageBuffer.js.map +0 -1
- package/dist-es5/Interfaces/ITelemetryContext.js +0 -8
- package/dist-es5/Interfaces/ITelemetryContext.js.map +0 -1
- package/dist-es5/Interfaces/IThrottleMgr.js +0 -6
- package/dist-es5/Interfaces/IThrottleMgr.js.map +0 -1
- package/dist-es5/Interfaces/ITraceTelemetry.js +0 -8
- package/dist-es5/Interfaces/ITraceTelemetry.js.map +0 -1
- package/dist-es5/Interfaces/PartAExtensions.js +0 -17
- package/dist-es5/Interfaces/PartAExtensions.js.map +0 -1
- package/dist-es5/Interfaces/Telemetry/IEnvelope.js +0 -8
- package/dist-es5/Interfaces/Telemetry/IEnvelope.js.map +0 -1
- package/dist-es5/Interfaces/Telemetry/ISerializable.js +0 -8
- package/dist-es5/Interfaces/Telemetry/ISerializable.js.map +0 -1
- package/dist-es5/Offline.js +0 -137
- package/dist-es5/Offline.js.map +0 -1
- package/dist-es5/RequestResponseHeaders.js +0 -19
- package/dist-es5/RequestResponseHeaders.js.map +0 -1
- package/dist-es5/StorageHelperFuncs.js +0 -184
- package/dist-es5/StorageHelperFuncs.js.map +0 -1
- package/dist-es5/Telemetry/Common/Data.js +0 -25
- package/dist-es5/Telemetry/Common/Data.js.map +0 -1
- package/dist-es5/Telemetry/Common/DataPoint.js +0 -29
- package/dist-es5/Telemetry/Common/DataPoint.js.map +0 -1
- package/dist-es5/Telemetry/Common/DataSanitizer.js +0 -129
- package/dist-es5/Telemetry/Common/DataSanitizer.js.map +0 -1
- package/dist-es5/Telemetry/Common/Envelope.js +0 -38
- package/dist-es5/Telemetry/Common/Envelope.js.map +0 -1
- package/dist-es5/Telemetry/Event.js +0 -32
- package/dist-es5/Telemetry/Event.js.map +0 -1
- package/dist-es5/Telemetry/Exception.js +0 -759
- package/dist-es5/Telemetry/Exception.js.map +0 -1
- package/dist-es5/Telemetry/Metric.js +0 -39
- package/dist-es5/Telemetry/Metric.js.map +0 -1
- package/dist-es5/Telemetry/PageView.js +0 -41
- package/dist-es5/Telemetry/PageView.js.map +0 -1
- package/dist-es5/Telemetry/PageViewPerformance.js +0 -48
- package/dist-es5/Telemetry/PageViewPerformance.js.map +0 -1
- package/dist-es5/Telemetry/RemoteDependencyData.js +0 -62
- package/dist-es5/Telemetry/RemoteDependencyData.js.map +0 -1
- package/dist-es5/Telemetry/Trace.js +0 -36
- package/dist-es5/Telemetry/Trace.js.map +0 -1
- package/dist-es5/TelemetryItemCreator.js +0 -65
- package/dist-es5/TelemetryItemCreator.js.map +0 -1
- package/dist-es5/ThrottleMgr.js +0 -388
- package/dist-es5/ThrottleMgr.js.map +0 -1
- package/dist-es5/UrlHelperFuncs.js +0 -90
- package/dist-es5/UrlHelperFuncs.js.map +0 -1
- package/dist-es5/Util.js +0 -198
- package/dist-es5/Util.js.map +0 -1
- package/dist-es5/__DynamicConstants.js +0 -44
- package/dist-es5/__DynamicConstants.js.map +0 -1
|
@@ -1,37 +1,47 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Application Insights JavaScript SDK - Common, 3.
|
|
2
|
+
* Application Insights JavaScript SDK - Common, 3.4.0-beta
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
export
|
|
18
|
-
export {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @deprecated The @microsoft/applicationinsights-common package has been merged
|
|
9
|
+
* into @microsoft/applicationinsights-core-js for simplified dependency management
|
|
10
|
+
* and improved tree-shaking capabilities.
|
|
11
|
+
*
|
|
12
|
+
* Please migrate your imports from "@microsoft/applicationinsights-common" to
|
|
13
|
+
* "@microsoft/applicationinsights-core-js".
|
|
14
|
+
*
|
|
15
|
+
* This compatibility layer will be maintained through version 3.x and removed in 4.0.0.
|
|
16
|
+
*/
|
|
17
|
+
// Re-export everything from core for backward compatibility
|
|
18
|
+
export {
|
|
19
|
+
// Utility functions
|
|
20
|
+
correlationIdSetPrefix, correlationIdGetPrefix, correlationIdCanIncludeCorrelationHeader, correlationIdGetCorrelationContext, correlationIdGetCorrelationContextValue, dateTimeUtilsNow, dateTimeUtilsDuration, isInternalApplicationInsightsEndpoint, createDistributedTraceContextFromTrace,
|
|
21
|
+
// Throttle manager
|
|
22
|
+
ThrottleMgr,
|
|
23
|
+
// Connection string parsing
|
|
24
|
+
parseConnectionString, ConnectionStringParser, DistributedTracingModes, EventPersistence, SeverityLevel, RequestHeaders,
|
|
25
|
+
// Constants
|
|
26
|
+
DisabledPropertyName, ProcessLegacy, SampleRate, HttpMethod, DEFAULT_BREEZE_ENDPOINT, DEFAULT_BREEZE_PATH, strNotSpecified,
|
|
27
|
+
// Telemetry classes
|
|
28
|
+
Envelope, Event, Exception, Metric, PageView, PageViewPerformance, RemoteDependencyData, Trace, Data, dataSanitizeKeyAndAddUniqueness, dataSanitizeKey, dataSanitizeString, dataSanitizeUrl, dataSanitizeMessage, dataSanitizeException, dataSanitizeProperties, dataSanitizeMeasurements, dataSanitizeId, dataSanitizeInput, dsPadNumber, ConfigurationManager, ContextTagKeys, CtxTagKeys, Extensions,
|
|
29
|
+
// Data types
|
|
30
|
+
EventDataType, ExceptionDataType, MetricDataType, PageViewDataType, PageViewPerformanceDataType, RemoteDependencyDataType, RequestDataType, TraceDataType,
|
|
31
|
+
// Envelope types
|
|
32
|
+
EventEnvelopeType, ExceptionEnvelopeType, MetricEnvelopeType, PageViewEnvelopeType, PageViewPerformanceEnvelopeType, RemoteDependencyEnvelopeType, RequestEnvelopeType, TraceEnvelopeType,
|
|
33
|
+
// Telemetry creation
|
|
34
|
+
TelemetryItemCreator, createTelemetryItem,
|
|
35
|
+
// Helper functions
|
|
36
|
+
stringToBoolOrDefault, msToTimeSpan, getExtensionByName, isCrossOriginError,
|
|
37
|
+
// Trace parent functions (re-exported from core)
|
|
38
|
+
createTraceParent, parseTraceParent, isValidTraceId, isValidSpanId, isValidTraceParent, isSampledFlag, formatTraceParent, findW3cTraceParent, findAllScripts, isBeaconsSupported as isBeaconApiSupported,
|
|
39
|
+
// DOM helpers
|
|
40
|
+
createDomEvent,
|
|
41
|
+
// Storage helpers
|
|
42
|
+
utlDisableStorage, utlEnableStorage, utlCanUseLocalStorage, utlGetLocalStorage, utlSetLocalStorage, utlRemoveStorage, utlCanUseSessionStorage, utlGetSessionStorageKeys, utlGetSessionStorage, utlSetSessionStorage, utlRemoveSessionStorage, utlSetStoragePrefix,
|
|
43
|
+
// URL helpers
|
|
44
|
+
urlParseUrl, urlGetAbsoluteUrl, urlGetPathName, urlGetCompleteUrl, urlParseHost, urlParseFullHost, createOfflineListener,
|
|
45
|
+
// Plugin identifiers
|
|
46
|
+
PropertiesPluginIdentifier, BreezeChannelIdentifier, AnalyticsPluginIdentifier } from "@microsoft/applicationinsights-core-js";
|
|
37
47
|
//# sourceMappingURL=applicationinsights-common.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"applicationinsights-common.js.map","sources":["applicationinsights-common.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the\r\
|
|
1
|
+
{"version":3,"file":"applicationinsights-common.js.map","sources":["applicationinsights-common.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\n/**\r\n * @deprecated The @microsoft/applicationinsights-common package has been merged\r\n * into @microsoft/applicationinsights-core-js for simplified dependency management\r\n * and improved tree-shaking capabilities.\r\n *\r\n * Please migrate your imports from \"@microsoft/applicationinsights-common\" to\r\n * \"@microsoft/applicationinsights-core-js\".\r\n *\r\n * This compatibility layer will be maintained through version 3.x and removed in 4.0.0.\r\n */\r\n// Re-export everything from core for backward compatibility\r\nexport { \r\n// Utility functions\r\ncorrelationIdSetPrefix, correlationIdGetPrefix, correlationIdCanIncludeCorrelationHeader, correlationIdGetCorrelationContext, correlationIdGetCorrelationContextValue, dateTimeUtilsNow, dateTimeUtilsDuration, isInternalApplicationInsightsEndpoint, createDistributedTraceContextFromTrace, \r\n// Throttle manager\r\nThrottleMgr, \r\n// Connection string parsing\r\nparseConnectionString, ConnectionStringParser, DistributedTracingModes, EventPersistence, SeverityLevel, RequestHeaders, \r\n// Constants\r\nDisabledPropertyName, ProcessLegacy, SampleRate, HttpMethod, DEFAULT_BREEZE_ENDPOINT, DEFAULT_BREEZE_PATH, strNotSpecified, \r\n// Telemetry classes\r\nEnvelope, Event, Exception, Metric, PageView, PageViewPerformance, RemoteDependencyData, Trace, Data, dataSanitizeKeyAndAddUniqueness, dataSanitizeKey, dataSanitizeString, dataSanitizeUrl, dataSanitizeMessage, dataSanitizeException, dataSanitizeProperties, dataSanitizeMeasurements, dataSanitizeId, dataSanitizeInput, dsPadNumber, ConfigurationManager, ContextTagKeys, CtxTagKeys, Extensions, \r\n// Data types\r\nEventDataType, ExceptionDataType, MetricDataType, PageViewDataType, PageViewPerformanceDataType, RemoteDependencyDataType, RequestDataType, TraceDataType, \r\n// Envelope types\r\nEventEnvelopeType, ExceptionEnvelopeType, MetricEnvelopeType, PageViewEnvelopeType, PageViewPerformanceEnvelopeType, RemoteDependencyEnvelopeType, RequestEnvelopeType, TraceEnvelopeType, \r\n// Telemetry creation\r\nTelemetryItemCreator, createTelemetryItem, \r\n// Helper functions\r\nstringToBoolOrDefault, msToTimeSpan, getExtensionByName, isCrossOriginError, \r\n// Trace parent functions (re-exported from core)\r\ncreateTraceParent, parseTraceParent, isValidTraceId, isValidSpanId, isValidTraceParent, isSampledFlag, formatTraceParent, findW3cTraceParent, findAllScripts, isBeaconsSupported as isBeaconApiSupported, \r\n// DOM helpers\r\ncreateDomEvent, \r\n// Storage helpers\r\nutlDisableStorage, utlEnableStorage, utlCanUseLocalStorage, utlGetLocalStorage, utlSetLocalStorage, utlRemoveStorage, utlCanUseSessionStorage, utlGetSessionStorageKeys, utlGetSessionStorage, utlSetSessionStorage, utlRemoveSessionStorage, utlSetStoragePrefix, \r\n// URL helpers\r\nurlParseUrl, urlGetAbsoluteUrl, urlGetPathName, urlGetCompleteUrl, urlParseHost, urlParseFullHost, createOfflineListener, \r\n// Plugin identifiers\r\nPropertiesPluginIdentifier, BreezeChannelIdentifier, AnalyticsPluginIdentifier } from \"@microsoft/applicationinsights-core-js\";\r\n//# sourceMappingURL=applicationinsights-common.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA"}
|
package/package.json
CHANGED
|
@@ -1,66 +1,65 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@microsoft/applicationinsights-common",
|
|
3
|
-
"version": "3.
|
|
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/
|
|
33
|
-
"@microsoft/applicationinsights-rollup-
|
|
34
|
-
"@microsoft/
|
|
35
|
-
"
|
|
36
|
-
"grunt": "^1.
|
|
37
|
-
"grunt-
|
|
38
|
-
"@nevware21/grunt-ts
|
|
39
|
-
"@
|
|
40
|
-
"@rollup/plugin-
|
|
41
|
-
"@rollup/plugin-
|
|
42
|
-
"
|
|
43
|
-
"rollup": "^3.
|
|
44
|
-
"rollup-plugin-
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
"@microsoft/applicationinsights-
|
|
58
|
-
"@microsoft/
|
|
59
|
-
"@
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
"
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@microsoft/applicationinsights-common",
|
|
3
|
+
"version": "3.4.0-beta",
|
|
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.0-beta",
|
|
58
|
+
"@microsoft/dynamicproto-js": "^2.0.3",
|
|
59
|
+
"@nevware21/ts-utils": ">= 0.12.6 < 2.x"
|
|
60
|
+
},
|
|
61
|
+
"license": "MIT",
|
|
62
|
+
"publishConfig": {
|
|
63
|
+
"tag": "beta3"
|
|
64
|
+
}
|
|
65
|
+
}
|