@rebilly/framepay-vue 5.24.0 → 5.24.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 +3 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
- ## [5.24.0](https://github.com/Rebilly/rebilly/compare/framepay-vue-v5.23.1...framepay-vue-v5.24.0) (2024-06-14)
1
+ ## [5.24.2](https://github.com/Rebilly/rebilly/compare/framepay-vue-v5.24.1...framepay-vue-v5.24.2) (2024-06-19)
2
2
 
3
3
 
4
- ### Features
4
+ ### Bug Fixes
5
5
 
6
- * **kyc-document-gatherer:** Add V2 implementation ([#5955](https://github.com/Rebilly/rebilly/issues/5955)) ([dc898bf](https://github.com/Rebilly/rebilly/commit/dc898bfde24122dd193561484e4098dc9f32ccd3)), closes [#5159](https://github.com/Rebilly/rebilly/issues/5159)
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,7 +1,7 @@
1
1
  {
2
2
  "name": "@rebilly/framepay-vue",
3
3
  "type": "module",
4
- "version": "5.24.0",
4
+ "version": "5.24.2",
5
5
  "description": "Official Vue wrapper for Rebilly FramePay",
6
6
  "author": "Rebilly",
7
7
  "repository": {
@@ -34,8 +34,8 @@
34
34
  "build": "vite build",
35
35
  "test:unit": "vitest run --environment jsdom --root src/",
36
36
  "test:unit:watch": "vitest --environment jsdom --root src/",
37
- "test:e2e:pr": "start-server-and-test 'vite dev --port 4173' localhost:4173 'cypress run --e2e'",
38
- "test:e2e:gui": "start-server-and-test 'vite dev --port 4173' localhost:4173 'cypress open --e2e'"
37
+ "test:e2e:pr": "start-server-and-test 'yarn vite dev --port 4173' localhost:4173 'yarn cypress run --e2e'",
38
+ "test:e2e:gui": "start-server-and-test 'yarn vite dev --port 4173' localhost:4173 'yarn cypress open --e2e'"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "vue": "^3.0.0"
@@ -49,7 +49,7 @@
49
49
  "cypress-iframe": "^1.0.1",
50
50
  "jsdom": "^21.1.1",
51
51
  "start-server-and-test": "^2.0.3",
52
- "vite": "^5.2.13",
52
+ "vite": "^5.3.1",
53
53
  "vite-plugin-mkcert": "^1.17.5",
54
54
  "vitest": "^1.6.0",
55
55
  "vue": "3.2.47"