@salesforce/lds-adapters-graphql 1.150.6 → 1.150.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-graphql",
3
- "version": "1.150.6",
3
+ "version": "1.150.8",
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",
package/sfdc/index.js CHANGED
@@ -2287,4 +2287,4 @@ withDefaultLuvio((luvio) => {
2287
2287
  });
2288
2288
 
2289
2289
  export { graphQL, graphQLImperative, unstable_graphQL_imperative };
2290
- // version: 1.150.6-5854df857
2290
+ // version: 1.150.8-fa67d0e5e
@@ -1,4 +0,0 @@
1
- declare const _default: {
2
- isOpen: () => boolean;
3
- };
4
- export default _default;
@@ -1,9 +0,0 @@
1
- declare module '@salesforce/gate/lds.graphqlAdapterForwarding' {
2
- interface Gate {
3
- isOpen: (config: {
4
- fallback: boolean;
5
- }) => boolean;
6
- }
7
- const gate: Gate;
8
- export default gate;
9
- }