@rebilly/instruments 9.56.0 → 9.56.1

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
- ## [9.56.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.55.1...instruments/core-v9.56.0) (2024-05-31)
1
+ ## [9.56.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.56.0...instruments/core-v9.56.1) (2024-06-03)
2
2
 
3
3
 
4
- ### Features
4
+ ### Bug Fixes
5
5
 
6
- * **instruments:** manage instruments - update ([#5432](https://github.com/Rebilly/rebilly/issues/5432)) ([c39e74e](https://github.com/Rebilly/rebilly/commit/c39e74e8729ed6555e5196e8ad6ca3bd4deaf11c)), closes [#5425](https://github.com/Rebilly/rebilly/issues/5425)
6
+ * **instruments:** CVV update removing address from existing instruments ([#5694](https://github.com/Rebilly/rebilly/issues/5694)) ([f80649c](https://github.com/Rebilly/rebilly/commit/f80649cce33fa3989753f992c98e90b65cefe889))
package/dist/index.js CHANGED
@@ -16752,7 +16752,10 @@ class DataInstance {
16752
16752
  );
16753
16753
  }
16754
16754
  get hasPurchaseData() {
16755
- return this.isPayment || this.inPurchase || this.isDepositTransaction;
16755
+ var _a, _b;
16756
+ return Boolean(
16757
+ this.isPayment || this.inPurchase || ((_a = state.options) == null ? void 0 : _a.deposit) || ((_b = state.options) == null ? void 0 : _b.payout)
16758
+ );
16756
16759
  }
16757
16760
  toPostmatesModel() {
16758
16761
  return JSON.parse(