Skip to content

Commit e8eddfb

Browse files
committed
chore: publish
1 parent 2f81e24 commit e8eddfb

File tree

13 files changed

+22
-22
lines changed

13 files changed

+22
-22
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.3.3",
2+
"version": "4.3.4",
33
"packages": [
44
"packages/*"
55
],

packages/core/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "node-ts-cache",
33
"description": "Simple and extensible caching module supporting decorators",
4-
"version": "4.3.3",
4+
"version": "4.3.4",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"files": [

packages/storage-elasticsearch/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/storage-elasticsearch/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "node-ts-cache-storage-elasticsearch",
33
"description": "Elasticsearch storage module for node-ts-cache",
4-
"version": "4.3.3",
4+
"version": "4.3.4",
55
"private": true,
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",
@@ -46,6 +46,6 @@
4646
"dependencies": {
4747
"@elastic/elasticsearch": "^7.15.0",
4848
"debug": "^4.3.2",
49-
"node-ts-cache": "^4.3.3"
49+
"node-ts-cache": "^4.3.4"
5050
}
5151
}

packages/storage-ioredis/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/storage-ioredis/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "node-ts-cache-storage-ioredis",
33
"description": "Redis storage module for node-ts-cache",
4-
"version": "4.3.3",
4+
"version": "4.3.4",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"scripts": {
@@ -47,6 +47,6 @@
4747
"debug": "^4.3.2",
4848
"ioredis": "^4.27.10",
4949
"ioredis-mock": "^5.6.0",
50-
"node-ts-cache": "^4.3.3"
50+
"node-ts-cache": "^4.3.4"
5151
}
5252
}

packages/storage-memory/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/storage-memory/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "node-ts-cache-storage-memory",
33
"description": "Memory storage module for node-ts-cache",
4-
"version": "4.3.3",
4+
"version": "4.3.4",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"scripts": {
@@ -44,6 +44,6 @@
4444
},
4545
"dependencies": {
4646
"debug": "^4.3.2",
47-
"node-ts-cache": "^4.3.3"
47+
"node-ts-cache": "^4.3.4"
4848
}
4949
}

packages/storage-node-fs/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/storage-node-fs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "node-ts-cache-storage-node-fs",
33
"description": "Nodejs filesystem storage module for node-ts-cache",
4-
"version": "4.3.3",
4+
"version": "4.3.4",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"scripts": {
@@ -45,6 +45,6 @@
4545
},
4646
"dependencies": {
4747
"debug": "^4.3.2",
48-
"node-ts-cache": "^4.3.3"
48+
"node-ts-cache": "^4.3.4"
4949
}
5050
}

packages/test/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/test/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "node-ts-cache-test",
33
"private": true,
44
"description": "Test module for node-ts-cache containing tests for all packages",
5-
"version": "4.3.3",
5+
"version": "4.3.4",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",
88
"scripts": {
@@ -64,10 +64,10 @@
6464
"ioredis": "^4.27.10",
6565
"lodash": "^4.17.21",
6666
"memfs": "^3.3.0",
67-
"node-ts-cache": "^4.3.3",
68-
"node-ts-cache-storage-elasticsearch": "^4.3.3",
69-
"node-ts-cache-storage-ioredis": "^4.3.3",
70-
"node-ts-cache-storage-memory": "^4.3.3",
71-
"node-ts-cache-storage-node-fs": "^4.3.3"
67+
"node-ts-cache": "^4.3.4",
68+
"node-ts-cache-storage-elasticsearch": "^4.3.4",
69+
"node-ts-cache-storage-ioredis": "^4.3.4",
70+
"node-ts-cache-storage-memory": "^4.3.4",
71+
"node-ts-cache-storage-node-fs": "^4.3.4"
7272
}
7373
}

0 commit comments

Comments
 (0)