@cgarciagarcia/react-query-builder 1.6.2 → 1.7.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/README.md +3 -0
- package/package.json +5 -4
package/README.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
[](https://coveralls.io/github/cgarciagarcia/react-query-builder)
|
|
2
|
+
|
|
3
|
+
|
|
1
4
|
**TypeScript Query Builder** provides a way to build a query string compatible with
|
|
2
5
|
[spatie/laravel-query-builder](https://github.com/spatie/laravel-query-builder).
|
|
3
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cgarciagarcia/react-query-builder",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -12,7 +12,8 @@
|
|
|
12
12
|
"clean": "rm -rf dist",
|
|
13
13
|
"test": "jest",
|
|
14
14
|
"build": "npm run clean && tsc -p tsconfig.json && tsc-alias",
|
|
15
|
-
"
|
|
15
|
+
"tag:generate": "standard-version && git push --follow-tags --no-verify",
|
|
16
|
+
"release": "pnpm tag:generate && pnpm build && rm -rf ./dist/tests && npm publish && rm -rf ./dist",
|
|
16
17
|
"prepare": "husky",
|
|
17
18
|
"pre-commit": "npm run lint && npm run test"
|
|
18
19
|
},
|
|
@@ -21,8 +22,7 @@
|
|
|
21
22
|
"url": "git+https://github.com/cgarciagarcia/react-query-builder.git"
|
|
22
23
|
},
|
|
23
24
|
"dependencies": {
|
|
24
|
-
"react": "^18.2.0"
|
|
25
|
-
"tsc-alias": "^1.8.10"
|
|
25
|
+
"react": "^18.2.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@commitlint/cli": "^19.3.0",
|
|
@@ -49,6 +49,7 @@
|
|
|
49
49
|
"standard-version": "^9.5.0",
|
|
50
50
|
"ts-jest": "^29.2.3",
|
|
51
51
|
"ts-node": "^10.9.2",
|
|
52
|
+
"tsc-alias": "^1.8.10",
|
|
52
53
|
"typescript": "^5.2.2"
|
|
53
54
|
},
|
|
54
55
|
"keywords": [
|