@salesforce/lds-adapters-industries-eri 1.260.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.
@@ -1,2 +1,2 @@
1
1
  declare let getERIDigest: any;
2
- export { getERIDigest, };
2
+ export { getERIDigest };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-eri",
3
- "version": "1.260.0",
3
+ "version": "1.262.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Einstein relationship insights",
6
6
  "main": "dist/es/es2018/industries-eri.js",
@@ -39,15 +39,14 @@
39
39
  "release:core": "../../scripts/release/core.js --adapter=lds-adapters-industries-eri",
40
40
  "release:corejar": "yarn build && packages/core-build/scripts/core.js --adapter=lds-adapters-industries-eri",
41
41
  "start": "nx build:karma && karma start",
42
- "test": "nx build:karma && karma start --single-run",
43
- "test:compat": "nx build:karma && karma start --single-run --compat"
42
+ "test": "nx build:karma && karma start --single-run"
44
43
  },
45
44
  "dependencies": {
46
- "@salesforce/lds-bindings": "^1.260.0"
45
+ "@salesforce/lds-bindings": "^1.262.0"
47
46
  },
48
47
  "devDependencies": {
49
- "@salesforce/lds-compiler-plugins": "^1.260.0",
50
- "@salesforce/lds-karma": "^1.260.0"
48
+ "@salesforce/lds-compiler-plugins": "^1.262.0",
49
+ "@salesforce/lds-karma": "^1.262.0"
51
50
  },
52
51
  "nx": {
53
52
  "targets": {
package/sfdc/index.js CHANGED
@@ -477,21 +477,22 @@ const getERIDigestAdapterFactory = (luvio) => {
477
477
  };
478
478
 
479
479
  let getERIDigest;
480
+ // Notify Update Available
480
481
  function bindExportsTo(luvio) {
482
+ // LDS Adapters
481
483
  function unwrapSnapshotData(factory) {
482
484
  const adapter = factory(luvio);
483
- return (config) => adapter(config).then(snapshot => snapshot.data);
485
+ return (config) => adapter(config).then((snapshot) => snapshot.data);
484
486
  }
485
487
  return {
486
488
  getERIDigest: unwrapSnapshotData(getERIDigestAdapterFactory),
487
489
  // Imperative GET Adapters
490
+ // Notify Update Availables
488
491
  };
489
492
  }
490
493
  withDefaultLuvio((luvio) => {
491
- ({
492
- getERIDigest,
493
- } = bindExportsTo(luvio));
494
+ ({ getERIDigest } = bindExportsTo(luvio));
494
495
  });
495
496
 
496
497
  export { getERIDigest };
497
- // version: 1.260.0-7a5d1675a
498
+ // version: 1.262.0-d3c071fdc