@ututrust/web-components 1.2.8 → 2.0.0-alpha.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/dist/index.js +52725 -48395
- package/dist/index.js.map +1 -1
- package/package.json +24 -25
- package/CHANGELOG.md +0 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ututrust/web-components",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0-alpha.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -29,10 +29,11 @@
|
|
|
29
29
|
"homepage": "https://bitbucket.org/utu-technologies/utu-trust-sdk#readme",
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@burner-wallet/burner-connect-provider": "^0.1.1",
|
|
32
|
-
"
|
|
32
|
+
"@rollup/plugin-terser": "^0.4.0",
|
|
33
|
+
"axios": "^1.3.4",
|
|
33
34
|
"core-js": "^3.8.3",
|
|
34
35
|
"enzyme": "^3.11.0",
|
|
35
|
-
"enzyme-adapter-preact-pure": "^
|
|
36
|
+
"enzyme-adapter-preact-pure": "^4.1.0",
|
|
36
37
|
"ethers": "^5.5.3",
|
|
37
38
|
"gulp-postcss": "^9.0.0",
|
|
38
39
|
"jwt-decode": "^3.1.2",
|
|
@@ -41,8 +42,8 @@
|
|
|
41
42
|
"preact-markup": "^2.0.0",
|
|
42
43
|
"preact-render-to-string": "^5.1.12",
|
|
43
44
|
"qs": "^6.10.0",
|
|
44
|
-
"react-hook-form": "^
|
|
45
|
-
"react-loader-spinner": "^
|
|
45
|
+
"react-hook-form": "^7.43.3",
|
|
46
|
+
"react-loader-spinner": "^5.3.4",
|
|
46
47
|
"react-media-recorder": "github:utu-technologies/react-media-recorder",
|
|
47
48
|
"react-media-recorder-readable-storage": "github:utu-technologies/react-media-recorder-readable-storage",
|
|
48
49
|
"react-stars": "^2.2.5",
|
|
@@ -57,46 +58,44 @@
|
|
|
57
58
|
"@babel/preset-env": "^7.12.11",
|
|
58
59
|
"@babel/preset-react": "^7.12.10",
|
|
59
60
|
"@babel/preset-typescript": "^7.12.7",
|
|
60
|
-
"@rollup/plugin-alias": "^
|
|
61
|
-
"@rollup/plugin-babel": "^
|
|
62
|
-
"@rollup/plugin-commonjs": "^
|
|
63
|
-
"@rollup/plugin-json": "^
|
|
64
|
-
"@rollup/plugin-node-resolve": "^
|
|
65
|
-
"@rollup/plugin-replace": "^
|
|
66
|
-
"@rollup/plugin-strip": "^
|
|
61
|
+
"@rollup/plugin-alias": "^4.0.3",
|
|
62
|
+
"@rollup/plugin-babel": "^6.0.3",
|
|
63
|
+
"@rollup/plugin-commonjs": "^24.0.1",
|
|
64
|
+
"@rollup/plugin-json": "^6.0.0",
|
|
65
|
+
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
66
|
+
"@rollup/plugin-replace": "^5.0.2",
|
|
67
|
+
"@rollup/plugin-strip": "^3.0.2",
|
|
67
68
|
"@types/enzyme": "^3.10.8",
|
|
68
69
|
"@types/jest": "^26.0.20",
|
|
69
70
|
"@types/preact-custom-element": "^4.0.0",
|
|
70
71
|
"@types/qs": "^6.9.6",
|
|
71
72
|
"@types/react-stars": "^2.2.0",
|
|
72
|
-
"@types/uuid": "^
|
|
73
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
74
|
-
"@typescript-eslint/parser": "^
|
|
75
|
-
"autoprefixer": "^
|
|
73
|
+
"@types/uuid": "^9.0.1",
|
|
74
|
+
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
|
75
|
+
"@typescript-eslint/parser": "^5.54.0",
|
|
76
|
+
"autoprefixer": "^10.4.13",
|
|
76
77
|
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
|
|
77
78
|
"browser-sync": "^2.26.14",
|
|
78
79
|
"del": "^6.0.0",
|
|
79
|
-
"dotenv": "^
|
|
80
|
+
"dotenv": "^16.0.3",
|
|
80
81
|
"enzyme-to-json": "^3.6.1",
|
|
81
|
-
"eslint": "^
|
|
82
|
-
"eslint-config-airbnb-typescript": "^
|
|
83
|
-
"eslint-config-airbnb-typescript-prettier": "^
|
|
82
|
+
"eslint": "^8.35.0",
|
|
83
|
+
"eslint-config-airbnb-typescript": "^17.0.0",
|
|
84
|
+
"eslint-config-airbnb-typescript-prettier": "^5.0.0",
|
|
84
85
|
"eslint-plugin-import": "^2.22.1",
|
|
85
86
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
86
87
|
"eslint-plugin-react": "^7.22.0",
|
|
87
88
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
88
89
|
"gulp": "^4.0.2",
|
|
89
90
|
"gulp-terser": "^2.0.1",
|
|
90
|
-
"jest": "^
|
|
91
|
-
"json-server": "^0.
|
|
92
|
-
"node-sass": "^5.0.0",
|
|
91
|
+
"jest": "^29.4.3",
|
|
92
|
+
"json-server": "^0.17.2",
|
|
93
93
|
"postcss": "^8.3.5",
|
|
94
94
|
"prettier": "^2.2.1",
|
|
95
|
-
"rollup": "^
|
|
95
|
+
"rollup": "^3.18.0",
|
|
96
96
|
"rollup-plugin-filesize": "^9.1.0",
|
|
97
97
|
"rollup-plugin-postcss": "^4.0.0",
|
|
98
98
|
"rollup-plugin-sourcemaps": "^0.6.3",
|
|
99
|
-
"rollup-plugin-terser": "^7.0.2",
|
|
100
99
|
"typescript": "^4.0.0"
|
|
101
100
|
},
|
|
102
101
|
"proxy": "http://localhost:2080",
|
package/CHANGELOG.md
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
# UTU Trust SDK Changelog
|
|
2
|
-
|
|
3
|
-
## v1.0.1 (20 April 2021)
|
|
4
|
-
* Initial release supporting feedbac summary, badges, star rating and text
|
|
5
|
-
review
|
|
6
|
-
|
|
7
|
-
## v1.1.0 (7 September 2021)
|
|
8
|
-
* Added video reviews as feedback component
|
|
9
|
-
* Various design improvements
|
|
10
|
-
* Cleaned up repository to include README, CHANGELOG and LICENSE in the
|
|
11
|
-
utu-web-components sub-package of the utu-trust-sdk workspace
|
|
12
|
-
|
|
13
|
-
## v1.1.1 (7 September 2021)
|
|
14
|
-
* Include README.md, CHANGELOG.md and LICENSE.TXT
|
|
15
|
-
|
|
16
|
-
## v1.1.2 (7 September 2021)
|
|
17
|
-
* Re-publish as production build
|
|
18
|
-
|
|
19
|
-
## v1.1.3 (7 September 2021)
|
|
20
|
-
* Remove explicit including of README.md, CHANGELOG.md and LICENSE.TXT
|
|
21
|
-
because this happens automatically
|
|
22
|
-
|
|
23
|
-
|