xendit-components-web 0.0.17 → 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 +19 -1
- package/README.md +2 -2
- package/package.json +16 -16
- package/sdk/dist/cjs/index.cjs +1 -1
- package/sdk/dist/cjs/index.cjs.map +1 -1
- package/sdk/dist/cjs/test-data.cjs +1 -1
- package/sdk/dist/cjs/test-data.cjs.map +1 -1
- package/sdk/dist/esm-bundled/index.mjs +2 -2
- package/sdk/dist/esm-bundled/index.mjs.map +1 -1
- package/sdk/dist/esm-bundled/test-data.mjs +1 -1
- package/sdk/dist/esm-bundled/test-data.mjs.map +1 -1
- package/sdk/dist/esm-external/index.mjs +1 -1
- package/sdk/dist/esm-external/index.mjs.map +1 -1
- package/sdk/dist/esm-external/test-data.mjs +1 -1
- package/sdk/dist/esm-external/test-data.mjs.map +1 -1
- package/sdk/dist/index.d.ts +44 -1
- package/sdk/dist/index.umd.js +2 -2
- package/sdk/dist/index.umd.js.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,24 @@
|
|
|
1
1
|
# Unreleased
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
-
|
|
4
|
+
|
|
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
|
|
14
|
+
|
|
15
|
+
### Notable
|
|
16
|
+
|
|
17
|
+
Simplified the QR action UI, added a custom branded layout for QRIS actions.
|
|
18
|
+
|
|
19
|
+
Improved the dropdown widget.
|
|
20
|
+
|
|
21
|
+
Improved the card simulation UI in test mode.
|
|
4
22
|
|
|
5
23
|
# 0.0.17
|
|
6
24
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
60
|
-
"preact": "^10.
|
|
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.
|
|
68
|
-
"@preact/preset-vite": "^2.10.
|
|
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.
|
|
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.
|
|
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": "^
|
|
81
|
+
"@types/node": "^25.5.0",
|
|
82
82
|
"@types/qrcode": "^1.5.6",
|
|
83
|
-
"@vitest/coverage-v8": "4.
|
|
83
|
+
"@vitest/coverage-v8": "4.1.2",
|
|
84
84
|
"eslint": "^9.39.3",
|
|
85
|
-
"eslint-plugin-react-hooks": "
|
|
85
|
+
"eslint-plugin-react-hooks": "7.0.1",
|
|
86
86
|
"husky": "^9.1.7",
|
|
87
|
-
"jsdom": "^
|
|
88
|
-
"lint-staged": "^16.
|
|
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.
|
|
91
|
+
"rollup": "^4.60.1",
|
|
92
92
|
"rollup-plugin-import-css": "^4.2.0",
|
|
93
|
-
"typescript": "^
|
|
94
|
-
"typescript-eslint": "^8.
|
|
95
|
-
"vitest": "4.
|
|
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
|
}
|