@microsoft/applicationinsights-properties-js 3.1.3-nightly3.240329-01 → 3.1.3-nightly3.2404-16
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/browser/es5/{ai.props.3.1.3-nightly3.240329-01.cjs.js → ai.props.3.1.3-nightly3.2404-16.cjs.js} +74 -118
- package/browser/es5/ai.props.3.1.3-nightly3.2404-16.cjs.js.map +1 -0
- package/browser/es5/ai.props.3.1.3-nightly3.2404-16.cjs.min.js +6 -0
- package/browser/es5/ai.props.3.1.3-nightly3.2404-16.cjs.min.js.map +1 -0
- package/browser/es5/{ai.props.3.1.3-nightly3.240329-01.gbl.js → ai.props.3.1.3-nightly3.2404-16.gbl.js} +76 -120
- package/browser/es5/ai.props.3.1.3-nightly3.2404-16.gbl.js.map +1 -0
- package/browser/es5/ai.props.3.1.3-nightly3.2404-16.gbl.min.js +6 -0
- package/browser/es5/ai.props.3.1.3-nightly3.2404-16.gbl.min.js.map +1 -0
- package/browser/es5/ai.props.3.1.3-nightly3.2404-16.integrity.json +66 -0
- package/browser/es5/{ai.props.3.1.3-nightly3.240329-01.js → ai.props.3.1.3-nightly3.2404-16.js} +76 -120
- package/browser/es5/ai.props.3.1.3-nightly3.2404-16.js.map +1 -0
- package/browser/es5/ai.props.3.1.3-nightly3.2404-16.min.js +6 -0
- package/browser/es5/ai.props.3.1.3-nightly3.2404-16.min.js.map +1 -0
- package/browser/es5/ai.props.3.cjs.js +73 -117
- package/browser/es5/ai.props.3.cjs.js.map +1 -1
- package/browser/es5/ai.props.3.cjs.min.js +2 -2
- package/browser/es5/ai.props.3.cjs.min.js.map +1 -1
- package/browser/es5/ai.props.3.gbl.js +75 -119
- package/browser/es5/ai.props.3.gbl.js.map +1 -1
- package/browser/es5/ai.props.3.gbl.min.js +2 -2
- package/browser/es5/ai.props.3.gbl.min.js.map +1 -1
- package/browser/es5/ai.props.3.integrity.json +25 -25
- package/browser/es5/ai.props.3.js +75 -119
- package/browser/es5/ai.props.3.js.map +1 -1
- package/browser/es5/ai.props.3.min.js +2 -2
- package/browser/es5/ai.props.3.min.js.map +1 -1
- package/dist/es5/applicationinsights-properties-js.js +73 -117
- package/dist/es5/applicationinsights-properties-js.js.map +1 -1
- package/dist/es5/applicationinsights-properties-js.min.js +2 -2
- package/dist/es5/applicationinsights-properties-js.min.js.map +1 -1
- package/dist-es5/Context/Application.js +1 -1
- package/dist-es5/Context/Device.js +1 -1
- package/dist-es5/Context/Internal.js +2 -2
- package/dist-es5/Context/Internal.js.map +1 -1
- package/dist-es5/Context/Location.js +1 -1
- package/dist-es5/Context/Session.js +1 -1
- package/dist-es5/Context/TelemetryTrace.js +1 -1
- package/dist-es5/Context/User.js +1 -1
- package/dist-es5/Interfaces/IPropTelemetryContext.js +1 -1
- package/dist-es5/Interfaces/IPropertiesConfig.js +1 -1
- package/dist-es5/PropertiesPlugin.js +1 -1
- package/dist-es5/TelemetryContext.js +1 -1
- package/dist-es5/__DynamicConstants.js +1 -1
- package/dist-es5/applicationinsights-properties-js.js +1 -1
- package/package.json +4 -4
- package/types/applicationinsights-properties-js.d.ts +1 -1
- package/types/applicationinsights-properties-js.namespaced.d.ts +1 -28
- package/browser/es5/ai.props.3.1.3-nightly3.240329-01.cjs.js.map +0 -1
- package/browser/es5/ai.props.3.1.3-nightly3.240329-01.cjs.min.js +0 -6
- package/browser/es5/ai.props.3.1.3-nightly3.240329-01.cjs.min.js.map +0 -1
- package/browser/es5/ai.props.3.1.3-nightly3.240329-01.gbl.js.map +0 -1
- package/browser/es5/ai.props.3.1.3-nightly3.240329-01.gbl.min.js +0 -6
- package/browser/es5/ai.props.3.1.3-nightly3.240329-01.gbl.min.js.map +0 -1
- package/browser/es5/ai.props.3.1.3-nightly3.240329-01.integrity.json +0 -66
- package/browser/es5/ai.props.3.1.3-nightly3.240329-01.js.map +0 -1
- package/browser/es5/ai.props.3.1.3-nightly3.240329-01.min.js +0 -6
- package/browser/es5/ai.props.3.1.3-nightly3.240329-01.min.js.map +0 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Application Insights JavaScript SDK - Properties Plugin, 3.1.3-nightly3.
|
|
2
|
+
* Application Insights JavaScript SDK - Properties Plugin, 3.1.3-nightly3.2404-16
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
import { onConfigChange } from "@microsoft/applicationinsights-core-js";
|
|
8
|
-
var Version = '3.1.3-nightly3.
|
|
8
|
+
var Version = '3.1.3-nightly3.2404-16';
|
|
9
9
|
var Internal = /** @class */ (function () {
|
|
10
10
|
/**
|
|
11
11
|
* Constructs a new instance of the internal telemetry data class.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Internal.js.map","sources":["Internal.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nimport { onConfigChange } from \"@microsoft/applicationinsights-core-js\";\r\nvar Version = '3.1.3-nightly3.
|
|
1
|
+
{"version":3,"file":"Internal.js.map","sources":["Internal.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nimport { onConfigChange } from \"@microsoft/applicationinsights-core-js\";\r\nvar Version = '3.1.3-nightly3.2404-16';\r\nvar Internal = /** @class */ (function () {\r\n /**\r\n * Constructs a new instance of the internal telemetry data class.\r\n */\r\n function Internal(config, unloadHookContainer) {\r\n var _this = this;\r\n var unloadHook = onConfigChange((config), function () {\r\n var prefix = config.sdkExtension;\r\n _this.sdkVersion = (prefix ? prefix + \"_\" : \"\") + \"javascript:\" + Version;\r\n });\r\n unloadHookContainer && unloadHookContainer.add(unloadHook);\r\n }\r\n return Internal;\r\n}());\r\nexport { Internal };\r\n//# sourceMappingURL=Internal.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA"}
|
package/dist-es5/Context/User.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/applicationinsights-properties-js",
|
|
3
|
-
"version": "3.1.3-nightly3.
|
|
3
|
+
"version": "3.1.3-nightly3.2404-16",
|
|
4
4
|
"description": "Microsoft Application Insights properties (Part A) plugin",
|
|
5
5
|
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
|
6
6
|
"author": "Microsoft Application Insights Team",
|
|
@@ -58,9 +58,9 @@
|
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@microsoft/dynamicproto-js": "^2.0.3",
|
|
60
60
|
"@microsoft/applicationinsights-shims": "3.0.1",
|
|
61
|
-
"@microsoft/applicationinsights-core-js": "3.1.3-nightly3.
|
|
62
|
-
"@microsoft/applicationinsights-common": "3.1.3-nightly3.
|
|
63
|
-
"@nevware21/ts-utils": ">= 0.11.
|
|
61
|
+
"@microsoft/applicationinsights-core-js": "3.1.3-nightly3.2404-16",
|
|
62
|
+
"@microsoft/applicationinsights-common": "3.1.3-nightly3.2404-16",
|
|
63
|
+
"@nevware21/ts-utils": ">= 0.11.1 < 2.x"
|
|
64
64
|
},
|
|
65
65
|
"license": "MIT",
|
|
66
66
|
"publishConfig": {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Microsoft Application Insights properties plugin, 3.1.3-nightly3.
|
|
2
|
+
* Microsoft Application Insights properties plugin, 3.1.3-nightly3.2404-16
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* Microsoft Application Insights Team
|
|
@@ -1996,33 +1996,6 @@ declare namespace ApplicationInsights {
|
|
|
1996
1996
|
* ```
|
|
1997
1997
|
*/
|
|
1998
1998
|
finally(onfinally?: FinallyPromiseHandler): IPromise<T>;
|
|
1999
|
-
/**
|
|
2000
|
-
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
2001
|
-
* resolved value cannot be modified from the callback.
|
|
2002
|
-
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
2003
|
-
* @returns A Promise for the completion of the callback.
|
|
2004
|
-
* @example
|
|
2005
|
-
* ```ts
|
|
2006
|
-
* function doFunction() {
|
|
2007
|
-
* return createPromise((resolve, reject) => {
|
|
2008
|
-
* if (Math.random() > 0.5) {
|
|
2009
|
-
* resolve('Function has completed');
|
|
2010
|
-
* } else {
|
|
2011
|
-
* reject(new Error('Function failed to process'));
|
|
2012
|
-
* }
|
|
2013
|
-
* });
|
|
2014
|
-
* }
|
|
2015
|
-
*
|
|
2016
|
-
* doFunction().then((data) => {
|
|
2017
|
-
* console.log(data);
|
|
2018
|
-
* }).catch((err) => {
|
|
2019
|
-
* console.error(err);
|
|
2020
|
-
* }).finally(() => {
|
|
2021
|
-
* console.log('Function processing completed');
|
|
2022
|
-
* });
|
|
2023
|
-
* ```
|
|
2024
|
-
*/
|
|
2025
|
-
finally(onFinally?: FinallyPromiseHandler): Promise<T>;
|
|
2026
1999
|
}
|
|
2027
2000
|
|
|
2028
2001
|
interface IPropertiesConfig {
|