-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
26 changed files
with
70 additions
and
310 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@keyvhq/compress", | ||
"description": "Adds compression bindings for your Keyv instance, saving as much space as you can.", | ||
"homepage": "https://keyv.js.org", | ||
"version": "1.6.6", | ||
"version": "1.6.13", | ||
"main": "src/index.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@keyvhq/core", | ||
"description": "Simple key-value storage with support for multiple backends", | ||
"homepage": "https://keyv.js.org", | ||
"version": "1.6.9", | ||
"version": "1.6.13", | ||
"main": "src/index.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@keyvhq/memoize", | ||
"description": "Memoize any function using Keyv as storage backend.", | ||
"homepage": "https://keyv.js.org", | ||
"version": "1.6.9", | ||
"version": "1.6.13", | ||
"main": "src/index.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -27,7 +27,7 @@ | |
"value" | ||
], | ||
"dependencies": { | ||
"@keyvhq/core": "^1.6.9", | ||
"@keyvhq/core": "^1.6.13", | ||
"mimic-fn": "~3.0.0" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@keyvhq/mongo", | ||
"description": "MongoDB storage adapter for Keyv", | ||
"homepage": "https://keyv.js.org", | ||
"version": "1.6.12", | ||
"version": "1.6.13", | ||
"main": "src/index.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@keyvhq/multi", | ||
"description": "Layered cache with any backend", | ||
"homepage": "https://keyv.js.org", | ||
"version": "1.6.9", | ||
"version": "1.6.13", | ||
"main": "src/index.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -27,7 +27,7 @@ | |
"value" | ||
], | ||
"dependencies": { | ||
"@keyvhq/core": "^1.6.9" | ||
"@keyvhq/core": "^1.6.13" | ||
}, | ||
"devDependencies": { | ||
"@keyvhq/compress": "latest", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@keyvhq/mysql", | ||
"description": "MySQL/MariaDB storage adapter for Keyv", | ||
"homepage": "https://keyv.js.org", | ||
"version": "1.6.7", | ||
"version": "1.6.13", | ||
"main": "src/index.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -31,7 +31,7 @@ | |
"value" | ||
], | ||
"dependencies": { | ||
"@keyvhq/sql": "^1.6.7", | ||
"@keyvhq/sql": "^1.6.13", | ||
"mysql2": "~2.3.3" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@keyvhq/offline", | ||
"description": "Adding offline capabilities for your keyv instance.", | ||
"homepage": "https://keyv.js.org", | ||
"version": "1.6.6", | ||
"version": "1.6.13", | ||
"main": "src/index.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
Oops, something went wrong.