@microsoft/applicationinsights-web-basic 2.8.17-nightly.2309-05 → 2.8.17-nightly.2401-12
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/aib.2.8.17-nightly.2401-12.integrity.json +26 -0
- package/browser/{aib.2.8.17-nightly.2309-05.js → aib.2.8.17-nightly.2401-12.js} +32 -25
- package/browser/aib.2.8.17-nightly.2401-12.js.map +1 -0
- package/browser/aib.2.8.17-nightly.2401-12.min.js +6 -0
- package/browser/aib.2.8.17-nightly.2401-12.min.js.map +1 -0
- package/browser/aib.2.js +31 -24
- package/browser/aib.2.js.map +1 -1
- package/browser/aib.2.min.js +2 -2
- package/browser/aib.2.min.js.map +1 -1
- package/dist/applicationinsights-web-basic.api.json +1 -1
- package/dist/applicationinsights-web-basic.d.ts +1 -1
- package/dist/applicationinsights-web-basic.js +29 -22
- package/dist/applicationinsights-web-basic.js.map +1 -1
- package/dist/applicationinsights-web-basic.min.js +2 -2
- package/dist/applicationinsights-web-basic.min.js.map +1 -1
- package/dist/applicationinsights-web-basic.rollup.d.ts +1 -1
- package/dist-esm/__DynamicConstants.js +1 -1
- package/dist-esm/index.js +1 -1
- package/package.json +4 -4
- package/types/tsdoc-metadata.json +1 -1
- package/browser/aib.2.8.17-nightly.2309-05.integrity.json +0 -26
- package/browser/aib.2.8.17-nightly.2309-05.js.map +0 -1
- package/browser/aib.2.8.17-nightly.2309-05.min.js +0 -6
- package/browser/aib.2.8.17-nightly.2309-05.min.js.map +0 -1
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "aib",
|
|
3
|
+
"version": "2.8.17-nightly.2401-12",
|
|
4
|
+
"ext": {
|
|
5
|
+
"@js": {
|
|
6
|
+
"file": "aib.2.8.17-nightly.2401-12.js",
|
|
7
|
+
"type": "text/javascript; charset=utf-8",
|
|
8
|
+
"integrity": "sha256-TJP5pCQNkLQGvYCy3eVQjPRaaRdnQNmiqDbMDJf0KzQ= sha384-eweBatDj0+8y5i3usRlCn7Lh6WEs8X5Q7Hf4UGRlRCjyakRBqIQb4xRHia2L3X0y sha512-Z3IzCacox5q2uUYs0WRBx5s0bQLZhB0LcJjvbQQ+1cYLuHzb3tgkV7Kup2V/sSXl1SAUQaH848/sQBv0JLsOHw==",
|
|
9
|
+
"hashes": {
|
|
10
|
+
"sha256": "TJP5pCQNkLQGvYCy3eVQjPRaaRdnQNmiqDbMDJf0KzQ=",
|
|
11
|
+
"sha384": "eweBatDj0+8y5i3usRlCn7Lh6WEs8X5Q7Hf4UGRlRCjyakRBqIQb4xRHia2L3X0y",
|
|
12
|
+
"sha512": "Z3IzCacox5q2uUYs0WRBx5s0bQLZhB0LcJjvbQQ+1cYLuHzb3tgkV7Kup2V/sSXl1SAUQaH848/sQBv0JLsOHw=="
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"@min.js": {
|
|
16
|
+
"file": "aib.2.8.17-nightly.2401-12.min.js",
|
|
17
|
+
"type": "text/javascript; charset=utf-8",
|
|
18
|
+
"integrity": "sha256-IlXGSEVze21LsKUYXR74WyBD9V8+L6Zn1pNFgIHdODs= sha384-bb5q0z8jHUJ5g2Dl8CxzSpCAUA7EegS+DUUFddvoID4p6KcFzE6o/flUX2H8MWYB sha512-WV5CNqqTxVXtO1UtQdeyCebeeS2/1AwYxfB9hcAII6MNjiaG9u9VaH9KBUtw1fCLpzEZM6oqJBQjCtoR6lWJpw==",
|
|
19
|
+
"hashes": {
|
|
20
|
+
"sha256": "IlXGSEVze21LsKUYXR74WyBD9V8+L6Zn1pNFgIHdODs=",
|
|
21
|
+
"sha384": "bb5q0z8jHUJ5g2Dl8CxzSpCAUA7EegS+DUUFddvoID4p6KcFzE6o/flUX2H8MWYB",
|
|
22
|
+
"sha512": "WV5CNqqTxVXtO1UtQdeyCebeeS2/1AwYxfB9hcAII6MNjiaG9u9VaH9KBUtw1fCLpzEZM6oqJBQjCtoR6lWJpw=="
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript Web SDK - Basic, 2.8.17-nightly.
|
|
2
|
+
* Application Insights JavaScript Web SDK - Basic, 2.8.17-nightly.2401-12
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
(function (global, factory) {
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
typeof exports === "object" && typeof module !== undef ? factory(exports) :
|
|
8
8
|
typeof define === "function" && define.amd ? define(["exports"], factory) :
|
|
9
9
|
(function(global){
|
|
10
|
-
var nsKey, key, nm, theExports = {}, modName = "
|
|
11
|
-
var mods={}, modDetail=mods[modName]={}, ver="2.8.17-nightly.
|
|
10
|
+
var nsKey, key, nm, theExports = {}, modName = "esm_aib_2_8_17_nightly_2401_12", msMod="__ms$mod__";
|
|
11
|
+
var mods={}, modDetail=mods[modName]={}, ver="2.8.17-nightly.2401-12";
|
|
12
12
|
var baseNs=global, nsKey="Microsoft", baseNs=baseNs[nsKey]=(baseNs[nsKey]||{});
|
|
13
13
|
// Versioned namespace "Microsoft.ApplicationInsights2"
|
|
14
14
|
var exportNs=baseNs, nsKey="ApplicationInsights2", exportNs=exportNs[nsKey]=(exportNs[nsKey]||{});
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
(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 });
|
|
34
34
|
|
|
35
35
|
/*!
|
|
36
|
-
* Microsoft Dynamic Proto Utility, 1.1.
|
|
36
|
+
* Microsoft Dynamic Proto Utility, 1.1.11
|
|
37
37
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
38
38
|
*/
|
|
39
39
|
var _a$3;
|
|
@@ -126,13 +126,16 @@ function _forEachProp(target, func) {
|
|
|
126
126
|
}
|
|
127
127
|
}
|
|
128
128
|
function _isDynamicCandidate(target, funcName, skipOwn) {
|
|
129
|
-
return (funcName !== Constructor && typeof target[funcName] === strFunction && (skipOwn || _hasOwnProperty(target, funcName)));
|
|
129
|
+
return (funcName !== Constructor && typeof target[funcName] === strFunction && (skipOwn || _hasOwnProperty(target, funcName)) && funcName !== str__Proto$1 && funcName !== Prototype);
|
|
130
130
|
}
|
|
131
131
|
function _throwTypeError(message) {
|
|
132
132
|
throw new TypeError("DynamicProto: " + message);
|
|
133
133
|
}
|
|
134
|
+
function _newObject() {
|
|
135
|
+
return Object.create ? (function(obj) { var func = Object["create"]; if (func) { return func(obj); } if (obj == null) { return {}; } var type = typeof obj; if (type !== 'object' && type !== 'function') { throw new TypeError('Object prototype may only be an Object:' + obj); } function tmpFunc() {} tmpFunc.prototype = obj; return new tmpFunc(); })(null) : {};
|
|
136
|
+
}
|
|
134
137
|
function _getInstanceFuncs(thisTarget) {
|
|
135
|
-
var instFuncs =
|
|
138
|
+
var instFuncs = _newObject();
|
|
136
139
|
_forEachProp(thisTarget, function (name) {
|
|
137
140
|
if (!instFuncs[name] && _isDynamicCandidate(thisTarget, name, false)) {
|
|
138
141
|
instFuncs[name] = thisTarget[name];
|
|
@@ -161,7 +164,7 @@ function _getBaseFuncs(classProto, thisTarget, instFuncs, useBaseInst) {
|
|
|
161
164
|
return theFunc.apply(target, arguments);
|
|
162
165
|
};
|
|
163
166
|
}
|
|
164
|
-
var baseFuncs =
|
|
167
|
+
var baseFuncs = _newObject();
|
|
165
168
|
_forEachProp(instFuncs, function (name) {
|
|
166
169
|
baseFuncs[name] = _instFuncProxy(thisTarget, instFuncs, name);
|
|
167
170
|
});
|
|
@@ -181,8 +184,8 @@ function _getBaseFuncs(classProto, thisTarget, instFuncs, useBaseInst) {
|
|
|
181
184
|
function _getInstFunc(target, funcName, proto, currentDynProtoProxy) {
|
|
182
185
|
var instFunc = null;
|
|
183
186
|
if (target && _hasOwnProperty(proto, DynClassName)) {
|
|
184
|
-
var instFuncTable = target[DynInstFuncTable] ||
|
|
185
|
-
instFunc = (instFuncTable[proto[DynClassName]] ||
|
|
187
|
+
var instFuncTable = target[DynInstFuncTable] || _newObject();
|
|
188
|
+
instFunc = (instFuncTable[proto[DynClassName]] || _newObject())[funcName];
|
|
186
189
|
if (!instFunc) {
|
|
187
190
|
_throwTypeError("Missing [" + funcName + "] " + strFunction);
|
|
188
191
|
}
|
|
@@ -232,20 +235,24 @@ function _populatePrototype(proto, className, target, baseInstFuncs, setInstance
|
|
|
232
235
|
return dynProtoProxy;
|
|
233
236
|
}
|
|
234
237
|
if (!_isObjectOrArrayPrototype(proto)) {
|
|
235
|
-
var instFuncTable = target[DynInstFuncTable] = target[DynInstFuncTable] ||
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
instFuncTable[DynAllowInstChkTag]
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
if (
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
238
|
+
var instFuncTable = target[DynInstFuncTable] = target[DynInstFuncTable] || _newObject();
|
|
239
|
+
if (!_isObjectOrArrayPrototype(instFuncTable)) {
|
|
240
|
+
var instFuncs_1 = instFuncTable[className] = (instFuncTable[className] || _newObject());
|
|
241
|
+
if (instFuncTable[DynAllowInstChkTag] !== false) {
|
|
242
|
+
instFuncTable[DynAllowInstChkTag] = !!setInstanceFunc;
|
|
243
|
+
}
|
|
244
|
+
if (!_isObjectOrArrayPrototype(instFuncs_1)) {
|
|
245
|
+
_forEachProp(target, function (name) {
|
|
246
|
+
if (_isDynamicCandidate(target, name, false) && target[name] !== baseInstFuncs[name]) {
|
|
247
|
+
instFuncs_1[name] = target[name];
|
|
248
|
+
delete target[name];
|
|
249
|
+
if (!_hasOwnProperty(proto, name) || (proto[name] && !proto[name][DynProxyTag])) {
|
|
250
|
+
proto[name] = _createDynamicPrototype(proto, name);
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
});
|
|
247
254
|
}
|
|
248
|
-
}
|
|
255
|
+
}
|
|
249
256
|
}
|
|
250
257
|
}
|
|
251
258
|
function _checkPrototype(classProto, thisTarget) {
|
|
@@ -1585,7 +1592,7 @@ function newId(maxLength) {
|
|
|
1585
1592
|
}
|
|
1586
1593
|
|
|
1587
1594
|
var _objDefineProperty = ObjDefineProperty;
|
|
1588
|
-
var version = "2.8.17-nightly.
|
|
1595
|
+
var version = "2.8.17-nightly.2401-12";
|
|
1589
1596
|
var instanceName = "." + newId(6);
|
|
1590
1597
|
var _dataUid = 0;
|
|
1591
1598
|
function _createAccessor(target, prop, value) {
|
|
@@ -5190,7 +5197,7 @@ function EnvelopeCreatorInit(logger, telemetryItem) {
|
|
|
5190
5197
|
}
|
|
5191
5198
|
}
|
|
5192
5199
|
var EnvelopeCreator = {
|
|
5193
|
-
Version: "2.8.17-nightly.
|
|
5200
|
+
Version: "2.8.17-nightly.2401-12"
|
|
5194
5201
|
};
|
|
5195
5202
|
function DependencyEnvelopeCreator(logger, telemetryItem, customUndefinedValue) {
|
|
5196
5203
|
EnvelopeCreatorInit(logger, telemetryItem);
|
|
@@ -6606,4 +6613,4 @@ exports.proxyFunctions = proxyFunctions;
|
|
|
6606
6613
|
exports.throwError = throwError;
|
|
6607
6614
|
|
|
6608
6615
|
}));
|
|
6609
|
-
//# sourceMappingURL=aib.2.8.17-nightly.
|
|
6616
|
+
//# sourceMappingURL=aib.2.8.17-nightly.2401-12.js.map
|