@posx/core 5.5.272 → 5.5.273
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.
- package/build/index.d.ts +4 -0
- package/build/index.js +1 -1
- package/package.json +1 -1
- package/package.publish.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -2070,6 +2070,10 @@ declare module '@posx/core/test/services/invoice/invoice-rounding-bugfix-test/in
|
|
|
2070
2070
|
declare module '@posx/core/test/services/invoice/invoice-rounding-multi-payment-test/invoice-rounding-multi-payment.test' {
|
|
2071
2071
|
export {};
|
|
2072
2072
|
|
|
2073
|
+
}
|
|
2074
|
+
declare module '@posx/core/test/services/invoice/invoice-rounding-multi-payment-test/invoice-rounding-single-cash-payment-bugfix.test' {
|
|
2075
|
+
export {};
|
|
2076
|
+
|
|
2073
2077
|
}
|
|
2074
2078
|
declare module '@posx/core/test/services/invoice/invoice-rounding-test/invoice-rounding.test' {
|
|
2075
2079
|
export {};
|