@microsoft/applicationinsights-react-native 4.3.6-nightly.2502-04 → 4.3.6-nightly.2502-06
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/applicationinsights-react-native.js +6 -6
- package/browser/applicationinsights-react-native.js.map +1 -1
- package/browser/applicationinsights-react-native.min.js +2 -2
- package/browser/applicationinsights-react-native.min.js.map +1 -1
- package/dist/applicationinsights-react-native.d.ts +1 -1
- package/dist/applicationinsights-react-native.js +6 -6
- package/dist/applicationinsights-react-native.js.map +1 -1
- package/dist/applicationinsights-react-native.min.js +2 -2
- package/dist/applicationinsights-react-native.min.js.map +1 -1
- package/dist/applicationinsights-react-native.rollup.d.ts +1 -1
- package/dist-esm/DeviceInfo/DeviceModule.js +1 -1
- package/dist-esm/DeviceInfo/ReactNativeDeviceInfo.js +1 -1
- package/dist-esm/Interfaces/IDeviceInfoModule.js +1 -1
- package/dist-esm/Interfaces/INativeDevice.js +1 -1
- package/dist-esm/Interfaces/IReactNativePluginConfig.js +1 -1
- package/dist-esm/Interfaces/index.js +1 -1
- package/dist-esm/ReactNativeManualDevicePlugin.js +1 -1
- package/dist-esm/ReactNativePlugin.js +1 -1
- package/dist-esm/index.js +1 -1
- package/dist-esm/manualIndex.js +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript SDK - React Native Plugin, 4.3.6-nightly.2502-
|
|
2
|
+
* Application Insights JavaScript SDK - React Native Plugin, 4.3.6-nightly.2502-06
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
(function (global, factory) {
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
var strShimPrototype = "prototype";
|
|
19
19
|
var ObjClass$1 = Object;
|
|
20
20
|
|
|
21
|
-
/*! https://github.com/nevware21/ts-utils v0.11.
|
|
21
|
+
/*! https://github.com/nevware21/ts-utils v0.11.7 */
|
|
22
22
|
function _pureAssign(func1, func2) {
|
|
23
23
|
return func1 || func2;
|
|
24
24
|
}
|
|
@@ -154,8 +154,8 @@
|
|
|
154
154
|
function _createKeyValueMap(values, keyType, valueType, completeFn, writable) {
|
|
155
155
|
var theMap = {};
|
|
156
156
|
objForEachKey(values, function (key, value) {
|
|
157
|
-
_assignMapValue(theMap, key, keyType ? value : key
|
|
158
|
-
_assignMapValue(theMap, value, valueType ? value : key
|
|
157
|
+
_assignMapValue(theMap, key, keyType ? value : key);
|
|
158
|
+
_assignMapValue(theMap, value, valueType ? value : key);
|
|
159
159
|
});
|
|
160
160
|
return completeFn ? completeFn(theMap) : theMap;
|
|
161
161
|
}
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
objDefineProp(theMap, key, {
|
|
164
164
|
value: value,
|
|
165
165
|
enumerable: true,
|
|
166
|
-
writable:
|
|
166
|
+
writable: false
|
|
167
167
|
});
|
|
168
168
|
}
|
|
169
169
|
var asString = ( _pureAssign(StrCls));
|
|
@@ -1367,7 +1367,7 @@
|
|
|
1367
1367
|
return result;
|
|
1368
1368
|
}
|
|
1369
1369
|
|
|
1370
|
-
var version = '3.3.6-nightly3.2502-
|
|
1370
|
+
var version = '3.3.6-nightly3.2502-14';
|
|
1371
1371
|
var instanceName = "." + newId(6);
|
|
1372
1372
|
var _dataUid = 0;
|
|
1373
1373
|
function _canAcceptData(target) {
|