@rebilly/framepay-react 4.0.5 → 4.0.6
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 +7 -0
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [4.0.6](https://github.com/Rebilly/rebilly/compare/framepay-react-v4.0.5...framepay-react-v4.0.6) (2023-11-14)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **risk-data-collector:** Update to Fingerprint to PRO version ([#2228](https://github.com/Rebilly/rebilly/issues/2228)) ([72f8c37](https://github.com/Rebilly/rebilly/commit/72f8c37266bd59da8b887cee5c3f9d86b0d4f7e5))
|
|
7
|
+
|
|
1
8
|
## [4.0.5](https://github.com/Rebilly/rebilly/compare/framepay-react-v4.0.4...framepay-react-v4.0.5) (2023-10-27)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rebilly/framepay-react",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.6",
|
|
4
4
|
"description": "A React wrapper for Rebilly's FramePay offering out-of-the-box support for Redux and other common React features",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"author": "Rebilly",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"prop-types": "^15.0.0",
|
|
90
90
|
"react": "^18.2.0",
|
|
91
91
|
"react-dom": "^18.2.0",
|
|
92
|
-
"start-server-and-test": "^2.0.
|
|
92
|
+
"start-server-and-test": "^2.0.1",
|
|
93
93
|
"ts-jest": "^29.1.1",
|
|
94
94
|
"tslint": "^5.11.0",
|
|
95
95
|
"tslint-config-prettier": "^1.17.0",
|
|
@@ -104,7 +104,6 @@
|
|
|
104
104
|
"resolutions": {
|
|
105
105
|
"yargs-parser": "^13.1.2",
|
|
106
106
|
"dot-prop": "^4.2.1",
|
|
107
|
-
"node-notifier": "^8.0.1",
|
|
108
107
|
"glob-parent": "^5.1.2",
|
|
109
108
|
"trim-newlines": "^4.0.2",
|
|
110
109
|
"node-forge": "^1.0.0",
|