@salesforce/lds-adapters-industries-omnianalytics 1.256.0 → 1.258.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/package.json +3 -3
  2. package/sfdc/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-omnianalytics",
3
- "version": "1.256.0",
3
+ "version": "1.258.0",
4
4
  "description": "Wire adapters for Omni Analytics feature in Industries cloud.",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/industries-omnianalytics.js",
@@ -44,10 +44,10 @@
44
44
  "test:unit": "jest"
45
45
  },
46
46
  "dependencies": {
47
- "@salesforce/lds-bindings": "^1.256.0"
47
+ "@salesforce/lds-bindings": "^1.258.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@salesforce/lds-compiler-plugins": "^1.256.0"
50
+ "@salesforce/lds-compiler-plugins": "^1.258.0"
51
51
  },
52
52
  "nx": {
53
53
  "targets": {
package/sfdc/index.js CHANGED
@@ -1914,4 +1914,4 @@ withDefaultLuvio((luvio) => {
1914
1914
  });
1915
1915
 
1916
1916
  export { fetchOmniAnalyticsLogs, fetchOmniAnalyticsLogs_imperative, fetchOmniAnalyticsMetadata, fetchOmniAnalyticsMetadata_imperative, storeOmniAnalyticsLogs };
1917
- // version: 1.256.0-fb019fbad
1917
+ // version: 1.258.0-c09652442