react-autoql 4.1.0 → 4.2.2
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/autoql.esm.css +954 -908
- package/dist/autoql.esm.css.gz +0 -0
- package/dist/autoql.esm.js +3 -22983
- package/dist/autoql.esm.js.gz +0 -0
- package/package.json +5 -7
package/dist/autoql.esm.js.gz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-autoql",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.2.2",
|
|
4
4
|
"description": "React Widget Library",
|
|
5
5
|
"main": "dist/autoql.cjs.js",
|
|
6
6
|
"module": "dist/autoql.esm.js",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"test:coverage": "npm test -- --coverage",
|
|
19
19
|
"test:badges": "npm run test:coverage && npx make-coverage-badge --output-path ./public/badge.svg",
|
|
20
20
|
"test:staged": "jest --findRelatedTests",
|
|
21
|
-
"build": "
|
|
21
|
+
"build": "rollup -c",
|
|
22
22
|
"lint": "eslint '**/*.js'",
|
|
23
23
|
"lint:fix": "prettier-eslint '**/*.js' --write",
|
|
24
24
|
"prepublish": "npx rimraf dist && npm run build",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"style": "dist/autoql.esm.css",
|
|
29
29
|
"husky": {
|
|
30
30
|
"hooks": {
|
|
31
|
-
"pre-commit": "
|
|
31
|
+
"pre-commit": "npm run packexample && git add example/package/react-autoql-0.0.0-semantically-released.tgz && npx jest --clearCache && npm run test"
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
"lint-staged": {
|
|
@@ -48,9 +48,6 @@
|
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@babel/runtime": "^7.16.0",
|
|
51
|
-
"@material-ui/core": "^4.11.3",
|
|
52
|
-
"@material-ui/lab": "^4.0.0-alpha.60",
|
|
53
|
-
"@react-icons/all-files": "^4.1.0",
|
|
54
51
|
"axios": "^0.21.1",
|
|
55
52
|
"d3-array": "^2.3.3",
|
|
56
53
|
"d3-axis": "^1.0.12",
|
|
@@ -102,11 +99,12 @@
|
|
|
102
99
|
"react-switch": "^6.0.0",
|
|
103
100
|
"react-tabulator": "^0.13.2",
|
|
104
101
|
"react-tiny-popover": "^3.4.5",
|
|
105
|
-
"react-toastify": "^
|
|
102
|
+
"react-toastify": "^8.2.0",
|
|
106
103
|
"react-tooltip": "4.2.10",
|
|
107
104
|
"recordrtc": "^5.6.1",
|
|
108
105
|
"sanitize-html": "^2.3.2",
|
|
109
106
|
"sql-formatter": "^2.3.3",
|
|
107
|
+
"stylis": "^4.0.4",
|
|
110
108
|
"tabulator-tables": "4.7.2",
|
|
111
109
|
"throttle-debounce": "^2.1.0",
|
|
112
110
|
"uuid": "^8.3.2"
|