@rebilly/instruments 5.1.0 → 6.0.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 +18 -0
- package/dist/index.js +15877 -11761
- package/dist/index.min.js +53 -1422
- package/package.json +8 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## [6.0.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v6.0.0...instruments/core-v6.0.1) (2023-09-20)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **instruments:** isPayment and isPurchase incorrect type ([#1451](https://github.com/Rebilly/rebilly/issues/1451)) ([6b99e9d](https://github.com/Rebilly/rebilly/commit/6b99e9d721c1454019d5cb43bfaf38f6a23b5a08))
|
|
7
|
+
|
|
8
|
+
## [6.0.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v5.1.0...instruments/core-v6.0.0) (2023-09-18)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### ⚠ BREAKING CHANGES
|
|
12
|
+
|
|
13
|
+
* **js-sdk:** Remove AML search by Customer id API (#1414)
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* **js-sdk:** Remove AML search by Customer id API ([#1414](https://github.com/Rebilly/rebilly/issues/1414)) ([7dcd9dc](https://github.com/Rebilly/rebilly/commit/7dcd9dc434ce01e5daf1212d8e03168dc1e950fc))
|
|
18
|
+
|
|
1
19
|
## [5.1.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v5.0.0...instruments/core-v5.1.0) (2023-09-18)
|
|
2
20
|
|
|
3
21
|
|