@salesforce/lds-adapters-industries-actionablelist 1.100.2 → 1.100.3
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-actionablelist",
|
|
3
|
-
"version": "1.100.
|
|
3
|
+
"version": "1.100.3",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "Wire adapter for actionable list connect APIs",
|
|
6
6
|
"main": "dist/umd/es2018/industries-actionablelist.js",
|
|
@@ -43,14 +43,14 @@
|
|
|
43
43
|
"test:compat": "karma start --single-run --compat"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@salesforce/lds-bindings": "^1.100.
|
|
46
|
+
"@salesforce/lds-bindings": "^1.100.3"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@luvio/cli": "0.135.4",
|
|
50
50
|
"@luvio/compiler": "0.135.4",
|
|
51
51
|
"@luvio/engine": "0.135.4",
|
|
52
52
|
"@luvio/lwc-luvio": "0.135.4",
|
|
53
|
-
"@salesforce/lds-karma": "^1.100.
|
|
53
|
+
"@salesforce/lds-karma": "^1.100.3"
|
|
54
54
|
},
|
|
55
55
|
"nx": {
|
|
56
56
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -2979,4 +2979,4 @@ withDefaultLuvio((luvio) => {
|
|
|
2979
2979
|
});
|
|
2980
2980
|
|
|
2981
2981
|
export { createActionableListDefinition, getActionableListDatasetInfo, getActionableListDatasetInfo_imperative, getActionableListDefinitions, getActionableListDefinitions_imperative, getActionableListMembers, getActionableListMembers_imperative, upsertActionableList };
|
|
2982
|
-
// version: 1.100.
|
|
2982
|
+
// version: 1.100.3-8176c84f6
|