@devbro/neko-router 0.1.21 → 0.1.22

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 (1) hide show
  1. package/package.json +3 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devbro/neko-router",
3
- "version": "0.1.21",
3
+ "version": "0.1.22",
4
4
  "description": "Fast, flexible URI-to-controller router that maps every request to exactly the right destination",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.mjs",
@@ -21,20 +21,16 @@
21
21
  "bench": "vitest bench",
22
22
  "test:watch": "vitest watch",
23
23
  "test:coverage": "vitest run --coverage",
24
- "format": "eslint . --fix --ext ts,tsx --report-unused-disable-directives --max-warnings 0 ",
24
+ "format": "biome check --write .",
25
25
  "prepare": "husky",
26
- "prettier": "prettier --write .",
26
+ "prettier": "biome format --write .",
27
27
  "clean": "rm -rf dist"
28
28
  },
29
29
  "author": "Farzad Meow Khalafi",
30
30
  "license": "MIT",
31
31
  "devDependencies": {
32
32
  "@types/node": "^24.1.0",
33
- "@typescript-eslint/eslint-plugin": "^7.1.1",
34
- "@typescript-eslint/parser": "^7.1.1",
35
- "eslint": "8.57.0",
36
33
  "husky": "^9.1.7",
37
- "prettier": "^3.5.3",
38
34
  "tsup": "^8.0.2",
39
35
  "typescript": "^5.9.3",
40
36
  "vitest": "^3.2.4"