@rebilly/framepay-react 13.148.2 → 13.148.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +2 -1
package/CHANGELOG.md CHANGED
@@ -1 +1 @@
1
- ## [13.148.2](https://github.com/Rebilly/rebilly/compare/framepay-react-v13.148.1...framepay-react-v13.148.2) (2026-07-15)
1
+ ## [13.148.3](https://github.com/Rebilly/rebilly/compare/framepay-react-v13.148.2...framepay-react-v13.148.3) (2026-07-15)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rebilly/framepay-react",
3
- "version": "13.148.2",
3
+ "version": "13.148.3",
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",
@@ -41,6 +41,7 @@
41
41
  "clean-react-alias": "cross-env REACT_VERSION=clean node ./tests/e2e/switch-react-version",
42
42
  "dotenv": "node ./env.js",
43
43
  "build": "cross-env NODE_ENV=production tsc -p tsconfig.json",
44
+ "type:check": "tsc --noEmit -p tsconfig.json",
44
45
  "build:e2e": "cross-env NODE_ENV=production run-s dotenv build clean:e2e && parcel build ./tests/e2e/fixtures/* --no-optimize --no-cache --no-scope-hoist --dist-dir tests/e2e/build",
45
46
  "dev:e2e": "cross-env NODE_ENV=development && run-s dotenv && parcel ./tests/e2e/fixtures/* --no-cache --dist-dir tests/e2e/build",
46
47
  "serve:e2e": "run-s dotenv build:* && node tests/e2e/local-server.mjs",