@salesforce/lds-adapters-graphql 1.134.3 → 1.134.5

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.
@@ -1995,7 +1995,7 @@ function onFetchResponseError(luvio, config, response) {
1995
1995
  function buildNetworkSnapshot(luvio, config, fragment, options) {
1996
1996
  const { variables: queryVariables, query } = config;
1997
1997
  const request = {
1998
- baseUri: '/services/data/v58.0',
1998
+ baseUri: '/services/data/v59.0',
1999
1999
  basePath: '/graphql',
2000
2000
  method: 'post',
2001
2001
  priority: 'normal',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-graphql",
3
- "version": "1.134.3",
3
+ "version": "1.134.5",
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,7 +37,7 @@
37
37
  "release:core": "../../scripts/release/core.js --adapter=lds-adapters-graphql"
38
38
  },
39
39
  "dependencies": {
40
- "@luvio/graphql-parser": "0.138.13",
40
+ "@luvio/graphql-parser": "0.139.1",
41
41
  "@salesforce/lds-adapters-uiapi": "*",
42
42
  "@salesforce/lds-bindings": "*",
43
43
  "@salesforce/lds-default-luvio": "*"
package/sfdc/index.js CHANGED
@@ -2004,7 +2004,7 @@ function onFetchResponseError(luvio, config, response) {
2004
2004
  function buildNetworkSnapshot(luvio, config, fragment, options) {
2005
2005
  const { variables: queryVariables, query } = config;
2006
2006
  const request = {
2007
- baseUri: '/services/data/v58.0',
2007
+ baseUri: '/services/data/v59.0',
2008
2008
  basePath: '/graphql',
2009
2009
  method: 'post',
2010
2010
  priority: 'normal',
@@ -2177,4 +2177,4 @@ withDefaultLuvio((luvio) => {
2177
2177
  });
2178
2178
 
2179
2179
  export { graphQL, graphQLImperative, unstable_graphQL_imperative };
2180
- // version: 1.134.3-ea1008c6e
2180
+ // version: 1.134.5-a25b51598