File tree Expand file tree Collapse file tree 9 files changed +43
-21
lines changed
response-cache-cloudflare-kv Expand file tree Collapse file tree 9 files changed +43
-21
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# @envelop/response-cache-cloudflare-kv
2
+
3
+ ## 0.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [ #2057 ] ( https://github.com/n1ru4l/envelop/pull/2057 )
8
+ [ ` 78c2f26 ` ] ( https://github.com/n1ru4l/envelop/commit/78c2f26eb4c485f6c8d009bfb8bb366b6f0c5d77 )
9
+ Thanks [ @AdiRishi ] ( https://github.com/AdiRishi ) ! - Initial release
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+ [[ ` cafc43f ` ] ( https://github.com/n1ru4l/envelop/commit/cafc43f444f17a9d6fc2f283e3ba31a14c568b51 ) ,
15
+ [ ` 09a4bc1 ` ] ( https://github.com/n1ru4l/envelop/commit/09a4bc146753faa84c7eaa3ba934fb3b66ea0640 )] :
16
+ - @envelop/response-cache @6.1.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @envelop/response-cache-cloudflare-kv" ,
3
- "version" : " 0.1 .0" ,
3
+ "version" : " 0.2 .0" ,
4
4
"type" : " module" ,
5
5
"repository" : {
6
6
"type" : " git" ,
50
50
},
51
51
"typings" : " dist/typings/index.d.ts" ,
52
52
"peerDependencies" : {
53
- "@envelop/response-cache" : " ^6.1.0 " ,
53
+ "@envelop/response-cache" : " ^6.1.1 " ,
54
54
"graphql" : " ^14.0.0 || ^15.0.0 || ^16.0.0"
55
55
},
56
56
"dependencies" : {
57
57
"tslib" : " ^2.6.2"
58
58
},
59
59
"devDependencies" : {
60
60
"@cloudflare/workers-types" : " ^4.20231025.0" ,
61
- "@envelop/response-cache" : " ^6.1.0 " ,
61
+ "@envelop/response-cache" : " ^6.1.1 " ,
62
62
"jest-environment-miniflare" : " ^2.14.1" ,
63
63
"ts-jest" : " 29.1.1" ,
64
64
"typescript" : " ^5.2.2"
Original file line number Diff line number Diff line change 1
1
# @envelop/response-cache-redis
2
2
3
+ ## 4.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ [[ ` cafc43f ` ] ( https://github.com/n1ru4l/envelop/commit/cafc43f444f17a9d6fc2f283e3ba31a14c568b51 ) ,
9
+ [ ` 09a4bc1 ` ] ( https://github.com/n1ru4l/envelop/commit/09a4bc146753faa84c7eaa3ba934fb3b66ea0640 )] :
10
+ - @envelop/response-cache @6.1.1
11
+
3
12
## 4.1.0
4
13
5
14
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @envelop/response-cache-redis" ,
3
- "version" : " 4.1.0 " ,
3
+ "version" : " 4.1.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" : " ^6.1.0 " ,
51
+ "@envelop/response-cache" : " ^6.1.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
+ ## 6.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [ #2094 ] ( https://github.com/n1ru4l/envelop/pull/2094 )
8
+ [ ` cafc43f ` ] ( https://github.com/n1ru4l/envelop/commit/cafc43f444f17a9d6fc2f283e3ba31a14c568b51 )
9
+ Thanks [ @EmrysMyrddin ] ( https://github.com/EmrysMyrddin ) ! - Run enabled once only in execution
10
+
11
+ * [ #2090 ] ( https://github.com/n1ru4l/envelop/pull/2090 )
12
+ [ ` 09a4bc1 ` ] ( https://github.com/n1ru4l/envelop/commit/09a4bc146753faa84c7eaa3ba934fb3b66ea0640 )
13
+ Thanks [ @klippx ] ( https://github.com/klippx ) ! - Fix TTL being NaN when using ` @cacheControl `
14
+ without ` maxAge ` argument.
15
+
3
16
## 6.1.0
4
17
5
18
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @envelop/response-cache" ,
3
- "version" : " 6.1.0 " ,
3
+ "version" : " 6.1.1 " ,
4
4
"type" : " module" ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments