@salesforce/lds-adapters-industries-sustainability-reference-data 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 uploadReferenceData: any;
2
- export { uploadReferenceData, };
2
+ export { uploadReferenceData };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-sustainability-reference-data",
3
- "version": "1.260.0",
3
+ "version": "1.262.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Sustainability Reference Data",
6
6
  "main": "dist/es/es2018/industries-sustainability-reference-data.js",
@@ -35,15 +35,14 @@
35
35
  "release:core": "../../scripts/release/core.js --adapter=lds-adapters-industries-sustainability-reference-data",
36
36
  "release:corejar": "yarn build && packages/core-build/scripts/core.js --adapter=lds-adapters-industries-sustainability-reference-data",
37
37
  "start": "nx build:karma && karma start",
38
- "test": "nx build:karma && karma start --single-run",
39
- "test:compat": "nx build:karma && karma start --single-run --compat"
38
+ "test": "nx build:karma && karma start --single-run"
40
39
  },
41
40
  "dependencies": {
42
- "@salesforce/lds-bindings": "^1.260.0"
41
+ "@salesforce/lds-bindings": "^1.262.0"
43
42
  },
44
43
  "devDependencies": {
45
- "@salesforce/lds-compiler-plugins": "^1.260.0",
46
- "@salesforce/lds-karma": "^1.260.0"
44
+ "@salesforce/lds-compiler-plugins": "^1.262.0",
45
+ "@salesforce/lds-karma": "^1.262.0"
47
46
  },
48
47
  "nx": {
49
48
  "targets": {
package/sfdc/index.js CHANGED
@@ -242,21 +242,22 @@ const uploadReferenceDataAdapterFactory = (luvio) => {
242
242
  };
243
243
 
244
244
  let uploadReferenceData;
245
+ // Notify Update Available
245
246
  function bindExportsTo(luvio) {
247
+ // LDS Adapters
246
248
  function unwrapSnapshotData(factory) {
247
249
  const adapter = factory(luvio);
248
- return (config) => adapter(config).then(snapshot => snapshot.data);
250
+ return (config) => adapter(config).then((snapshot) => snapshot.data);
249
251
  }
250
252
  return {
251
253
  uploadReferenceData: unwrapSnapshotData(uploadReferenceDataAdapterFactory),
252
254
  // Imperative GET Adapters
255
+ // Notify Update Availables
253
256
  };
254
257
  }
255
258
  withDefaultLuvio((luvio) => {
256
- ({
257
- uploadReferenceData,
258
- } = bindExportsTo(luvio));
259
+ ({ uploadReferenceData } = bindExportsTo(luvio));
259
260
  });
260
261
 
261
262
  export { uploadReferenceData };
262
- // version: 1.260.0-7a5d1675a
263
+ // version: 1.262.0-d3c071fdc