-
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
18 changed files
with
94 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.2.4](https://github.com/microlinkhq/keyv/compare/v0.2.0...v0.2.4) (2021-07-01) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* typo keyvNamepsaceTests -> keyvNamepsaceTests ([d5b5577](https://github.com/microlinkhq/keyv/commit/d5b5577bf0bb151e0717a833ac8fae6cb5d1165f)) | ||
* typo opts -> options ([ce95753](https://github.com/microlinkhq/keyv/commit/ce957538f2881a0c31397a4f87b74efa081880b0)) |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.2.4](https://github.com/microlinkhq/keyv/compare/v0.2.0...v0.2.4) (2021-07-01) | ||
|
||
**Note:** Version bump only for package @keyvhq/keyv-mongo |
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/keyv-mongo", | ||
"description": "MongoDB storage adapter for Keyv", | ||
"homepage": "https://github.com/microlinkhq/keyv", | ||
"version": "0.2.0", | ||
"version": "0.2.4", | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.2.4](https://github.com/microlinkhq/keyv/compare/v0.2.0...v0.2.4) (2021-07-01) | ||
|
||
**Note:** Version bump only for package @keyvhq/keyv-mysql |
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/keyv-mysql", | ||
"description": "MySQL/MariaDB storage adapter for Keyv", | ||
"homepage": "https://github.com/microlinkhq/keyv", | ||
"version": "0.2.0", | ||
"version": "0.2.4", | ||
"main": "src/index.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -31,7 +31,7 @@ | |
"value" | ||
], | ||
"dependencies": { | ||
"@keyvhq/keyv-sql": "~0.2.0", | ||
"@keyvhq/keyv-sql": "^0.2.4", | ||
"mysql2": "2.2.5" | ||
}, | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.2.4](https://github.com/microlinkhq/keyv/compare/v0.2.0...v0.2.4) (2021-07-01) | ||
|
||
**Note:** Version bump only for package @keyvhq/keyv-postgres |
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/keyv-postgres", | ||
"description": "PostgreSQL storage adapter for Keyv", | ||
"homepage": "https://github.com/microlinkhq/keyv", | ||
"version": "0.2.0", | ||
"version": "0.2.4", | ||
"main": "src/index.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -31,7 +31,7 @@ | |
"value" | ||
], | ||
"dependencies": { | ||
"@keyvhq/keyv-sql": "~0.2.0", | ||
"@keyvhq/keyv-sql": "^0.2.4", | ||
"pg": "8.6.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.2.4](https://github.com/microlinkhq/keyv/compare/v0.2.0...v0.2.4) (2021-07-01) | ||
|
||
**Note:** Version bump only for package @keyvhq/keyv-redis |
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/keyv-redis", | ||
"description": "Redis storage adapter for Keyv", | ||
"homepage": "https://github.com/microlinkhq/keyv", | ||
"version": "0.2.0", | ||
"version": "0.2.4", | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.2.4](https://github.com/microlinkhq/keyv/compare/v0.2.0...v0.2.4) (2021-07-01) | ||
|
||
**Note:** Version bump only for package @keyvhq/keyv-sql |
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/keyv-sql", | ||
"description": "Parent class for SQL based Keyv storage adapters", | ||
"homepage": "https://github.com/microlinkhq/keyv", | ||
"version": "0.2.0", | ||
"version": "0.2.4", | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.2.4](https://github.com/microlinkhq/keyv/compare/v0.2.0...v0.2.4) (2021-07-01) | ||
|
||
**Note:** Version bump only for package @keyvhq/keyv-sqlite |
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/keyv-sqlite", | ||
"description": "SQLite storage adapter for Keyv", | ||
"homepage": "https://github.com/microlinkhq/keyv", | ||
"version": "0.2.0", | ||
"version": "0.2.4", | ||
"main": "src/index.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -30,7 +30,7 @@ | |
"value" | ||
], | ||
"dependencies": { | ||
"@keyvhq/keyv-sql": "~0.2.0", | ||
"@keyvhq/keyv-sql": "^0.2.4", | ||
"pify": "5.0.0", | ||
"sqlite3": "^5.0.2" | ||
}, | ||
|
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.2.4](https://github.com/microlinkhq/keyv/compare/v0.2.0...v0.2.4) (2021-07-01) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* typo keyvNamepsaceTests -> keyvNamepsaceTests ([d5b5577](https://github.com/microlinkhq/keyv/commit/d5b5577bf0bb151e0717a833ac8fae6cb5d1165f)) |
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/keyv-test-suite", | ||
"description": "Test suite for Keyv API compliancy", | ||
"homepage": "https://github.com/microlinkhq/keyv", | ||
"version": "0.2.0", | ||
"version": "0.2.4", | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.2.4](https://github.com/microlinkhq/keyv/compare/v0.2.0...v0.2.4) (2021-07-01) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* typo opts -> options ([ce95753](https://github.com/microlinkhq/keyv/commit/ce957538f2881a0c31397a4f87b74efa081880b0)) |
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/keyv", | ||
"description": "Simple key-value storage with support for multiple backends", | ||
"homepage": "https://github.com/microlinkhq/keyv", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"main": "src/index.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|