@salesforce/lwc-adapters-uiapi 1.198.0 → 1.199.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
@@ -9996,7 +9996,7 @@ function getTypeCacheKeys$1R(rootKeySet, luvio, input, fullPathFactory) {
9996
9996
  getTypeCacheKeys$1U(rootKeySet, luvio, input_fields[key], () => rootKey + "__fields" + "__" + key);
9997
9997
  }
9998
9998
  }
9999
- const notifyUpdateAvailableFactory = (luvio) => {
9999
+ const notifyUpdateAvailableFactory$1 = (luvio) => {
10000
10000
  return function notifyRecordUpdateAvailable(configs) {
10001
10001
  if (process.env.NODE_ENV !== 'production') {
10002
10002
  const requiredKeyParams = ['recordId'];
@@ -59450,7 +59450,7 @@ withDefaultLuvio((luvio) => {
59450
59450
  let getRecordNotifyChange, refresh, notifyRecordUpdateAvailable;
59451
59451
  withDefaultLuvio((luvio) => {
59452
59452
  getRecordNotifyChange = notifyChangeFactory(luvio);
59453
- notifyRecordUpdateAvailable = notifyUpdateAvailableFactory(luvio);
59453
+ notifyRecordUpdateAvailable = notifyUpdateAvailableFactory$1(luvio);
59454
59454
  refresh = bindWireRefresh(luvio);
59455
59455
  });
59456
59456
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lwc-adapters-uiapi",
3
- "version": "1.198.0",
3
+ "version": "1.199.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "UIAPI adapters with LWC bindings",
6
6
  "module": "dist/main.js",