Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
havsar committed Oct 8, 2021
1 parent 2f81e24 commit e8eddfb
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.3.3",
"version": "4.3.4",
"packages": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-ts-cache",
"description": "Simple and extensible caching module supporting decorators",
"version": "4.3.3",
"version": "4.3.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-elasticsearch/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/storage-elasticsearch/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-ts-cache-storage-elasticsearch",
"description": "Elasticsearch storage module for node-ts-cache",
"version": "4.3.3",
"version": "4.3.4",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -46,6 +46,6 @@
"dependencies": {
"@elastic/elasticsearch": "^7.15.0",
"debug": "^4.3.2",
"node-ts-cache": "^4.3.3"
"node-ts-cache": "^4.3.4"
}
}
2 changes: 1 addition & 1 deletion packages/storage-ioredis/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/storage-ioredis/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-ts-cache-storage-ioredis",
"description": "Redis storage module for node-ts-cache",
"version": "4.3.3",
"version": "4.3.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down Expand Up @@ -47,6 +47,6 @@
"debug": "^4.3.2",
"ioredis": "^4.27.10",
"ioredis-mock": "^5.6.0",
"node-ts-cache": "^4.3.3"
"node-ts-cache": "^4.3.4"
}
}
2 changes: 1 addition & 1 deletion packages/storage-memory/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/storage-memory/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-ts-cache-storage-memory",
"description": "Memory storage module for node-ts-cache",
"version": "4.3.3",
"version": "4.3.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down Expand Up @@ -44,6 +44,6 @@
},
"dependencies": {
"debug": "^4.3.2",
"node-ts-cache": "^4.3.3"
"node-ts-cache": "^4.3.4"
}
}
2 changes: 1 addition & 1 deletion packages/storage-node-fs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/storage-node-fs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-ts-cache-storage-node-fs",
"description": "Nodejs filesystem storage module for node-ts-cache",
"version": "4.3.3",
"version": "4.3.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down Expand Up @@ -45,6 +45,6 @@
},
"dependencies": {
"debug": "^4.3.2",
"node-ts-cache": "^4.3.3"
"node-ts-cache": "^4.3.4"
}
}
2 changes: 1 addition & 1 deletion packages/test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "node-ts-cache-test",
"private": true,
"description": "Test module for node-ts-cache containing tests for all packages",
"version": "4.3.3",
"version": "4.3.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down Expand Up @@ -64,10 +64,10 @@
"ioredis": "^4.27.10",
"lodash": "^4.17.21",
"memfs": "^3.3.0",
"node-ts-cache": "^4.3.3",
"node-ts-cache-storage-elasticsearch": "^4.3.3",
"node-ts-cache-storage-ioredis": "^4.3.3",
"node-ts-cache-storage-memory": "^4.3.3",
"node-ts-cache-storage-node-fs": "^4.3.3"
"node-ts-cache": "^4.3.4",
"node-ts-cache-storage-elasticsearch": "^4.3.4",
"node-ts-cache-storage-ioredis": "^4.3.4",
"node-ts-cache-storage-memory": "^4.3.4",
"node-ts-cache-storage-node-fs": "^4.3.4"
}
}

0 comments on commit e8eddfb

Please sign in to comment.