@salesforce/lds-drafts 1.110.1 → 1.111.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.
package/dist/ldsDrafts.js CHANGED
@@ -1320,9 +1320,8 @@ class AbstractResourceRequestActionHandler {
1320
1320
  const { response, synchronousIngest } = entry;
1321
1321
  synchronousIngest(response, action);
1322
1322
  }
1323
- // ingestAndBroadcastFunction can return Promise<void>, that's easiest
1324
- // to return since it's unused in this function
1325
- return Promise.resolve();
1323
+ // must call base broadcast
1324
+ return luvio.storeBroadcast();
1326
1325
  },
1327
1326
  // getTypeCacheKeysRecord uses the response, not the full path factory
1328
1327
  // so 2nd parameter will be unused
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-drafts",
3
- "version": "1.110.1",
3
+ "version": "1.111.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "LDS Drafts",
6
6
  "main": "dist/ldsDrafts.js",
@@ -24,8 +24,8 @@
24
24
  "release:corejar": "yarn build && ../core-build/scripts/core.js --adapter=lds-drafts"
25
25
  },
26
26
  "dependencies": {
27
- "@luvio/engine": "0.135.4",
28
- "@luvio/environments": "0.135.4",
29
- "@salesforce/lds-utils-adapters": "^1.110.1"
27
+ "@luvio/engine": "0.136.5",
28
+ "@luvio/environments": "0.136.5",
29
+ "@salesforce/lds-utils-adapters": "^1.111.0"
30
30
  }
31
31
  }