@salesforce/lds-adapters-graphql 1.267.0 → 1.269.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.
|
@@ -2054,7 +2054,7 @@ function onFetchResponseError(luvio, config, response) {
|
|
|
2054
2054
|
function buildNetworkSnapshot(luvio, config, fragment, options) {
|
|
2055
2055
|
const { variables: queryVariables, query } = config;
|
|
2056
2056
|
const request = {
|
|
2057
|
-
baseUri: '/services/data/
|
|
2057
|
+
baseUri: '/services/data/v61.0',
|
|
2058
2058
|
basePath: '/graphql',
|
|
2059
2059
|
method: 'post',
|
|
2060
2060
|
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.269.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.6",
|
|
40
|
-
"@salesforce/lds-adapters-uiapi": "^1.
|
|
41
|
-
"@salesforce/lds-bindings": "^1.
|
|
42
|
-
"@salesforce/lds-default-luvio": "^1.
|
|
40
|
+
"@salesforce/lds-adapters-uiapi": "^1.269.0",
|
|
41
|
+
"@salesforce/lds-bindings": "^1.269.0",
|
|
42
|
+
"@salesforce/lds-default-luvio": "^1.269.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.269.0",
|
|
46
|
+
"@salesforce/lds-graphql-eval": "^1.269.0",
|
|
47
|
+
"@salesforce/lds-jest": "^1.269.0"
|
|
48
48
|
},
|
|
49
49
|
"nx": {
|
|
50
50
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -2063,7 +2063,7 @@ function onFetchResponseError(luvio, config, response) {
|
|
|
2063
2063
|
function buildNetworkSnapshot(luvio, config, fragment, options) {
|
|
2064
2064
|
const { variables: queryVariables, query } = config;
|
|
2065
2065
|
const request = {
|
|
2066
|
-
baseUri: '/services/data/
|
|
2066
|
+
baseUri: '/services/data/v61.0',
|
|
2067
2067
|
basePath: '/graphql',
|
|
2068
2068
|
method: 'post',
|
|
2069
2069
|
priority: 'normal',
|
|
@@ -2288,4 +2288,4 @@ withDefaultLuvio((luvio) => {
|
|
|
2288
2288
|
});
|
|
2289
2289
|
|
|
2290
2290
|
export { graphQL, graphQLImperative, unstable_graphQL_imperative };
|
|
2291
|
-
// version: 1.
|
|
2291
|
+
// version: 1.269.0-37c0722c7
|