@salesforce/lds-adapters-graphql 1.288.0 → 1.290.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.
|
@@ -2057,7 +2057,7 @@ function onFetchResponseError(luvio, config, response) {
|
|
|
2057
2057
|
function buildNetworkSnapshot(luvio, config, fragment, options) {
|
|
2058
2058
|
const { variables: queryVariables, query } = config;
|
|
2059
2059
|
const request = {
|
|
2060
|
-
baseUri: '/services/data/
|
|
2060
|
+
baseUri: '/services/data/v62.0',
|
|
2061
2061
|
basePath: '/graphql',
|
|
2062
2062
|
method: 'post',
|
|
2063
2063
|
priority: 'normal',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-graphql",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.290.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "Wire adapter for GraphQL API endpoint",
|
|
6
6
|
"main": "dist/es/es2018/graphql-service.js",
|
|
@@ -37,14 +37,14 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@luvio/graphql-parser": "0.154.18",
|
|
40
|
-
"@salesforce/lds-adapters-uiapi": "^1.
|
|
41
|
-
"@salesforce/lds-bindings": "^1.
|
|
42
|
-
"@salesforce/lds-default-luvio": "^1.
|
|
40
|
+
"@salesforce/lds-adapters-uiapi": "^1.290.0",
|
|
41
|
+
"@salesforce/lds-bindings": "^1.290.0",
|
|
42
|
+
"@salesforce/lds-default-luvio": "^1.290.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
-
"@salesforce/lds-graphql-eval": "^1.
|
|
47
|
-
"@salesforce/lds-jest": "^1.
|
|
45
|
+
"@salesforce/lds-compiler-plugins": "^1.290.0",
|
|
46
|
+
"@salesforce/lds-graphql-eval": "^1.290.0",
|
|
47
|
+
"@salesforce/lds-jest": "^1.290.0"
|
|
48
48
|
},
|
|
49
49
|
"nx": {
|
|
50
50
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -2066,7 +2066,7 @@ function onFetchResponseError(luvio, config, response) {
|
|
|
2066
2066
|
function buildNetworkSnapshot(luvio, config, fragment, options) {
|
|
2067
2067
|
const { variables: queryVariables, query } = config;
|
|
2068
2068
|
const request = {
|
|
2069
|
-
baseUri: '/services/data/
|
|
2069
|
+
baseUri: '/services/data/v62.0',
|
|
2070
2070
|
basePath: '/graphql',
|
|
2071
2071
|
method: 'post',
|
|
2072
2072
|
priority: 'normal',
|
|
@@ -2291,4 +2291,4 @@ withDefaultLuvio((luvio) => {
|
|
|
2291
2291
|
});
|
|
2292
2292
|
|
|
2293
2293
|
export { graphQL, graphQLImperative, unstable_graphQL_imperative };
|
|
2294
|
-
// version: 1.
|
|
2294
|
+
// version: 1.290.0-e2ccd0161
|