Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @type-cacheable/[email protected]
 - @type-cacheable/[email protected]
 - @type-cacheable/[email protected]
 - @type-cacheable/[email protected]
 - @type-cacheable/[email protected]
  • Loading branch information
joshuaslate committed Sep 11, 2023
1 parent 01cb3dd commit 51bce5a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@type-cacheable/core",
"version": "12.0.1",
"version": "13.0.0",
"description": "TypeScript-based caching decorators",
"main": "dist/index.js",
"module": "./index.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/ioredis-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@type-cacheable/ioredis-adapter",
"version": "13.0.2",
"version": "14.0.0",
"description": "Adapter for using ioredis with type-cacheable",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"homepage": "https://github.com/joshuaslate/type-cacheable#readme",
"devDependencies": {
"@type-cacheable/core": "^12.0.1",
"@type-cacheable/core": "^13.0.0",
"@types/ioredis": "^5.0.0",
"ioredis": "^5.3.1",
"typescript": "^5.0.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/lru-cache-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@type-cacheable/lru-cache-adapter",
"version": "15.0.0",
"version": "16.0.0",
"description": "Adapter for using lru-cache with type-cacheable",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"homepage": "https://github.com/joshuaslate/type-cacheable#readme",
"devDependencies": {
"@type-cacheable/core": "^12.0.1",
"@type-cacheable/core": "^13.0.0",
"lru-cache": "^10.0.0",
"typescript": "^5.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/node-cache-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@type-cacheable/node-cache-adapter",
"version": "12.0.1",
"version": "13.0.0",
"description": "Adapter for using node-cache with type-cacheable",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"homepage": "https://github.com/joshuaslate/type-cacheable#readme",
"devDependencies": {
"@type-cacheable/core": "^12.0.1",
"@type-cacheable/core": "^13.0.0",
"node-cache": "^5.0.0",
"typescript": "^5.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/redis-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@type-cacheable/redis-adapter",
"version": "15.0.2",
"version": "16.0.0",
"description": "Adapter for using redis with type-cacheable",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"homepage": "https://github.com/joshuaslate/type-cacheable#readme",
"devDependencies": {
"@type-cacheable/core": "^12.0.1",
"@type-cacheable/core": "^13.0.0",
"@types/redis": "^4.0.11",
"redis": "^4.5.0",
"typescript": "^5.0.2"
Expand Down

0 comments on commit 51bce5a

Please sign in to comment.