@salesforce/lwc-adapters-uiapi 1.216.0 → 1.217.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.
Files changed (2) hide show
  1. package/dist/main.js +2 -2
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -10345,7 +10345,7 @@ function getTypeCacheKeys$1T(rootKeySet, luvio, input, fullPathFactory) {
10345
10345
  getTypeCacheKeys$1W(rootKeySet, luvio, input_fields[key], () => rootKey + "__fields" + "__" + key);
10346
10346
  }
10347
10347
  }
10348
- const notifyUpdateAvailableFactory$1 = (luvio) => {
10348
+ const notifyUpdateAvailableFactory$2 = (luvio) => {
10349
10349
  return function notifyRecordUpdateAvailable(configs) {
10350
10350
  if (process.env.NODE_ENV !== 'production') {
10351
10351
  const requiredKeyParams = ['recordId'];
@@ -57105,7 +57105,7 @@ withDefaultLuvio((luvio) => {
57105
57105
  let getRecordNotifyChange, refresh, notifyRecordUpdateAvailable;
57106
57106
  withDefaultLuvio((luvio) => {
57107
57107
  getRecordNotifyChange = notifyChangeFactory(luvio);
57108
- notifyRecordUpdateAvailable = notifyUpdateAvailableFactory$1(luvio);
57108
+ notifyRecordUpdateAvailable = notifyUpdateAvailableFactory$2(luvio);
57109
57109
  refresh = bindWireRefresh(luvio);
57110
57110
  });
57111
57111
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lwc-adapters-uiapi",
3
- "version": "1.216.0",
3
+ "version": "1.217.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "UIAPI adapters with LWC bindings",
6
6
  "module": "dist/main.js",