Skip to content

Commit

Permalink
chore: add contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Sep 29, 2023
1 parent ea05353 commit 5cc43fe
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 20 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@
"name": "Jitendra Adhikari",
"email": "[email protected]"
},
{
"name": "Loïc Mahieu",
"email": "[email protected]"
},
{
"name": "Mateu Aguiló Bosch",
"email": "[email protected]"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "Simple key-value storage with support for multiple backends",
"homepage": "https://keyv.js.org",
"version": "2.0.0",
"types": "./src/index.d.ts",
"main": "src/index.js",
"author": {
"email": "[email protected]",
Expand Down Expand Up @@ -53,6 +54,5 @@
},
"tsd": {
"directory": "test"
},
"types": "./src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "A file storage adapter for Keyv",
"homepage": "https://keyv.js.org",
"version": "2.0.0",
"types": "src/index.d.ts",
"main": "src/index.js",
"author": {
"email": "[email protected]",
Expand Down Expand Up @@ -54,6 +55,5 @@
},
"tsd": {
"directory": "test"
},
"types": "src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/memoize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "Memoize any function using Keyv as storage backend.",
"homepage": "https://keyv.js.org",
"version": "2.0.3",
"types": "./src/index.d.ts",
"main": "src/index.js",
"author": {
"email": "[email protected]",
Expand Down Expand Up @@ -46,6 +47,5 @@
"license": "MIT",
"publishConfig": {
"access": "public"
},
"types": "./src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/mongo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "MongoDB storage adapter for Keyv",
"homepage": "https://keyv.js.org",
"version": "2.0.0",
"types": "./src/index.d.ts",
"main": "src/index.js",
"author": {
"email": "[email protected]",
Expand Down Expand Up @@ -58,6 +59,5 @@
},
"tsd": {
"directory": "test"
},
"types": "./src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/multi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "Layered cache with any backend",
"homepage": "https://keyv.js.org",
"version": "2.0.3",
"types": "./src/index.d.ts",
"main": "src/index.js",
"author": {
"email": "[email protected]",
Expand Down Expand Up @@ -54,6 +55,5 @@
},
"tsd": {
"directory": "test"
},
"types": "./src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "MySQL/MariaDB storage adapter for Keyv",
"homepage": "https://keyv.js.org",
"version": "2.0.3",
"types": "./src/index.d.ts",
"main": "src/index.js",
"author": {
"email": "[email protected]",
Expand Down Expand Up @@ -59,6 +60,5 @@
},
"tsd": {
"directory": "test"
},
"types": "./src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "PostgreSQL storage adapter for Keyv",
"homepage": "https://keyv.js.org",
"version": "2.0.2",
"types": "./src/index.d.ts",
"main": "src/index.js",
"author": {
"email": "[email protected]",
Expand Down Expand Up @@ -59,6 +60,5 @@
},
"tsd": {
"directory": "test"
},
"types": "./src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "Redis storage adapter for Keyv",
"homepage": "https://github.com/microlinkhq/keyv",
"version": "2.0.0",
"types": "./src/index.d.ts",
"main": "src/index.js",
"author": {
"email": "[email protected]",
Expand Down Expand Up @@ -60,6 +61,5 @@
},
"tsd": {
"directory": "test"
},
"types": "./src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "SQLite storage adapter for Keyv",
"homepage": "https://keyv.js.org",
"version": "2.0.0",
"types": "./src/index.d.ts",
"main": "src/index.js",
"author": {
"email": "[email protected]",
Expand Down Expand Up @@ -59,6 +60,5 @@
},
"tsd": {
"directory": "test"
},
"types": "./src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/stats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "Collects metrics for a Keyv instance over time.",
"homepage": "https://keyv.js.org",
"version": "2.0.3",
"types": "./src/index.d.ts",
"main": "src/index.js",
"author": {
"email": "[email protected]",
Expand Down Expand Up @@ -47,6 +48,5 @@
},
"tsd": {
"directory": "test"
},
"types": "./src/index.d.ts"
}
}

0 comments on commit 5cc43fe

Please sign in to comment.