@salesforce/lds-adapters-industries-externaldocument 1.166.0 → 1.167.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 +1 -1
- package/sfdc/index.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-externaldocument",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.167.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "This External Document API family will allow to create, edit or read the information about the document which is present in the external editor outside Salesforce. ",
|
|
6
6
|
"main": "dist/es/es2018/industries-externaldocument.js",
|
package/sfdc/index.js
CHANGED
|
@@ -1104,4 +1104,4 @@ withDefaultLuvio((luvio) => {
|
|
|
1104
1104
|
});
|
|
1105
1105
|
|
|
1106
1106
|
export { createExternalDocument, getExternalDocument, getExternalDocumentUsers, getExternalDocumentUsers_imperative, getExternalDocument_imperative, saveExternalDocument };
|
|
1107
|
-
// version: 1.
|
|
1107
|
+
// version: 1.167.0-f09f91e9a
|