@microsoft/applicationinsights-web-basic 2.8.6 → 2.8.7-nightly.2208-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/aib.2.8.7-nightly.2208-05.integrity.json +26 -0
- package/browser/{aib.2.8.6.js → aib.2.8.7-nightly.2208-05.js} +7 -7
- package/browser/aib.2.8.7-nightly.2208-05.js.map +1 -0
- package/browser/aib.2.8.7-nightly.2208-05.min.js +6 -0
- package/browser/aib.2.8.7-nightly.2208-05.min.js.map +1 -0
- package/browser/aib.2.js +6 -6
- 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.d.ts +1 -1
- package/dist/applicationinsights-web-basic.js +6 -6
- 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 +4 -4
- package/dist-esm/index.js.map +1 -1
- package/package.json +65 -62
- package/src/index.ts +6 -6
- package/browser/aib.2.8.6.integrity.json +0 -26
- package/browser/aib.2.8.6.js.map +0 -1
- package/browser/aib.2.8.6.min.js +0 -6
- package/browser/aib.2.8.6.min.js.map +0 -1
package/dist-esm/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Application Insights JavaScript Web SDK - Basic, 2.8.
|
|
2
|
+
* Application Insights JavaScript Web SDK - Basic, 2.8.7-nightly.2208-05
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -27,13 +27,13 @@ var ApplicationInsights = /** @class */ (function () {
|
|
|
27
27
|
}
|
|
28
28
|
dynamicProto(ApplicationInsights, this, function (_self) {
|
|
29
29
|
_self.config = config;
|
|
30
|
-
_self.getSKUDefaults();
|
|
31
30
|
_initialize();
|
|
32
31
|
_self[_DYN_INITIALIZE /* @min:%2einitialize */] = _initialize;
|
|
33
32
|
_self.getSKUDefaults = function () {
|
|
34
33
|
_self.config[_DYN_DIAGNOSTIC_LOG_INTER0 /* @min:%2ediagnosticLogInterval */] =
|
|
35
34
|
_self.config[_DYN_DIAGNOSTIC_LOG_INTER0 /* @min:%2ediagnosticLogInterval */] && _self.config[_DYN_DIAGNOSTIC_LOG_INTER0 /* @min:%2ediagnosticLogInterval */] > 0 ? _self.config[_DYN_DIAGNOSTIC_LOG_INTER0 /* @min:%2ediagnosticLogInterval */] : 10000;
|
|
36
35
|
};
|
|
36
|
+
_self.getSKUDefaults();
|
|
37
37
|
proxyFunctions(_self, core, [
|
|
38
38
|
"track",
|
|
39
39
|
"flush",
|
|
@@ -50,9 +50,9 @@ var ApplicationInsights = /** @class */ (function () {
|
|
|
50
50
|
var appInsightsChannel = new Sender();
|
|
51
51
|
extensions.push(appInsightsChannel);
|
|
52
52
|
// initialize core
|
|
53
|
-
core[_DYN_INITIALIZE /* @min:%2einitialize */](
|
|
53
|
+
core[_DYN_INITIALIZE /* @min:%2einitialize */](_self.config, extensions);
|
|
54
54
|
// initialize extensions
|
|
55
|
-
appInsightsChannel[_DYN_INITIALIZE /* @min:%2einitialize */](
|
|
55
|
+
appInsightsChannel[_DYN_INITIALIZE /* @min:%2einitialize */](_self.config, core, extensions);
|
|
56
56
|
core.pollInternalLogs();
|
|
57
57
|
}
|
|
58
58
|
});
|
package/dist-esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js.map","sources":["index.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nimport dynamicProto from \"@microsoft/dynamicproto-js\";\r\nimport { Sender } from \"@microsoft/applicationinsights-channel-js\";\r\nimport { AppInsightsCore, isNullOrUndefined, proxyFunctions, throwError } from \"@microsoft/applicationinsights-core-js\";\r\nimport { _DYN_DIAGNOSTIC_LOG_INTER0, _DYN_INITIALIZE } from \"./__DynamicConstants\";\r\n/**\r\n * @export\r\n * @class ApplicationInsights\r\n */\r\nvar ApplicationInsights = /** @class */ (function () {\r\n /**\r\n * Creates an instance of ApplicationInsights.\r\n * @param {IConfiguration & IConfig} config\r\n * @memberof ApplicationInsights\r\n */\r\n function ApplicationInsights(config) {\r\n var core = new AppInsightsCore();\r\n // initialize the queue and config in case they are undefined\r\n if (isNullOrUndefined(config) ||\r\n isNullOrUndefined(config.instrumentationKey)) {\r\n throwError(\"Invalid input configuration\");\r\n }\r\n dynamicProto(ApplicationInsights, this, function (_self) {\r\n _self.config = config;\r\n
|
|
1
|
+
{"version":3,"file":"index.js.map","sources":["index.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nimport dynamicProto from \"@microsoft/dynamicproto-js\";\r\nimport { Sender } from \"@microsoft/applicationinsights-channel-js\";\r\nimport { AppInsightsCore, isNullOrUndefined, proxyFunctions, throwError } from \"@microsoft/applicationinsights-core-js\";\r\nimport { _DYN_DIAGNOSTIC_LOG_INTER0, _DYN_INITIALIZE } from \"./__DynamicConstants\";\r\n/**\r\n * @export\r\n * @class ApplicationInsights\r\n */\r\nvar ApplicationInsights = /** @class */ (function () {\r\n /**\r\n * Creates an instance of ApplicationInsights.\r\n * @param {IConfiguration & IConfig} config\r\n * @memberof ApplicationInsights\r\n */\r\n function ApplicationInsights(config) {\r\n var core = new AppInsightsCore();\r\n // initialize the queue and config in case they are undefined\r\n if (isNullOrUndefined(config) ||\r\n isNullOrUndefined(config.instrumentationKey)) {\r\n throwError(\"Invalid input configuration\");\r\n }\r\n dynamicProto(ApplicationInsights, this, function (_self) {\r\n _self.config = config;\r\n _initialize();\r\n _self[_DYN_INITIALIZE /* @min:%2einitialize */] = _initialize;\r\n _self.getSKUDefaults = function () {\r\n _self.config[_DYN_DIAGNOSTIC_LOG_INTER0 /* @min:%2ediagnosticLogInterval */] =\r\n _self.config[_DYN_DIAGNOSTIC_LOG_INTER0 /* @min:%2ediagnosticLogInterval */] && _self.config[_DYN_DIAGNOSTIC_LOG_INTER0 /* @min:%2ediagnosticLogInterval */] > 0 ? _self.config[_DYN_DIAGNOSTIC_LOG_INTER0 /* @min:%2ediagnosticLogInterval */] : 10000;\r\n };\r\n _self.getSKUDefaults();\r\n proxyFunctions(_self, core, [\r\n \"track\",\r\n \"flush\",\r\n \"pollInternalLogs\",\r\n \"stopPollingInternalLogs\",\r\n \"unload\",\r\n \"getPlugin\",\r\n \"addPlugin\",\r\n \"evtNamespace\",\r\n \"addUnloadCb\"\r\n ]);\r\n function _initialize() {\r\n var extensions = [];\r\n var appInsightsChannel = new Sender();\r\n extensions.push(appInsightsChannel);\r\n // initialize core\r\n core[_DYN_INITIALIZE /* @min:%2einitialize */](_self.config, extensions);\r\n // initialize extensions\r\n appInsightsChannel[_DYN_INITIALIZE /* @min:%2einitialize */](_self.config, core, extensions);\r\n core.pollInternalLogs();\r\n }\r\n });\r\n }\r\n /**\r\n * Initialize this instance of ApplicationInsights\r\n *\r\n * @memberof ApplicationInsights\r\n */\r\n ApplicationInsights.prototype.initialize = function () {\r\n // @DynamicProtoStub -- DO NOT add any code as this will be removed during packaging\r\n };\r\n /**\r\n * Send a manually constructed custom event\r\n *\r\n * @param {ITelemetryItem} item\r\n * @memberof ApplicationInsights\r\n */\r\n ApplicationInsights.prototype.track = function (item) {\r\n // @DynamicProtoStub -- DO NOT add any code as this will be removed during packaging\r\n };\r\n /**\r\n * Immediately send all batched telemetry\r\n * @param {boolean} [async=true]\r\n * @memberof ApplicationInsights\r\n */\r\n ApplicationInsights.prototype.flush = function (async) {\r\n if (async === void 0) { async = true; }\r\n // @DynamicProtoStub -- DO NOT add any code as this will be removed during packaging\r\n };\r\n ApplicationInsights.prototype.pollInternalLogs = function () {\r\n // @DynamicProtoStub -- DO NOT add any code as this will be removed during packaging\r\n };\r\n ApplicationInsights.prototype.stopPollingInternalLogs = function () {\r\n // @DynamicProtoStub -- DO NOT add any code as this will be removed during packaging\r\n };\r\n ApplicationInsights.prototype.getSKUDefaults = function () {\r\n // @DynamicProtoStub -- DO NOT add any code as this will be removed during packaging\r\n };\r\n /**\r\n * Unload and Tear down the SDK and any initialized plugins, after calling this the SDK will be considered\r\n * to be un-initialized and non-operational, re-initializing the SDK should only be attempted if the previous\r\n * unload call return `true` stating that all plugins reported that they also unloaded, the recommended\r\n * approach is to create a new instance and initialize that instance.\r\n * This is due to possible unexpected side effects caused by plugins not supporting unload / teardown, unable\r\n * to successfully remove any global references or they may just be completing the unload process asynchronously.\r\n */\r\n ApplicationInsights.prototype.unload = function (isAsync, unloadComplete) {\r\n // @DynamicProtoStub -- DO NOT add any code as this will be removed during packaging\r\n return null;\r\n };\r\n /**\r\n * Find and return the (first) plugin with the specified identifier if present\r\n * @param pluginIdentifier\r\n */\r\n ApplicationInsights.prototype.getPlugin = function (pluginIdentifier) {\r\n // @DynamicProtoStub -- DO NOT add any code as this will be removed during packaging\r\n return null;\r\n };\r\n /**\r\n * Add a new plugin to the installation\r\n * @param plugin - The new plugin to add\r\n * @param replaceExisting - should any existing plugin be replaced\r\n * @param doAsync - Should the add be performed asynchronously\r\n */\r\n ApplicationInsights.prototype.addPlugin = function (plugin, replaceExisting, doAsync, addCb) {\r\n // @DynamicProtoStub -- DO NOT add any code as this will be removed during packaging\r\n };\r\n /**\r\n * Returns the unique event namespace that should be used\r\n */\r\n ApplicationInsights.prototype.evtNamespace = function () {\r\n // @DynamicProtoStub -- DO NOT add any code as this will be removed during packaging\r\n return null;\r\n };\r\n /**\r\n * Add an unload handler that will be called when the SDK is being unloaded\r\n * @param handler - the handler\r\n */\r\n ApplicationInsights.prototype.addUnloadCb = function (handler) {\r\n // @DynamicProtoStub -- DO NOT add any code as this will be removed during packaging\r\n };\r\n return ApplicationInsights;\r\n}());\r\nexport { ApplicationInsights };\r\nexport { AppInsightsCore, CoreUtils, arrForEach, _InternalMessageId, isNullOrUndefined, throwError, proxyFunctions } from \"@microsoft/applicationinsights-core-js\";\r\nexport { SeverityLevel } from \"@microsoft/applicationinsights-common\";\r\nexport { Sender } from \"@microsoft/applicationinsights-channel-js\";\r\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;8DA6EM,CAAC;;;;;;+BACwB;AAC/B;AACA;AACA;AACA;AACA;AACA"}
|
package/package.json
CHANGED
|
@@ -1,62 +1,65 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@microsoft/applicationinsights-web-basic",
|
|
3
|
-
"version": "2.8.
|
|
4
|
-
"description": "Microsoft Application Insights Javascript SDK core and channel",
|
|
5
|
-
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
|
6
|
-
"author": "Microsoft Application Insights Team",
|
|
7
|
-
"main": "dist/applicationinsights-web-basic.js",
|
|
8
|
-
"module": "dist-esm/index.js",
|
|
9
|
-
"types": "types/index.d.ts",
|
|
10
|
-
"sideEffects": false,
|
|
11
|
-
"scripts": {
|
|
12
|
-
"build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen",
|
|
13
|
-
"build:esm": "grunt aiskulite",
|
|
14
|
-
"build:browser": "rollup -c rollup.config.js",
|
|
15
|
-
"rebuild": "npm run build",
|
|
16
|
-
"test": "grunt aiskuliteunittests",
|
|
17
|
-
"mintest": "grunt aiskulite-mintests",
|
|
18
|
-
"lint": "tslint -p tsconfig.json",
|
|
19
|
-
"dtsgen": "api-extractor run --local && node ../scripts/dtsgen.js 'Microsoft.ApplicationInsights'",
|
|
20
|
-
"sri": "node ../tools/subResourceIntegrity/generateIntegrityFile.js",
|
|
21
|
-
"ai-min": "grunt aiskulite-min",
|
|
22
|
-
"ai-restore": "grunt aiskulite-restore"
|
|
23
|
-
},
|
|
24
|
-
"repository": {
|
|
25
|
-
"type": "git",
|
|
26
|
-
"url": "https://github.com/microsoft/ApplicationInsights-JS.git",
|
|
27
|
-
"directory": "AISKULight"
|
|
28
|
-
},
|
|
29
|
-
"devDependencies": {
|
|
30
|
-
"@microsoft/ai-test-framework": "0.0.1",
|
|
31
|
-
"@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
|
|
32
|
-
"@microsoft/applicationinsights-rollup-es3": "1.1.3",
|
|
33
|
-
"@microsoft/api-extractor": "^7.18.1",
|
|
34
|
-
"grunt": "^1.5.3",
|
|
35
|
-
"grunt-cli": "^1.4.3",
|
|
36
|
-
"grunt-contrib-qunit": "^5.0.1",
|
|
37
|
-
"@nevware21/grunt-ts-plugin": "^0.4.3",
|
|
38
|
-
"@nevware21/grunt-eslint-ts": "^0.2.2",
|
|
39
|
-
"globby": "^11.0.0",
|
|
40
|
-
"magic-string": "^0.25.7",
|
|
41
|
-
"pako": "^2.0.3",
|
|
42
|
-
"@rollup/plugin-commonjs": "^18.0.0",
|
|
43
|
-
"@rollup/plugin-node-resolve": "^11.2.1",
|
|
44
|
-
"@rollup/plugin-replace": "^2.3.3",
|
|
45
|
-
"rollup-plugin-cleanup": "^3.2.1",
|
|
46
|
-
"rollup": "^2.32.0",
|
|
47
|
-
"source-map-loader": "^0.2.3",
|
|
48
|
-
"typescript": "^4.3.4",
|
|
49
|
-
"tslib": "^2.0.0"
|
|
50
|
-
},
|
|
51
|
-
"peerDependencies": {
|
|
52
|
-
"tslib": "*"
|
|
53
|
-
},
|
|
54
|
-
"dependencies": {
|
|
55
|
-
"@microsoft/dynamicproto-js": "^1.1.6",
|
|
56
|
-
"@microsoft/applicationinsights-shims": "2.0.1",
|
|
57
|
-
"@microsoft/applicationinsights-common": "2.8.
|
|
58
|
-
"@microsoft/applicationinsights-channel-js": "2.8.
|
|
59
|
-
"@microsoft/applicationinsights-core-js": "2.8.
|
|
60
|
-
},
|
|
61
|
-
"license": "MIT"
|
|
62
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@microsoft/applicationinsights-web-basic",
|
|
3
|
+
"version": "2.8.7-nightly.2208-05",
|
|
4
|
+
"description": "Microsoft Application Insights Javascript SDK core and channel",
|
|
5
|
+
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
|
6
|
+
"author": "Microsoft Application Insights Team",
|
|
7
|
+
"main": "dist/applicationinsights-web-basic.js",
|
|
8
|
+
"module": "dist-esm/index.js",
|
|
9
|
+
"types": "types/index.d.ts",
|
|
10
|
+
"sideEffects": false,
|
|
11
|
+
"scripts": {
|
|
12
|
+
"build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen",
|
|
13
|
+
"build:esm": "grunt aiskulite",
|
|
14
|
+
"build:browser": "rollup -c rollup.config.js",
|
|
15
|
+
"rebuild": "npm run build",
|
|
16
|
+
"test": "grunt aiskuliteunittests",
|
|
17
|
+
"mintest": "grunt aiskulite-mintests",
|
|
18
|
+
"lint": "tslint -p tsconfig.json",
|
|
19
|
+
"dtsgen": "api-extractor run --local && node ../scripts/dtsgen.js 'Microsoft.ApplicationInsights'",
|
|
20
|
+
"sri": "node ../tools/subResourceIntegrity/generateIntegrityFile.js",
|
|
21
|
+
"ai-min": "grunt aiskulite-min",
|
|
22
|
+
"ai-restore": "grunt aiskulite-restore"
|
|
23
|
+
},
|
|
24
|
+
"repository": {
|
|
25
|
+
"type": "git",
|
|
26
|
+
"url": "https://github.com/microsoft/ApplicationInsights-JS.git",
|
|
27
|
+
"directory": "AISKULight"
|
|
28
|
+
},
|
|
29
|
+
"devDependencies": {
|
|
30
|
+
"@microsoft/ai-test-framework": "0.0.1",
|
|
31
|
+
"@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
|
|
32
|
+
"@microsoft/applicationinsights-rollup-es3": "1.1.3",
|
|
33
|
+
"@microsoft/api-extractor": "^7.18.1",
|
|
34
|
+
"grunt": "^1.5.3",
|
|
35
|
+
"grunt-cli": "^1.4.3",
|
|
36
|
+
"grunt-contrib-qunit": "^5.0.1",
|
|
37
|
+
"@nevware21/grunt-ts-plugin": "^0.4.3",
|
|
38
|
+
"@nevware21/grunt-eslint-ts": "^0.2.2",
|
|
39
|
+
"globby": "^11.0.0",
|
|
40
|
+
"magic-string": "^0.25.7",
|
|
41
|
+
"pako": "^2.0.3",
|
|
42
|
+
"@rollup/plugin-commonjs": "^18.0.0",
|
|
43
|
+
"@rollup/plugin-node-resolve": "^11.2.1",
|
|
44
|
+
"@rollup/plugin-replace": "^2.3.3",
|
|
45
|
+
"rollup-plugin-cleanup": "^3.2.1",
|
|
46
|
+
"rollup": "^2.32.0",
|
|
47
|
+
"source-map-loader": "^0.2.3",
|
|
48
|
+
"typescript": "^4.3.4",
|
|
49
|
+
"tslib": "^2.0.0"
|
|
50
|
+
},
|
|
51
|
+
"peerDependencies": {
|
|
52
|
+
"tslib": "*"
|
|
53
|
+
},
|
|
54
|
+
"dependencies": {
|
|
55
|
+
"@microsoft/dynamicproto-js": "^1.1.6",
|
|
56
|
+
"@microsoft/applicationinsights-shims": "2.0.1",
|
|
57
|
+
"@microsoft/applicationinsights-common": "2.8.7-nightly.2208-05",
|
|
58
|
+
"@microsoft/applicationinsights-channel-js": "2.8.7-nightly.2208-05",
|
|
59
|
+
"@microsoft/applicationinsights-core-js": "2.8.7-nightly.2208-05"
|
|
60
|
+
},
|
|
61
|
+
"license": "MIT",
|
|
62
|
+
"publishConfig": {
|
|
63
|
+
"tag": "nightly"
|
|
64
|
+
}
|
|
65
|
+
}
|
package/src/index.ts
CHANGED
|
@@ -34,16 +34,16 @@ export class ApplicationInsights {
|
|
|
34
34
|
|
|
35
35
|
dynamicProto(ApplicationInsights, this, (_self) => {
|
|
36
36
|
_self.config = config;
|
|
37
|
-
|
|
38
|
-
|
|
37
|
+
|
|
39
38
|
_initialize();
|
|
40
|
-
|
|
39
|
+
|
|
41
40
|
_self.initialize = _initialize;
|
|
42
|
-
|
|
41
|
+
|
|
43
42
|
_self.getSKUDefaults = () => {
|
|
44
43
|
_self.config.diagnosticLogInterval =
|
|
45
44
|
_self.config.diagnosticLogInterval && _self.config.diagnosticLogInterval > 0 ? _self.config.diagnosticLogInterval : 10000;
|
|
46
45
|
};
|
|
46
|
+
_self.getSKUDefaults();
|
|
47
47
|
|
|
48
48
|
proxyFunctions(_self, core, [
|
|
49
49
|
"track",
|
|
@@ -64,10 +64,10 @@ export class ApplicationInsights {
|
|
|
64
64
|
extensions.push(appInsightsChannel);
|
|
65
65
|
|
|
66
66
|
// initialize core
|
|
67
|
-
core.initialize(
|
|
67
|
+
core.initialize(_self.config, extensions);
|
|
68
68
|
|
|
69
69
|
// initialize extensions
|
|
70
|
-
appInsightsChannel.initialize(
|
|
70
|
+
appInsightsChannel.initialize(_self.config, core, extensions);
|
|
71
71
|
|
|
72
72
|
core.pollInternalLogs();
|
|
73
73
|
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "aib",
|
|
3
|
-
"version": "2.8.6",
|
|
4
|
-
"ext": {
|
|
5
|
-
"@js": {
|
|
6
|
-
"file": "aib.2.8.6.js",
|
|
7
|
-
"type": "text/javascript; charset=utf-8",
|
|
8
|
-
"integrity": "sha256-OOOSW3AjFThVChiVP+H6J5AqOvBsfT/EvMxbHd+svxg= sha384-F6BhMMhFkOYMzgrBpXuSw+kfpYzurOrBv2j34IxWlbm6WhFwBPCvOIDLmKp2Sz0m sha512-OUzTYQBLg+FYzeiCai5QeVlysDOJ58145tnEOGEHgjiNA+QjY1tBrJ10Z1DWJ4laDPNYfst+5POBYIqOYMtF3g==",
|
|
9
|
-
"hashes": {
|
|
10
|
-
"sha256": "OOOSW3AjFThVChiVP+H6J5AqOvBsfT/EvMxbHd+svxg=",
|
|
11
|
-
"sha384": "F6BhMMhFkOYMzgrBpXuSw+kfpYzurOrBv2j34IxWlbm6WhFwBPCvOIDLmKp2Sz0m",
|
|
12
|
-
"sha512": "OUzTYQBLg+FYzeiCai5QeVlysDOJ58145tnEOGEHgjiNA+QjY1tBrJ10Z1DWJ4laDPNYfst+5POBYIqOYMtF3g=="
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
"@min.js": {
|
|
16
|
-
"file": "aib.2.8.6.min.js",
|
|
17
|
-
"type": "text/javascript; charset=utf-8",
|
|
18
|
-
"integrity": "sha256-KlWQ4jASFVrIEeZVE7o7RYXyvADUbNlBFtw2Ty3dIk4= sha384-qBWVRDZEDHsN8o3yoWrFBKzruA9j+KohIaLEAr5VatNsJBMIGPYL51vH5uOP9ADO sha512-TqirYUeVFr4lCDOtJRZnptQjlgMQlz3YgAhPbqVl8nPfPxqJsr1llbpe4K0K3r4PLRVlCTKFJFdS4MVgmKLCiw==",
|
|
19
|
-
"hashes": {
|
|
20
|
-
"sha256": "KlWQ4jASFVrIEeZVE7o7RYXyvADUbNlBFtw2Ty3dIk4=",
|
|
21
|
-
"sha384": "qBWVRDZEDHsN8o3yoWrFBKzruA9j+KohIaLEAr5VatNsJBMIGPYL51vH5uOP9ADO",
|
|
22
|
-
"sha512": "TqirYUeVFr4lCDOtJRZnptQjlgMQlz3YgAhPbqVl8nPfPxqJsr1llbpe4K0K3r4PLRVlCTKFJFdS4MVgmKLCiw=="
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
}
|