File tree Expand file tree Collapse file tree 8 files changed +42
-9
lines changed Expand file tree Collapse file tree 8 files changed +42
-9
lines changed Original file line number Diff line number Diff line change 1
1
# @pbts/cli
2
2
3
+ ## 3.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - support load a directory of proto to transform them to typescript file
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [ undefined]
12
+ - @pbts/core @3.0.0
13
+
3
14
## 1.1.0
15
+
4
16
### Minor Changes
5
17
6
18
- First init the packages
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pbts" ,
3
- "version" : " 2 .0.2 " ,
3
+ "version" : " 3 .0.0 " ,
4
4
"description" : " cli for pb-to-typescript" ,
5
5
"author" : " weiping.xiang <1542453460@qq.com>" ,
6
6
"homepage" : " https://github.com/brandonxiang/pb-to-typescript#readme" ,
27
27
"dependencies" : {
28
28
"fs-extra" : " ^9.0.1" ,
29
29
"globby" : " ^11.0.0" ,
30
- "@pbts/core" : " ^2 .0.2 " ,
30
+ "@pbts/core" : " ^3 .0.0 " ,
31
31
"pkg-updater" : " ^1.0.4" ,
32
32
"protobufjs" : " ^7.2.3" ,
33
33
"shelljs" : " ^0.8.5" ,
Original file line number Diff line number Diff line change 1
1
# @pbts/core
2
2
3
+ ## 3.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - support load a directory of proto to transform them to typescript file
8
+
3
9
## 1.1.0
10
+
4
11
### Minor Changes
5
12
6
13
- First init the packages
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pbts/core" ,
3
- "version" : " 2 .0.2 " ,
3
+ "version" : " 3 .0.0 " ,
4
4
"description" : " pbts core" ,
5
5
"author" : " weiping.xiang <1542453460@qq.com>" ,
6
6
"homepage" : " https://github.com/brandonxiang/pb-to-typescript#readme" ,
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 0.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ undefined]
8
+ - @pbts/core @3.0.0
9
+
3
10
All notable changes to the "vscode-protobuf-to-typescript" extension will be documented in this file.
4
11
5
12
Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
6
13
7
14
## [ Unreleased]
8
15
9
- - Initial release
16
+ - Initial release
Original file line number Diff line number Diff line change 2
2
"name" : " vscode-protobuf-to-typescript" ,
3
3
"displayName" : " Protobuf To Typescript" ,
4
4
"description" : " Convert protobuf struct to typescript type" ,
5
- "version" : " 0.0.5 " ,
5
+ "version" : " 0.0.6 " ,
6
6
"private" : true ,
7
7
"icon" : " icon.png" ,
8
8
"publisher" : " yishi" ,
64
64
"rimraf" : " ^3.0.2"
65
65
},
66
66
"dependencies" : {
67
- "@pbts/core" : " ^2 .0.2 " ,
67
+ "@pbts/core" : " ^3 .0.0 " ,
68
68
"copy-paste" : " ^1.3.0"
69
69
}
70
70
}
Original file line number Diff line number Diff line change
1
+ # @pbts/web
2
+
3
+ ## 2.0.3
4
+ ### Patch Changes
5
+
6
+ - Updated dependencies [ undefined]
7
+ - @pbts/core @3.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pbts/web" ,
3
- "version" : " 2.0.2 " ,
3
+ "version" : " 2.0.3 " ,
4
4
"private" : true ,
5
5
"author" : " brandonxiang <1542453460@qq.com>" ,
6
6
"license" : " MIT" ,
16
16
},
17
17
"dependencies" : {
18
18
"svelte" : " ^3.58.0" ,
19
- "@pbts/core" : " ^2 .0.1 " ,
19
+ "@pbts/core" : " ^3 .0.0 " ,
20
20
"clipboard" : " ^2.0.8"
21
21
},
22
22
"browserslist" : [
23
23
" last 1 version" ,
24
24
" > 1%" ,
25
25
" maintained node versions" ,
26
26
" not dead"
27
- ]
27
+ ]
28
28
}
You can’t perform that action at this time.
0 commit comments