@willbooster/wb 11.0.11 → 11.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/dist/index.js +2 -2
- package/package.json +4 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@willbooster/wb",
|
|
3
|
-
"version": "11.0
|
|
3
|
+
"version": "11.1.0",
|
|
4
4
|
"description": "CLI tool for WillBooster projects",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -18,10 +18,9 @@
|
|
|
18
18
|
"scripts": {
|
|
19
19
|
"build": "yarn start buildIfNeeded --command 'yarn build-ts app'",
|
|
20
20
|
"check-all-for-ai": "yarn check-for-ai && yarn test",
|
|
21
|
-
"check-for-ai": "yarn install > /dev/null && yarn
|
|
21
|
+
"check-for-ai": "yarn install > /dev/null && yarn format > /dev/null 2> /dev/null || true && yarn lint-fix --quiet && yarn typecheck",
|
|
22
22
|
"cleanup": "yarn format && yarn lint-fix",
|
|
23
23
|
"format": "sort-package-json && yarn prettify",
|
|
24
|
-
"gen-code": "prisma generate",
|
|
25
24
|
"lint": "eslint --color",
|
|
26
25
|
"lint-fix": "yarn lint --fix",
|
|
27
26
|
"prettify": "prettier --cache --color --write \"**/{.*/,}*.{cjs,css,cts,htm,html,java,js,json,json5,jsonc,jsx,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}\" \"!**/test{-,/}fixtures/**\" || true",
|
|
@@ -63,13 +62,12 @@
|
|
|
63
62
|
"globals": "16.5.0",
|
|
64
63
|
"lint-staged": "16.2.7",
|
|
65
64
|
"micromatch": "4.0.8",
|
|
66
|
-
"prettier": "3.7.
|
|
65
|
+
"prettier": "3.7.4",
|
|
67
66
|
"prettier-plugin-java": "2.7.7",
|
|
68
|
-
"prisma": "7.0.0",
|
|
69
67
|
"sort-package-json": "3.5.0",
|
|
70
68
|
"type-fest": "5.2.0",
|
|
71
69
|
"typescript": "5.9.3",
|
|
72
|
-
"typescript-eslint": "8.48.
|
|
70
|
+
"typescript-eslint": "8.48.1",
|
|
73
71
|
"vitest": "4.0.10"
|
|
74
72
|
},
|
|
75
73
|
"engines": {
|