@salesforce/lds-adapters-uiapi-lex 1.316.0 → 1.317.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/package.json
CHANGED
@@ -12,7 +12,6 @@
|
|
12
12
|
* *******************************************************************************************
|
13
13
|
*/
|
14
14
|
/* proxy-compat-disable */
|
15
|
-
import { convertAuraResponseToData, TypeRegistryCachePolicyCommand, CachePolicyCommand } from 'force/luvioRuntime5';
|
16
15
|
import { CommandWireAdapterConstructor } from 'force/luvioLwcBindings5';
|
17
16
|
import { serviceBroker } from 'force/luvioServiceBroker5';
|
18
17
|
|
@@ -23,6 +22,13 @@ import { serviceBroker } from 'force/luvioServiceBroker5';
|
|
23
22
|
*/
|
24
23
|
|
25
24
|
|
25
|
+
function convertAuraResponseToData(data) {
|
26
|
+
return data;
|
27
|
+
}
|
28
|
+
|
29
|
+
class TypeRegistryCachePolicyCommand {}
|
30
|
+
class CachePolicyCommand {}
|
31
|
+
|
26
32
|
/**
|
27
33
|
* Copyright (c) 2022, Salesforce, Inc.,
|
28
34
|
* All rights reserved.
|
@@ -361,4 +367,4 @@ serviceBroker.subscribe((services) => {
|
|
361
367
|
}, serviceRequests);
|
362
368
|
|
363
369
|
export { getObjectInfo, getObjectInfos };
|
364
|
-
// version: 1.
|
370
|
+
// version: 1.317.0-374876d2a3
|