From 3b8ca0f8e5cf09bd5b279b19ff3e6f4664d4168d Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 21 Jan 2026 17:11:25 +0000 Subject: [PATCH] chore: unfork repository - update all URLs from hokify to simllll Update all repository, homepage, and bugs URLs in package.json files and CHANGELOG.md files to point to simllll/node-ts-cache instead of hokify/node-ts-cache. This prepares the repo to be unforked from the original repository. --- storages/lru-redis/CHANGELOG.md | 70 +++++++++++++++--------------- storages/lru-redis/package.json | 6 +-- storages/lru/CHANGELOG.md | 56 ++++++++++++------------ storages/lru/package.json | 6 +-- storages/node-cache/CHANGELOG.md | 52 +++++++++++----------- storages/node-cache/package.json | 6 +-- storages/redis/CHANGELOG.md | 50 ++++++++++----------- storages/redis/package.json | 6 +-- storages/redisio/CHANGELOG.md | 70 +++++++++++++++--------------- storages/redisio/package.json | 6 +-- ts-cache/CHANGELOG.md | 74 ++++++++++++++++---------------- ts-cache/package.json | 6 +-- 12 files changed, 204 insertions(+), 204 deletions(-) diff --git a/storages/lru-redis/CHANGELOG.md b/storages/lru-redis/CHANGELOG.md index 7ce5775..bf2c0af 100644 --- a/storages/lru-redis/CHANGELOG.md +++ b/storages/lru-redis/CHANGELOG.md @@ -3,124 +3,124 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [2.0.1](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@2.0.0...@hokify/node-ts-cache-lru-redis-storage@2.0.1) (2024-04-18) +## [2.0.1](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@2.0.0...@hokify/node-ts-cache-lru-redis-storage@2.0.1) (2024-04-18) ### Bug Fixes -- update versions§ ([6caf1a5](https://github.com/hokify/node-ts-cache/commit/6caf1a525dc136ca902ead121ea04a484e8b8f75)) +- update versions§ ([6caf1a5](https://github.com/simllll/node-ts-cache/commit/6caf1a525dc136ca902ead121ea04a484e8b8f75)) -# [2.0.0](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@1.1.0...@hokify/node-ts-cache-lru-redis-storage@2.0.0) (2021-11-19) +# [2.0.0](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@1.1.0...@hokify/node-ts-cache-lru-redis-storage@2.0.0) (2021-11-19) **Note:** Version bump only for package @hokify/node-ts-cache-lru-redis-storage -# [1.1.0](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@1.0.2...@hokify/node-ts-cache-lru-redis-storage@1.1.0) (2021-10-05) +# [1.1.0](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@1.0.2...@hokify/node-ts-cache-lru-redis-storage@1.1.0) (2021-10-05) **Note:** Version bump only for package @hokify/node-ts-cache-lru-redis-storage -## [1.0.2](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@1.0.1...@hokify/node-ts-cache-lru-redis-storage@1.0.2) (2021-02-12) +## [1.0.2](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@1.0.1...@hokify/node-ts-cache-lru-redis-storage@1.0.2) (2021-02-12) **Note:** Version bump only for package @hokify/node-ts-cache-lru-redis-storage -## [1.0.1](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@0.3.6...@hokify/node-ts-cache-lru-redis-storage@1.0.1) (2021-02-12) +## [1.0.1](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@0.3.6...@hokify/node-ts-cache-lru-redis-storage@1.0.1) (2021-02-12) **Note:** Version bump only for package @hokify/node-ts-cache-lru-redis-storage -## [0.3.6](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@0.3.5...@hokify/node-ts-cache-lru-redis-storage@0.3.6) (2020-11-18) +## [0.3.6](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@0.3.5...@hokify/node-ts-cache-lru-redis-storage@0.3.6) (2020-11-18) ### Bug Fixes -- ensure we use seconds everywhere ([f18d460](https://github.com/hokify/node-ts-cache/commit/f18d460a8a1f195ca58a92c56c5d3cc7d216b6d9)) +- ensure we use seconds everywhere ([f18d460](https://github.com/simllll/node-ts-cache/commit/f18d460a8a1f195ca58a92c56c5d3cc7d216b6d9)) -## [0.3.5](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@0.3.4...@hokify/node-ts-cache-lru-redis-storage@0.3.5) (2020-11-09) +## [0.3.5](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@0.3.4...@hokify/node-ts-cache-lru-redis-storage@0.3.5) (2020-11-09) ### Bug Fixes -- **multicache:** handle get key undefined ([b0ded49](https://github.com/hokify/node-ts-cache/commit/b0ded498ad988a44ff62566909403268e4b6b288)) +- **multicache:** handle get key undefined ([b0ded49](https://github.com/simllll/node-ts-cache/commit/b0ded498ad988a44ff62566909403268e4b6b288)) -## [0.3.4](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@0.3.3...@hokify/node-ts-cache-lru-redis-storage@0.3.4) (2020-11-09) +## [0.3.4](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@0.3.3...@hokify/node-ts-cache-lru-redis-storage@0.3.4) (2020-11-09) **Note:** Version bump only for package @hokify/node-ts-cache-lru-redis-storage -## [0.3.3](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@0.3.2...@hokify/node-ts-cache-lru-redis-storage@0.3.3) (2020-11-06) +## [0.3.3](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@0.3.2...@hokify/node-ts-cache-lru-redis-storage@0.3.3) (2020-11-06) ### Bug Fixes -- **lru-redis:** ensure default values for lru cache ([3cd9918](https://github.com/hokify/node-ts-cache/commit/3cd991800b46c0d7b36f9b3e1d6aee03b63616a8)) +- **lru-redis:** ensure default values for lru cache ([3cd9918](https://github.com/simllll/node-ts-cache/commit/3cd991800b46c0d7b36f9b3e1d6aee03b63616a8)) -## [0.3.2](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@0.3.1...@hokify/node-ts-cache-lru-redis-storage@0.3.2) (2020-10-21) +## [0.3.2](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@0.3.1...@hokify/node-ts-cache-lru-redis-storage@0.3.2) (2020-10-21) **Note:** Version bump only for package @hokify/node-ts-cache-lru-redis-storage -## [0.3.1](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@0.3.0...@hokify/node-ts-cache-lru-redis-storage@0.3.1) (2020-10-21) +## [0.3.1](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@0.3.0...@hokify/node-ts-cache-lru-redis-storage@0.3.1) (2020-10-21) **Note:** Version bump only for package @hokify/node-ts-cache-lru-redis-storage -# [0.3.0](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@0.2.3...@hokify/node-ts-cache-lru-redis-storage@0.3.0) (2020-10-21) +# [0.3.0](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@0.2.3...@hokify/node-ts-cache-lru-redis-storage@0.3.0) (2020-10-21) ### Features -- **multicache:** allow caching multiple keys at once ([68315b3](https://github.com/hokify/node-ts-cache/commit/68315b3c73f65a62a60ffe5e21921bbd2ea471a6)) +- **multicache:** allow caching multiple keys at once ([68315b3](https://github.com/simllll/node-ts-cache/commit/68315b3c73f65a62a60ffe5e21921bbd2ea471a6)) -## [0.2.3](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@0.2.2...@hokify/node-ts-cache-lru-redis-storage@0.2.3) (2020-10-21) +## [0.2.3](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@0.2.2...@hokify/node-ts-cache-lru-redis-storage@0.2.3) (2020-10-21) ### Bug Fixes -- **lru-redis:** allow null values ([efbe6bf](https://github.com/hokify/node-ts-cache/commit/efbe6bfdf1af6ca649bceaae2f2da4722d8dd742)) +- **lru-redis:** allow null values ([efbe6bf](https://github.com/simllll/node-ts-cache/commit/efbe6bfdf1af6ca649bceaae2f2da4722d8dd742)) -## [0.2.2](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@0.2.1...@hokify/node-ts-cache-lru-redis-storage@0.2.2) (2020-09-22) +## [0.2.2](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@0.2.1...@hokify/node-ts-cache-lru-redis-storage@0.2.2) (2020-09-22) **Note:** Version bump only for package @hokify/node-ts-cache-lru-redis-storage -## [0.2.1](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@0.2.0...@hokify/node-ts-cache-lru-redis-storage@0.2.1) (2020-08-30) +## [0.2.1](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@0.2.0...@hokify/node-ts-cache-lru-redis-storage@0.2.1) (2020-08-30) ### Bug Fixes -- **ttl:** allow overwriting ttls ([ff24982](https://github.com/hokify/node-ts-cache/commit/ff249827995bac6942c5492ac343702b60ec5b76)) +- **ttl:** allow overwriting ttls ([ff24982](https://github.com/simllll/node-ts-cache/commit/ff249827995bac6942c5492ac343702b60ec5b76)) -# [0.2.0](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@0.1.8...@hokify/node-ts-cache-lru-redis-storage@0.2.0) (2020-07-28) +# [0.2.0](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@0.1.8...@hokify/node-ts-cache-lru-redis-storage@0.2.0) (2020-07-28) ### Features -- **cachekey:** allow undefined cache key to skip cache ([5550758](https://github.com/hokify/node-ts-cache/commit/555075821c6e581aebb41c76cb6b81fe56724f98)) +- **cachekey:** allow undefined cache key to skip cache ([5550758](https://github.com/simllll/node-ts-cache/commit/555075821c6e581aebb41c76cb6b81fe56724f98)) -## [0.1.8](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@0.1.7...@hokify/node-ts-cache-lru-redis-storage@0.1.8) (2020-06-18) +## [0.1.8](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@0.1.7...@hokify/node-ts-cache-lru-redis-storage@0.1.8) (2020-06-18) **Note:** Version bump only for package @hokify/node-ts-cache-lru-redis-storage -## [0.1.7](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@0.1.6...@hokify/node-ts-cache-lru-redis-storage@0.1.7) (2020-06-10) +## [0.1.7](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@0.1.6...@hokify/node-ts-cache-lru-redis-storage@0.1.7) (2020-06-10) **Note:** Version bump only for package @hokify/node-ts-cache-lru-redis-storage -## [0.1.6](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@0.1.5...@hokify/node-ts-cache-lru-redis-storage@0.1.6) (2020-06-10) +## [0.1.6](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@0.1.5...@hokify/node-ts-cache-lru-redis-storage@0.1.6) (2020-06-10) **Note:** Version bump only for package @hokify/node-ts-cache-lru-redis-storage -## [0.1.5](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@0.1.4...@hokify/node-ts-cache-lru-redis-storage@0.1.5) (2020-03-13) +## [0.1.5](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@0.1.4...@hokify/node-ts-cache-lru-redis-storage@0.1.5) (2020-03-13) **Note:** Version bump only for package @hokify/node-ts-cache-lru-redis-storage -## [0.1.4](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@0.1.3...@hokify/node-ts-cache-lru-redis-storage@0.1.4) (2020-03-12) +## [0.1.4](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@0.1.3...@hokify/node-ts-cache-lru-redis-storage@0.1.4) (2020-03-12) **Note:** Version bump only for package @hokify/node-ts-cache-lru-redis-storage -## [0.1.3](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@0.1.2...@hokify/node-ts-cache-lru-redis-storage@0.1.3) (2020-03-12) +## [0.1.3](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@0.1.2...@hokify/node-ts-cache-lru-redis-storage@0.1.3) (2020-03-12) ### Bug Fixes -- **lru-redis:** json stringify and parse content ([9d17645](https://github.com/hokify/node-ts-cache/commit/9d176451e2f0bdee600c8b85ea73de100e133571)) +- **lru-redis:** json stringify and parse content ([9d17645](https://github.com/simllll/node-ts-cache/commit/9d176451e2f0bdee600c8b85ea73de100e133571)) -## [0.1.2](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@0.1.1...@hokify/node-ts-cache-lru-redis-storage@0.1.2) (2020-03-09) +## [0.1.2](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@0.1.1...@hokify/node-ts-cache-lru-redis-storage@0.1.2) (2020-03-09) **Note:** Version bump only for package @hokify/node-ts-cache-lru-redis-storage -## [0.1.1](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@0.1.0...@hokify/node-ts-cache-lru-redis-storage@0.1.1) (2020-03-09) +## [0.1.1](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-redis-storage@0.1.0...@hokify/node-ts-cache-lru-redis-storage@0.1.1) (2020-03-09) ### Bug Fixes -- **lru-redis:** ensure tests are valid ([fe1a9f9](https://github.com/hokify/node-ts-cache/commit/fe1a9f9fb0ae3a7506aa3dee2be454902c0c0564)) +- **lru-redis:** ensure tests are valid ([fe1a9f9](https://github.com/simllll/node-ts-cache/commit/fe1a9f9fb0ae3a7506aa3dee2be454902c0c0564)) # 0.1.0 (2020-03-09) ### Features -- **lru-redis:** add new lru with redis storage ([5317591](https://github.com/hokify/node-ts-cache/commit/53175912341ca5b8f3306e4167795e74257d4749)) +- **lru-redis:** add new lru with redis storage ([5317591](https://github.com/simllll/node-ts-cache/commit/53175912341ca5b8f3306e4167795e74257d4749)) diff --git a/storages/lru-redis/package.json b/storages/lru-redis/package.json index b56d8da..0bfc042 100644 --- a/storages/lru-redis/package.json +++ b/storages/lru-redis/package.json @@ -17,13 +17,13 @@ "node-cache", "ts-cache" ], - "homepage": "https://github.com/hokify/node-ts-cache/tree/master/storages/lru-redis#readme", + "homepage": "https://github.com/simllll/node-ts-cache/tree/master/storages/lru-redis#readme", "bugs": { - "url": "https://github.com/hokify/node-ts-cache/issues" + "url": "https://github.com/simllll/node-ts-cache/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hokify/node-ts-cache.git" + "url": "git+https://github.com/simllll/node-ts-cache.git" }, "license": "MIT", "author": "Simon Tretter ", diff --git a/storages/lru/CHANGELOG.md b/storages/lru/CHANGELOG.md index 639ef41..429dd61 100644 --- a/storages/lru/CHANGELOG.md +++ b/storages/lru/CHANGELOG.md @@ -3,97 +3,97 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [2.0.1](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@2.0.0...@hokify/node-ts-cache-lru-storage@2.0.1) (2024-04-18) +## [2.0.1](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@2.0.0...@hokify/node-ts-cache-lru-storage@2.0.1) (2024-04-18) ### Bug Fixes -- update versions§ ([6caf1a5](https://github.com/hokify/node-ts-cache/commit/6caf1a525dc136ca902ead121ea04a484e8b8f75)) +- update versions§ ([6caf1a5](https://github.com/simllll/node-ts-cache/commit/6caf1a525dc136ca902ead121ea04a484e8b8f75)) -# [2.0.0](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@1.4.0...@hokify/node-ts-cache-lru-storage@2.0.0) (2021-11-19) +# [2.0.0](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@1.4.0...@hokify/node-ts-cache-lru-storage@2.0.0) (2021-11-19) **Note:** Version bump only for package @hokify/node-ts-cache-lru-storage -# [1.4.0](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@1.3.7...@hokify/node-ts-cache-lru-storage@1.4.0) (2021-10-05) +# [1.4.0](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@1.3.7...@hokify/node-ts-cache-lru-storage@1.4.0) (2021-10-05) **Note:** Version bump only for package @hokify/node-ts-cache-lru-storage -## [1.3.7](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@1.3.6...@hokify/node-ts-cache-lru-storage@1.3.7) (2021-02-12) +## [1.3.7](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@1.3.6...@hokify/node-ts-cache-lru-storage@1.3.7) (2021-02-12) **Note:** Version bump only for package @hokify/node-ts-cache-lru-storage -## [1.3.6](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@1.3.5...@hokify/node-ts-cache-lru-storage@1.3.6) (2021-02-12) +## [1.3.6](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@1.3.5...@hokify/node-ts-cache-lru-storage@1.3.6) (2021-02-12) **Note:** Version bump only for package @hokify/node-ts-cache-lru-storage -## [1.3.5](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@1.3.4...@hokify/node-ts-cache-lru-storage@1.3.5) (2020-11-18) +## [1.3.5](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@1.3.4...@hokify/node-ts-cache-lru-storage@1.3.5) (2020-11-18) ### Bug Fixes -- ensure we use seconds everywhere ([f18d460](https://github.com/hokify/node-ts-cache/commit/f18d460a8a1f195ca58a92c56c5d3cc7d216b6d9)) +- ensure we use seconds everywhere ([f18d460](https://github.com/simllll/node-ts-cache/commit/f18d460a8a1f195ca58a92c56c5d3cc7d216b6d9)) -## [1.3.4](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@1.3.3...@hokify/node-ts-cache-lru-storage@1.3.4) (2020-11-09) +## [1.3.4](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@1.3.3...@hokify/node-ts-cache-lru-storage@1.3.4) (2020-11-09) ### Bug Fixes -- **multicache:** handle get key undefined ([b0ded49](https://github.com/hokify/node-ts-cache/commit/b0ded498ad988a44ff62566909403268e4b6b288)) +- **multicache:** handle get key undefined ([b0ded49](https://github.com/simllll/node-ts-cache/commit/b0ded498ad988a44ff62566909403268e4b6b288)) -## [1.3.3](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@1.3.2...@hokify/node-ts-cache-lru-storage@1.3.3) (2020-11-09) +## [1.3.3](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@1.3.2...@hokify/node-ts-cache-lru-storage@1.3.3) (2020-11-09) **Note:** Version bump only for package @hokify/node-ts-cache-lru-storage -## [1.3.2](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@1.3.1...@hokify/node-ts-cache-lru-storage@1.3.2) (2020-10-21) +## [1.3.2](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@1.3.1...@hokify/node-ts-cache-lru-storage@1.3.2) (2020-10-21) **Note:** Version bump only for package @hokify/node-ts-cache-lru-storage -## [1.3.1](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@1.3.0...@hokify/node-ts-cache-lru-storage@1.3.1) (2020-10-21) +## [1.3.1](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@1.3.0...@hokify/node-ts-cache-lru-storage@1.3.1) (2020-10-21) **Note:** Version bump only for package @hokify/node-ts-cache-lru-storage -# [1.3.0](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@1.2.2...@hokify/node-ts-cache-lru-storage@1.3.0) (2020-10-21) +# [1.3.0](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@1.2.2...@hokify/node-ts-cache-lru-storage@1.3.0) (2020-10-21) ### Features -- **multicache:** allow caching multiple keys at once ([68315b3](https://github.com/hokify/node-ts-cache/commit/68315b3c73f65a62a60ffe5e21921bbd2ea471a6)) +- **multicache:** allow caching multiple keys at once ([68315b3](https://github.com/simllll/node-ts-cache/commit/68315b3c73f65a62a60ffe5e21921bbd2ea471a6)) -## [1.2.2](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@1.2.1...@hokify/node-ts-cache-lru-storage@1.2.2) (2020-10-21) +## [1.2.2](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@1.2.1...@hokify/node-ts-cache-lru-storage@1.2.2) (2020-10-21) **Note:** Version bump only for package @hokify/node-ts-cache-lru-storage -## [1.2.1](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@1.2.0...@hokify/node-ts-cache-lru-storage@1.2.1) (2020-09-22) +## [1.2.1](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@1.2.0...@hokify/node-ts-cache-lru-storage@1.2.1) (2020-09-22) **Note:** Version bump only for package @hokify/node-ts-cache-lru-storage -# [1.2.0](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@1.1.7...@hokify/node-ts-cache-lru-storage@1.2.0) (2020-07-28) +# [1.2.0](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@1.1.7...@hokify/node-ts-cache-lru-storage@1.2.0) (2020-07-28) ### Features -- **cachekey:** allow undefined cache key to skip cache ([5550758](https://github.com/hokify/node-ts-cache/commit/555075821c6e581aebb41c76cb6b81fe56724f98)) +- **cachekey:** allow undefined cache key to skip cache ([5550758](https://github.com/simllll/node-ts-cache/commit/555075821c6e581aebb41c76cb6b81fe56724f98)) -## [1.1.7](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@1.1.6...@hokify/node-ts-cache-lru-storage@1.1.7) (2020-06-18) +## [1.1.7](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@1.1.6...@hokify/node-ts-cache-lru-storage@1.1.7) (2020-06-18) **Note:** Version bump only for package @hokify/node-ts-cache-lru-storage -## [1.1.6](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@1.1.5...@hokify/node-ts-cache-lru-storage@1.1.6) (2020-06-10) +## [1.1.6](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@1.1.5...@hokify/node-ts-cache-lru-storage@1.1.6) (2020-06-10) **Note:** Version bump only for package @hokify/node-ts-cache-lru-storage -## [1.1.5](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@1.1.4...@hokify/node-ts-cache-lru-storage@1.1.5) (2020-06-10) +## [1.1.5](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@1.1.4...@hokify/node-ts-cache-lru-storage@1.1.5) (2020-06-10) **Note:** Version bump only for package @hokify/node-ts-cache-lru-storage -## [1.1.4](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@1.1.3...@hokify/node-ts-cache-lru-storage@1.1.4) (2020-03-13) +## [1.1.4](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@1.1.3...@hokify/node-ts-cache-lru-storage@1.1.4) (2020-03-13) **Note:** Version bump only for package @hokify/node-ts-cache-lru-storage -## [1.1.3](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@1.1.2...@hokify/node-ts-cache-lru-storage@1.1.3) (2020-03-12) +## [1.1.3](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@1.1.2...@hokify/node-ts-cache-lru-storage@1.1.3) (2020-03-12) **Note:** Version bump only for package @hokify/node-ts-cache-lru-storage -## [1.1.2](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@1.1.1...@hokify/node-ts-cache-lru-storage@1.1.2) (2020-03-09) +## [1.1.2](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@1.1.1...@hokify/node-ts-cache-lru-storage@1.1.2) (2020-03-09) **Note:** Version bump only for package @hokify/node-ts-cache-lru-storage -## [1.1.1](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@1.1.0...@hokify/node-ts-cache-lru-storage@1.1.1) (2020-03-09) +## [1.1.1](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-lru-storage@1.1.0...@hokify/node-ts-cache-lru-storage@1.1.1) (2020-03-09) **Note:** Version bump only for package @hokify/node-ts-cache-lru-storage @@ -101,10 +101,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- **lru-storage:** add lru storage strategy ([9c77386](https://github.com/hokify/node-ts-cache/commit/9c77386bba9ca4fd9de409cb69709d6501a807e7)) +- **lru-storage:** add lru storage strategy ([9c77386](https://github.com/simllll/node-ts-cache/commit/9c77386bba9ca4fd9de409cb69709d6501a807e7)) # 1.0.0 (2020-03-09) ### Features -- **lru-storage:** add lru storage strategy ([9c77386](https://github.com/hokify/node-ts-cache/commit/9c77386bba9ca4fd9de409cb69709d6501a807e7)) +- **lru-storage:** add lru storage strategy ([9c77386](https://github.com/simllll/node-ts-cache/commit/9c77386bba9ca4fd9de409cb69709d6501a807e7)) diff --git a/storages/lru/package.json b/storages/lru/package.json index e2b3906..3b84277 100644 --- a/storages/lru/package.json +++ b/storages/lru/package.json @@ -17,13 +17,13 @@ "node-cache", "ts-cache" ], - "homepage": "https://github.com/hokify/node-ts-cache/tree/master/storages/lru#readme", + "homepage": "https://github.com/simllll/node-ts-cache/tree/master/storages/lru#readme", "bugs": { - "url": "https://github.com/hokify/node-ts-cache/issues" + "url": "https://github.com/simllll/node-ts-cache/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hokify/node-ts-cache.git" + "url": "git+https://github.com/simllll/node-ts-cache.git" }, "license": "MIT", "author": "Simon Tretter ", diff --git a/storages/node-cache/CHANGELOG.md b/storages/node-cache/CHANGELOG.md index 45313bb..b1362d3 100644 --- a/storages/node-cache/CHANGELOG.md +++ b/storages/node-cache/CHANGELOG.md @@ -3,91 +3,91 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [2.0.1](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-node-cache-storage@2.0.0...@hokify/node-ts-cache-node-cache-storage@2.0.1) (2024-04-18) +## [2.0.1](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-node-cache-storage@2.0.0...@hokify/node-ts-cache-node-cache-storage@2.0.1) (2024-04-18) ### Bug Fixes -- update versions§ ([6caf1a5](https://github.com/hokify/node-ts-cache/commit/6caf1a525dc136ca902ead121ea04a484e8b8f75)) +- update versions§ ([6caf1a5](https://github.com/simllll/node-ts-cache/commit/6caf1a525dc136ca902ead121ea04a484e8b8f75)) -# [2.0.0](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-node-cache-storage@1.4.0...@hokify/node-ts-cache-node-cache-storage@2.0.0) (2021-11-19) +# [2.0.0](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-node-cache-storage@1.4.0...@hokify/node-ts-cache-node-cache-storage@2.0.0) (2021-11-19) **Note:** Version bump only for package @hokify/node-ts-cache-node-cache-storage -# [1.4.0](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-node-cache-storage@1.3.6...@hokify/node-ts-cache-node-cache-storage@1.4.0) (2021-10-05) +# [1.4.0](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-node-cache-storage@1.3.6...@hokify/node-ts-cache-node-cache-storage@1.4.0) (2021-10-05) **Note:** Version bump only for package @hokify/node-ts-cache-node-cache-storage -## [1.3.6](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-node-cache-storage@1.3.5...@hokify/node-ts-cache-node-cache-storage@1.3.6) (2021-02-12) +## [1.3.6](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-node-cache-storage@1.3.5...@hokify/node-ts-cache-node-cache-storage@1.3.6) (2021-02-12) **Note:** Version bump only for package @hokify/node-ts-cache-node-cache-storage -## [1.3.5](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-node-cache-storage@1.3.4...@hokify/node-ts-cache-node-cache-storage@1.3.5) (2021-02-12) +## [1.3.5](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-node-cache-storage@1.3.4...@hokify/node-ts-cache-node-cache-storage@1.3.5) (2021-02-12) **Note:** Version bump only for package @hokify/node-ts-cache-node-cache-storage -## [1.3.4](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-node-cache-storage@1.3.3...@hokify/node-ts-cache-node-cache-storage@1.3.4) (2020-11-09) +## [1.3.4](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-node-cache-storage@1.3.3...@hokify/node-ts-cache-node-cache-storage@1.3.4) (2020-11-09) ### Bug Fixes -- **multicache:** handle get key undefined ([b0ded49](https://github.com/hokify/node-ts-cache/commit/b0ded498ad988a44ff62566909403268e4b6b288)) +- **multicache:** handle get key undefined ([b0ded49](https://github.com/simllll/node-ts-cache/commit/b0ded498ad988a44ff62566909403268e4b6b288)) -## [1.3.3](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-node-cache-storage@1.3.2...@hokify/node-ts-cache-node-cache-storage@1.3.3) (2020-11-09) +## [1.3.3](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-node-cache-storage@1.3.2...@hokify/node-ts-cache-node-cache-storage@1.3.3) (2020-11-09) **Note:** Version bump only for package @hokify/node-ts-cache-node-cache-storage -## [1.3.2](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-node-cache-storage@1.3.1...@hokify/node-ts-cache-node-cache-storage@1.3.2) (2020-10-21) +## [1.3.2](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-node-cache-storage@1.3.1...@hokify/node-ts-cache-node-cache-storage@1.3.2) (2020-10-21) **Note:** Version bump only for package @hokify/node-ts-cache-node-cache-storage -## [1.3.1](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-node-cache-storage@1.3.0...@hokify/node-ts-cache-node-cache-storage@1.3.1) (2020-10-21) +## [1.3.1](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-node-cache-storage@1.3.0...@hokify/node-ts-cache-node-cache-storage@1.3.1) (2020-10-21) **Note:** Version bump only for package @hokify/node-ts-cache-node-cache-storage -# [1.3.0](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-node-cache-storage@1.2.2...@hokify/node-ts-cache-node-cache-storage@1.3.0) (2020-10-21) +# [1.3.0](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-node-cache-storage@1.2.2...@hokify/node-ts-cache-node-cache-storage@1.3.0) (2020-10-21) ### Features -- **multicache:** allow caching multiple keys at once ([68315b3](https://github.com/hokify/node-ts-cache/commit/68315b3c73f65a62a60ffe5e21921bbd2ea471a6)) +- **multicache:** allow caching multiple keys at once ([68315b3](https://github.com/simllll/node-ts-cache/commit/68315b3c73f65a62a60ffe5e21921bbd2ea471a6)) -## [1.2.2](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-node-cache-storage@1.2.1...@hokify/node-ts-cache-node-cache-storage@1.2.2) (2020-10-21) +## [1.2.2](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-node-cache-storage@1.2.1...@hokify/node-ts-cache-node-cache-storage@1.2.2) (2020-10-21) **Note:** Version bump only for package @hokify/node-ts-cache-node-cache-storage -## [1.2.1](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-node-cache-storage@1.2.0...@hokify/node-ts-cache-node-cache-storage@1.2.1) (2020-09-22) +## [1.2.1](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-node-cache-storage@1.2.0...@hokify/node-ts-cache-node-cache-storage@1.2.1) (2020-09-22) **Note:** Version bump only for package @hokify/node-ts-cache-node-cache-storage -# [1.2.0](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-node-cache-storage@1.1.7...@hokify/node-ts-cache-node-cache-storage@1.2.0) (2020-07-28) +# [1.2.0](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-node-cache-storage@1.1.7...@hokify/node-ts-cache-node-cache-storage@1.2.0) (2020-07-28) ### Features -- **cachekey:** allow undefined cache key to skip cache ([5550758](https://github.com/hokify/node-ts-cache/commit/555075821c6e581aebb41c76cb6b81fe56724f98)) +- **cachekey:** allow undefined cache key to skip cache ([5550758](https://github.com/simllll/node-ts-cache/commit/555075821c6e581aebb41c76cb6b81fe56724f98)) -## [1.1.7](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-node-cache-storage@1.1.6...@hokify/node-ts-cache-node-cache-storage@1.1.7) (2020-06-18) +## [1.1.7](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-node-cache-storage@1.1.6...@hokify/node-ts-cache-node-cache-storage@1.1.7) (2020-06-18) **Note:** Version bump only for package @hokify/node-ts-cache-node-cache-storage -## [1.1.6](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-node-cache-storage@1.1.5...@hokify/node-ts-cache-node-cache-storage@1.1.6) (2020-06-10) +## [1.1.6](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-node-cache-storage@1.1.5...@hokify/node-ts-cache-node-cache-storage@1.1.6) (2020-06-10) **Note:** Version bump only for package @hokify/node-ts-cache-node-cache-storage -## [1.1.5](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-node-cache-storage@1.1.4...@hokify/node-ts-cache-node-cache-storage@1.1.5) (2020-06-10) +## [1.1.5](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-node-cache-storage@1.1.4...@hokify/node-ts-cache-node-cache-storage@1.1.5) (2020-06-10) **Note:** Version bump only for package @hokify/node-ts-cache-node-cache-storage -## [1.1.4](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-node-cache-storage@1.1.3...@hokify/node-ts-cache-node-cache-storage@1.1.4) (2020-03-13) +## [1.1.4](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-node-cache-storage@1.1.3...@hokify/node-ts-cache-node-cache-storage@1.1.4) (2020-03-13) **Note:** Version bump only for package @hokify/node-ts-cache-node-cache-storage -## [1.1.3](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-node-cache-storage@1.1.2...@hokify/node-ts-cache-node-cache-storage@1.1.3) (2020-03-12) +## [1.1.3](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-node-cache-storage@1.1.2...@hokify/node-ts-cache-node-cache-storage@1.1.3) (2020-03-12) **Note:** Version bump only for package @hokify/node-ts-cache-node-cache-storage -## [1.1.2](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-node-cache-storage@1.1.1...@hokify/node-ts-cache-node-cache-storage@1.1.2) (2020-03-09) +## [1.1.2](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-node-cache-storage@1.1.1...@hokify/node-ts-cache-node-cache-storage@1.1.2) (2020-03-09) **Note:** Version bump only for package @hokify/node-ts-cache-node-cache-storage -## [1.1.1](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-node-cache-storage@1.1.0...@hokify/node-ts-cache-node-cache-storage@1.1.1) (2020-03-09) +## [1.1.1](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-node-cache-storage@1.1.0...@hokify/node-ts-cache-node-cache-storage@1.1.1) (2020-03-09) **Note:** Version bump only for package @hokify/node-ts-cache-node-cache-storage @@ -95,10 +95,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **tests:** finish monorepo setup ([c4448ee](https://github.com/hokify/node-ts-cache/commit/c4448eebfc30c20681ba1546f2494f98a63e6193)) +- **tests:** finish monorepo setup ([c4448ee](https://github.com/simllll/node-ts-cache/commit/c4448eebfc30c20681ba1546f2494f98a63e6193)) # 1.0.0 (2020-03-09) ### Bug Fixes -- **tests:** finish monorepo setup ([c4448ee](https://github.com/hokify/node-ts-cache/commit/c4448eebfc30c20681ba1546f2494f98a63e6193)) +- **tests:** finish monorepo setup ([c4448ee](https://github.com/simllll/node-ts-cache/commit/c4448eebfc30c20681ba1546f2494f98a63e6193)) diff --git a/storages/node-cache/package.json b/storages/node-cache/package.json index 635235b..7cefd60 100644 --- a/storages/node-cache/package.json +++ b/storages/node-cache/package.json @@ -17,13 +17,13 @@ "node-cache", "ts-cache" ], - "homepage": "https://github.com/hokify/node-ts-cache/tree/master/storages/node-cache#readme", + "homepage": "https://github.com/simllll/node-ts-cache/tree/master/storages/node-cache#readme", "bugs": { - "url": "https://github.com/hokify/node-ts-cache/issues" + "url": "https://github.com/simllll/node-ts-cache/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hokify/node-ts-cache.git" + "url": "git+https://github.com/simllll/node-ts-cache.git" }, "license": "MIT", "author": "Simon Tretter ", diff --git a/storages/redis/CHANGELOG.md b/storages/redis/CHANGELOG.md index 81a8c3c..8eb3062 100644 --- a/storages/redis/CHANGELOG.md +++ b/storages/redis/CHANGELOG.md @@ -3,89 +3,89 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [2.0.1](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redis-storage@2.0.0...@hokify/node-ts-cache-redis-storage@2.0.1) (2024-04-18) +## [2.0.1](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redis-storage@2.0.0...@hokify/node-ts-cache-redis-storage@2.0.1) (2024-04-18) ### Bug Fixes -- update versions§ ([6caf1a5](https://github.com/hokify/node-ts-cache/commit/6caf1a525dc136ca902ead121ea04a484e8b8f75)) +- update versions§ ([6caf1a5](https://github.com/simllll/node-ts-cache/commit/6caf1a525dc136ca902ead121ea04a484e8b8f75)) -# [2.0.0](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redis-storage@1.3.0...@hokify/node-ts-cache-redis-storage@2.0.0) (2021-11-19) +# [2.0.0](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redis-storage@1.3.0...@hokify/node-ts-cache-redis-storage@2.0.0) (2021-11-19) **Note:** Version bump only for package @hokify/node-ts-cache-redis-storage -# [1.3.0](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redis-storage@1.2.9...@hokify/node-ts-cache-redis-storage@1.3.0) (2021-10-05) +# [1.3.0](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redis-storage@1.2.9...@hokify/node-ts-cache-redis-storage@1.3.0) (2021-10-05) **Note:** Version bump only for package @hokify/node-ts-cache-redis-storage -## [1.2.9](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redis-storage@1.2.8...@hokify/node-ts-cache-redis-storage@1.2.9) (2021-02-12) +## [1.2.9](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redis-storage@1.2.8...@hokify/node-ts-cache-redis-storage@1.2.9) (2021-02-12) **Note:** Version bump only for package @hokify/node-ts-cache-redis-storage -## [1.2.8](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redis-storage@1.2.7...@hokify/node-ts-cache-redis-storage@1.2.8) (2021-02-12) +## [1.2.8](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redis-storage@1.2.7...@hokify/node-ts-cache-redis-storage@1.2.8) (2021-02-12) **Note:** Version bump only for package @hokify/node-ts-cache-redis-storage -## [1.2.7](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redis-storage@1.2.6...@hokify/node-ts-cache-redis-storage@1.2.7) (2020-11-09) +## [1.2.7](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redis-storage@1.2.6...@hokify/node-ts-cache-redis-storage@1.2.7) (2020-11-09) ### Bug Fixes -- **multicache:** handle get key undefined ([b0ded49](https://github.com/hokify/node-ts-cache/commit/b0ded498ad988a44ff62566909403268e4b6b288)) +- **multicache:** handle get key undefined ([b0ded49](https://github.com/simllll/node-ts-cache/commit/b0ded498ad988a44ff62566909403268e4b6b288)) -## [1.2.6](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redis-storage@1.2.5...@hokify/node-ts-cache-redis-storage@1.2.6) (2020-11-09) +## [1.2.6](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redis-storage@1.2.5...@hokify/node-ts-cache-redis-storage@1.2.6) (2020-11-09) **Note:** Version bump only for package @hokify/node-ts-cache-redis-storage -## [1.2.5](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redis-storage@1.2.4...@hokify/node-ts-cache-redis-storage@1.2.5) (2020-10-21) +## [1.2.5](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redis-storage@1.2.4...@hokify/node-ts-cache-redis-storage@1.2.5) (2020-10-21) **Note:** Version bump only for package @hokify/node-ts-cache-redis-storage -## [1.2.4](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redis-storage@1.2.3...@hokify/node-ts-cache-redis-storage@1.2.4) (2020-10-21) +## [1.2.4](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redis-storage@1.2.3...@hokify/node-ts-cache-redis-storage@1.2.4) (2020-10-21) **Note:** Version bump only for package @hokify/node-ts-cache-redis-storage -## [1.2.3](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redis-storage@1.2.2...@hokify/node-ts-cache-redis-storage@1.2.3) (2020-10-21) +## [1.2.3](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redis-storage@1.2.2...@hokify/node-ts-cache-redis-storage@1.2.3) (2020-10-21) **Note:** Version bump only for package @hokify/node-ts-cache-redis-storage -## [1.2.2](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redis-storage@1.2.1...@hokify/node-ts-cache-redis-storage@1.2.2) (2020-10-21) +## [1.2.2](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redis-storage@1.2.1...@hokify/node-ts-cache-redis-storage@1.2.2) (2020-10-21) **Note:** Version bump only for package @hokify/node-ts-cache-redis-storage -## [1.2.1](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redis-storage@1.2.0...@hokify/node-ts-cache-redis-storage@1.2.1) (2020-09-22) +## [1.2.1](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redis-storage@1.2.0...@hokify/node-ts-cache-redis-storage@1.2.1) (2020-09-22) **Note:** Version bump only for package @hokify/node-ts-cache-redis-storage -# [1.2.0](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redis-storage@1.1.7...@hokify/node-ts-cache-redis-storage@1.2.0) (2020-07-28) +# [1.2.0](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redis-storage@1.1.7...@hokify/node-ts-cache-redis-storage@1.2.0) (2020-07-28) ### Features -- **cachekey:** allow undefined cache key to skip cache ([5550758](https://github.com/hokify/node-ts-cache/commit/555075821c6e581aebb41c76cb6b81fe56724f98)) +- **cachekey:** allow undefined cache key to skip cache ([5550758](https://github.com/simllll/node-ts-cache/commit/555075821c6e581aebb41c76cb6b81fe56724f98)) -## [1.1.7](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redis-storage@1.1.6...@hokify/node-ts-cache-redis-storage@1.1.7) (2020-06-18) +## [1.1.7](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redis-storage@1.1.6...@hokify/node-ts-cache-redis-storage@1.1.7) (2020-06-18) **Note:** Version bump only for package @hokify/node-ts-cache-redis-storage -## [1.1.6](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redis-storage@1.1.5...@hokify/node-ts-cache-redis-storage@1.1.6) (2020-06-10) +## [1.1.6](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redis-storage@1.1.5...@hokify/node-ts-cache-redis-storage@1.1.6) (2020-06-10) **Note:** Version bump only for package @hokify/node-ts-cache-redis-storage -## [1.1.5](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redis-storage@1.1.4...@hokify/node-ts-cache-redis-storage@1.1.5) (2020-06-10) +## [1.1.5](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redis-storage@1.1.4...@hokify/node-ts-cache-redis-storage@1.1.5) (2020-06-10) **Note:** Version bump only for package @hokify/node-ts-cache-redis-storage -## [1.1.4](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redis-storage@1.1.3...@hokify/node-ts-cache-redis-storage@1.1.4) (2020-03-13) +## [1.1.4](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redis-storage@1.1.3...@hokify/node-ts-cache-redis-storage@1.1.4) (2020-03-13) **Note:** Version bump only for package @hokify/node-ts-cache-redis-storage -## [1.1.3](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redis-storage@1.1.2...@hokify/node-ts-cache-redis-storage@1.1.3) (2020-03-12) +## [1.1.3](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redis-storage@1.1.2...@hokify/node-ts-cache-redis-storage@1.1.3) (2020-03-12) **Note:** Version bump only for package @hokify/node-ts-cache-redis-storage -## [1.1.2](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redis-storage@1.1.1...@hokify/node-ts-cache-redis-storage@1.1.2) (2020-03-09) +## [1.1.2](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redis-storage@1.1.1...@hokify/node-ts-cache-redis-storage@1.1.2) (2020-03-09) **Note:** Version bump only for package @hokify/node-ts-cache-redis-storage -## [1.1.1](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redis-storage@1.1.0...@hokify/node-ts-cache-redis-storage@1.1.1) (2020-03-09) +## [1.1.1](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redis-storage@1.1.0...@hokify/node-ts-cache-redis-storage@1.1.1) (2020-03-09) **Note:** Version bump only for package @hokify/node-ts-cache-redis-storage @@ -93,10 +93,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **tests:** finish monorepo setup ([c4448ee](https://github.com/hokify/node-ts-cache/commit/c4448eebfc30c20681ba1546f2494f98a63e6193)) +- **tests:** finish monorepo setup ([c4448ee](https://github.com/simllll/node-ts-cache/commit/c4448eebfc30c20681ba1546f2494f98a63e6193)) # 1.0.0 (2020-03-09) ### Bug Fixes -- **tests:** finish monorepo setup ([c4448ee](https://github.com/hokify/node-ts-cache/commit/c4448eebfc30c20681ba1546f2494f98a63e6193)) +- **tests:** finish monorepo setup ([c4448ee](https://github.com/simllll/node-ts-cache/commit/c4448eebfc30c20681ba1546f2494f98a63e6193)) diff --git a/storages/redis/package.json b/storages/redis/package.json index aa8bed0..dd02abc 100644 --- a/storages/redis/package.json +++ b/storages/redis/package.json @@ -17,13 +17,13 @@ "node-cache", "ts-cache" ], - "homepage": "https://github.com/hokify/node-ts-cache/tree/master/storages/redis#readme", + "homepage": "https://github.com/simllll/node-ts-cache/tree/master/storages/redis#readme", "bugs": { - "url": "https://github.com/hokify/node-ts-cache/issues" + "url": "https://github.com/simllll/node-ts-cache/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hokify/node-ts-cache.git" + "url": "git+https://github.com/simllll/node-ts-cache.git" }, "license": "MIT", "author": "Simon Tretter ", diff --git a/storages/redisio/CHANGELOG.md b/storages/redisio/CHANGELOG.md index e13e2cd..dfd9fae 100644 --- a/storages/redisio/CHANGELOG.md +++ b/storages/redisio/CHANGELOG.md @@ -3,123 +3,123 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [2.0.1](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@2.0.0...@hokify/node-ts-cache-redisio-storage@2.0.1) (2024-04-18) +## [2.0.1](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@2.0.0...@hokify/node-ts-cache-redisio-storage@2.0.1) (2024-04-18) ### Bug Fixes -- update versions§ ([6caf1a5](https://github.com/hokify/node-ts-cache/commit/6caf1a525dc136ca902ead121ea04a484e8b8f75)) +- update versions§ ([6caf1a5](https://github.com/simllll/node-ts-cache/commit/6caf1a525dc136ca902ead121ea04a484e8b8f75)) -# [2.0.0](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.6.0...@hokify/node-ts-cache-redisio-storage@2.0.0) (2021-11-19) +# [2.0.0](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.6.0...@hokify/node-ts-cache-redisio-storage@2.0.0) (2021-11-19) **Note:** Version bump only for package @hokify/node-ts-cache-redisio-storage -# [1.6.0](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.5.1...@hokify/node-ts-cache-redisio-storage@1.6.0) (2021-10-05) +# [1.6.0](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.5.1...@hokify/node-ts-cache-redisio-storage@1.6.0) (2021-10-05) **Note:** Version bump only for package @hokify/node-ts-cache-redisio-storage -## [1.5.1](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.5.0...@hokify/node-ts-cache-redisio-storage@1.5.1) (2021-02-12) +## [1.5.1](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.5.0...@hokify/node-ts-cache-redisio-storage@1.5.1) (2021-02-12) **Note:** Version bump only for package @hokify/node-ts-cache-redisio-storage -# [1.5.0](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.4.2...@hokify/node-ts-cache-redisio-storage@1.5.0) (2021-02-12) +# [1.5.0](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.4.2...@hokify/node-ts-cache-redisio-storage@1.5.0) (2021-02-12) ### Bug Fixes -- ensure we use seconds everywhere ([f18d460](https://github.com/hokify/node-ts-cache/commit/f18d460a8a1f195ca58a92c56c5d3cc7d216b6d9)) +- ensure we use seconds everywhere ([f18d460](https://github.com/simllll/node-ts-cache/commit/f18d460a8a1f195ca58a92c56c5d3cc7d216b6d9)) ### Features -- **redisio:** snappy compression ([21d8dc9](https://github.com/hokify/node-ts-cache/commit/21d8dc96fc5eb563d6a13e7d74925e8c0702038e)) +- **redisio:** snappy compression ([21d8dc9](https://github.com/simllll/node-ts-cache/commit/21d8dc96fc5eb563d6a13e7d74925e8c0702038e)) -## [1.4.2](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.4.1...@hokify/node-ts-cache-redisio-storage@1.4.2) (2020-11-09) +## [1.4.2](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.4.1...@hokify/node-ts-cache-redisio-storage@1.4.2) (2020-11-09) ### Bug Fixes -- **multicache:** handle get key undefined ([b0ded49](https://github.com/hokify/node-ts-cache/commit/b0ded498ad988a44ff62566909403268e4b6b288)) +- **multicache:** handle get key undefined ([b0ded49](https://github.com/simllll/node-ts-cache/commit/b0ded498ad988a44ff62566909403268e4b6b288)) -## [1.4.1](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.4.0...@hokify/node-ts-cache-redisio-storage@1.4.1) (2020-11-09) +## [1.4.1](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.4.0...@hokify/node-ts-cache-redisio-storage@1.4.1) (2020-11-09) **Note:** Version bump only for package @hokify/node-ts-cache-redisio-storage -# [1.4.0](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.3.3...@hokify/node-ts-cache-redisio-storage@1.4.0) (2020-10-30) +# [1.4.0](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.3.3...@hokify/node-ts-cache-redisio-storage@1.4.0) (2020-10-30) ### Features -- **redisio:** allow background savings when an error handler is set ([04fa32a](https://github.com/hokify/node-ts-cache/commit/04fa32add51d6b3cedb02fee88a3ef6c112eb187)) +- **redisio:** allow background savings when an error handler is set ([04fa32a](https://github.com/simllll/node-ts-cache/commit/04fa32add51d6b3cedb02fee88a3ef6c112eb187)) -## [1.3.3](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.3.2...@hokify/node-ts-cache-redisio-storage@1.3.3) (2020-10-21) +## [1.3.3](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.3.2...@hokify/node-ts-cache-redisio-storage@1.3.3) (2020-10-21) ### Bug Fixes -- **multicache:** fix async storages and do not save redisio undefined ([79e1e95](https://github.com/hokify/node-ts-cache/commit/79e1e957a08359c262cdddd07e1181e70890399e)) +- **multicache:** fix async storages and do not save redisio undefined ([79e1e95](https://github.com/simllll/node-ts-cache/commit/79e1e957a08359c262cdddd07e1181e70890399e)) -## [1.3.2](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.3.1...@hokify/node-ts-cache-redisio-storage@1.3.2) (2020-10-21) +## [1.3.2](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.3.1...@hokify/node-ts-cache-redisio-storage@1.3.2) (2020-10-21) ### Bug Fixes -- **redios:** ttl and pipeline ([6f2ae66](https://github.com/hokify/node-ts-cache/commit/6f2ae665f2ce9a30eb938fa5d7698efee4f2e3c1)) +- **redios:** ttl and pipeline ([6f2ae66](https://github.com/simllll/node-ts-cache/commit/6f2ae665f2ce9a30eb938fa5d7698efee4f2e3c1)) -## [1.3.1](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.3.0...@hokify/node-ts-cache-redisio-storage@1.3.1) (2020-10-21) +## [1.3.1](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.3.0...@hokify/node-ts-cache-redisio-storage@1.3.1) (2020-10-21) **Note:** Version bump only for package @hokify/node-ts-cache-redisio-storage -# [1.3.0](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.2.4...@hokify/node-ts-cache-redisio-storage@1.3.0) (2020-10-21) +# [1.3.0](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.2.4...@hokify/node-ts-cache-redisio-storage@1.3.0) (2020-10-21) ### Features -- **multicache:** allow caching multiple keys at once ([68315b3](https://github.com/hokify/node-ts-cache/commit/68315b3c73f65a62a60ffe5e21921bbd2ea471a6)) +- **multicache:** allow caching multiple keys at once ([68315b3](https://github.com/simllll/node-ts-cache/commit/68315b3c73f65a62a60ffe5e21921bbd2ea471a6)) -## [1.2.4](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.2.3...@hokify/node-ts-cache-redisio-storage@1.2.4) (2020-10-21) +## [1.2.4](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.2.3...@hokify/node-ts-cache-redisio-storage@1.2.4) (2020-10-21) **Note:** Version bump only for package @hokify/node-ts-cache-redisio-storage -## [1.2.3](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.2.2...@hokify/node-ts-cache-redisio-storage@1.2.3) (2020-09-22) +## [1.2.3](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.2.2...@hokify/node-ts-cache-redisio-storage@1.2.3) (2020-09-22) **Note:** Version bump only for package @hokify/node-ts-cache-redisio-storage -## [1.2.2](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.2.1...@hokify/node-ts-cache-redisio-storage@1.2.2) (2020-08-30) +## [1.2.2](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.2.1...@hokify/node-ts-cache-redisio-storage@1.2.2) (2020-08-30) ### Bug Fixes -- **ttl:** allow overwriting ttls ([ff24982](https://github.com/hokify/node-ts-cache/commit/ff249827995bac6942c5492ac343702b60ec5b76)) +- **ttl:** allow overwriting ttls ([ff24982](https://github.com/simllll/node-ts-cache/commit/ff249827995bac6942c5492ac343702b60ec5b76)) -## [1.2.1](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.2.0...@hokify/node-ts-cache-redisio-storage@1.2.1) (2020-08-04) +## [1.2.1](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.2.0...@hokify/node-ts-cache-redisio-storage@1.2.1) (2020-08-04) ### Bug Fixes -- **redisiio:** pass in redis fct ([c3a5c2b](https://github.com/hokify/node-ts-cache/commit/c3a5c2bc639fb3fc98597aa0d8707c79c3f6f992)) +- **redisiio:** pass in redis fct ([c3a5c2b](https://github.com/simllll/node-ts-cache/commit/c3a5c2bc639fb3fc98597aa0d8707c79c3f6f992)) -# [1.2.0](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.1.7...@hokify/node-ts-cache-redisio-storage@1.2.0) (2020-07-28) +# [1.2.0](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.1.7...@hokify/node-ts-cache-redisio-storage@1.2.0) (2020-07-28) ### Features -- **cachekey:** allow undefined cache key to skip cache ([5550758](https://github.com/hokify/node-ts-cache/commit/555075821c6e581aebb41c76cb6b81fe56724f98)) +- **cachekey:** allow undefined cache key to skip cache ([5550758](https://github.com/simllll/node-ts-cache/commit/555075821c6e581aebb41c76cb6b81fe56724f98)) -## [1.1.7](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.1.6...@hokify/node-ts-cache-redisio-storage@1.1.7) (2020-06-18) +## [1.1.7](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.1.6...@hokify/node-ts-cache-redisio-storage@1.1.7) (2020-06-18) **Note:** Version bump only for package @hokify/node-ts-cache-redisio-storage -## [1.1.6](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.1.5...@hokify/node-ts-cache-redisio-storage@1.1.6) (2020-06-10) +## [1.1.6](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.1.5...@hokify/node-ts-cache-redisio-storage@1.1.6) (2020-06-10) **Note:** Version bump only for package @hokify/node-ts-cache-redisio-storage -## [1.1.5](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.1.4...@hokify/node-ts-cache-redisio-storage@1.1.5) (2020-06-10) +## [1.1.5](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.1.4...@hokify/node-ts-cache-redisio-storage@1.1.5) (2020-06-10) **Note:** Version bump only for package @hokify/node-ts-cache-redisio-storage -## [1.1.4](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.1.3...@hokify/node-ts-cache-redisio-storage@1.1.4) (2020-03-13) +## [1.1.4](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.1.3...@hokify/node-ts-cache-redisio-storage@1.1.4) (2020-03-13) **Note:** Version bump only for package @hokify/node-ts-cache-redisio-storage -## [1.1.3](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.1.2...@hokify/node-ts-cache-redisio-storage@1.1.3) (2020-03-12) +## [1.1.3](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.1.2...@hokify/node-ts-cache-redisio-storage@1.1.3) (2020-03-12) **Note:** Version bump only for package @hokify/node-ts-cache-redisio-storage -## [1.1.2](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.1.1...@hokify/node-ts-cache-redisio-storage@1.1.2) (2020-03-09) +## [1.1.2](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.1.1...@hokify/node-ts-cache-redisio-storage@1.1.2) (2020-03-09) **Note:** Version bump only for package @hokify/node-ts-cache-redisio-storage -## [1.1.1](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.1.0...@hokify/node-ts-cache-redisio-storage@1.1.1) (2020-03-09) +## [1.1.1](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache-redisio-storage@1.1.0...@hokify/node-ts-cache-redisio-storage@1.1.1) (2020-03-09) **Note:** Version bump only for package @hokify/node-ts-cache-redisio-storage diff --git a/storages/redisio/package.json b/storages/redisio/package.json index f2facc2..b21447d 100644 --- a/storages/redisio/package.json +++ b/storages/redisio/package.json @@ -17,13 +17,13 @@ "node-cache", "ts-cache" ], - "homepage": "https://github.com/hokify/node-ts-cache/tree/master/storages/redisio#readme", + "homepage": "https://github.com/simllll/node-ts-cache/tree/master/storages/redisio#readme", "bugs": { - "url": "https://github.com/hokify/node-ts-cache/issues" + "url": "https://github.com/simllll/node-ts-cache/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hokify/node-ts-cache.git" + "url": "git+https://github.com/simllll/node-ts-cache.git" }, "license": "MIT", "author": "Simon Tretter ", diff --git a/ts-cache/CHANGELOG.md b/ts-cache/CHANGELOG.md index e59c20b..20843e2 100644 --- a/ts-cache/CHANGELOG.md +++ b/ts-cache/CHANGELOG.md @@ -3,113 +3,113 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [6.0.1](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache@6.0.0...@hokify/node-ts-cache@6.0.1) (2024-04-18) +## [6.0.1](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache@6.0.0...@hokify/node-ts-cache@6.0.1) (2024-04-18) ### Bug Fixes -- update versions§ ([6caf1a5](https://github.com/hokify/node-ts-cache/commit/6caf1a525dc136ca902ead121ea04a484e8b8f75)) +- update versions§ ([6caf1a5](https://github.com/simllll/node-ts-cache/commit/6caf1a525dc136ca902ead121ea04a484e8b8f75)) -# [6.0.0](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache@5.6.0...@hokify/node-ts-cache@6.0.0) (2021-11-19) +# [6.0.0](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache@5.6.0...@hokify/node-ts-cache@6.0.0) (2021-11-19) **Note:** Version bump only for package @hokify/node-ts-cache -# [5.6.0](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache@5.5.1...@hokify/node-ts-cache@5.6.0) (2021-10-05) +# [5.6.0](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache@5.5.1...@hokify/node-ts-cache@5.6.0) (2021-10-05) **Note:** Version bump only for package @hokify/node-ts-cache -## [5.5.1](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache@5.5.0...@hokify/node-ts-cache@5.5.1) (2021-02-12) +## [5.5.1](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache@5.5.0...@hokify/node-ts-cache@5.5.1) (2021-02-12) **Note:** Version bump only for package @hokify/node-ts-cache -# [5.5.0](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache@5.4.1...@hokify/node-ts-cache@5.5.0) (2021-02-12) +# [5.5.0](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache@5.4.1...@hokify/node-ts-cache@5.5.0) (2021-02-12) ### Features -- **redisio:** snappy compression ([21d8dc9](https://github.com/hokify/node-ts-cache/commit/21d8dc96fc5eb563d6a13e7d74925e8c0702038e)) +- **redisio:** snappy compression ([21d8dc9](https://github.com/simllll/node-ts-cache/commit/21d8dc96fc5eb563d6a13e7d74925e8c0702038e)) -## [5.4.1](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache@5.4.0...@hokify/node-ts-cache@5.4.1) (2020-11-09) +## [5.4.1](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache@5.4.0...@hokify/node-ts-cache@5.4.1) (2020-11-09) ### Bug Fixes -- **multicache:** handle get key undefined ([b0ded49](https://github.com/hokify/node-ts-cache/commit/b0ded498ad988a44ff62566909403268e4b6b288)) +- **multicache:** handle get key undefined ([b0ded49](https://github.com/simllll/node-ts-cache/commit/b0ded498ad988a44ff62566909403268e4b6b288)) -# [5.4.0](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache@5.3.2...@hokify/node-ts-cache@5.4.0) (2020-11-09) +# [5.4.0](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache@5.3.2...@hokify/node-ts-cache@5.4.0) (2020-11-09) ### Features -- pass in current phase (read or write) to multicache get key method ([5726a10](https://github.com/hokify/node-ts-cache/commit/5726a10da141db71d49ce3b8c5963b261e0ef961)) +- pass in current phase (read or write) to multicache get key method ([5726a10](https://github.com/simllll/node-ts-cache/commit/5726a10da141db71d49ce3b8c5963b261e0ef961)) -## [5.3.2](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache@5.3.1...@hokify/node-ts-cache@5.3.2) (2020-10-21) +## [5.3.2](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache@5.3.1...@hokify/node-ts-cache@5.3.2) (2020-10-21) ### Bug Fixes -- **multicache:** fix async storages and do not save redisio undefined ([79e1e95](https://github.com/hokify/node-ts-cache/commit/79e1e957a08359c262cdddd07e1181e70890399e)) +- **multicache:** fix async storages and do not save redisio undefined ([79e1e95](https://github.com/simllll/node-ts-cache/commit/79e1e957a08359c262cdddd07e1181e70890399e)) -## [5.3.1](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache@5.3.0...@hokify/node-ts-cache@5.3.1) (2020-10-21) +## [5.3.1](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache@5.3.0...@hokify/node-ts-cache@5.3.1) (2020-10-21) ### Bug Fixes -- export multicache ([5e91b9c](https://github.com/hokify/node-ts-cache/commit/5e91b9c7c0a3e4f65c6a91fe4e62e8b646f0d509)) +- export multicache ([5e91b9c](https://github.com/simllll/node-ts-cache/commit/5e91b9c7c0a3e4f65c6a91fe4e62e8b646f0d509)) -# [5.3.0](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache@5.2.2...@hokify/node-ts-cache@5.3.0) (2020-10-21) +# [5.3.0](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache@5.2.2...@hokify/node-ts-cache@5.3.0) (2020-10-21) ### Features -- **multicache:** allow caching multiple keys at once ([68315b3](https://github.com/hokify/node-ts-cache/commit/68315b3c73f65a62a60ffe5e21921bbd2ea471a6)) +- **multicache:** allow caching multiple keys at once ([68315b3](https://github.com/simllll/node-ts-cache/commit/68315b3c73f65a62a60ffe5e21921bbd2ea471a6)) -## [5.2.2](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache@5.2.1...@hokify/node-ts-cache@5.2.2) (2020-10-21) +## [5.2.2](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache@5.2.1...@hokify/node-ts-cache@5.2.2) (2020-10-21) ### Bug Fixes -- allow setting DISABLE_CACHE_DECORATOR for easier debugging ([f39a92c](https://github.com/hokify/node-ts-cache/commit/f39a92c8ab630a71cd09b81452c743d305705a09)) +- allow setting DISABLE_CACHE_DECORATOR for easier debugging ([f39a92c](https://github.com/simllll/node-ts-cache/commit/f39a92c8ab630a71cd09b81452c743d305705a09)) -## [5.2.1](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache@5.2.0...@hokify/node-ts-cache@5.2.1) (2020-09-22) +## [5.2.1](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache@5.2.0...@hokify/node-ts-cache@5.2.1) (2020-09-22) ### Bug Fixes -- cache null and false values when it is the return value ([f86539a](https://github.com/hokify/node-ts-cache/commit/f86539a1608a68af3f46e8747de71f35a3ebf016)) +- cache null and false values when it is the return value ([f86539a](https://github.com/simllll/node-ts-cache/commit/f86539a1608a68af3f46e8747de71f35a3ebf016)) -# [5.2.0](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache@5.1.7...@hokify/node-ts-cache@5.2.0) (2020-07-28) +# [5.2.0](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache@5.1.7...@hokify/node-ts-cache@5.2.0) (2020-07-28) ### Features -- **cachekey:** allow undefined cache key to skip cache ([5550758](https://github.com/hokify/node-ts-cache/commit/555075821c6e581aebb41c76cb6b81fe56724f98)) +- **cachekey:** allow undefined cache key to skip cache ([5550758](https://github.com/simllll/node-ts-cache/commit/555075821c6e581aebb41c76cb6b81fe56724f98)) -## [5.1.7](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache@5.1.6...@hokify/node-ts-cache@5.1.7) (2020-06-18) +## [5.1.7](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache@5.1.6...@hokify/node-ts-cache@5.1.7) (2020-06-18) **Note:** Version bump only for package @hokify/node-ts-cache -## [5.1.6](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache@5.1.5...@hokify/node-ts-cache@5.1.6) (2020-06-10) +## [5.1.6](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache@5.1.5...@hokify/node-ts-cache@5.1.6) (2020-06-10) ### Bug Fixes -- **expiration:** logic ttl fixes ([cbc3d89](https://github.com/hokify/node-ts-cache/commit/cbc3d8951076e7c0bcbf5fb2df65ec1b3cbd45af)) +- **expiration:** logic ttl fixes ([cbc3d89](https://github.com/simllll/node-ts-cache/commit/cbc3d8951076e7c0bcbf5fb2df65ec1b3cbd45af)) -## [5.1.5](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache@5.1.4...@hokify/node-ts-cache@5.1.5) (2020-06-10) +## [5.1.5](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache@5.1.4...@hokify/node-ts-cache@5.1.5) (2020-06-10) ### Bug Fixes -- **expiration:** logic ttl fixes ([85c2337](https://github.com/hokify/node-ts-cache/commit/85c2337d850920b0f46eb30551f7beba11ef0af0)) +- **expiration:** logic ttl fixes ([85c2337](https://github.com/simllll/node-ts-cache/commit/85c2337d850920b0f46eb30551f7beba11ef0af0)) -## [5.1.4](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache@5.1.3...@hokify/node-ts-cache@5.1.4) (2020-03-13) +## [5.1.4](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache@5.1.3...@hokify/node-ts-cache@5.1.4) (2020-03-13) ### Bug Fixes -- **sync:** remove wrong async ([c253991](https://github.com/hokify/node-ts-cache/commit/c25399152c01643e146876b631848c2cafe45a95)) +- **sync:** remove wrong async ([c253991](https://github.com/simllll/node-ts-cache/commit/c25399152c01643e146876b631848c2cafe45a95)) -## [5.1.3](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache@5.1.2...@hokify/node-ts-cache@5.1.3) (2020-03-12) +## [5.1.3](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache@5.1.2...@hokify/node-ts-cache@5.1.3) (2020-03-12) **Note:** Version bump only for package @hokify/node-ts-cache -## [5.1.2](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache@5.1.1...@hokify/node-ts-cache@5.1.2) (2020-03-09) +## [5.1.2](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache@5.1.1...@hokify/node-ts-cache@5.1.2) (2020-03-09) **Note:** Version bump only for package @hokify/node-ts-cache -## [5.1.1](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache@5.1.0...@hokify/node-ts-cache@5.1.1) (2020-03-09) +## [5.1.1](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache@5.1.0...@hokify/node-ts-cache@5.1.1) (2020-03-09) **Note:** Version bump only for package @hokify/node-ts-cache -# [5.1.0](https://github.com/hokify/node-ts-cache/compare/@hokify/node-ts-cache@5.1.0...@hokify/node-ts-cache@5.1.0) (2020-03-09) +# [5.1.0](https://github.com/simllll/node-ts-cache/compare/@hokify/node-ts-cache@5.1.0...@hokify/node-ts-cache@5.1.0) (2020-03-09) **Note:** Version bump only for package @hokify/node-ts-cache @@ -117,6 +117,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **cache-decorator:** use temporary holder for pending promises to prevent race conditions and multiple parallel calls to a cached method ([6a818e2](https://github.com/hokify/node-ts-cache/commit/6a818e2acf5cd3bca9698268bfeb242334cd5eda)) -- **exports:** add memory and fs storage exports ([e1cdd97](https://github.com/hokify/node-ts-cache/commit/e1cdd97e1238f1c0ee71b703d14086ce5158b4e0)) -- **tests:** finish monorepo setup ([c4448ee](https://github.com/hokify/node-ts-cache/commit/c4448eebfc30c20681ba1546f2494f98a63e6193)) +- **cache-decorator:** use temporary holder for pending promises to prevent race conditions and multiple parallel calls to a cached method ([6a818e2](https://github.com/simllll/node-ts-cache/commit/6a818e2acf5cd3bca9698268bfeb242334cd5eda)) +- **exports:** add memory and fs storage exports ([e1cdd97](https://github.com/simllll/node-ts-cache/commit/e1cdd97e1238f1c0ee71b703d14086ce5158b4e0)) +- **tests:** finish monorepo setup ([c4448ee](https://github.com/simllll/node-ts-cache/commit/c4448eebfc30c20681ba1546f2494f98a63e6193)) diff --git a/ts-cache/package.json b/ts-cache/package.json index 6bd76cf..ac5b41c 100644 --- a/ts-cache/package.json +++ b/ts-cache/package.json @@ -17,13 +17,13 @@ "node-cache", "ts-cache" ], - "homepage": "https://github.com/hokify/node-ts-cache/tree/master/ts-cache#readme", + "homepage": "https://github.com/simllll/node-ts-cache/tree/master/ts-cache#readme", "bugs": { - "url": "https://github.com/hokify/node-ts-cache/issues" + "url": "https://github.com/simllll/node-ts-cache/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hokify/node-ts-cache.git" + "url": "git+https://github.com/simllll/node-ts-cache.git" }, "license": "MIT", "author": "Simon Tretter ",