@microsoft/applicationinsights-debugplugin-js 2.8.11-nightly.2302-03 → 2.8.11-nightly.2302-05
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/{ai.dbg.2.8.11-nightly.2302-03.cjs.js → ai.dbg.2.8.11-nightly.2302-05.cjs.js} +7 -7
- package/browser/ai.dbg.2.8.11-nightly.2302-05.cjs.js.map +1 -0
- package/browser/ai.dbg.2.8.11-nightly.2302-05.cjs.min.js +6 -0
- package/browser/{ai.dbg.2.8.11-nightly.2302-03.gbl.min.js.map → ai.dbg.2.8.11-nightly.2302-05.cjs.min.js.map} +1 -1
- package/browser/{ai.dbg.2.8.11-nightly.2302-03.gbl.js → ai.dbg.2.8.11-nightly.2302-05.gbl.js} +7 -7
- package/browser/ai.dbg.2.8.11-nightly.2302-05.gbl.js.map +1 -0
- package/browser/ai.dbg.2.8.11-nightly.2302-05.gbl.min.js +6 -0
- package/browser/{ai.dbg.2.8.11-nightly.2302-03.cjs.min.js.map → ai.dbg.2.8.11-nightly.2302-05.gbl.min.js.map} +1 -1
- package/browser/ai.dbg.2.8.11-nightly.2302-05.integrity.json +66 -0
- package/browser/{ai.dbg.2.8.11-nightly.2302-03.js → ai.dbg.2.8.11-nightly.2302-05.js} +7 -7
- package/browser/ai.dbg.2.8.11-nightly.2302-05.js.map +1 -0
- package/browser/ai.dbg.2.8.11-nightly.2302-05.min.js +6 -0
- package/browser/{ai.dbg.2.8.11-nightly.2302-03.min.js.map → ai.dbg.2.8.11-nightly.2302-05.min.js.map} +1 -1
- package/browser/ai.dbg.2.cjs.js +6 -6
- package/browser/ai.dbg.2.cjs.js.map +1 -1
- package/browser/ai.dbg.2.cjs.min.js +2 -2
- package/browser/ai.dbg.2.cjs.min.js.map +1 -1
- package/browser/ai.dbg.2.gbl.js +6 -6
- package/browser/ai.dbg.2.gbl.js.map +1 -1
- package/browser/ai.dbg.2.gbl.min.js +2 -2
- package/browser/ai.dbg.2.gbl.min.js.map +1 -1
- package/browser/ai.dbg.2.js +6 -6
- package/browser/ai.dbg.2.js.map +1 -1
- package/browser/ai.dbg.2.min.js +2 -2
- package/browser/ai.dbg.2.min.js.map +1 -1
- package/dist/applicationinsights-debugplugin-js.api.json +1 -1
- package/dist/applicationinsights-debugplugin-js.d.ts +1 -1
- package/dist/applicationinsights-debugplugin-js.js +6 -6
- package/dist/applicationinsights-debugplugin-js.js.map +1 -1
- package/dist/applicationinsights-debugplugin-js.min.js +2 -2
- package/dist/applicationinsights-debugplugin-js.min.js.map +1 -1
- package/dist/applicationinsights-debugplugin-js.rollup.d.ts +1 -1
- package/dist-esm/DebugPlugin.js +1 -1
- package/dist-esm/__DynamicConstants.js +1 -1
- package/dist-esm/applicationinsights-debugplugin-js.js +1 -1
- package/dist-esm/components/Dashboard.js +1 -1
- package/dist-esm/components/LogEntry.js +1 -1
- package/dist-esm/components/debugBins.js +1 -1
- package/dist-esm/components/filterList.js +1 -1
- package/dist-esm/components/helpers.js +1 -1
- package/dist-esm/components/styleNodeSrc.js +1 -1
- package/dist-esm/interfaces/IDebugPluginConfig.js +1 -1
- package/package.json +3 -3
- package/types/tsdoc-metadata.json +1 -1
- package/browser/ai.dbg.2.8.11-nightly.2302-03.cjs.js.map +0 -1
- package/browser/ai.dbg.2.8.11-nightly.2302-03.cjs.min.js +0 -6
- package/browser/ai.dbg.2.8.11-nightly.2302-03.gbl.js.map +0 -1
- package/browser/ai.dbg.2.8.11-nightly.2302-03.gbl.min.js +0 -6
- package/browser/ai.dbg.2.8.11-nightly.2302-03.integrity.json +0 -66
- package/browser/ai.dbg.2.8.11-nightly.2302-03.js.map +0 -1
- package/browser/ai.dbg.2.8.11-nightly.2302-03.min.js +0 -6
package/browser/{ai.dbg.2.8.11-nightly.2302-03.gbl.js → ai.dbg.2.8.11-nightly.2302-05.gbl.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript SDK - Debug Plugin, 2.8.11-nightly.2302-
|
|
2
|
+
* Application Insights JavaScript SDK - Debug Plugin, 2.8.11-nightly.2302-05
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
this.Microsoft = this.Microsoft || {};
|
|
@@ -1352,7 +1352,7 @@ this.Microsoft = this.Microsoft || {};
|
|
|
1352
1352
|
}
|
|
1353
1353
|
|
|
1354
1354
|
var _objDefineProperty = ObjDefineProperty;
|
|
1355
|
-
var version = "2.8.11-nightly.2302-
|
|
1355
|
+
var version = "2.8.11-nightly.2302-05";
|
|
1356
1356
|
var instanceName = "." + newId(6);
|
|
1357
1357
|
var _dataUid = 0;
|
|
1358
1358
|
function _createAccessor(target, prop, value) {
|
|
@@ -2503,14 +2503,14 @@ this.Microsoft = this.Microsoft || {};
|
|
|
2503
2503
|
return funcArgs.rslt;
|
|
2504
2504
|
};
|
|
2505
2505
|
}
|
|
2506
|
-
function _getOwner(target, name, checkPrototype) {
|
|
2506
|
+
function _getOwner(target, name, checkPrototype, checkParentProto) {
|
|
2507
2507
|
var owner = null;
|
|
2508
2508
|
if (target) {
|
|
2509
2509
|
if (hasOwnProperty(target, name)) {
|
|
2510
2510
|
owner = target;
|
|
2511
2511
|
}
|
|
2512
2512
|
else if (checkPrototype) {
|
|
2513
|
-
owner = _getOwner(_getObjProto(target), name, false);
|
|
2513
|
+
owner = _getOwner(_getObjProto(target), name, checkParentProto, false);
|
|
2514
2514
|
}
|
|
2515
2515
|
}
|
|
2516
2516
|
return owner;
|
|
@@ -2545,10 +2545,10 @@ this.Microsoft = this.Microsoft || {};
|
|
|
2545
2545
|
aiHook.h[_DYN_PUSH$1 ](theHook);
|
|
2546
2546
|
return theHook;
|
|
2547
2547
|
}
|
|
2548
|
-
function InstrumentFunc(target, funcName, callbacks, checkPrototype) {
|
|
2548
|
+
function InstrumentFunc(target, funcName, callbacks, checkPrototype, checkParentProto) {
|
|
2549
2549
|
if (checkPrototype === void 0) { checkPrototype = true; }
|
|
2550
2550
|
if (target && funcName && callbacks) {
|
|
2551
|
-
var owner = _getOwner(target, funcName, checkPrototype);
|
|
2551
|
+
var owner = _getOwner(target, funcName, checkPrototype, checkParentProto);
|
|
2552
2552
|
if (owner) {
|
|
2553
2553
|
var fn = owner[funcName];
|
|
2554
2554
|
if (typeof fn === strShimFunction) {
|
|
@@ -4047,4 +4047,4 @@ this.Microsoft = this.Microsoft || {};
|
|
|
4047
4047
|
(function(obj, prop, descriptor) { /* ai_es3_polyfil defineProperty */ var func = Object["defineProperty"]; if (func) { try { return func(obj, prop, descriptor); } catch(e) { /* IE8 defines defineProperty, but will throw */ } } if (descriptor && typeof descriptor.value !== undefined) { obj[prop] = descriptor.value; } return obj; })(exports, '__esModule', { value: true });
|
|
4048
4048
|
|
|
4049
4049
|
})(this.Microsoft.ApplicationInsights = this.Microsoft.ApplicationInsights || {});
|
|
4050
|
-
//# sourceMappingURL=ai.dbg.2.8.11-nightly.2302-
|
|
4050
|
+
//# sourceMappingURL=ai.dbg.2.8.11-nightly.2302-05.gbl.js.map
|