@salesforce/lds-runtime-aura 1.441.0 → 1.442.0
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/dist/ldsEngineCreator.js
CHANGED
|
@@ -2644,7 +2644,7 @@ function buildServiceDescriptor$d(luvio) {
|
|
|
2644
2644
|
},
|
|
2645
2645
|
};
|
|
2646
2646
|
}
|
|
2647
|
-
// version: 1.
|
|
2647
|
+
// version: 1.442.0-e47893165a
|
|
2648
2648
|
|
|
2649
2649
|
class AuraGraphQLNormalizedCacheControlCommand extends AuraNormalizedCacheControlCommand {
|
|
2650
2650
|
constructor(config, documentRootType, services) {
|
|
@@ -2982,7 +2982,7 @@ function buildServiceDescriptor$9(notifyRecordUpdateAvailable, getNormalizedLuvi
|
|
|
2982
2982
|
},
|
|
2983
2983
|
};
|
|
2984
2984
|
}
|
|
2985
|
-
// version: 1.
|
|
2985
|
+
// version: 1.442.0-e47893165a
|
|
2986
2986
|
|
|
2987
2987
|
class RetryService {
|
|
2988
2988
|
constructor(defaultRetryPolicy) {
|
|
@@ -3990,13 +3990,13 @@ function buildLWCGraphQLWireBindingsServiceDescriptor() {
|
|
|
3990
3990
|
};
|
|
3991
3991
|
}
|
|
3992
3992
|
|
|
3993
|
-
function e
|
|
3993
|
+
function e(e2) {
|
|
3994
3994
|
this.message = e2;
|
|
3995
3995
|
}
|
|
3996
|
-
e
|
|
3996
|
+
e.prototype = new Error(), e.prototype.name = "InvalidCharacterError";
|
|
3997
3997
|
var r = "undefined" != typeof window && window.atob && window.atob.bind(window) || function(r2) {
|
|
3998
3998
|
var t2 = String(r2).replace(/=+$/, "");
|
|
3999
|
-
if (t2.length % 4 == 1) throw new e
|
|
3999
|
+
if (t2.length % 4 == 1) throw new e("'atob' failed: The string to be decoded is not correctly encoded.");
|
|
4000
4000
|
for (var n2, o2, a = 0, i = 0, c = ""; o2 = t2.charAt(i++); ~o2 && (n2 = a % 4 ? 64 * n2 + o2 : o2, a++ % 4) ? c += String.fromCharCode(255 & n2 >> (-2 * a & 6)) : 0) o2 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(o2);
|
|
4001
4001
|
return c;
|
|
4002
4002
|
};
|
|
@@ -4025,19 +4025,19 @@ function t(e2) {
|
|
|
4025
4025
|
return r(t2);
|
|
4026
4026
|
}
|
|
4027
4027
|
}
|
|
4028
|
-
function n
|
|
4028
|
+
function n(e2) {
|
|
4029
4029
|
this.message = e2;
|
|
4030
4030
|
}
|
|
4031
4031
|
function o(e2, r2) {
|
|
4032
|
-
if ("string" != typeof e2) throw new n
|
|
4032
|
+
if ("string" != typeof e2) throw new n("Invalid token specified");
|
|
4033
4033
|
var o2 = true === (r2 = r2 || {}).header ? 0 : 1;
|
|
4034
4034
|
try {
|
|
4035
4035
|
return JSON.parse(t(e2.split(".")[o2]));
|
|
4036
4036
|
} catch (e3) {
|
|
4037
|
-
throw new n
|
|
4037
|
+
throw new n("Invalid token specified: " + e3.message);
|
|
4038
4038
|
}
|
|
4039
4039
|
}
|
|
4040
|
-
n
|
|
4040
|
+
n.prototype = new Error(), n.prototype.name = "InvalidTokenError";
|
|
4041
4041
|
class JwtToken {
|
|
4042
4042
|
/**
|
|
4043
4043
|
* Create a new JwtToken.
|
|
@@ -4864,8 +4864,6 @@ function generateRequestId$1() {
|
|
|
4864
4864
|
}
|
|
4865
4865
|
}
|
|
4866
4866
|
|
|
4867
|
-
function e(e){this.message=e;}e.prototype=new Error,e.prototype.name="InvalidCharacterError";"undefined"!=typeof window&&window.atob&&window.atob.bind(window)||function(r){var t=String(r).replace(/=+$/,"");if(t.length%4==1)throw new e("'atob' failed: The string to be decoded is not correctly encoded.");for(var n,o,a=0,i=0,c="";o=t.charAt(i++);~o&&(n=a%4?64*n+o:o,a++%4)?c+=String.fromCharCode(255&n>>(-2*a&6)):0)o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(o);return c};function n(e){this.message=e;}n.prototype=new Error,n.prototype.name="InvalidTokenError";
|
|
4868
|
-
|
|
4869
4867
|
/**
|
|
4870
4868
|
* Observability / Critical Availability Program (230+)
|
|
4871
4869
|
*
|
|
@@ -5675,7 +5673,7 @@ function getEnvironmentSetting(name) {
|
|
|
5675
5673
|
}
|
|
5676
5674
|
return undefined;
|
|
5677
5675
|
}
|
|
5678
|
-
// version: 1.
|
|
5676
|
+
// version: 1.442.0-d73ebfc396
|
|
5679
5677
|
|
|
5680
5678
|
const environmentHasAura = typeof window !== 'undefined' && typeof window.$A !== 'undefined';
|
|
5681
5679
|
const defaultConfig = {
|
|
@@ -10857,4 +10855,4 @@ function ldsEngineCreator() {
|
|
|
10857
10855
|
}
|
|
10858
10856
|
|
|
10859
10857
|
export { LexRequestStrategy, PdlPrefetcherEventType, PdlRequestPriority, buildPredictorForContext, configService, ldsEngineCreator as default, initializeLDS, initializeOneStore, notifyUpdateAvailableFactory, registerRequestStrategy, saveRequestAsPrediction, subscribeToPrefetcherEvents, unregisterRequestStrategy, whenPredictionsReady };
|
|
10860
|
-
// version: 1.
|
|
10858
|
+
// version: 1.442.0-e47893165a
|
|
@@ -8,8 +8,4 @@ export declare function buildJwtAuthorizedSfapFetchServiceDescriptor(logger: Log
|
|
|
8
8
|
* copilot commands.
|
|
9
9
|
*/
|
|
10
10
|
export declare function buildCopilotFetchServiceDescriptor(logger: LoggerService): FetchServiceDescriptor;
|
|
11
|
-
export declare const lightningJwtResolver: {
|
|
12
|
-
getJwt(): Promise<any>;
|
|
13
|
-
};
|
|
14
|
-
export declare function buildJwtAuthorizedLightningFetchServiceDescriptor(): FetchServiceDescriptor;
|
|
15
11
|
export declare function buildUnauthorizedFetchServiceDescriptor(): FetchServiceDescriptor;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-runtime-aura",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.442.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "LDS engine for Aura runtime.",
|
|
6
6
|
"main": "dist/ldsEngineCreator.js",
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@conduit-client/service-provisioner": "3.21.0",
|
|
38
38
|
"@conduit-client/tools-core": "3.21.0",
|
|
39
|
-
"@salesforce/lds-adapters-apex": "^1.
|
|
40
|
-
"@salesforce/lds-adapters-uiapi": "^1.
|
|
41
|
-
"@salesforce/lds-ads-bridge": "^1.
|
|
42
|
-
"@salesforce/lds-aura-storage": "^1.
|
|
43
|
-
"@salesforce/lds-bindings": "^1.
|
|
44
|
-
"@salesforce/lds-instrumentation": "^1.
|
|
45
|
-
"@salesforce/lds-network-adapter": "^1.
|
|
46
|
-
"@salesforce/lds-network-aura": "^1.
|
|
47
|
-
"@salesforce/lds-network-fetch": "^1.
|
|
39
|
+
"@salesforce/lds-adapters-apex": "^1.442.0",
|
|
40
|
+
"@salesforce/lds-adapters-uiapi": "^1.442.0",
|
|
41
|
+
"@salesforce/lds-ads-bridge": "^1.442.0",
|
|
42
|
+
"@salesforce/lds-aura-storage": "^1.442.0",
|
|
43
|
+
"@salesforce/lds-bindings": "^1.442.0",
|
|
44
|
+
"@salesforce/lds-instrumentation": "^1.442.0",
|
|
45
|
+
"@salesforce/lds-network-adapter": "^1.442.0",
|
|
46
|
+
"@salesforce/lds-network-aura": "^1.442.0",
|
|
47
|
+
"@salesforce/lds-network-fetch": "^1.442.0",
|
|
48
48
|
"jwt-encode": "1.0.1"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
@@ -75,11 +75,11 @@
|
|
|
75
75
|
"@luvio/network-adapter-composable": "0.160.5",
|
|
76
76
|
"@luvio/network-adapter-fetch": "0.160.5",
|
|
77
77
|
"@lwc/state": "^0.29.0",
|
|
78
|
-
"@salesforce/lds-adapters-onestore-graphql": "^1.
|
|
78
|
+
"@salesforce/lds-adapters-onestore-graphql": "^1.442.0",
|
|
79
79
|
"@salesforce/lds-adapters-uiapi-lex": "^1.415.0",
|
|
80
|
-
"@salesforce/lds-durable-storage": "^1.
|
|
81
|
-
"@salesforce/lds-luvio-service": "^1.
|
|
82
|
-
"@salesforce/lds-luvio-uiapi-records-service": "^1.
|
|
80
|
+
"@salesforce/lds-durable-storage": "^1.442.0",
|
|
81
|
+
"@salesforce/lds-luvio-service": "^1.442.0",
|
|
82
|
+
"@salesforce/lds-luvio-uiapi-records-service": "^1.442.0"
|
|
83
83
|
},
|
|
84
84
|
"luvioBundlesize": [
|
|
85
85
|
{
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"maxSize": {
|
|
88
88
|
"none": "383 kB",
|
|
89
89
|
"min": "190 kB",
|
|
90
|
-
"compressed": "
|
|
90
|
+
"compressed": "64.5 kB"
|
|
91
91
|
}
|
|
92
92
|
}
|
|
93
93
|
],
|