@salesforce/lds-adapters-cdp-engmt-config 1.428.0-dev4 → 1.428.0-dev5
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-cdp-engmt-config",
|
|
3
|
-
"version": "1.428.0-
|
|
3
|
+
"version": "1.428.0-dev5",
|
|
4
4
|
"description": "Engagement Signal Connect API Wire Adapter",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/cdp-engmt-config.js",
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
"test:unit:debug": "node --inspect-brk ../../node_modules/jest/bin/jest.js --config ./jest.config.js --runInBand"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@salesforce/lds-bindings": "^1.428.0-
|
|
46
|
+
"@salesforce/lds-bindings": "^1.428.0-dev5"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@salesforce/lds-compiler-plugins": "^1.428.0-
|
|
49
|
+
"@salesforce/lds-compiler-plugins": "^1.428.0-dev5"
|
|
50
50
|
},
|
|
51
51
|
"nx": {
|
|
52
52
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -2646,4 +2646,4 @@ withDefaultLuvio((luvio) => {
|
|
|
2646
2646
|
});
|
|
2647
2647
|
|
|
2648
2648
|
export { createEngagementSignal, createEngagementSignalCompoundMetric, createEngagementSignalMetric, deleteCompoundMetric, deleteEngagementSignal, deleteEngagementSignalMetric, getCompoundMetric, getCompoundMetricNotifyChange, getCompoundMetric_imperative, getEngagementSignal, getEngagementSignalMetric, getEngagementSignalMetricNotifyChange, getEngagementSignalMetric_imperative, getEngagementSignalNotifyChange, getEngagementSignal_imperative, getEngagementSignals, getEngagementSignals_imperative };
|
|
2649
|
-
// version: 1.428.0-
|
|
2649
|
+
// version: 1.428.0-dev5-c6fe0903b6
|