@keyv/serialize
Advanced tools
+21
-15
| { | ||
| "name": "@keyv/serialize", | ||
| "version": "1.1.1", | ||
| "version": "6.0.0-alpha.1", | ||
| "description": "Serialization for Keyv", | ||
| "type": "module", | ||
| "main": "dist/index.cjs", | ||
| "module": "dist/index.js", | ||
| "types": "dist/index.d.ts", | ||
| "main": "./dist/index.js", | ||
| "module": "./dist/index.js", | ||
| "types": "./dist/index.d.ts", | ||
| "exports": { | ||
| ".": { | ||
| "require": "./dist/index.cjs", | ||
| "import": "./dist/index.js" | ||
| "require": { | ||
| "types": "./dist/index.d.cts", | ||
| "default": "./dist/index.cjs" | ||
| }, | ||
| "import": { | ||
| "types": "./dist/index.d.ts", | ||
| "default": "./dist/index.js" | ||
| } | ||
| } | ||
@@ -33,10 +39,8 @@ }, | ||
| "devDependencies": { | ||
| "@biomejs/biome": "^2.2.3", | ||
| "@vitest/coverage-v8": "^3.2.4", | ||
| "rimraf": "^6.0.1", | ||
| "@biomejs/biome": "^2.3.13", | ||
| "@vitest/coverage-v8": "^4.0.18", | ||
| "rimraf": "^6.1.2", | ||
| "tsd": "^0.33.0", | ||
| "typescript": "^5.9.2", | ||
| "vitest": "^3.2.4", | ||
| "@keyv/test-suite": "^2.1.1", | ||
| "keyv": "^5.5.0" | ||
| "typescript": "^5.9.3", | ||
| "vitest": "^4.0.18" | ||
| }, | ||
@@ -52,6 +56,8 @@ "tsd": { | ||
| "build": "rimraf ./dist && tsup src/index.ts --format cjs,esm --dts --clean", | ||
| "test": "biome check --write && vitest run --coverage", | ||
| "test:ci": "biome check && vitest --run --sequence.setupFiles=list --coverage", | ||
| "lint": "biome check --write --error-on-warnings", | ||
| "lint:ci": "biome check --error-on-warnings", | ||
| "test": "pnpm lint && vitest run --coverage", | ||
| "test:ci": "pnpm lint:ci && vitest --run --sequence.setupFiles=list --coverage", | ||
| "clean": "rimraf ./node_modules ./coverage ./dist" | ||
| } | ||
| } |
+1
-1
@@ -11,3 +11,3 @@ # @keyv/serialize [<img width="100" align="right" src="https://jaredwray.com/images/keyv-symbol.svg" alt="keyv">](https://github.com/jaredwra/keyv) | ||
| This is the serialization functionality for [Keyv](https://github.com/jaredwray/keyv/tree/main/packages/keyv). It is used to serialize and deserialize data for storage and retrieval. You can also create your own [custom serialization functions](https://github.com/jaredwray/keyv/tree/main/packages/keyv#custom-serializers). | ||
| This is the serialization functionality for [Keyv](https://github.com/jaredwray/keyv/tree/main/core/keyv). It is used to serialize and deserialize data for storage and retrieval. You can also create your own [custom serialization functions](https://github.com/jaredwray/keyv/tree/main/core/keyv#custom-serializers). | ||
@@ -14,0 +14,0 @@ ## License |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
8290
2.26%6
-25%1
Infinity%