@rebilly/framepay-react 6.27.1 → 6.27.2

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 +6 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1 +1,6 @@
1
- ## [6.27.1](https://github.com/Rebilly/rebilly/compare/framepay-react-v6.27.0...framepay-react-v6.27.1) (2024-06-17)
1
+ ## [6.27.2](https://github.com/Rebilly/rebilly/compare/framepay-react-v6.27.1...framepay-react-v6.27.2) (2024-06-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **ci:** fix E2E tests not reporting failure when they are actually failing ([#5996](https://github.com/Rebilly/rebilly/issues/5996)) ([3d21151](https://github.com/Rebilly/rebilly/commit/3d21151433d88a45e0759d28459a2b8b160f1635))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rebilly/framepay-react",
3
- "version": "6.27.1",
3
+ "version": "6.27.2",
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,7 +41,7 @@
41
41
  "serve:e2e": "run-s dotenv build:* && node test/e2e/local-server.mjs",
42
42
  "serve:e2e:no-build": "node test/e2e/local-server.mjs",
43
43
  "test:unit": "jest --config ./test/unit/jest.config.js",
44
- "test:e2e:base": "START_SERVER_AND_TEST_INSECURE=1 start-server-and-test serve:e2e:no-build https-get://localhost:8000 test:e2e:run",
44
+ "test:e2e:base": "START_SERVER_AND_TEST_INSECURE=1 start-server-and-test 'yarn serve:e2e:no-build' https-get://localhost:8000 'yarn test:e2e:run'",
45
45
  "test:e2e:react-14": "cross-env REACT_VERSION=0.14.0 run-s set-react-14 dotenv build:e2e clean-react-alias test:e2e:base",
46
46
  "test:e2e:react-15": "cross-env REACT_VERSION=15.0.0 run-s set-react-15 dotenv build:e2e clean-react-alias test:e2e:base",
47
47
  "test:e2e:react-16": "cross-env REACT_VERSION=16 run-s set-react-16 dotenv build:e2e clean-react-alias test:e2e:base",