react-autoql 7.0.0 → 7.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.
- package/CHANGELOG.md +356 -0
- package/dist/autoql.cjs.js +1 -1
- package/dist/autoql.cjs.js.gz +0 -0
- package/dist/autoql.esm.css +49 -45
- package/dist/autoql.esm.css.gz +0 -0
- package/dist/autoql.esm.js +1 -1
- package/dist/autoql.esm.js.gz +0 -0
- package/package.json +1 -5
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": "7.
|
|
3
|
+
"version": "7.1.0",
|
|
4
4
|
"description": "React Widget Library",
|
|
5
5
|
"main": "dist/autoql.cjs.js",
|
|
6
6
|
"module": "dist/autoql.esm.js",
|
|
@@ -24,7 +24,6 @@
|
|
|
24
24
|
"watch": "npm-watch",
|
|
25
25
|
"dev": "npm run watch devscript",
|
|
26
26
|
"devscript": "export NODE_ENV=dev && npm run build",
|
|
27
|
-
"packexample": "cd example/package && npm pack ../..",
|
|
28
27
|
"test": "jest --silent=false",
|
|
29
28
|
"test:changed": "jest --onlyChanged",
|
|
30
29
|
"test:watch": "jest --watch",
|
|
@@ -43,7 +42,6 @@
|
|
|
43
42
|
"style": "dist/autoql.esm.css",
|
|
44
43
|
"husky": {
|
|
45
44
|
"hooks": {
|
|
46
|
-
"pre-commit": "npm run build && npm run packexample && git add example/package/react-autoql-0.0.0-semantically-released.tgz",
|
|
47
45
|
"pre-push": "npx jest --clearCache && npm run test"
|
|
48
46
|
}
|
|
49
47
|
},
|
|
@@ -172,8 +170,6 @@
|
|
|
172
170
|
"npm-watch": "^0.11.0",
|
|
173
171
|
"prettier": "^2.7.1",
|
|
174
172
|
"pretty-quick": "^3.1.3",
|
|
175
|
-
"react": "^16.14.0",
|
|
176
|
-
"react-dom": "^16.14.0",
|
|
177
173
|
"react-test-renderer": "^16.11.0",
|
|
178
174
|
"rimraf": "^2.7.1",
|
|
179
175
|
"rollup": "^2.59.0",
|