@salesforce/lds-bindings 1.369.0 → 1.370.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.
@@ -1023,4 +1023,4 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
1023
1023
  }
1024
1024
 
1025
1025
  export { ADAPTER_UNFULFILLED_ERROR, REFRESH_ADAPTER_EVENT, bindWireRefresh, createGraphQLImperativeAdapter, createGraphQLWireAdapterConstructor, createImperativeAdapter, createInfiniteScrollingWireAdapterConstructor, createInstrumentedAdapter, createLDSAdapter, createWireAdapterConstructor, instrument, refresh };
1026
- // version: 1.369.0-b61b56bd49
1026
+ // version: 1.370.0-3ec6ffba72
@@ -16,7 +16,7 @@ interface DataCallback {
16
16
  }
17
17
  type ImperativeAdapterInvokeType<C> = (config: C, context: AdapterRequestContext, callback: DataCallback) => void;
18
18
  type ImperativeAdapterSubscribeType<C> = (config: C, context: AdapterRequestContext, callback: DataCallback) => Unsubscribe;
19
- interface ImperativeAdapter<C> {
19
+ export interface ImperativeAdapter<C> {
20
20
  invoke: ImperativeAdapterInvokeType<C>;
21
21
  subscribe: ImperativeAdapterSubscribeType<C>;
22
22
  }
@@ -6,4 +6,5 @@ export { createImperativeAdapter } from './imperativeAdapter';
6
6
  export { createGraphQLImperativeAdapter } from './graphQLImperativeAdapter';
7
7
  export { createWireAdapterConstructor, createInfiniteScrollingWireAdapterConstructor, createGraphQLWireAdapterConstructor, } from './wireAdapter';
8
8
  export { DataCallback, DataCallbackTuple, ImperativeAdapter } from './imperativeAdapter';
9
+ export { ImperativeAdapter as GraphQLImperativeAdapter } from './graphQLImperativeAdapter';
9
10
  export { REFRESH_ADAPTER_EVENT, ADAPTER_UNFULFILLED_ERROR } from './constants';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-bindings",
3
- "version": "1.369.0",
3
+ "version": "1.370.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "LDS Bindings for SFDC",
6
6
  "main": "dist/ldsBindings.js",
@@ -31,7 +31,7 @@
31
31
  "release:corejar": "yarn build && ../core-build/scripts/core.js --name=lds-bindings"
32
32
  },
33
33
  "dependencies": {
34
- "@salesforce/lds-graphql-parser": "^1.369.0"
34
+ "@salesforce/lds-graphql-parser": "^1.370.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@lwc/engine-core": "2.42.0"