@appcorp/stellar-solutions-invoice-module 0.1.20 → 0.1.21

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.
@@ -492,6 +492,7 @@ var useInvoiceState = function () {
492
492
  payload: { key: 'subTotal', value: subtotal },
493
493
  });
494
494
  }
495
+ console.log('updated', updatedItems);
495
496
  dispatch({
496
497
  type: actions_1.INVOICE_ACTION_TYPES.SET_INPUT_FIELD,
497
498
  payload: { key: 'products', value: updatedItems },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appcorp/stellar-solutions-invoice-module",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
4
4
  "scripts": {
5
5
  "build": "yarn clean && yarn build:ts && cp package.json lib && cp README.md lib",
6
6
  "build:next": "next build",