@microsoft/applicationinsights-properties-js 3.3.5-nightly3.2411-14 → 3.3.5-nightly3.2412-02
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/es5/{ai.props.3.3.5-nightly3.2411-14.cjs.js → ai.props.3.3.5-nightly3.2412-02.cjs.js} +4 -4
- package/browser/es5/{ai.props.3.3.5-nightly3.2411-14.cjs.js.map → ai.props.3.3.5-nightly3.2412-02.cjs.js.map} +1 -1
- package/browser/es5/{ai.props.3.3.5-nightly3.2411-14.cjs.min.js → ai.props.3.3.5-nightly3.2412-02.cjs.min.js} +3 -3
- package/browser/es5/{ai.props.3.3.5-nightly3.2411-14.cjs.min.js.map → ai.props.3.3.5-nightly3.2412-02.cjs.min.js.map} +1 -1
- package/browser/es5/{ai.props.3.3.5-nightly3.2411-14.gbl.js → ai.props.3.3.5-nightly3.2412-02.gbl.js} +6 -6
- package/browser/es5/{ai.props.3.3.5-nightly3.2411-14.gbl.js.map → ai.props.3.3.5-nightly3.2412-02.gbl.js.map} +1 -1
- package/browser/es5/{ai.props.3.3.5-nightly3.2411-14.gbl.min.js → ai.props.3.3.5-nightly3.2412-02.gbl.min.js} +3 -3
- package/browser/es5/{ai.props.3.3.5-nightly3.2411-14.gbl.min.js.map → ai.props.3.3.5-nightly3.2412-02.gbl.min.js.map} +1 -1
- package/browser/es5/ai.props.3.3.5-nightly3.2412-02.integrity.json +66 -0
- package/browser/es5/{ai.props.3.3.5-nightly3.2411-14.js → ai.props.3.3.5-nightly3.2412-02.js} +6 -6
- package/browser/es5/{ai.props.3.3.5-nightly3.2411-14.js.map → ai.props.3.3.5-nightly3.2412-02.js.map} +1 -1
- package/browser/es5/{ai.props.3.3.5-nightly3.2411-14.min.js → ai.props.3.3.5-nightly3.2412-02.min.js} +3 -3
- package/browser/es5/{ai.props.3.3.5-nightly3.2411-14.min.js.map → ai.props.3.3.5-nightly3.2412-02.min.js.map} +1 -1
- package/browser/es5/ai.props.3.cjs.js +3 -3
- package/browser/es5/ai.props.3.cjs.js.map +1 -1
- package/browser/es5/ai.props.3.cjs.min.js +2 -2
- package/browser/es5/ai.props.3.cjs.min.js.map +1 -1
- package/browser/es5/ai.props.3.gbl.js +5 -5
- package/browser/es5/ai.props.3.gbl.js.map +1 -1
- package/browser/es5/ai.props.3.gbl.min.js +2 -2
- package/browser/es5/ai.props.3.gbl.min.js.map +1 -1
- package/browser/es5/ai.props.3.integrity.json +25 -25
- package/browser/es5/ai.props.3.js +5 -5
- package/browser/es5/ai.props.3.js.map +1 -1
- package/browser/es5/ai.props.3.min.js +2 -2
- package/browser/es5/ai.props.3.min.js.map +1 -1
- package/dist/es5/applicationinsights-properties-js.js +3 -3
- package/dist/es5/applicationinsights-properties-js.js.map +1 -1
- package/dist/es5/applicationinsights-properties-js.min.js +2 -2
- package/dist/es5/applicationinsights-properties-js.min.js.map +1 -1
- package/dist-es5/Context/Application.js +1 -1
- package/dist-es5/Context/Device.js +1 -1
- package/dist-es5/Context/Internal.js +2 -2
- package/dist-es5/Context/Internal.js.map +1 -1
- package/dist-es5/Context/Location.js +1 -1
- package/dist-es5/Context/Session.js +1 -1
- package/dist-es5/Context/TelemetryTrace.js +1 -1
- package/dist-es5/Context/User.js +1 -1
- package/dist-es5/Interfaces/IPropTelemetryContext.js +1 -1
- package/dist-es5/Interfaces/IPropertiesConfig.js +1 -1
- package/dist-es5/PropertiesPlugin.js +1 -1
- package/dist-es5/TelemetryContext.js +1 -1
- package/dist-es5/__DynamicConstants.js +1 -1
- package/dist-es5/applicationinsights-properties-js.js +1 -1
- package/package.json +3 -3
- package/types/applicationinsights-properties-js.d.ts +1 -1
- package/types/applicationinsights-properties-js.namespaced.d.ts +20 -26
- package/browser/es5/ai.props.3.3.5-nightly3.2411-14.integrity.json +0 -66
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Application Insights JavaScript SDK - Properties Plugin, 3.3.5-nightly3.
|
|
2
|
+
* Application Insights JavaScript SDK - Properties Plugin, 3.3.5-nightly3.2412-02
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
import { onConfigChange } from "@microsoft/applicationinsights-core-js";
|
|
8
|
-
var Version = '3.3.5-nightly3.
|
|
8
|
+
var Version = '3.3.5-nightly3.2412-02';
|
|
9
9
|
var Internal = /** @class */ (function () {
|
|
10
10
|
/**
|
|
11
11
|
* Constructs a new instance of the internal telemetry data class.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Internal.js.map","sources":["Internal.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nimport { onConfigChange } from \"@microsoft/applicationinsights-core-js\";\r\nvar Version = '3.3.5-nightly3.
|
|
1
|
+
{"version":3,"file":"Internal.js.map","sources":["Internal.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nimport { onConfigChange } from \"@microsoft/applicationinsights-core-js\";\r\nvar Version = '3.3.5-nightly3.2412-02';\r\nvar Internal = /** @class */ (function () {\r\n /**\r\n * Constructs a new instance of the internal telemetry data class.\r\n */\r\n function Internal(config, unloadHookContainer) {\r\n var _this = this;\r\n var unloadHook = onConfigChange((config), function () {\r\n var prefix = config.sdkExtension;\r\n _this.sdkVersion = (prefix ? prefix + \"_\" : \"\") + \"javascript:\" + Version;\r\n });\r\n unloadHookContainer && unloadHookContainer.add(unloadHook);\r\n }\r\n return Internal;\r\n}());\r\nexport { Internal };\r\n//# sourceMappingURL=Internal.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA"}
|
package/dist-es5/Context/User.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/applicationinsights-properties-js",
|
|
3
|
-
"version": "3.3.5-nightly3.
|
|
3
|
+
"version": "3.3.5-nightly3.2412-02",
|
|
4
4
|
"description": "Microsoft Application Insights properties (Part A) plugin",
|
|
5
5
|
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
|
6
6
|
"author": "Microsoft Application Insights Team",
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@microsoft/dynamicproto-js": "^2.0.3",
|
|
61
61
|
"@microsoft/applicationinsights-shims": "3.0.1",
|
|
62
|
-
"@microsoft/applicationinsights-core-js": "3.3.5-nightly3.
|
|
63
|
-
"@microsoft/applicationinsights-common": "3.3.5-nightly3.
|
|
62
|
+
"@microsoft/applicationinsights-core-js": "3.3.5-nightly3.2412-02",
|
|
63
|
+
"@microsoft/applicationinsights-common": "3.3.5-nightly3.2412-02",
|
|
64
64
|
"@nevware21/ts-utils": ">= 0.11.3 < 2.x"
|
|
65
65
|
},
|
|
66
66
|
"license": "MIT",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Microsoft Application Insights properties plugin, 3.3.5-nightly3.
|
|
2
|
+
* Microsoft Application Insights properties plugin, 3.3.5-nightly3.2412-02
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* Microsoft Application Insights Team
|
|
@@ -369,7 +369,6 @@ declare namespace ApplicationInsights {
|
|
|
369
369
|
unload(isAsync?: boolean, unloadComplete?: (unloadState: ITelemetryUnloadState) => void, cbTimeout?: number): void | IPromise<ITelemetryUnloadState>;
|
|
370
370
|
/**
|
|
371
371
|
* Find and return the (first) plugin with the specified identifier if present
|
|
372
|
-
* @param pluginIdentifier
|
|
373
372
|
*/
|
|
374
373
|
getPlugin<T extends IPlugin = IPlugin>(pluginIdentifier: string): ILoadedPlugin<T>;
|
|
375
374
|
/**
|
|
@@ -424,7 +423,6 @@ declare namespace ApplicationInsights {
|
|
|
424
423
|
/**
|
|
425
424
|
* Watches and tracks changes for accesses to the current config, and if the accessed config changes the
|
|
426
425
|
* handler will be recalled.
|
|
427
|
-
* @param handler
|
|
428
426
|
* @returns A watcher handler instance that can be used to remove itself when being unloaded
|
|
429
427
|
*/
|
|
430
428
|
onCfgChange(handler: WatcherFunction<CfgType>): IUnloadHook;
|
|
@@ -682,7 +680,7 @@ declare namespace ApplicationInsights {
|
|
|
682
680
|
*/
|
|
683
681
|
disableFlushOnBeforeUnload?: boolean;
|
|
684
682
|
/**
|
|
685
|
-
* Default value of
|
|
683
|
+
* Default value of `disableFlushOnBeforeUnload`. If true, flush method will not be called when onPageHide or onVisibilityChange (hidden state) event(s) trigger.
|
|
686
684
|
*/
|
|
687
685
|
disableFlushOnUnload?: boolean;
|
|
688
686
|
/**
|
|
@@ -734,12 +732,12 @@ declare namespace ApplicationInsights {
|
|
|
734
732
|
*/
|
|
735
733
|
isStorageUseDisabled?: boolean;
|
|
736
734
|
/**
|
|
737
|
-
* If false, the SDK will send all telemetry using the
|
|
735
|
+
* If false, the SDK will send all telemetry using the <a href="https://www.w3.org/TR/beacon">Beacon API</a>.
|
|
738
736
|
* @defaultValue true
|
|
739
737
|
*/
|
|
740
738
|
isBeaconApiDisabled?: boolean;
|
|
741
739
|
/**
|
|
742
|
-
* Don't use XMLHttpRequest or XDomainRequest (for IE
|
|
740
|
+
* Don't use XMLHttpRequest or XDomainRequest (for IE \< 9) by default instead attempt to use fetch() or sendBeacon.
|
|
743
741
|
* If no other transport is available it will still use XMLHttpRequest
|
|
744
742
|
*/
|
|
745
743
|
disableXhr?: boolean;
|
|
@@ -996,8 +994,8 @@ declare namespace ApplicationInsights {
|
|
|
996
994
|
* be logged to console if their severity meets the configured loggingConsoleLevel
|
|
997
995
|
*
|
|
998
996
|
* 0: ALL console logging off
|
|
999
|
-
* 1: logs to console: severity
|
|
1000
|
-
* 2: logs to console: severity
|
|
997
|
+
* 1: logs to console: severity \>= CRITICAL
|
|
998
|
+
* 2: logs to console: severity \>= WARNING
|
|
1001
999
|
*/
|
|
1002
1000
|
loggingLevelConsole?: number;
|
|
1003
1001
|
/**
|
|
@@ -1006,8 +1004,8 @@ declare namespace ApplicationInsights {
|
|
|
1006
1004
|
* the configured instrumentation key.
|
|
1007
1005
|
*
|
|
1008
1006
|
* 0: ALL iKey logging off
|
|
1009
|
-
* 1: logs to iKey: severity
|
|
1010
|
-
* 2: logs to iKey: severity
|
|
1007
|
+
* 1: logs to iKey: severity \>= CRITICAL
|
|
1008
|
+
* 2: logs to iKey: severity \>= WARNING
|
|
1011
1009
|
*/
|
|
1012
1010
|
loggingLevelTelemetry?: number;
|
|
1013
1011
|
/**
|
|
@@ -1034,7 +1032,6 @@ declare namespace ApplicationInsights {
|
|
|
1034
1032
|
*/
|
|
1035
1033
|
readonly channels?: IChannelControls[][];
|
|
1036
1034
|
/**
|
|
1037
|
-
* @type {boolean}
|
|
1038
1035
|
* Flag that disables the Instrumentation Key validation.
|
|
1039
1036
|
*/
|
|
1040
1037
|
disableInstrumentationKeyValidation?: boolean;
|
|
@@ -1065,14 +1062,12 @@ declare namespace ApplicationInsights {
|
|
|
1065
1062
|
/**
|
|
1066
1063
|
* @description Custom cookie domain. This is helpful if you want to share Application Insights cookies across subdomains. It
|
|
1067
1064
|
* can be set here or as part of the cookieCfg.domain, the cookieCfg takes precedence if both are specified.
|
|
1068
|
-
* @type {string}
|
|
1069
1065
|
* @defaultValue ""
|
|
1070
1066
|
*/
|
|
1071
1067
|
cookieDomain?: string;
|
|
1072
1068
|
/**
|
|
1073
1069
|
* @description Custom cookie path. This is helpful if you want to share Application Insights cookies behind an application
|
|
1074
1070
|
* gateway. It can be set here or as part of the cookieCfg.domain, the cookieCfg takes precedence if both are specified.
|
|
1075
|
-
* @type {string}
|
|
1076
1071
|
* @defaultValue ""
|
|
1077
1072
|
*/
|
|
1078
1073
|
cookiePath?: string;
|
|
@@ -1184,7 +1179,7 @@ declare namespace ApplicationInsights {
|
|
|
1184
1179
|
/**
|
|
1185
1180
|
* Optional Callback hook to allow the cookie manager to update it's configuration, not generally implemented now that
|
|
1186
1181
|
* dynamic configuration is supported
|
|
1187
|
-
* @param updateState
|
|
1182
|
+
* @param updateState - The new configuration state to apply to the cookie manager
|
|
1188
1183
|
*/
|
|
1189
1184
|
update?(updateState: ITelemetryUpdateState): void;
|
|
1190
1185
|
/**
|
|
@@ -1321,7 +1316,7 @@ declare namespace ApplicationInsights {
|
|
|
1321
1316
|
logInternalMessage?(severity: LoggingSeverity, message: _InternalLogMessage): void;
|
|
1322
1317
|
/**
|
|
1323
1318
|
* Optional Callback hook to allow the diagnostic logger to update it's configuration
|
|
1324
|
-
* @param updateState
|
|
1319
|
+
* @param updateState - The new configuration state to apply to the diagnostic logger
|
|
1325
1320
|
*/
|
|
1326
1321
|
update?(updateState: ITelemetryUpdateState): void;
|
|
1327
1322
|
/**
|
|
@@ -1342,7 +1337,7 @@ declare namespace ApplicationInsights {
|
|
|
1342
1337
|
getName(): string;
|
|
1343
1338
|
/**
|
|
1344
1339
|
* Sets the current name of the page
|
|
1345
|
-
* @param pageName
|
|
1340
|
+
* @param pageName - The name of the page
|
|
1346
1341
|
*/
|
|
1347
1342
|
setName(pageName: string): void;
|
|
1348
1343
|
/**
|
|
@@ -1374,7 +1369,7 @@ declare namespace ApplicationInsights {
|
|
|
1374
1369
|
getTraceFlags(): number | undefined;
|
|
1375
1370
|
/**
|
|
1376
1371
|
* https://www.w3.org/TR/trace-context/#trace-flags
|
|
1377
|
-
* @param newValue
|
|
1372
|
+
* @param newValue - An integer representation of the W3C TraceContext trace-flags.
|
|
1378
1373
|
*/
|
|
1379
1374
|
setTraceFlags(newValue?: number): void;
|
|
1380
1375
|
}
|
|
@@ -1413,10 +1408,10 @@ declare namespace ApplicationInsights {
|
|
|
1413
1408
|
*
|
|
1414
1409
|
* This callback is called before telemetry data is sent, allowing for dynamic customization of the logs.
|
|
1415
1410
|
*
|
|
1416
|
-
* @returns
|
|
1411
|
+
* @returns An object with the following property:
|
|
1417
1412
|
* - logs: An array of strings, where each string represents a log entry to be included in the telemetry.
|
|
1418
1413
|
*
|
|
1419
|
-
* @property
|
|
1414
|
+
* @property maxLogs - Specifies the maximum number of logs that can be generated. If not explicitly set, it defaults to 50.
|
|
1420
1415
|
*/
|
|
1421
1416
|
expLog?: () => {
|
|
1422
1417
|
logs: string[];
|
|
@@ -1499,32 +1494,31 @@ declare namespace ApplicationInsights {
|
|
|
1499
1494
|
getUrl: () => string;
|
|
1500
1495
|
/**
|
|
1501
1496
|
* Create payload data
|
|
1502
|
-
* @param data data
|
|
1503
1497
|
* @returns IPayloadData
|
|
1504
1498
|
*/
|
|
1505
1499
|
createPayload: (data: string | Uint8Array) => IPayloadData;
|
|
1506
1500
|
/**
|
|
1507
1501
|
* Serialize an item into a string
|
|
1508
|
-
* @param input telemetry item
|
|
1509
|
-
* @param convertUndefined convert undefined to a custom-defined object
|
|
1502
|
+
* @param input - telemetry item
|
|
1503
|
+
* @param convertUndefined - convert undefined to a custom-defined object
|
|
1510
1504
|
* @returns Serialized string
|
|
1511
1505
|
*/
|
|
1512
1506
|
serialize?: (input: ITelemetryItem, convertUndefined?: any) => string;
|
|
1513
1507
|
/**
|
|
1514
1508
|
* Batch an array of strings into one string
|
|
1515
|
-
* @param arr array of strings
|
|
1509
|
+
* @param arr - array of strings
|
|
1516
1510
|
* @returns a string represent all items in the given array
|
|
1517
1511
|
*/
|
|
1518
1512
|
batch?: (arr: string[]) => string;
|
|
1519
1513
|
/**
|
|
1520
1514
|
* If the item should be processed by offline channel
|
|
1521
|
-
* @param evt telemetry item
|
|
1515
|
+
* @param evt - telemetry item
|
|
1522
1516
|
* @returns should process or not
|
|
1523
1517
|
*/
|
|
1524
1518
|
shouldProcess?: (evt: ITelemetryItem) => boolean;
|
|
1525
1519
|
/**
|
|
1526
1520
|
* Create 1ds payload data
|
|
1527
|
-
* @param evts ITelemetryItems
|
|
1521
|
+
* @param evts - ITelemetryItems
|
|
1528
1522
|
* @returns IPayloadData
|
|
1529
1523
|
*/
|
|
1530
1524
|
createOneDSPayload?: (evts: ITelemetryItem[]) => IPayloadData;
|
|
@@ -1591,7 +1585,7 @@ declare namespace ApplicationInsights {
|
|
|
1591
1585
|
/**
|
|
1592
1586
|
* [Optional] This event is sent if you have enabled perf events, they are primarily used to track internal performance testing and debugging
|
|
1593
1587
|
* the event can be displayed via the debug plugin extension.
|
|
1594
|
-
* @param perfEvent
|
|
1588
|
+
* @param perfEvent - The performance event object
|
|
1595
1589
|
*/
|
|
1596
1590
|
perfEvent?: (perfEvent: IPerfEvent) => void;
|
|
1597
1591
|
/**
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "ai.props",
|
|
3
|
-
"version": "3.3.5-nightly3.2411-14",
|
|
4
|
-
"ext": {
|
|
5
|
-
"@cjs.js": {
|
|
6
|
-
"file": "ai.props.3.3.5-nightly3.2411-14.cjs.js",
|
|
7
|
-
"type": "text/javascript; charset=utf-8",
|
|
8
|
-
"integrity": "sha256-6p3Oj/XXYH74Hjo9Vdg4fWTjRTLeN1LQLks9SOZth1c= sha384-vKLYe/8E9U7k4/RKTk54lOKy5+UiZMSiNn/9a20ScgHTZTLpXszR2yQBllLZFhYq sha512-6Qy1ZL2x2QhTRAgMiLcSckQYOsCf/Xf/w7IV3qhGsiWybPccfsQ9kxDOV2Z6FpG1otIFpLtlagS7YYQU+UuGHA==",
|
|
9
|
-
"hashes": {
|
|
10
|
-
"sha256": "6p3Oj/XXYH74Hjo9Vdg4fWTjRTLeN1LQLks9SOZth1c=",
|
|
11
|
-
"sha384": "vKLYe/8E9U7k4/RKTk54lOKy5+UiZMSiNn/9a20ScgHTZTLpXszR2yQBllLZFhYq",
|
|
12
|
-
"sha512": "6Qy1ZL2x2QhTRAgMiLcSckQYOsCf/Xf/w7IV3qhGsiWybPccfsQ9kxDOV2Z6FpG1otIFpLtlagS7YYQU+UuGHA=="
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
"@cjs.min.js": {
|
|
16
|
-
"file": "ai.props.3.3.5-nightly3.2411-14.cjs.min.js",
|
|
17
|
-
"type": "text/javascript; charset=utf-8",
|
|
18
|
-
"integrity": "sha256-HM6zoAcw9YSAqilHZZCjBlOG1T4zNDc4MRcNL0azAdA= sha384-C7CfdHlRmfUi9Ca5hhfMjZfrnyE420YrBq/1s2GoNdW4OKeWaNVgFZs8UkiL09aq sha512-nP4bGKeIR7hauEekxY9CQaMOBonBmNLOEGjTIBWK1CXoGuFuM2ISvTsDm7Kk+HLhioDON4E49ghmhsoNPiqjbQ==",
|
|
19
|
-
"hashes": {
|
|
20
|
-
"sha256": "HM6zoAcw9YSAqilHZZCjBlOG1T4zNDc4MRcNL0azAdA=",
|
|
21
|
-
"sha384": "C7CfdHlRmfUi9Ca5hhfMjZfrnyE420YrBq/1s2GoNdW4OKeWaNVgFZs8UkiL09aq",
|
|
22
|
-
"sha512": "nP4bGKeIR7hauEekxY9CQaMOBonBmNLOEGjTIBWK1CXoGuFuM2ISvTsDm7Kk+HLhioDON4E49ghmhsoNPiqjbQ=="
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
"@gbl.js": {
|
|
26
|
-
"file": "ai.props.3.3.5-nightly3.2411-14.gbl.js",
|
|
27
|
-
"type": "text/javascript; charset=utf-8",
|
|
28
|
-
"integrity": "sha256-clU5lmyK6zm8u80umsrlGxxec576jFX19tOnGoN802I= sha384-5tX01VsSS/7klGbvOW9Cl9yE8YpdX+WhqsQebzAfWnZbHaIgt0CCAoJcndNrMAhN sha512-8zA6J5dZwIL1V60xZ+p1ITi4MXXXyn2kyVJ6T1zmJWIoga4BruVey228PcXocy03UFd9qcMYE36caXDJWJ6lsQ==",
|
|
29
|
-
"hashes": {
|
|
30
|
-
"sha256": "clU5lmyK6zm8u80umsrlGxxec576jFX19tOnGoN802I=",
|
|
31
|
-
"sha384": "5tX01VsSS/7klGbvOW9Cl9yE8YpdX+WhqsQebzAfWnZbHaIgt0CCAoJcndNrMAhN",
|
|
32
|
-
"sha512": "8zA6J5dZwIL1V60xZ+p1ITi4MXXXyn2kyVJ6T1zmJWIoga4BruVey228PcXocy03UFd9qcMYE36caXDJWJ6lsQ=="
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
"@gbl.min.js": {
|
|
36
|
-
"file": "ai.props.3.3.5-nightly3.2411-14.gbl.min.js",
|
|
37
|
-
"type": "text/javascript; charset=utf-8",
|
|
38
|
-
"integrity": "sha256-osBgZXIZg7ViP9+qYrkIIeGdweuKnk9Uc3pnpA3p5Q8= sha384-7Lg6R/PhxEZroRf3iPuuvRohcs8yqj7kAYbp9saJS6zHStQJmKN6VkqsFAVVo9gR sha512-H+x7LZljd6M6Ayn/TScf0M1LlD5KKle7CP5rXWz0OiMdla3NZeodwx3t8mMLPnKmHhgkOesFTDiMxixSVd3rcw==",
|
|
39
|
-
"hashes": {
|
|
40
|
-
"sha256": "osBgZXIZg7ViP9+qYrkIIeGdweuKnk9Uc3pnpA3p5Q8=",
|
|
41
|
-
"sha384": "7Lg6R/PhxEZroRf3iPuuvRohcs8yqj7kAYbp9saJS6zHStQJmKN6VkqsFAVVo9gR",
|
|
42
|
-
"sha512": "H+x7LZljd6M6Ayn/TScf0M1LlD5KKle7CP5rXWz0OiMdla3NZeodwx3t8mMLPnKmHhgkOesFTDiMxixSVd3rcw=="
|
|
43
|
-
}
|
|
44
|
-
},
|
|
45
|
-
"@js": {
|
|
46
|
-
"file": "ai.props.3.3.5-nightly3.2411-14.js",
|
|
47
|
-
"type": "text/javascript; charset=utf-8",
|
|
48
|
-
"integrity": "sha256-JrieTB7ERe+Ee4pFS8NUVaaFhaMg1mTUvtzUJSHhWyY= sha384-wwvzgHPuZ1IYmSJpI+kwmrt35pX+uaZpMT4pANdDkntnKtTpWo95gWontsO3wwGx sha512-TjuWJCAZQyc3VdHn6IB6ahxWRGToNfvsuIwr6guhQVWtoIc8yA5gCTiBH4OvQWaP03b5VWHZB9B0a85q+ChIkg==",
|
|
49
|
-
"hashes": {
|
|
50
|
-
"sha256": "JrieTB7ERe+Ee4pFS8NUVaaFhaMg1mTUvtzUJSHhWyY=",
|
|
51
|
-
"sha384": "wwvzgHPuZ1IYmSJpI+kwmrt35pX+uaZpMT4pANdDkntnKtTpWo95gWontsO3wwGx",
|
|
52
|
-
"sha512": "TjuWJCAZQyc3VdHn6IB6ahxWRGToNfvsuIwr6guhQVWtoIc8yA5gCTiBH4OvQWaP03b5VWHZB9B0a85q+ChIkg=="
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
"@min.js": {
|
|
56
|
-
"file": "ai.props.3.3.5-nightly3.2411-14.min.js",
|
|
57
|
-
"type": "text/javascript; charset=utf-8",
|
|
58
|
-
"integrity": "sha256-9zIk8hKUX4D1nXfJTcsILzgMBqXzxUOqTT1Yzs3VaLE= sha384-ZpSvJi3+t9zdoYvRZ8lT26ZdxQQ4AKaOP+nGH2zKFiA08ro3uMySQp1rfMBNFRia sha512-n7g2kGASP1zija27S6o7nxYFKCYinq+0b5c6NkkNgcYO5c3A4g6eZ0cwbZxo9sWe5FHkCukeHKQpRfJlYr1OMg==",
|
|
59
|
-
"hashes": {
|
|
60
|
-
"sha256": "9zIk8hKUX4D1nXfJTcsILzgMBqXzxUOqTT1Yzs3VaLE=",
|
|
61
|
-
"sha384": "ZpSvJi3+t9zdoYvRZ8lT26ZdxQQ4AKaOP+nGH2zKFiA08ro3uMySQp1rfMBNFRia",
|
|
62
|
-
"sha512": "n7g2kGASP1zija27S6o7nxYFKCYinq+0b5c6NkkNgcYO5c3A4g6eZ0cwbZxo9sWe5FHkCukeHKQpRfJlYr1OMg=="
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
}
|