@salesforce/lwc-adapters-uiapi 1.228.1 → 1.229.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/main.js +2 -1
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -533,7 +533,7 @@ function createResourceParamsImpl(config, configMetadata) {
|
|
|
533
533
|
}
|
|
534
534
|
return resourceParams;
|
|
535
535
|
}
|
|
536
|
-
// engine version: 0.145.
|
|
536
|
+
// engine version: 0.145.3-1693bfb7
|
|
537
537
|
|
|
538
538
|
/**
|
|
539
539
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -50386,6 +50386,7 @@ function buildSelectionForField$7(source, reader, sel, variables, fragments, isC
|
|
|
50386
50386
|
}
|
|
50387
50387
|
if (fieldData === null) {
|
|
50388
50388
|
reader.assignScalar(requestedFieldName, sink, fieldData);
|
|
50389
|
+
reader.exitPath();
|
|
50389
50390
|
return sink;
|
|
50390
50391
|
}
|
|
50391
50392
|
const fieldType = getFieldType(sel);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lwc-adapters-uiapi",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.229.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "UIAPI adapters with LWC bindings",
|
|
6
6
|
"module": "dist/main.js",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@salesforce/lds-adapters-uiapi": "*"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@luvio/lwc-luvio": "0.145.
|
|
37
|
+
"@luvio/lwc-luvio": "0.145.3",
|
|
38
38
|
"@salesforce/lds-default-luvio": "*"
|
|
39
39
|
}
|
|
40
40
|
}
|