@appcorp/stellar-solutions-invoice-module 0.1.9 → 0.1.10

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.
@@ -391,7 +391,8 @@ exports.staticProductSection = (_d = {},
391
391
  ],
392
392
  _d);
393
393
  exports.INVOICE_API_ROUTES = {
394
- INVOICES: process.env.NODE_ENV === 'production' ? '/api/quotes-invoices' : 'https://stellar-solutions-pattern.vercel.app/api/quotes-invoices',
394
+ // INVOICES: process.env.NODE_ENV === 'production' ? '/api/quotes-invoices' : 'https://stellar-solutions-pattern.vercel.app/api/quotes-invoices',
395
+ INVOICES: '/api/quotes-invoices',
395
396
  INVOICE: '/api/quote-invoice',
396
397
  INVOICE_BY_ID: '/api/quote-invoice/quote-invoice-by-id',
397
398
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appcorp/stellar-solutions-invoice-module",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
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",