wbfy 3.6.13 → 3.7.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 +6 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "wbfy",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.7.0",
|
4
4
|
"description": "A tool for applying WillBooster's conventional configures to npm packages",
|
5
5
|
"repository": "github:WillBooster/wbfy",
|
6
6
|
"license": "Apache-2.0",
|
@@ -13,7 +13,7 @@
|
|
13
13
|
],
|
14
14
|
"scripts": {
|
15
15
|
"build": "build-ts app",
|
16
|
-
"check-all-for-ai": "yarn check-for-ai && yarn test
|
16
|
+
"check-all-for-ai": "yarn check-for-ai && yarn test",
|
17
17
|
"check-for-ai": "yarn install > /dev/null && yarn format > /dev/null 2> /dev/null || true && yarn lint-fix --quiet && yarn typecheck",
|
18
18
|
"cleanup": "yarn format && yarn lint-fix",
|
19
19
|
"format": "sort-package-json && yarn prettify",
|
@@ -23,7 +23,7 @@
|
|
23
23
|
"prepack": "pinst --disable",
|
24
24
|
"postpack": "pinst --enable",
|
25
25
|
"prepare": "husky || true",
|
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/**\"",
|
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",
|
27
27
|
"release": "yarn build && semantic-release",
|
28
28
|
"start": "build-ts run src/index.ts --env .env --",
|
29
29
|
"start-prod": "yarn build && yarn wbfy",
|
@@ -62,7 +62,7 @@
|
|
62
62
|
"@yarnpkg/core": "4.4.2",
|
63
63
|
"build-ts": "15.0.16",
|
64
64
|
"conventional-changelog-conventionalcommits": "9.1.0",
|
65
|
-
"eslint": "9.
|
65
|
+
"eslint": "9.32.0",
|
66
66
|
"eslint-config-flat-gitignore": "2.1.0",
|
67
67
|
"eslint-config-prettier": "10.1.8",
|
68
68
|
"eslint-import-resolver-typescript": "4.4.4",
|
@@ -74,7 +74,7 @@
|
|
74
74
|
"globals": "16.3.0",
|
75
75
|
"husky": "9.1.7",
|
76
76
|
"jest": "30.0.5",
|
77
|
-
"lint-staged": "16.1.
|
77
|
+
"lint-staged": "16.1.4",
|
78
78
|
"micromatch": "4.0.8",
|
79
79
|
"pinst": "3.0.0",
|
80
80
|
"prettier": "3.6.2",
|
@@ -84,7 +84,7 @@
|
|
84
84
|
"ts-node": "10.9.2",
|
85
85
|
"type-fest": "4.41.0",
|
86
86
|
"typescript": "5.9.2",
|
87
|
-
"typescript-eslint": "8.
|
87
|
+
"typescript-eslint": "8.39.0",
|
88
88
|
"vitest": "3.2.4"
|
89
89
|
},
|
90
90
|
"packageManager": "yarn@4.9.2",
|