File tree 2 files changed +11
-5
lines changed
2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 3
3
> 次版本:每季度发布一次,向下兼容的功能性新增
4
4
> 修订版本:每周发布一次(紧急版本随时发布),向下兼容的问题修正
5
5
6
- ## 0.0.2 [ Current]
6
+ ## 0.0.3 [ Current]
7
+ ###### 发布日期:2023-05-15
8
+ ###### 兼容性:0.x.x
9
+
10
+ + 版本同步
11
+
12
+ ## 0.0.2
7
13
###### 发布日期:2023-05-15
8
14
###### 兼容性:0.x.x
9
15
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " brisk-controller" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"description" : " fast light brisk controller in nodejs(koa)" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
35
35
},
36
36
"homepage" : " https://github.com/ruixiaozi/brisk-controller#readme" ,
37
37
"dependencies" : {
38
- "brisk-ioc" : " 0.0.2 " ,
39
- "brisk-log" : " 0.0.2 " ,
40
- "brisk-ts-extends" : " 0.0.2 " ,
38
+ "brisk-ioc" : " 0.0.3 " ,
39
+ "brisk-log" : " 0.0.3 " ,
40
+ "brisk-ts-extends" : " 0.0.3 " ,
41
41
"co-body" : " ^6.1.0" ,
42
42
"koa" : " 2.14.1" ,
43
43
"koa-cors" : " 0.0.16" ,
You can’t perform that action at this time.
0 commit comments