@salesforce/lds-adapters-revenue-place-order 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 placeOrder: any;
2
- export { placeOrder, };
2
+ export { placeOrder };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-revenue-place-order",
3
- "version": "1.260.0",
3
+ "version": "1.262.0",
4
4
  "description": "Place Order Connect API ",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/revenue-place-order.js",
@@ -41,12 +41,12 @@
41
41
  "test:unit": "jest"
42
42
  },
43
43
  "dependencies": {
44
- "@salesforce/lds-bindings": "^1.260.0",
44
+ "@salesforce/lds-bindings": "^1.262.0",
45
45
  "raml2html": "^7.8.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@salesforce/lds-compiler-plugins": "^1.260.0",
49
- "@salesforce/lds-karma": "^1.260.0"
48
+ "@salesforce/lds-compiler-plugins": "^1.262.0",
49
+ "@salesforce/lds-karma": "^1.262.0"
50
50
  },
51
51
  "nx": {
52
52
  "targets": {
package/sfdc/index.js CHANGED
@@ -371,21 +371,22 @@ const placeOrderAdapterFactory = (luvio) => {
371
371
  };
372
372
 
373
373
  let placeOrder;
374
+ // Notify Update Available
374
375
  function bindExportsTo(luvio) {
376
+ // LDS Adapters
375
377
  function unwrapSnapshotData(factory) {
376
378
  const adapter = factory(luvio);
377
- return (config) => adapter(config).then(snapshot => snapshot.data);
379
+ return (config) => adapter(config).then((snapshot) => snapshot.data);
378
380
  }
379
381
  return {
380
382
  placeOrder: unwrapSnapshotData(placeOrderAdapterFactory),
381
383
  // Imperative GET Adapters
384
+ // Notify Update Availables
382
385
  };
383
386
  }
384
387
  withDefaultLuvio((luvio) => {
385
- ({
386
- placeOrder,
387
- } = bindExportsTo(luvio));
388
+ ({ placeOrder } = bindExportsTo(luvio));
388
389
  });
389
390
 
390
391
  export { placeOrder };
391
- // version: 1.260.0-7a5d1675a
392
+ // version: 1.262.0-d3c071fdc