@rebilly/framepay-vue 10.5.0 → 10.6.1
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 +3 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [10.
|
|
1
|
+
## [10.6.1](https://github.com/Rebilly/rebilly/compare/framepay-vue-v10.6.0...framepay-vue-v10.6.1) (2025-08-12)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
###
|
|
4
|
+
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
* **
|
|
6
|
+
* **revel:** Fix r-date-input clearing behaviour ([#14020](https://github.com/Rebilly/rebilly/issues/14020)) ([c8d5038](https://github.com/Rebilly/rebilly/commit/c8d5038603b91bb265e9c7aa389230ade632d6b4))
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rebilly/framepay-vue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "10.
|
|
4
|
+
"version": "10.6.1",
|
|
5
5
|
"description": "Official Vue wrapper for Rebilly FramePay",
|
|
6
6
|
"author": "Rebilly",
|
|
7
7
|
"repository": {
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"build": "vite build",
|
|
34
34
|
"test:unit": "vitest run --environment jsdom --root src/",
|
|
35
35
|
"test:unit:watch": "vitest --environment jsdom --root src/",
|
|
36
|
-
"test:e2e:pr": "start-server-and-test 'npx vite dev --port 4173' localhost:4173 'npx cypress run --e2e'",
|
|
37
|
-
"test:e2e:gui": "start-server-and-test 'npx vite dev --port 4173' localhost:4173 'npx cypress open --e2e'"
|
|
36
|
+
"test:e2e:pr": "START_SERVER_AND_TEST_INSECURE=1 start-server-and-test 'npx vite dev --port 4173' https-get://localhost:4173 'npx cypress run --e2e'",
|
|
37
|
+
"test:e2e:gui": "START_SERVER_AND_TEST_INSECURE=1 start-server-and-test 'npx vite dev --port 4173' https-get://localhost:4173 'npx cypress open --e2e'"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"vue": "^3.0.0"
|