xendit-components-web 0.0.14 → 0.0.15

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
@@ -2,6 +2,12 @@
2
2
 
3
3
  No unreleased changes.
4
4
 
5
+ # 0.0.15
6
+
7
+ ### Bug Fixes
8
+
9
+ - Fixed a bug where cards eligible for installments fails to pass validation due to empty string as channel property value
10
+
5
11
  # 0.0.14
6
12
 
7
13
  ### Bug Fixes
package/README.md CHANGED
@@ -19,10 +19,10 @@ npm install xendit-components-web --save
19
19
  Or load it directly from our CDN:
20
20
 
21
21
  ```html
22
- <script src="https://assets.xendit.co/components/v0.0.14/index.umd.js"></script>
22
+ <script src="https://assets.xendit.co/components/v0.0.15/index.umd.js"></script>
23
23
  ```
24
24
 
25
- Our npm package includes TypeScript types. You also download the [.d.ts file](https://assets.xendit.co/components/v0.0.14/index.d.ts) directly.
25
+ Our npm package includes TypeScript types. You also download the [.d.ts file](https://assets.xendit.co/components/v0.0.15/index.d.ts) directly.
26
26
 
27
27
  ## Sessions
28
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xendit-components-web",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "description": "Xendit frontend payment components SDK",
5
5
  "type": "module",
6
6
  "author": "Xendit",