File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 34
34
"docs" : " aegir docs"
35
35
},
36
36
"dependencies" : {
37
- "aegir" : " ^41 .0.4 "
37
+ "aegir" : " ^42 .0.1 "
38
38
},
39
39
"workspaces" : [
40
40
" packages/*"
Original file line number Diff line number Diff line change 53
53
"@protobuf-ts/plugin" : " ^2.8.1" ,
54
54
"@protobuf-ts/runtime" : " ^2.8.1" ,
55
55
"@types/benchmark" : " ^2.1.1" ,
56
- "aegir" : " ^41 .0.4 " ,
56
+ "aegir" : " ^42 .0.1 " ,
57
57
"benchmark" : " ^2.1.4" ,
58
58
"pbjs" : " ^0.0.14" ,
59
59
"protobufjs" : " ^7.0.0" ,
Original file line number Diff line number Diff line change 130
130
"uint8arrays" : " ^5.0.1"
131
131
},
132
132
"devDependencies" : {
133
- "aegir" : " ^41 .0.4 "
133
+ "aegir" : " ^42 .0.1 "
134
134
}
135
135
}
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env node
2
2
3
- // @ts -expect-error types are broken
4
3
import meow from 'meow'
5
4
import { generate } from '../src/index.js'
6
5
@@ -17,6 +16,7 @@ async function main (): Promise<void> {
17
16
Examples
18
17
$ protons ./path/to/file.proto ./path/to/other/file.proto
19
18
` , {
19
+ // @ts -expect-error importMeta is missing from the types
20
20
importMeta : import . meta,
21
21
flags : {
22
22
output : {
Original file line number Diff line number Diff line change 134
134
"protobufjs-cli" : " ^1.0.0"
135
135
},
136
136
"devDependencies" : {
137
- "aegir" : " ^41 .0.4 " ,
137
+ "aegir" : " ^42 .0.1 " ,
138
138
"long" : " ^5.2.0" ,
139
139
"pbjs" : " ^0.0.14" ,
140
140
"protobufjs" : " ^7.0.0" ,
You can’t perform that action at this time.
0 commit comments