File tree Expand file tree Collapse file tree 5 files changed +20
-8
lines changed Expand file tree Collapse file tree 5 files changed +20
-8
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# @envelop/response-cache-redis
2
2
3
+ ## 3.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ [[ ` 914d78c3 ` ] ( https://github.com/n1ru4l/envelop/commit/914d78c33d527137f4b7c69982b30044e91fda33 )] :
9
+ - @envelop/response-cache @5.0.1
10
+
3
11
## 3.0.0
4
12
5
13
### Major Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @envelop/response-cache-redis" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
4
4
"type" : " module" ,
5
5
"repository" : {
6
6
"type" : " git" ,
48
48
"typings" : " dist/typings/index.d.ts" ,
49
49
"peerDependencies" : {},
50
50
"dependencies" : {
51
- "@envelop/response-cache" : " ^5.0.0 " ,
51
+ "@envelop/response-cache" : " ^5.0.1 " ,
52
52
"ioredis" : " ^4.27.9" ,
53
53
"tslib" : " ^2.5.0"
54
54
},
Original file line number Diff line number Diff line change 1
1
# @envelop/response-cache
2
2
3
+ ## 5.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [ #1873 ] ( https://github.com/n1ru4l/envelop/pull/1873 )
8
+ [ ` 914d78c3 ` ] ( https://github.com/n1ru4l/envelop/commit/914d78c33d527137f4b7c69982b30044e91fda33 )
9
+ Thanks [ @ardatan ] ( https://github.com/ardatan ) ! - Do not revisit cached parser result which adds
10
+ extra \_\_ typename properties in the execution result
11
+
3
12
## 5.0.0
4
13
5
14
### Major Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @envelop/response-cache" ,
3
- "version" : " 5.0.0 " ,
3
+ "version" : " 5.0.1 " ,
4
4
"type" : " module" ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments