File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 127
127
},
128
128
"dependencies" : {
129
129
"uint8arraylist" : " ^2.4.3" ,
130
- "uint8arrays" : " ^4 .0.6 "
130
+ "uint8arrays" : " ^5 .0.1 "
131
131
},
132
132
"devDependencies" : {
133
133
"aegir" : " ^41.0.4"
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
3
4
import meow from 'meow'
4
5
import { generate } from '../src/index.js'
5
6
@@ -16,7 +17,6 @@ async function main (): Promise<void> {
16
17
Examples
17
18
$ protons ./path/to/file.proto ./path/to/other/file.proto
18
19
` , {
19
- // @ts -expect-error wrong version is hoisted?!
20
20
importMeta : import . meta,
21
21
flags : {
22
22
output : {
Original file line number Diff line number Diff line change 140
140
"protobufjs" : " ^7.0.0" ,
141
141
"protons-runtime" : " ^5.0.0" ,
142
142
"uint8arraylist" : " ^2.4.3" ,
143
- "uint8arrays" : " ^4 .0.6 "
143
+ "uint8arrays" : " ^5 .0.1 "
144
144
}
145
145
}
You can’t perform that action at this time.
0 commit comments