@devbro/neko-cache 0.1.12 → 0.1.13

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 +4 -8
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@devbro/neko-cache",
3
- "version": "0.1.12",
4
- "description": "driver agnostic caching implementation",
3
+ "version": "0.1.13",
4
+ "description": "Driver-agnostic caching library that keeps your data close and your latency lower",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.mjs",
7
7
  "types": "./dist/cjs/index.d.ts",
@@ -20,9 +20,9 @@
20
20
  "test": "vitest run",
21
21
  "test:watch": "vitest watch",
22
22
  "test:coverage": "vitest run --coverage",
23
- "format": "eslint . --fix --ext ts,tsx --report-unused-disable-directives --max-warnings 0 ",
23
+ "format": "biome check --write .",
24
24
  "prepare": "husky",
25
- "prettier": "prettier --write .",
25
+ "prettier": "biome format --write .",
26
26
  "clean": "rm -rf dist"
27
27
  },
28
28
  "author": "Farzad Meow Khalafi",
@@ -30,12 +30,8 @@
30
30
  "devDependencies": {
31
31
  "@types/memcached": "^2.2.10",
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
34
  "memcached": "^2.2.2",
38
- "prettier": "^3.5.3",
39
35
  "redis": "^4.6.0",
40
36
  "tsup": "^8.5.1",
41
37
  "typescript": "^5.9.3",