@salesforce/lds-adapters-analytics-smart-data-discovery 1.261.0 → 1.262.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.
Files changed (2) hide show
  1. package/package.json +4 -4
  2. package/sfdc/index.js +2 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-analytics-smart-data-discovery",
3
- "version": "1.261.0",
3
+ "version": "1.262.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "The Einstein Discovery family of APIs",
6
6
  "main": "dist/es/es2018/analytics-smart-data-discovery.js",
@@ -51,11 +51,11 @@
51
51
  }
52
52
  },
53
53
  "dependencies": {
54
- "@salesforce/lds-bindings": "^1.261.0"
54
+ "@salesforce/lds-bindings": "^1.262.0"
55
55
  },
56
56
  "devDependencies": {
57
- "@salesforce/lds-compiler-plugins": "^1.261.0",
58
- "@salesforce/lds-karma": "^1.261.0"
57
+ "@salesforce/lds-compiler-plugins": "^1.262.0",
58
+ "@salesforce/lds-karma": "^1.262.0"
59
59
  },
60
60
  "volta": {
61
61
  "extends": "../../package.json"
package/sfdc/index.js CHANGED
@@ -932,11 +932,8 @@ function bindExportsTo(luvio) {
932
932
  };
933
933
  }
934
934
  withDefaultLuvio((luvio) => {
935
- ({
936
- getStories,
937
- getStories_imperative,
938
- } = bindExportsTo(luvio));
935
+ ({ getStories, getStories_imperative } = bindExportsTo(luvio));
939
936
  });
940
937
 
941
938
  export { getStories, getStories_imperative };
942
- // version: 1.261.0-10ee630e7
939
+ // version: 1.262.0-d3c071fdc