@salesforce/lds-drafts 1.110.0 → 1.110.2
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 +2 -3
- package/package.json +2 -2
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
|
-
//
|
|
1324
|
-
|
|
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.
|
|
3
|
+
"version": "1.110.2",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "LDS Drafts",
|
|
6
6
|
"main": "dist/ldsDrafts.js",
|
|
@@ -26,6 +26,6 @@
|
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@luvio/engine": "0.135.4",
|
|
28
28
|
"@luvio/environments": "0.135.4",
|
|
29
|
-
"@salesforce/lds-utils-adapters": "^1.110.
|
|
29
|
+
"@salesforce/lds-utils-adapters": "^1.110.2"
|
|
30
30
|
}
|
|
31
31
|
}
|