@salesforce/lwc-adapters-uiapi 1.243.0 → 1.244.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 +1 -1
  2. package/package.json +2 -2
package/dist/main.js CHANGED
@@ -535,7 +535,7 @@ function createResourceParamsImpl(config, configMetadata) {
535
535
  }
536
536
  return resourceParams;
537
537
  }
538
- // engine version: 0.150.2-5dcb5d26
538
+ // engine version: 0.150.3-a08cc935
539
539
 
540
540
  /**
541
541
  * Returns true if the value acts like a Promise, i.e. has a "then" function,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lwc-adapters-uiapi",
3
- "version": "1.243.0",
3
+ "version": "1.244.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "UIAPI adapters with LWC bindings",
6
6
  "module": "dist/main.js",
@@ -34,7 +34,7 @@
34
34
  "@salesforce/lds-adapters-uiapi": "*"
35
35
  },
36
36
  "dependencies": {
37
- "@luvio/lwc-luvio": "0.150.2",
37
+ "@luvio/lwc-luvio": "0.150.3",
38
38
  "@salesforce/lds-default-luvio": "*"
39
39
  }
40
40
  }