@rebilly/revel 5.7.0 → 5.8.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.
- package/CHANGELOG.md +7 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [5.8.0](https://github.com/Rebilly/rebilly/compare/revel-v5.7.0...revel-v5.8.0) (2023-09-05)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **risk-data-collector:** Update FringerprintJS to PRO version ([#915](https://github.com/Rebilly/rebilly/issues/915)) ([e8fe36b](https://github.com/Rebilly/rebilly/commit/e8fe36b73738f42ccb3aa70c423204d2a2a461f4))
|
|
7
|
+
|
|
1
8
|
## [5.7.0](https://github.com/Rebilly/rebilly/compare/revel-v5.6.0...revel-v5.7.0) (2023-09-04)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rebilly/revel",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.8.0",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist",
|
|
6
6
|
"CHANGELOG.md"
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
},
|
|
25
25
|
"scripts": {
|
|
26
26
|
"dev": "yarn docs:dev",
|
|
27
|
-
"build": "concurrently yarn:format:check yarn:type:check yarn:build:only yarn:docs:build yarn:build
|
|
27
|
+
"build": "concurrently yarn:format:check yarn:type:check yarn:build:only yarn:docs:build yarn:build:types",
|
|
28
28
|
"build:only": "vite build",
|
|
29
29
|
"build:watch": "vite build --watch",
|
|
30
|
-
"build
|
|
30
|
+
"build:types": "vue-tsc -p tsconfig.build.json",
|
|
31
31
|
"serve": "vite preview",
|
|
32
32
|
"docs:dev": "vuepress dev docs",
|
|
33
33
|
"docs:build": "vuepress build docs",
|