@salesforce/lds-adapters-industries-videovisits 1.428.0-dev2 → 1.428.0-dev3
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 +4 -4
- package/sfdc/index.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-videovisits",
|
|
3
|
-
"version": "1.428.0-
|
|
3
|
+
"version": "1.428.0-dev3",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "API family to support booking virtual care appointments in HealthCloud",
|
|
6
6
|
"main": "dist/es/es2018/industries-videovisits.js",
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"test": "nx build:karma && karma start --single-run"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@salesforce/lds-bindings": "^1.428.0-
|
|
41
|
+
"@salesforce/lds-bindings": "^1.428.0-dev3"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@salesforce/lds-compiler-plugins": "^1.428.0-
|
|
45
|
-
"@salesforce/lds-karma": "^1.428.0-
|
|
44
|
+
"@salesforce/lds-compiler-plugins": "^1.428.0-dev3",
|
|
45
|
+
"@salesforce/lds-karma": "^1.428.0-dev3"
|
|
46
46
|
},
|
|
47
47
|
"nx": {
|
|
48
48
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -3138,4 +3138,4 @@ withDefaultLuvio((luvio) => {
|
|
|
3138
3138
|
});
|
|
3139
3139
|
|
|
3140
3140
|
export { chimeMeeting, evaluateVideoCallParticipant, getParticipantData, getParticipantData_imperative, leaveChimeMeeting, setupCall, toggleTranscription, updateVideoCall };
|
|
3141
|
-
// version: 1.428.0-
|
|
3141
|
+
// version: 1.428.0-dev3-f678b7fe83
|