File tree Expand file tree Collapse file tree 5 files changed +33
-9
lines changed Expand file tree Collapse file tree 5 files changed +33
-9
lines changed Original file line number Diff line number Diff line change 1
- link-workspace-packages = true
1
+ link-workspace-packages = true
2
+ registry = https://registry.npmjs.org/
Original file line number Diff line number Diff line change 1
1
# @pbts/cli
2
2
3
+ ## 3.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - fix cli issue [ #17 ] ( https://github.com/brandonxiang/pb-to-typescript/issues/17 )
8
+ - Updated dependencies [ undefined]
9
+ - @pbts/core @3.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" : " pbts" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
4
4
"description" : " cli for pb-to-typescript" ,
5
5
"author" :
" weiping.xiang <[email protected] >" ,
6
6
"homepage" : " https://github.com/brandonxiang/pb-to-typescript#readme" ,
9
9
"main" : " src/index.js" ,
10
10
"directories" : {
11
11
"src" : " src" ,
12
- "test" : " __tests__"
12
+ "fixtures" : " fixtures" ,
13
+ "test" : " tests"
13
14
},
14
15
"files" : [
15
- " src"
16
+ " src" ,
17
+ " tests"
16
18
],
17
19
"repository" : {
18
20
"type" : " git" ,
27
29
"dependencies" : {
28
30
"fs-extra" : " ^9.0.1" ,
29
31
"globby" : " ^11.0.0" ,
30
- "@pbts/core" : " ^3.0.0 " ,
32
+ "@pbts/core" : " ^3.0.1 " ,
31
33
"pkg-updater" : " ^1.0.4" ,
32
34
"protobufjs" : " ^7.2.3" ,
33
35
"shelljs" : " ^0.8.5" ,
44
46
},
45
47
"bin" : {
46
48
"pbts" : " bin.js"
49
+ },
50
+ "publishConfig" : {
51
+ "access" : " public"
47
52
}
48
53
}
Original file line number Diff line number Diff line change 1
1
# @pbts/core
2
2
3
+ ## 3.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - fix cli issue [ #17 ] ( https://github.com/brandonxiang/pb-to-typescript/issues/17 )
8
+
3
9
## 3.0.0
4
10
5
11
### Major Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pbts/core" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
4
4
"description" : " pbts core" ,
5
5
"author" :
" weiping.xiang <[email protected] >" ,
6
6
"homepage" : " https://github.com/brandonxiang/pb-to-typescript#readme" ,
13
13
},
14
14
"type" : " module" ,
15
15
"directories" : {
16
- "lib" : " lib" ,
17
- "test" : " tests"
16
+ "src" : " src" ,
17
+ "test" : " tests" ,
18
+ "types" : " types"
18
19
},
19
20
"files" : [
20
- " lib " ,
21
+ " src " ,
21
22
" types"
22
23
],
23
24
"repository" : {
40
41
"typescript" : " ^5.0.4" ,
41
42
"uvu" : " ^0.5.6" ,
42
43
"ts-unused-exports" : " ^9.0.4"
44
+ },
45
+ "publishConfig" : {
46
+ "access" : " public"
43
47
}
44
48
}
You can’t perform that action at this time.
0 commit comments