@microsoft/applicationinsights-properties-js 3.3.5-nightly3.2412-07 → 3.3.5-nightly3.2412-11
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.2412-07.cjs.js → ai.props.3.3.5-nightly3.2412-11.cjs.js} +4 -4
- package/browser/es5/{ai.props.3.3.5-nightly3.2412-07.cjs.js.map → ai.props.3.3.5-nightly3.2412-11.cjs.js.map} +1 -1
- package/browser/es5/{ai.props.3.3.5-nightly3.2412-07.cjs.min.js → ai.props.3.3.5-nightly3.2412-11.cjs.min.js} +3 -3
- package/browser/es5/{ai.props.3.3.5-nightly3.2412-07.cjs.min.js.map → ai.props.3.3.5-nightly3.2412-11.cjs.min.js.map} +1 -1
- package/browser/es5/{ai.props.3.3.5-nightly3.2412-07.gbl.js → ai.props.3.3.5-nightly3.2412-11.gbl.js} +6 -6
- package/browser/es5/{ai.props.3.3.5-nightly3.2412-07.gbl.js.map → ai.props.3.3.5-nightly3.2412-11.gbl.js.map} +1 -1
- package/browser/es5/{ai.props.3.3.5-nightly3.2412-07.gbl.min.js → ai.props.3.3.5-nightly3.2412-11.gbl.min.js} +3 -3
- package/browser/es5/{ai.props.3.3.5-nightly3.2412-07.gbl.min.js.map → ai.props.3.3.5-nightly3.2412-11.gbl.min.js.map} +1 -1
- package/browser/es5/ai.props.3.3.5-nightly3.2412-11.integrity.json +66 -0
- package/browser/es5/{ai.props.3.3.5-nightly3.2412-07.js → ai.props.3.3.5-nightly3.2412-11.js} +6 -6
- package/browser/es5/{ai.props.3.3.5-nightly3.2412-07.js.map → ai.props.3.3.5-nightly3.2412-11.js.map} +1 -1
- package/browser/es5/{ai.props.3.3.5-nightly3.2412-07.min.js → ai.props.3.3.5-nightly3.2412-11.min.js} +3 -3
- package/browser/es5/{ai.props.3.3.5-nightly3.2412-07.min.js.map → ai.props.3.3.5-nightly3.2412-11.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 +13 -13
- package/browser/es5/ai.props.3.3.5-nightly3.2412-07.integrity.json +0 -66
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Application Insights JavaScript SDK - Properties Plugin, 3.3.5-nightly3.2412-
|
|
2
|
+
* Application Insights JavaScript SDK - Properties Plugin, 3.3.5-nightly3.2412-11
|
|
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.2412-
|
|
8
|
+
var Version = '3.3.5-nightly3.2412-11';
|
|
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.2412-
|
|
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-11';\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.2412-
|
|
3
|
+
"version": "3.3.5-nightly3.2412-11",
|
|
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.2412-
|
|
63
|
-
"@microsoft/applicationinsights-common": "3.3.5-nightly3.2412-
|
|
62
|
+
"@microsoft/applicationinsights-core-js": "3.3.5-nightly3.2412-11",
|
|
63
|
+
"@microsoft/applicationinsights-common": "3.3.5-nightly3.2412-11",
|
|
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.2412-
|
|
2
|
+
* Microsoft Application Insights properties plugin, 3.3.5-nightly3.2412-11
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* Microsoft Application Insights Team
|
|
@@ -1968,8 +1968,8 @@ declare namespace ApplicationInsights {
|
|
|
1968
1968
|
state?: string;
|
|
1969
1969
|
/**
|
|
1970
1970
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
1971
|
-
* @param onResolved The callback to execute when the Promise is resolved.
|
|
1972
|
-
* @param onRejected The callback to execute when the Promise is rejected.
|
|
1971
|
+
* @param onResolved - The callback to execute when the Promise is resolved.
|
|
1972
|
+
* @param onRejected - The callback to execute when the Promise is rejected.
|
|
1973
1973
|
* @returns A Promise for the completion of which ever callback is executed.
|
|
1974
1974
|
* @example
|
|
1975
1975
|
* ```ts
|
|
@@ -1986,8 +1986,8 @@ declare namespace ApplicationInsights {
|
|
|
1986
1986
|
then<TResult1 = T, TResult2 = never>(onResolved?: ResolvedPromiseHandler<T, TResult1>, onRejected?: RejectedPromiseHandler<TResult2>): IPromise<TResult1 | TResult2>;
|
|
1987
1987
|
/**
|
|
1988
1988
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
1989
|
-
* @param onResolved The callback to execute when the Promise is resolved.
|
|
1990
|
-
* @param onRejected The callback to execute when the Promise is rejected.
|
|
1989
|
+
* @param onResolved - The callback to execute when the Promise is resolved.
|
|
1990
|
+
* @param onRejected - The callback to execute when the Promise is rejected.
|
|
1991
1991
|
* @returns A Promise for the completion of which ever callback is executed.
|
|
1992
1992
|
* @example
|
|
1993
1993
|
* ```ts
|
|
@@ -2004,8 +2004,8 @@ declare namespace ApplicationInsights {
|
|
|
2004
2004
|
then<TResult1 = T, TResult2 = never>(onResolved?: ResolvedPromiseHandler<T, TResult1>, onRejected?: RejectedPromiseHandler<TResult2>): PromiseLike<TResult1 | TResult2>;
|
|
2005
2005
|
/**
|
|
2006
2006
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
2007
|
-
* @param onResolved The callback to execute when the Promise is resolved.
|
|
2008
|
-
* @param onRejected The callback to execute when the Promise is rejected.
|
|
2007
|
+
* @param onResolved - The callback to execute when the Promise is resolved.
|
|
2008
|
+
* @param onRejected - The callback to execute when the Promise is rejected.
|
|
2009
2009
|
* @returns A Promise for the completion of which ever callback is executed.
|
|
2010
2010
|
* @example
|
|
2011
2011
|
* ```ts
|
|
@@ -2022,7 +2022,7 @@ declare namespace ApplicationInsights {
|
|
|
2022
2022
|
then<TResult1 = T, TResult2 = never>(onResolved?: ResolvedPromiseHandler<T, TResult1>, onRejected?: RejectedPromiseHandler<TResult2>): Promise<TResult1 | TResult2>;
|
|
2023
2023
|
/**
|
|
2024
2024
|
* Attaches a callback for only the rejection of the Promise.
|
|
2025
|
-
* @param onRejected The callback to execute when the Promise is rejected.
|
|
2025
|
+
* @param onRejected - The callback to execute when the Promise is rejected.
|
|
2026
2026
|
* @returns A Promise for the completion of the callback.
|
|
2027
2027
|
* @example
|
|
2028
2028
|
* ```ts
|
|
@@ -2039,7 +2039,7 @@ declare namespace ApplicationInsights {
|
|
|
2039
2039
|
catch<TResult = never>(onRejected?: ((reason: any) => TResult | IPromise<TResult>) | undefined | null): IPromise<T | TResult>;
|
|
2040
2040
|
/**
|
|
2041
2041
|
* Attaches a callback for only the rejection of the Promise.
|
|
2042
|
-
* @param onRejected The callback to execute when the Promise is rejected.
|
|
2042
|
+
* @param onRejected - The callback to execute when the Promise is rejected.
|
|
2043
2043
|
* @returns A Promise for the completion of the callback.
|
|
2044
2044
|
* @example
|
|
2045
2045
|
* ```ts
|
|
@@ -2056,7 +2056,7 @@ declare namespace ApplicationInsights {
|
|
|
2056
2056
|
catch<TResult = never>(onRejected?: ((reason: any) => TResult | IPromise<TResult>) | undefined | null): PromiseLike<T | TResult>;
|
|
2057
2057
|
/**
|
|
2058
2058
|
* Attaches a callback for only the rejection of the Promise.
|
|
2059
|
-
* @param onRejected The callback to execute when the Promise is rejected.
|
|
2059
|
+
* @param onRejected - The callback to execute when the Promise is rejected.
|
|
2060
2060
|
* @returns A Promise for the completion of the callback.
|
|
2061
2061
|
* @example
|
|
2062
2062
|
* ```ts
|
|
@@ -2074,7 +2074,7 @@ declare namespace ApplicationInsights {
|
|
|
2074
2074
|
/**
|
|
2075
2075
|
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
2076
2076
|
* resolved value cannot be modified from the callback.
|
|
2077
|
-
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
2077
|
+
* @param onfinally - The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
2078
2078
|
* @returns A Promise for the completion of the callback.
|
|
2079
2079
|
* @example
|
|
2080
2080
|
* ```ts
|
|
@@ -2755,14 +2755,14 @@ declare namespace ApplicationInsights {
|
|
|
2755
2755
|
/**
|
|
2756
2756
|
* This defines the handler function for when a promise is rejected.
|
|
2757
2757
|
* @param value - This is the value passed as part of resolving the Promise
|
|
2758
|
-
* @return This may return a value, another Promise or void. @see {@link IPromise.then} for how the value is handled.
|
|
2758
|
+
* @return This may return a value, another Promise or void. @see {@link https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html#then | IPromise.then} for how the value is handled.
|
|
2759
2759
|
*/
|
|
2760
2760
|
type RejectedPromiseHandler<T = never> = (((reason: any) => T | IPromise<T> | PromiseLike<T>) | undefined | null);
|
|
2761
2761
|
|
|
2762
2762
|
/**
|
|
2763
2763
|
* This defines the handler function for when a promise is resolved.
|
|
2764
2764
|
* @param value - This is the value passed as part of resolving the Promise
|
|
2765
|
-
* @return This may return a value, another Promise or void. @see {@link IPromise.then} for how the value is handled.
|
|
2765
|
+
* @return This may return a value, another Promise or void. @see {@link https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html#then | IPromise.then} for how the value is handled.
|
|
2766
2766
|
*/
|
|
2767
2767
|
type ResolvedPromiseHandler<T, TResult1 = T> = (((value: T) => TResult1 | IPromise<TResult1> | PromiseLike<TResult1>) | undefined | null);
|
|
2768
2768
|
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "ai.props",
|
|
3
|
-
"version": "3.3.5-nightly3.2412-07",
|
|
4
|
-
"ext": {
|
|
5
|
-
"@cjs.js": {
|
|
6
|
-
"file": "ai.props.3.3.5-nightly3.2412-07.cjs.js",
|
|
7
|
-
"type": "text/javascript; charset=utf-8",
|
|
8
|
-
"integrity": "sha256-6QEiI+cfM45A1DKqCcW8aU4FiLMUqBrGJ8UNWqLp5Fg= sha384-mNAuRXeHhb8mAxYP1V+zmdYeoRdkv4a2f9NBRUJOkI6xEG99tLdxDkWHA/Irgxs2 sha512-6V3F6FZDmLFkJfmGPdUpLKg1JzgKcMNRpTyK/+5Ap0yMkSrbiEp2ASvITy9jgWcKOFG5d+17tz1c4BG2l0rs1Q==",
|
|
9
|
-
"hashes": {
|
|
10
|
-
"sha256": "6QEiI+cfM45A1DKqCcW8aU4FiLMUqBrGJ8UNWqLp5Fg=",
|
|
11
|
-
"sha384": "mNAuRXeHhb8mAxYP1V+zmdYeoRdkv4a2f9NBRUJOkI6xEG99tLdxDkWHA/Irgxs2",
|
|
12
|
-
"sha512": "6V3F6FZDmLFkJfmGPdUpLKg1JzgKcMNRpTyK/+5Ap0yMkSrbiEp2ASvITy9jgWcKOFG5d+17tz1c4BG2l0rs1Q=="
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
"@cjs.min.js": {
|
|
16
|
-
"file": "ai.props.3.3.5-nightly3.2412-07.cjs.min.js",
|
|
17
|
-
"type": "text/javascript; charset=utf-8",
|
|
18
|
-
"integrity": "sha256-BBPQ3dhBP/U8h+hdPmP9qC2v5cG7wY0CdjRSiZ/B72Q= sha384-oNctryQ29oWjox0rwlF860QjJRlhThSxFsamDRyKoXBEPCmsCQuwGcEySfwOtbLP sha512-G8l52b4VWMj4O8X5ehU9xMWm6M6PnR/mgbEIyyqCIgniMy4sWdzRnWMtZFKqwrcCSbKDjyJ9KQn4qkDDhqoxWg==",
|
|
19
|
-
"hashes": {
|
|
20
|
-
"sha256": "BBPQ3dhBP/U8h+hdPmP9qC2v5cG7wY0CdjRSiZ/B72Q=",
|
|
21
|
-
"sha384": "oNctryQ29oWjox0rwlF860QjJRlhThSxFsamDRyKoXBEPCmsCQuwGcEySfwOtbLP",
|
|
22
|
-
"sha512": "G8l52b4VWMj4O8X5ehU9xMWm6M6PnR/mgbEIyyqCIgniMy4sWdzRnWMtZFKqwrcCSbKDjyJ9KQn4qkDDhqoxWg=="
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
"@gbl.js": {
|
|
26
|
-
"file": "ai.props.3.3.5-nightly3.2412-07.gbl.js",
|
|
27
|
-
"type": "text/javascript; charset=utf-8",
|
|
28
|
-
"integrity": "sha256-LtC37u0bpnzhKx94XagHAKEkuNkTxR2eeagKrS4O4bc= sha384-NGJNe1u4XBA4id1Wye0VhrRMobpbeRULpwapiGfrOheMquCGmTg64JXwSJgt/H8V sha512-wUXh05Iyxw68m9h4/z7HXdV0fwASM85O61Qdfe8gwPPITMf3e1kFrPJkYkhxC7DYm+WdDDiuGH/kWV/ry5A2PQ==",
|
|
29
|
-
"hashes": {
|
|
30
|
-
"sha256": "LtC37u0bpnzhKx94XagHAKEkuNkTxR2eeagKrS4O4bc=",
|
|
31
|
-
"sha384": "NGJNe1u4XBA4id1Wye0VhrRMobpbeRULpwapiGfrOheMquCGmTg64JXwSJgt/H8V",
|
|
32
|
-
"sha512": "wUXh05Iyxw68m9h4/z7HXdV0fwASM85O61Qdfe8gwPPITMf3e1kFrPJkYkhxC7DYm+WdDDiuGH/kWV/ry5A2PQ=="
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
"@gbl.min.js": {
|
|
36
|
-
"file": "ai.props.3.3.5-nightly3.2412-07.gbl.min.js",
|
|
37
|
-
"type": "text/javascript; charset=utf-8",
|
|
38
|
-
"integrity": "sha256-/EebJVMt5/1tAyMUjld7Dx5mHvpyDdSGcVUtCR/bNcY= sha384-HECC/kkr1uZ/82w0vaUgkmhBVrpgFb+mbxdExpLwYuNuzuAUwdsTbv0oQdnN8jGJ sha512-vkxKH0cdd8NmlCqgwUHGzp+1zjG+53HIsc/A9gQ5lgGrIw4GB3wqODF1/C7iPR3e0MMWYV7S7jT2PMT5Vteu+Q==",
|
|
39
|
-
"hashes": {
|
|
40
|
-
"sha256": "/EebJVMt5/1tAyMUjld7Dx5mHvpyDdSGcVUtCR/bNcY=",
|
|
41
|
-
"sha384": "HECC/kkr1uZ/82w0vaUgkmhBVrpgFb+mbxdExpLwYuNuzuAUwdsTbv0oQdnN8jGJ",
|
|
42
|
-
"sha512": "vkxKH0cdd8NmlCqgwUHGzp+1zjG+53HIsc/A9gQ5lgGrIw4GB3wqODF1/C7iPR3e0MMWYV7S7jT2PMT5Vteu+Q=="
|
|
43
|
-
}
|
|
44
|
-
},
|
|
45
|
-
"@js": {
|
|
46
|
-
"file": "ai.props.3.3.5-nightly3.2412-07.js",
|
|
47
|
-
"type": "text/javascript; charset=utf-8",
|
|
48
|
-
"integrity": "sha256-hfN+NuNVuzp9f9aQBOi1gdAEI07SU9Bc9VhSilhg114= sha384-nf7o7TsoCUdLgJ1PBHEWYoLO5Tw+Vfe5ZXk7V1fr+K0fZUPI1AZ5W+NT9oNh1ybE sha512-iY0tj88CEc23bBnKiyFL7ShlKJEdxVeLeRb8YkmqJnyh+9rB06g8OQh20aRjqNkXmsFh3K8u+UYc43SI52yy2A==",
|
|
49
|
-
"hashes": {
|
|
50
|
-
"sha256": "hfN+NuNVuzp9f9aQBOi1gdAEI07SU9Bc9VhSilhg114=",
|
|
51
|
-
"sha384": "nf7o7TsoCUdLgJ1PBHEWYoLO5Tw+Vfe5ZXk7V1fr+K0fZUPI1AZ5W+NT9oNh1ybE",
|
|
52
|
-
"sha512": "iY0tj88CEc23bBnKiyFL7ShlKJEdxVeLeRb8YkmqJnyh+9rB06g8OQh20aRjqNkXmsFh3K8u+UYc43SI52yy2A=="
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
"@min.js": {
|
|
56
|
-
"file": "ai.props.3.3.5-nightly3.2412-07.min.js",
|
|
57
|
-
"type": "text/javascript; charset=utf-8",
|
|
58
|
-
"integrity": "sha256-+i8bOC6Ds3cJD8tfUxaJ6s+gk1dueewPFfbKYFZXa5c= sha384-7TFhrTy0kTeqdVnQJv0G7iB41E0vhPgp29wru+oiBm0K1BtcdxGN5fmQyHuoRJOy sha512-uTNn/6G6rI0atTn3TAUQ4RoK+x2QawsHQabff+kh7cJo/c4/e7ssGmu2vNk1NV/AKVXpml9uLOpZONDgUEEinQ==",
|
|
59
|
-
"hashes": {
|
|
60
|
-
"sha256": "+i8bOC6Ds3cJD8tfUxaJ6s+gk1dueewPFfbKYFZXa5c=",
|
|
61
|
-
"sha384": "7TFhrTy0kTeqdVnQJv0G7iB41E0vhPgp29wru+oiBm0K1BtcdxGN5fmQyHuoRJOy",
|
|
62
|
-
"sha512": "uTNn/6G6rI0atTn3TAUQ4RoK+x2QawsHQabff+kh7cJo/c4/e7ssGmu2vNk1NV/AKVXpml9uLOpZONDgUEEinQ=="
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
}
|