@salesforce/lds-adapters-industries-omnianalytics 1.428.0-dev2 → 1.429.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.
- package/package.json +3 -3
- 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.
|
|
3
|
+
"version": "1.429.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",
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
"test:unit": "jest"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@salesforce/lds-bindings": "^1.
|
|
46
|
+
"@salesforce/lds-bindings": "^1.429.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
49
|
+
"@salesforce/lds-compiler-plugins": "^1.429.0"
|
|
50
50
|
},
|
|
51
51
|
"nx": {
|
|
52
52
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -1924,4 +1924,4 @@ withDefaultLuvio((luvio) => {
|
|
|
1924
1924
|
});
|
|
1925
1925
|
|
|
1926
1926
|
export { fetchOmniAnalyticsLogs, fetchOmniAnalyticsLogs_imperative, fetchOmniAnalyticsMetadata, fetchOmniAnalyticsMetadata_imperative, storeOmniAnalyticsLogs };
|
|
1927
|
-
// version: 1.
|
|
1927
|
+
// version: 1.429.0-327e0551f4
|