@microsoft/applicationinsights-dependencies-js 2.7.2-nightly.2111-05 → 2.7.2-nightly.2111-09
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/Tests/Unit/src/ajax.tests.ts +2708 -0
- package/Tests/Unit/src/dependencies.tests.ts +7 -0
- package/Tests/UnitTests.html +52 -0
- package/Tests/tsconfig.json +13 -0
- package/api-extractor.json +361 -0
- package/applicationinsights-dependencies-js.build.error.log +20 -0
- package/applicationinsights-dependencies-js.build.log +249 -0
- package/browser/applicationinsights-dependencies-js.integrity.json +9 -9
- package/browser/applicationinsights-dependencies-js.js +1 -1
- package/browser/applicationinsights-dependencies-js.js.map +1 -1
- package/browser/applicationinsights-dependencies-js.min.js +1 -1
- package/browser/applicationinsights-dependencies-js.min.js.map +1 -1
- package/dist/applicationinsights-dependencies-js.api.json +1 -1
- package/dist/applicationinsights-dependencies-js.d.ts +1 -1
- package/dist/applicationinsights-dependencies-js.js +1 -1
- package/dist/applicationinsights-dependencies-js.js.map +1 -1
- package/dist/applicationinsights-dependencies-js.min.js +1 -1
- package/dist/applicationinsights-dependencies-js.min.js.map +1 -1
- package/dist/applicationinsights-dependencies-js.rollup.d.ts +1 -1
- package/dist-esm/TraceParent.js +1 -1
- package/dist-esm/ajax.js +1 -1
- package/dist-esm/ajaxRecord.js +1 -1
- package/dist-esm/ajaxUtils.js +1 -1
- package/dist-esm/applicationinsights-dependencies-js.js +1 -1
- package/microsoft-applicationinsights-dependencies-js-2.7.2-nightly.2111-09.tgz +0 -0
- package/package.json +3 -3
- package/rollup.config.js +139 -0
- package/temp/applicationinsights-dependencies-js.api.md +136 -0
- package/tslint.json +8 -0
- package/types/tsdoc-metadata.json +1 -1
|
@@ -0,0 +1,249 @@
|
|
|
1
|
+
Unable to calculate incremental build state: Error: Cannot read property 'readFile' of undefined
|
|
2
|
+
Error loading config file: D:\a\1\s\extensions\applicationinsights-dependencies-js\config\rig.json
|
|
3
|
+
|
|
4
|
+
Rush will proceed without incremental build, caching, and change detection.
|
|
5
|
+
|
|
6
|
+
Invoking: npm run build
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
> @microsoft/applicationinsights-dependencies-js@2.7.2-nightly.2111-09 build D:\a\1\s\extensions\applicationinsights-dependencies-js
|
|
10
|
+
> npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
> @microsoft/applicationinsights-dependencies-js@2.7.2-nightly.2111-09 build:esm D:\a\1\s\extensions\applicationinsights-dependencies-js
|
|
14
|
+
> grunt deps
|
|
15
|
+
|
|
16
|
+
(node:5156) ExperimentalWarning: The fs.promises API is experimental
|
|
17
|
+
Running "eslint-ts:deps-lint-fix" (eslint-ts) task
|
|
18
|
+
grunt-eslint-typescript options: [object Object]{
|
|
19
|
+
"format": "codeframe",
|
|
20
|
+
"fix": true
|
|
21
|
+
}
|
|
22
|
+
>> The rootDir specified in your project file [./extensions/applicationinsights-dependencies-js/tsconfig.json] is invalid as it assumes the current working directory.
|
|
23
|
+
>> - [extensions/applicationinsights-dependencies-js/src] resolves to [D:\a\1\s\extensions\applicationinsights-dependencies-js\extensions\applicationinsights-dependencies-js\src]
|
|
24
|
+
>> - Overridding to use: [D:\a\1\s\extensions\applicationinsights-dependencies-js\src]
|
|
25
|
+
>> -- Update or remove to fix this warning
|
|
26
|
+
>> The declarationDir specified in your project file [./extensions/applicationinsights-dependencies-js/tsconfig.json] is invalid as it assumes the current working directory.
|
|
27
|
+
>> - [extensions/applicationinsights-dependencies-js/types] resolves to [D:\a\1\s\extensions\applicationinsights-dependencies-js\src\extensions\applicationinsights-dependencies-js\types]
|
|
28
|
+
>> - Overridding to use: [D:\a\1\s\extensions\applicationinsights-dependencies-js\types]
|
|
29
|
+
>> -- Update or remove to fix this warning
|
|
30
|
+
Using tsconfig: ./extensions/applicationinsights-dependencies-js/tsconfig.json
|
|
31
|
+
Found eslint-plugin-security -- automatically adding, to avoid this specify a null or empty parser option in your grunt config.
|
|
32
|
+
Module Path: D:/a/1/s/node_modules/@nevware21/grunt-eslint-ts
|
|
33
|
+
Using ESLint from : D:\a\1\s\node_modules\eslint\lib\api.js via grunt-eslint-ts v0.2.2
|
|
34
|
+
Using EsLint Options: [object Object]{
|
|
35
|
+
"baseConfig": {
|
|
36
|
+
"parserOptions": {
|
|
37
|
+
"project": "./extensions/applicationinsights-dependencies-js/tsconfig.json"
|
|
38
|
+
},
|
|
39
|
+
"plugins": [
|
|
40
|
+
"@typescript-eslint",
|
|
41
|
+
"security"
|
|
42
|
+
],
|
|
43
|
+
"extends": [
|
|
44
|
+
"eslint:recommended",
|
|
45
|
+
"plugin:@typescript-eslint/recommended",
|
|
46
|
+
"plugin:security/recommended"
|
|
47
|
+
],
|
|
48
|
+
"parser": "@typescript-eslint/parser",
|
|
49
|
+
"rules": {}
|
|
50
|
+
},
|
|
51
|
+
"fix": true
|
|
52
|
+
}
|
|
53
|
+
Linting 1 files...
|
|
54
|
+
- ./extensions/applicationinsights-dependencies-js/./src/**/*.ts
|
|
55
|
+
|
|
56
|
+
5 Linting Results
|
|
57
|
+
No lint fixes identified...
|
|
58
|
+
warning: 'strUndefined' is defined but never used (@typescript-eslint/no-unused-vars) at extensions\applicationinsights-dependencies-js\src\ajax.ts:12:29:
|
|
59
|
+
10 | isNullOrUndefined, arrForEach, isString, strTrim, isFunction, LoggingSeverity, _InternalMessageId,
|
|
60
|
+
11 | IAppInsightsCore, BaseTelemetryPlugin, ITelemetryPluginChain, IConfiguration, IPlugin, ITelemetryItem, IProcessTelemetryContext,
|
|
61
|
+
> 12 | getLocation, getGlobal, strUndefined, strPrototype, IInstrumentCallDetails, InstrumentFunc, InstrumentProto, getPerformance,
|
|
62
|
+
| ^
|
|
63
|
+
13 | IInstrumentHooksCallbacks, IInstrumentHook, objForEachKey, generateW3CId, getIEVersion, dumpObj,objKeys, ICustomProperties, isXhrSupported, attachEvent
|
|
64
|
+
14 | } from "@microsoft/applicationinsights-core-js";
|
|
65
|
+
15 | import { ajaxRecord, IAjaxRecordResponse } from "./ajaxRecord";
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
warning: 'objKeys' is defined but never used (@typescript-eslint/no-unused-vars) at extensions\applicationinsights-dependencies-js\src\ajax.ts:13:101:
|
|
69
|
+
11 | IAppInsightsCore, BaseTelemetryPlugin, ITelemetryPluginChain, IConfiguration, IPlugin, ITelemetryItem, IProcessTelemetryContext,
|
|
70
|
+
12 | getLocation, getGlobal, strUndefined, strPrototype, IInstrumentCallDetails, InstrumentFunc, InstrumentProto, getPerformance,
|
|
71
|
+
> 13 | IInstrumentHooksCallbacks, IInstrumentHook, objForEachKey, generateW3CId, getIEVersion, dumpObj,objKeys, ICustomProperties, isXhrSupported, attachEvent
|
|
72
|
+
| ^
|
|
73
|
+
14 | } from "@microsoft/applicationinsights-core-js";
|
|
74
|
+
15 | import { ajaxRecord, IAjaxRecordResponse } from "./ajaxRecord";
|
|
75
|
+
16 | import { Traceparent } from "./TraceParent";
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
warning: Found non-literal argument to RegExp Constructor (security/detect-non-literal-regexp) at extensions\applicationinsights-dependencies-js\src\ajax.ts:570:36:
|
|
79
|
+
568 | let theRegex = regex;
|
|
80
|
+
569 | if (isString(regex)) {
|
|
81
|
+
> 570 | theRegex = new RegExp(regex);
|
|
82
|
+
| ^
|
|
83
|
+
571 | }
|
|
84
|
+
572 |
|
|
85
|
+
573 | if (!isDisabled) {
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
3 warnings found.
|
|
89
|
+
|
|
90
|
+
Running "ts:deps" (ts) task
|
|
91
|
+
Module Path: D:/a/1/s/node_modules/@nevware21/grunt-ts-plugin
|
|
92
|
+
Using tsc version: 4.4.4 via grunt-ts-plugin v0.4.3
|
|
93
|
+
>> The rootDir specified in your project file [./extensions/applicationinsights-dependencies-js/tsconfig.json] is invalid as it assumes the current working directory.
|
|
94
|
+
>> - [extensions/applicationinsights-dependencies-js/src] resolves to [D:\a\1\s\extensions\applicationinsights-dependencies-js\extensions\applicationinsights-dependencies-js\src]
|
|
95
|
+
>> - Overridding to use: [D:\a\1\s\extensions\applicationinsights-dependencies-js\src]
|
|
96
|
+
>> -- Update or remove to fix this warning
|
|
97
|
+
>> The declarationDir specified in your project file [./extensions/applicationinsights-dependencies-js/tsconfig.json] is invalid as it assumes the current working directory.
|
|
98
|
+
>> - [extensions/applicationinsights-dependencies-js/types] resolves to [D:\a\1\s\extensions\applicationinsights-dependencies-js\src\extensions\applicationinsights-dependencies-js\types]
|
|
99
|
+
>> - Overridding to use: [D:\a\1\s\extensions\applicationinsights-dependencies-js\types]
|
|
100
|
+
>> -- Update or remove to fix this warning
|
|
101
|
+
Ts-Plugin...
|
|
102
|
+
rootDir from [cwd:D:\a\1\s]
|
|
103
|
+
- TSConfig: D:\a\1\s\extensions\applicationinsights-dependencies-js
|
|
104
|
+
- Project : <assuming tsconfig location>
|
|
105
|
+
- Actual : D:\a\1\s\extensions\applicationinsights-dependencies-js\src
|
|
106
|
+
Ts-Plugin Invoking: D:\a\1\s\node_modules\typescript\bin\tsc @tscommand-4f98fa7d.tmp
|
|
107
|
+
Contents...
|
|
108
|
+
--declarationDir extensions/applicationinsights-dependencies-js/types
|
|
109
|
+
--rootDir extensions/applicationinsights-dependencies-js/src
|
|
110
|
+
--project ./extensions/applicationinsights-dependencies-js/tsconfig.json
|
|
111
|
+
|
|
112
|
+
TypeScript compiliation completed: 2.51s
|
|
113
|
+
|
|
114
|
+
Running "eslint-ts:deps-lint" (eslint-ts) task
|
|
115
|
+
grunt-eslint-typescript options: [object Object]{
|
|
116
|
+
"format": "codeframe"
|
|
117
|
+
}
|
|
118
|
+
>> The rootDir specified in your project file [./extensions/applicationinsights-dependencies-js/tsconfig.json] is invalid as it assumes the current working directory.
|
|
119
|
+
>> - [extensions/applicationinsights-dependencies-js/src] resolves to [D:\a\1\s\extensions\applicationinsights-dependencies-js\extensions\applicationinsights-dependencies-js\src]
|
|
120
|
+
>> - Overridding to use: [D:\a\1\s\extensions\applicationinsights-dependencies-js\src]
|
|
121
|
+
>> -- Update or remove to fix this warning
|
|
122
|
+
>> The declarationDir specified in your project file [./extensions/applicationinsights-dependencies-js/tsconfig.json] is invalid as it assumes the current working directory.
|
|
123
|
+
>> - [extensions/applicationinsights-dependencies-js/types] resolves to [D:\a\1\s\extensions\applicationinsights-dependencies-js\src\extensions\applicationinsights-dependencies-js\types]
|
|
124
|
+
>> - Overridding to use: [D:\a\1\s\extensions\applicationinsights-dependencies-js\types]
|
|
125
|
+
>> -- Update or remove to fix this warning
|
|
126
|
+
Using tsconfig: ./extensions/applicationinsights-dependencies-js/tsconfig.json
|
|
127
|
+
Found eslint-plugin-security -- automatically adding, to avoid this specify a null or empty parser option in your grunt config.
|
|
128
|
+
Module Path: D:/a/1/s/node_modules/@nevware21/grunt-eslint-ts
|
|
129
|
+
Using ESLint from : D:\a\1\s\node_modules\eslint\lib\api.js via grunt-eslint-ts v0.2.2
|
|
130
|
+
Using EsLint Options: [object Object]{
|
|
131
|
+
"baseConfig": {
|
|
132
|
+
"parserOptions": {
|
|
133
|
+
"project": "./extensions/applicationinsights-dependencies-js/tsconfig.json"
|
|
134
|
+
},
|
|
135
|
+
"plugins": [
|
|
136
|
+
"@typescript-eslint",
|
|
137
|
+
"security"
|
|
138
|
+
],
|
|
139
|
+
"extends": [
|
|
140
|
+
"eslint:recommended",
|
|
141
|
+
"plugin:@typescript-eslint/recommended",
|
|
142
|
+
"plugin:security/recommended"
|
|
143
|
+
],
|
|
144
|
+
"parser": "@typescript-eslint/parser",
|
|
145
|
+
"rules": {}
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
Linting 1 files...
|
|
149
|
+
- ./extensions/applicationinsights-dependencies-js/./src/**/*.ts
|
|
150
|
+
|
|
151
|
+
5 Linting Results
|
|
152
|
+
No lint fixes identified...
|
|
153
|
+
warning: 'strUndefined' is defined but never used (@typescript-eslint/no-unused-vars) at extensions\applicationinsights-dependencies-js\src\ajax.ts:12:29:
|
|
154
|
+
10 | isNullOrUndefined, arrForEach, isString, strTrim, isFunction, LoggingSeverity, _InternalMessageId,
|
|
155
|
+
11 | IAppInsightsCore, BaseTelemetryPlugin, ITelemetryPluginChain, IConfiguration, IPlugin, ITelemetryItem, IProcessTelemetryContext,
|
|
156
|
+
> 12 | getLocation, getGlobal, strUndefined, strPrototype, IInstrumentCallDetails, InstrumentFunc, InstrumentProto, getPerformance,
|
|
157
|
+
| ^
|
|
158
|
+
13 | IInstrumentHooksCallbacks, IInstrumentHook, objForEachKey, generateW3CId, getIEVersion, dumpObj,objKeys, ICustomProperties, isXhrSupported, attachEvent
|
|
159
|
+
14 | } from "@microsoft/applicationinsights-core-js";
|
|
160
|
+
15 | import { ajaxRecord, IAjaxRecordResponse } from "./ajaxRecord";
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
warning: 'objKeys' is defined but never used (@typescript-eslint/no-unused-vars) at extensions\applicationinsights-dependencies-js\src\ajax.ts:13:101:
|
|
164
|
+
11 | IAppInsightsCore, BaseTelemetryPlugin, ITelemetryPluginChain, IConfiguration, IPlugin, ITelemetryItem, IProcessTelemetryContext,
|
|
165
|
+
12 | getLocation, getGlobal, strUndefined, strPrototype, IInstrumentCallDetails, InstrumentFunc, InstrumentProto, getPerformance,
|
|
166
|
+
> 13 | IInstrumentHooksCallbacks, IInstrumentHook, objForEachKey, generateW3CId, getIEVersion, dumpObj,objKeys, ICustomProperties, isXhrSupported, attachEvent
|
|
167
|
+
| ^
|
|
168
|
+
14 | } from "@microsoft/applicationinsights-core-js";
|
|
169
|
+
15 | import { ajaxRecord, IAjaxRecordResponse } from "./ajaxRecord";
|
|
170
|
+
16 | import { Traceparent } from "./TraceParent";
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
warning: Found non-literal argument to RegExp Constructor (security/detect-non-literal-regexp) at extensions\applicationinsights-dependencies-js\src\ajax.ts:570:36:
|
|
174
|
+
568 | let theRegex = regex;
|
|
175
|
+
569 | if (isString(regex)) {
|
|
176
|
+
> 570 | theRegex = new RegExp(regex);
|
|
177
|
+
| ^
|
|
178
|
+
571 | }
|
|
179
|
+
572 |
|
|
180
|
+
573 | if (!isDisabled) {
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
3 warnings found.
|
|
184
|
+
|
|
185
|
+
Done.
|
|
186
|
+
|
|
187
|
+
> @microsoft/applicationinsights-dependencies-js@2.7.2-nightly.2111-09 build:browser D:\a\1\s\extensions\applicationinsights-dependencies-js
|
|
188
|
+
> rollup -c
|
|
189
|
+
|
|
190
|
+
Loading - ./dist-esm/ajax.js
|
|
191
|
+
Prototypes removed...
|
|
192
|
+
Line Changed: AjaxMonitor.prototype.initialize = function (config, core, extensions, pluginChain) {
|
|
193
|
+
Detected Removed lines 856 to 861
|
|
194
|
+
Line Changed: /**
|
|
195
|
+
Detected Removed lines 865 to 883
|
|
196
|
+
Replacing [import { __assign, __extends } from "tslib";] with [import { __assignFn as __assign, __extendsFn as __extends } from "@microsoft/applicationinsights-shims";]
|
|
197
|
+
Rewriting Map file - ./dist-esm/ajax.js.map
|
|
198
|
+
Loading - ./dist-esm/ajaxRecord.js
|
|
199
|
+
Prototypes removed...
|
|
200
|
+
Line Changed: ajaxRecord.prototype.getAbsoluteUrl = function () {
|
|
201
|
+
Detected Removed lines 254 to 265
|
|
202
|
+
Rewriting Map file - ./dist-esm/ajaxRecord.js.map
|
|
203
|
+
Loading - ./dist-esm/ajaxUtils.js
|
|
204
|
+
Rewriting Map file - ./dist-esm/ajaxUtils.js.map
|
|
205
|
+
Loading - ./dist-esm/applicationinsights-dependencies-js.js
|
|
206
|
+
Rewriting Map file - ./dist-esm/applicationinsights-dependencies-js.js.map
|
|
207
|
+
Loading - ./dist-esm/TraceParent.js
|
|
208
|
+
Rewriting Map file - ./dist-esm/TraceParent.js.map
|
|
209
|
+
|
|
210
|
+
dist-esm/applicationinsights-dependencies-js.js → dist/applicationinsights-dependencies-js.min.js...
|
|
211
|
+
created dist/applicationinsights-dependencies-js.min.js in 4.2s
|
|
212
|
+
|
|
213
|
+
dist-esm/applicationinsights-dependencies-js.js → dist/applicationinsights-dependencies-js.js...
|
|
214
|
+
created dist/applicationinsights-dependencies-js.js in 1.1s
|
|
215
|
+
|
|
216
|
+
dist-esm/applicationinsights-dependencies-js.js → browser/applicationinsights-dependencies-js.min.js...
|
|
217
|
+
created browser/applicationinsights-dependencies-js.min.js in 4s
|
|
218
|
+
|
|
219
|
+
dist-esm/applicationinsights-dependencies-js.js → browser/applicationinsights-dependencies-js.js...
|
|
220
|
+
created browser/applicationinsights-dependencies-js.js in 928ms
|
|
221
|
+
|
|
222
|
+
> @microsoft/applicationinsights-dependencies-js@2.7.2-nightly.2111-09 sri D:\a\1\s\extensions\applicationinsights-dependencies-js
|
|
223
|
+
> node ../../tools/subResourceIntegrity/generateIntegrityFile.js
|
|
224
|
+
|
|
225
|
+
Loading - ./browser/applicationinsights-dependencies-js.js (Extension) => (["./browser/applicationinsights-dependencies-js.js","./browser/applicationinsights-dependencies-js","2.7.2-nightly.2111-09","js"])
|
|
226
|
+
Loading - ./browser/applicationinsights-dependencies-js.min.js (Extension) => (["./browser/applicationinsights-dependencies-js.min.js","./browser/applicationinsights-dependencies-js","2.7.2-nightly.2111-09","min.js"])
|
|
227
|
+
Writing - ./browser/applicationinsights-dependencies-js.integrity.json
|
|
228
|
+
|
|
229
|
+
> @microsoft/applicationinsights-dependencies-js@2.7.2-nightly.2111-09 dtsgen D:\a\1\s\extensions\applicationinsights-dependencies-js
|
|
230
|
+
> api-extractor run --local && node ../../scripts/dtsgen.js "Microsoft Application Insights XHR dependencies plugin"
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
api-extractor 7.18.19 - https://api-extractor.com/
|
|
234
|
+
|
|
235
|
+
Using configuration from ./api-extractor.json
|
|
236
|
+
Analysis will use the bundled TypeScript version 4.4.4
|
|
237
|
+
Warning: The API report file was missing, so a new file was created. Please add this file to Git:
|
|
238
|
+
D:\a\1\s\extensions\applicationinsights-dependencies-js\dist\applicationinsights-dependencies-js.api.md
|
|
239
|
+
Warning: types/ajax.d.ts:10:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
240
|
+
Warning: types/ajax.d.ts:29:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
241
|
+
Warning: types/ajax.d.ts:39:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
242
|
+
Warning: D:/a/1/s/shared/AppInsightsCommon/types/Interfaces/IConfig.d.ts:6:4 - (tsdoc-undefined-tag) The TSDoc tag "@export" is not defined in this configuration
|
|
243
|
+
Warning: D:/a/1/s/shared/AppInsightsCommon/types/Interfaces/IConfig.d.ts:7:4 - (tsdoc-undefined-tag) The TSDoc tag "@interface" is not defined in this configuration
|
|
244
|
+
|
|
245
|
+
API Extractor completed successfully
|
|
246
|
+
Using Package: D:\a\1\s\extensions\applicationinsights-dependencies-js\package.json, current path cwd D:\a\1\s\extensions\applicationinsights-dependencies-js
|
|
247
|
+
Transforming: D:\a\1\s\extensions\applicationinsights-dependencies-js\dist\applicationinsights-dependencies-js.d.ts
|
|
248
|
+
File...
|
|
249
|
+
Lines: 112
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "applicationinsights-dependencies-js",
|
|
3
|
-
"version": "2.7.2-nightly.2111-
|
|
3
|
+
"version": "2.7.2-nightly.2111-09",
|
|
4
4
|
"ext": {
|
|
5
5
|
"@js": {
|
|
6
6
|
"file": "applicationinsights-dependencies-js.js",
|
|
7
7
|
"type": "text/javascript; charset=utf-8",
|
|
8
|
-
"integrity": "sha256-
|
|
8
|
+
"integrity": "sha256-notzP0RWnqxCW0paQTohmJ7ZzjglnThweGap4/NQZpI= sha384-r5Sj2+SJsMXvp8th8qCjaTjKVyskX1jUYpSnP/oLX3WLwlVicMR9IdRuVIHkjawY sha512-7jvJEkplcazXM7+FcAuBqu+PIpn9hL2sBN95bHfsGoFTIYoVQaeD8c/67CbNHeUbttLvHvllZPB95kAkDS7rHA==",
|
|
9
9
|
"hashes": {
|
|
10
|
-
"sha256": "
|
|
11
|
-
"sha384": "
|
|
12
|
-
"sha512": "
|
|
10
|
+
"sha256": "notzP0RWnqxCW0paQTohmJ7ZzjglnThweGap4/NQZpI=",
|
|
11
|
+
"sha384": "r5Sj2+SJsMXvp8th8qCjaTjKVyskX1jUYpSnP/oLX3WLwlVicMR9IdRuVIHkjawY",
|
|
12
|
+
"sha512": "7jvJEkplcazXM7+FcAuBqu+PIpn9hL2sBN95bHfsGoFTIYoVQaeD8c/67CbNHeUbttLvHvllZPB95kAkDS7rHA=="
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"@min.js": {
|
|
16
16
|
"file": "applicationinsights-dependencies-js.min.js",
|
|
17
17
|
"type": "text/javascript; charset=utf-8",
|
|
18
|
-
"integrity": "sha256-
|
|
18
|
+
"integrity": "sha256-xQ6BUOiJZrhqX3F7/rc37MyVJ9y4V+TUqj8Yc7sv7iI= sha384-KhLXvnK3u5Ya5xww0pZ5rPelB26YxW0q+bHyS6+3cx9E4zuVcTQIcib/08urEe8y sha512-Rc2cHPQMv1lk2ajJy/nUivFhXPiUh4KOkogIt2GBxj/MsmTQJaQnf/Eg7gsYzoH35H04X4wJQVKUxND2vJcIdg==",
|
|
19
19
|
"hashes": {
|
|
20
|
-
"sha256": "
|
|
21
|
-
"sha384": "
|
|
22
|
-
"sha512": "
|
|
20
|
+
"sha256": "xQ6BUOiJZrhqX3F7/rc37MyVJ9y4V+TUqj8Yc7sv7iI=",
|
|
21
|
+
"sha384": "KhLXvnK3u5Ya5xww0pZ5rPelB26YxW0q+bHyS6+3cx9E4zuVcTQIcib/08urEe8y",
|
|
22
|
+
"sha512": "Rc2cHPQMv1lk2ajJy/nUivFhXPiUh4KOkogIt2GBxj/MsmTQJaQnf/Eg7gsYzoH35H04X4wJQVKUxND2vJcIdg=="
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript SDK - Dependencies Plugin, 2.7.2-nightly.2111-
|
|
2
|
+
* Application Insights JavaScript SDK - Dependencies Plugin, 2.7.2-nightly.2111-09
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
(function (global, factory) {
|