@rebilly/framepay-vue 3.0.1 → 3.1.0

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 +7 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1 +1,8 @@
1
+ ## [3.1.0](https://github.com/Rebilly/rebilly/compare/framepay-vue-v3.0.1...framepay-vue-v3.1.0) (2023-04-19)
2
+
3
+
4
+ ### Features
5
+
6
+ * Migrate kyc-document-gatherer-vue3 ([#99](https://github.com/Rebilly/rebilly/issues/99)) ([06596dc](https://github.com/Rebilly/rebilly/commit/06596dce43efda66b7945dfcd88b20da617622d4)), closes [#48](https://github.com/Rebilly/rebilly/issues/48) [#45](https://github.com/Rebilly/rebilly/issues/45)
7
+
1
8
  ## [3.0.1](https://github.com/Rebilly/rebilly/compare/framepay-vue-v3.0.0...framepay-vue-v3.0.1) (2023-03-20)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rebilly/framepay-vue",
3
3
  "type": "module",
4
- "version": "3.0.1",
4
+ "version": "3.1.0",
5
5
  "description": "Official Vue wrapper for Rebilly FramePay",
6
6
  "author": "Rebilly",
7
7
  "repository": {
@@ -32,10 +32,10 @@
32
32
  "scripts": {
33
33
  "dev": "vite",
34
34
  "build": "vite build",
35
- "test": "npm run lint && npm run test:unit && npm run test:e2e",
35
+ "test": "npm run lint && npm run test:unit && npm run test:e2e:pr",
36
36
  "test:unit": "vitest run --environment jsdom --root src/",
37
37
  "test:unit:watch": "vitest --environment jsdom --root src/",
38
- "test:e2e": "start-server-and-test 'vite dev --port 4173' localhost:4173 'cypress run --e2e'",
38
+ "test:e2e:pr": "start-server-and-test 'vite dev --port 4173' localhost:4173 'cypress run --e2e'",
39
39
  "test:e2e:gui": "start-server-and-test 'vite dev --port 4173' localhost:4173 'cypress open --e2e'",
40
40
  "lint:no-fix": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
41
41
  },
@@ -44,20 +44,20 @@
44
44
  },
45
45
  "devDependencies": {
46
46
  "@testing-library/cypress": "^7.0.2",
47
- "@vitejs/plugin-vue": "^4.0.0",
47
+ "@vitejs/plugin-vue": "^4.1.0",
48
48
  "@vue/eslint-config-prettier": "^7.0.0",
49
- "@vue/test-utils": "^2.2.6",
50
- "cypress": "12.3.0",
49
+ "@vue/test-utils": "^2.3.0",
50
+ "cypress": "^12.3.0",
51
51
  "cypress-iframe": "^1.0.1",
52
52
  "eslint": "^8.22.0",
53
53
  "eslint-plugin-cypress": "^2.12.1",
54
54
  "eslint-plugin-vue": "^9.3.0",
55
55
  "jsdom": "^20.0.3",
56
56
  "prettier": "^2.7.1",
57
- "start-server-and-test": "^1.15.2",
58
- "vite": "^4.0.0",
59
- "vite-plugin-mkcert": "^1.13.0",
60
- "vitest": "^0.25.6",
61
- "vue": "^3.2.45"
57
+ "start-server-and-test": "^2.0.0",
58
+ "vite": "^4.2.0",
59
+ "vite-plugin-mkcert": "^1.13.3",
60
+ "vitest": "^0.29.7",
61
+ "vue": "^3.2.47"
62
62
  }
63
63
  }