@salesforce/lds-adapters-uiapi 1.355.0 → 1.357.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/es/es2018/uiapi-records-service.js +81 -81
- package/package.json +6 -6
- package/sfdc/graphqlAdapters.js +3 -3
- package/sfdc/index.js +79 -79
- package/src/raml/api.raml +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-uiapi",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.357.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "Wire adapters for record related UI API endpoints",
|
|
6
6
|
"main": "dist/es/es2018/uiapi-records-service.js",
|
|
@@ -68,13 +68,13 @@
|
|
|
68
68
|
}
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@salesforce/lds-bindings": "^1.
|
|
72
|
-
"@salesforce/lds-default-luvio": "^1.
|
|
71
|
+
"@salesforce/lds-bindings": "^1.357.0",
|
|
72
|
+
"@salesforce/lds-default-luvio": "^1.357.0"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
76
|
-
"@salesforce/lds-jest": "^1.
|
|
77
|
-
"@salesforce/lds-store-binary": "^1.
|
|
75
|
+
"@salesforce/lds-compiler-plugins": "^1.357.0",
|
|
76
|
+
"@salesforce/lds-jest": "^1.357.0",
|
|
77
|
+
"@salesforce/lds-store-binary": "^1.357.0"
|
|
78
78
|
},
|
|
79
79
|
"luvioBundlesize": [
|
|
80
80
|
{
|
package/sfdc/graphqlAdapters.js
CHANGED
|
@@ -22178,7 +22178,7 @@ function ingestError$1(luvio, config, params, error, snapshotRefresh) {
|
|
|
22178
22178
|
function createResourceRequest$2(config) {
|
|
22179
22179
|
const headers = {};
|
|
22180
22180
|
return {
|
|
22181
|
-
baseUri: '/services/data/
|
|
22181
|
+
baseUri: '/services/data/v65.0',
|
|
22182
22182
|
basePath: '/graphql',
|
|
22183
22183
|
method: 'post',
|
|
22184
22184
|
body: { ...config.body,
|
|
@@ -22607,7 +22607,7 @@ function createResourceRequest(config) {
|
|
|
22607
22607
|
const headers = {};
|
|
22608
22608
|
const transformedConfig = stripDocumentsOfMetaschema(config);
|
|
22609
22609
|
return {
|
|
22610
|
-
baseUri: '/services/data/
|
|
22610
|
+
baseUri: '/services/data/v65.0',
|
|
22611
22611
|
basePath: '/graphql/batch',
|
|
22612
22612
|
method: 'post',
|
|
22613
22613
|
body: transformedConfig.body,
|
|
@@ -23590,4 +23590,4 @@ register({
|
|
|
23590
23590
|
});
|
|
23591
23591
|
|
|
23592
23592
|
export { configurationForGraphQLAdapters as configuration, graphql, factory$1 as graphqlAdapterFactory, graphqlBatch, graphqlBatch_imperative, graphql_imperative };
|
|
23593
|
-
// version: 1.
|
|
23593
|
+
// version: 1.357.0-5a2425b0d8
|