@willbooster/wbfy 1.15.6 → 2.0.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.
Files changed (2) hide show
  1. package/dist/index.js +91 -92
  2. package/package.json +7 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@willbooster/wbfy",
3
- "version": "1.15.6",
3
+ "version": "2.0.0",
4
4
  "description": "A tool for applying WillBooster's conventional configures to npm packages",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,14 +17,14 @@
17
17
  ],
18
18
  "scripts": {
19
19
  "build": "build-ts app",
20
- "cleanup": "yarn format && yarn lint-fix",
21
- "format": "sort-package-json && yarn format-code",
20
+ "cleanup": "bun run format && bun run lint-fix",
21
+ "format": "sort-package-json && bun run format-code",
22
22
  "format-code": "oxfmt --write --no-error-on-unmatched-pattern . '!**/package.json'",
23
23
  "lint": "oxlint --type-aware --type-check --no-error-on-unmatched-pattern .",
24
- "lint-fix": "yarn lint --fix",
24
+ "lint-fix": "bun run lint --fix",
25
25
  "start": "build-ts run src/index.ts --env .env --",
26
- "start-prod": "yarn build && yarn wbfy",
27
- "test": "yarn run test/ci-setup && vitest test",
26
+ "start-prod": "bun run build && bun wbfy",
27
+ "test": "bun run test/ci-setup && vitest test",
28
28
  "test/ci-setup": "rm -Rf test-fixtures/wbfy && mkdir -p test-fixtures && git clone https://github.com/WillBooster/test-fixtures-for-wbfy.git test-fixtures/wbfy",
29
29
  "typecheck": "wb typecheck",
30
30
  "verify": "wb verify",
@@ -58,8 +58,7 @@
58
58
  "@types/yargs": "17.0.35",
59
59
  "@willbooster/oxfmt-config": "1.2.2",
60
60
  "@willbooster/oxlint-config": "1.4.8",
61
- "@willbooster/wb": "13.28.7",
62
- "@yarnpkg/core": "4.7.0",
61
+ "@willbooster/wb": "14.0.0",
63
62
  "build-ts": "17.1.34",
64
63
  "lefthook": "2.1.10",
65
64
  "oxfmt": "0.59.0",