xendit-components-web 0.0.18 → 0.0.19

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,8 +1,16 @@
1
1
  # Unreleased
2
2
 
3
- No unreleased changes.
3
+ -
4
4
 
5
- # 0.0.17
5
+ # 0.0.19
6
+
7
+ ### Notable
8
+
9
+ Added support for E-Wallet channels.
10
+
11
+ Added custom layouts for more QR screens.
12
+
13
+ # 0.0.18
6
14
 
7
15
  ### Notable
8
16
 
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.18/index.umd.js"></script>
22
+ <script src="https://assets.xendit.co/components/v0.0.19/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.18/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.19/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.18",
3
+ "version": "0.0.19",
4
4
  "description": "Xendit frontend payment components SDK",
5
5
  "type": "module",
6
6
  "author": "Xendit",
@@ -56,43 +56,43 @@
56
56
  "dependencies": {
57
57
  "card-validator": "^10.0.4",
58
58
  "classnames": "^2.5.1",
59
- "libphonenumber-js": "^1.12.38",
60
- "preact": "^10.28.4",
59
+ "libphonenumber-js": "^1.12.41",
60
+ "preact": "^10.29.0",
61
61
  "qrcode": "^1.5.4",
62
62
  "tslib": "^2.8.1"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@codecov/rollup-plugin": "^1.9.1",
66
66
  "@eslint/js": "^9.39.3",
67
- "@microsoft/api-extractor": "^7.57.6",
68
- "@preact/preset-vite": "^2.10.3",
67
+ "@microsoft/api-extractor": "^7.57.8",
68
+ "@preact/preset-vite": "^2.10.5",
69
69
  "@rollup/plugin-alias": "^6.0.0",
70
- "@rollup/plugin-commonjs": "^29.0.0",
70
+ "@rollup/plugin-commonjs": "^29.0.2",
71
71
  "@rollup/plugin-json": "^6.1.0",
72
72
  "@rollup/plugin-node-resolve": "^16.0.3",
73
73
  "@rollup/plugin-replace": "^6.0.3",
74
- "@rollup/plugin-terser": "^0.4.4",
74
+ "@rollup/plugin-terser": "^1.0.0",
75
75
  "@rollup/plugin-typescript": "^12.3.0",
76
76
  "@testing-library/dom": "^10.4.1",
77
77
  "@testing-library/jest-dom": "^6.9.1",
78
78
  "@testing-library/user-event": "^14.6.1",
79
79
  "@types/googlepay": "^0.7.10",
80
80
  "@types/mime-types": "^3.0.1",
81
- "@types/node": "^24.11.0",
81
+ "@types/node": "^25.5.0",
82
82
  "@types/qrcode": "^1.5.6",
83
- "@vitest/coverage-v8": "4.0.18",
83
+ "@vitest/coverage-v8": "4.1.2",
84
84
  "eslint": "^9.39.3",
85
- "eslint-plugin-react-hooks": "^7.0.1",
85
+ "eslint-plugin-react-hooks": "7.0.1",
86
86
  "husky": "^9.1.7",
87
- "jsdom": "^28.1.0",
88
- "lint-staged": "^16.3.1",
87
+ "jsdom": "^29.0.1",
88
+ "lint-staged": "^16.4.0",
89
89
  "mime-types": "^3.0.2",
90
90
  "prettier": "^3.8.1",
91
- "rollup": "^4.59.0",
91
+ "rollup": "^4.60.1",
92
92
  "rollup-plugin-import-css": "^4.2.0",
93
- "typescript": "^5.9.3",
94
- "typescript-eslint": "^8.56.1",
95
- "vitest": "4.0.18"
93
+ "typescript": "^6.0.2",
94
+ "typescript-eslint": "^8.58.0",
95
+ "vitest": "4.1.2"
96
96
  },
97
97
  "packageManager": "pnpm@10.28.1"
98
98
  }