@ututrust/web-components 1.2.8 → 2.0.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/dist/index.js +62771 -52171
- package/dist/index.js.map +1 -1
- package/package.json +26 -26
- 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.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"lint": "eslint 'src/**/*.{ts,tsx}' --fix",
|
|
18
18
|
"test": "jest --watch",
|
|
19
19
|
"api-mock": "json-server --watch src/api-mock/db.json --routes src/api-mock/routes.json --port 3051",
|
|
20
|
+
"api-mock2":"node src/api-mock/index.js",
|
|
20
21
|
"prepare": "npm run build"
|
|
21
22
|
},
|
|
22
23
|
"repository": {
|
|
@@ -29,10 +30,11 @@
|
|
|
29
30
|
"homepage": "https://bitbucket.org/utu-technologies/utu-trust-sdk#readme",
|
|
30
31
|
"dependencies": {
|
|
31
32
|
"@burner-wallet/burner-connect-provider": "^0.1.1",
|
|
32
|
-
"
|
|
33
|
+
"@rollup/plugin-terser": "^0.4.0",
|
|
34
|
+
"axios": "^1.3.4",
|
|
33
35
|
"core-js": "^3.8.3",
|
|
34
36
|
"enzyme": "^3.11.0",
|
|
35
|
-
"enzyme-adapter-preact-pure": "^
|
|
37
|
+
"enzyme-adapter-preact-pure": "^4.1.0",
|
|
36
38
|
"ethers": "^5.5.3",
|
|
37
39
|
"gulp-postcss": "^9.0.0",
|
|
38
40
|
"jwt-decode": "^3.1.2",
|
|
@@ -41,14 +43,15 @@
|
|
|
41
43
|
"preact-markup": "^2.0.0",
|
|
42
44
|
"preact-render-to-string": "^5.1.12",
|
|
43
45
|
"qs": "^6.10.0",
|
|
44
|
-
"react-hook-form": "^
|
|
45
|
-
"react-loader-spinner": "^
|
|
46
|
+
"react-hook-form": "^7.43.3",
|
|
47
|
+
"react-loader-spinner": "^5.3.4",
|
|
46
48
|
"react-media-recorder": "github:utu-technologies/react-media-recorder",
|
|
47
49
|
"react-media-recorder-readable-storage": "github:utu-technologies/react-media-recorder-readable-storage",
|
|
48
50
|
"react-stars": "^2.2.5",
|
|
49
51
|
"sass": "^1.49.9",
|
|
50
52
|
"tus-js-client": "^2.3.0",
|
|
51
|
-
"web3modal": "^1.4.0"
|
|
53
|
+
"web3modal": "^1.4.0",
|
|
54
|
+
"json-server": "^0.17.2"
|
|
52
55
|
},
|
|
53
56
|
"devDependencies": {
|
|
54
57
|
"@babel/core": "^7.12.10",
|
|
@@ -57,46 +60,43 @@
|
|
|
57
60
|
"@babel/preset-env": "^7.12.11",
|
|
58
61
|
"@babel/preset-react": "^7.12.10",
|
|
59
62
|
"@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": "^
|
|
63
|
+
"@rollup/plugin-alias": "^4.0.3",
|
|
64
|
+
"@rollup/plugin-babel": "^6.0.3",
|
|
65
|
+
"@rollup/plugin-commonjs": "^24.0.1",
|
|
66
|
+
"@rollup/plugin-json": "^6.0.0",
|
|
67
|
+
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
68
|
+
"@rollup/plugin-replace": "^5.0.2",
|
|
69
|
+
"@rollup/plugin-strip": "^3.0.2",
|
|
67
70
|
"@types/enzyme": "^3.10.8",
|
|
68
71
|
"@types/jest": "^26.0.20",
|
|
69
72
|
"@types/preact-custom-element": "^4.0.0",
|
|
70
73
|
"@types/qs": "^6.9.6",
|
|
71
74
|
"@types/react-stars": "^2.2.0",
|
|
72
|
-
"@types/uuid": "^
|
|
73
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
74
|
-
"@typescript-eslint/parser": "^
|
|
75
|
-
"autoprefixer": "^
|
|
75
|
+
"@types/uuid": "^9.0.1",
|
|
76
|
+
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
|
77
|
+
"@typescript-eslint/parser": "^5.54.0",
|
|
78
|
+
"autoprefixer": "^10.4.13",
|
|
76
79
|
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
|
|
77
80
|
"browser-sync": "^2.26.14",
|
|
78
81
|
"del": "^6.0.0",
|
|
79
|
-
"dotenv": "^
|
|
82
|
+
"dotenv": "^16.0.3",
|
|
80
83
|
"enzyme-to-json": "^3.6.1",
|
|
81
|
-
"eslint": "^
|
|
82
|
-
"eslint-config-airbnb-typescript": "^
|
|
83
|
-
"eslint-config-airbnb-typescript-prettier": "^
|
|
84
|
+
"eslint": "^8.35.0",
|
|
85
|
+
"eslint-config-airbnb-typescript": "^17.0.0",
|
|
86
|
+
"eslint-config-airbnb-typescript-prettier": "^5.0.0",
|
|
84
87
|
"eslint-plugin-import": "^2.22.1",
|
|
85
88
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
86
89
|
"eslint-plugin-react": "^7.22.0",
|
|
87
90
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
88
91
|
"gulp": "^4.0.2",
|
|
89
92
|
"gulp-terser": "^2.0.1",
|
|
90
|
-
"jest": "^
|
|
91
|
-
"json-server": "^0.16.3",
|
|
92
|
-
"node-sass": "^5.0.0",
|
|
93
|
+
"jest": "^29.4.3",
|
|
93
94
|
"postcss": "^8.3.5",
|
|
94
95
|
"prettier": "^2.2.1",
|
|
95
|
-
"rollup": "^
|
|
96
|
+
"rollup": "^3.18.0",
|
|
96
97
|
"rollup-plugin-filesize": "^9.1.0",
|
|
97
98
|
"rollup-plugin-postcss": "^4.0.0",
|
|
98
99
|
"rollup-plugin-sourcemaps": "^0.6.3",
|
|
99
|
-
"rollup-plugin-terser": "^7.0.2",
|
|
100
100
|
"typescript": "^4.0.0"
|
|
101
101
|
},
|
|
102
102
|
"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
|
-
|