- Upgrade dependencies
- Show errors with stack traces
- Remove
TypedType<T>
from protobufjs6 template and use a complete typeType<T>
(defined in its own fileprotobuf6-type.d.ts
). This is essentially a redefinition of protobufjs'Type
, with a type parameter and small corrections.
- Fix console output
- Update dependencies
- Remove some files from package
- Fix output subdir creation
- Update dependencies
- Update dependencies
- Emit
.d.ts
instead of.ts
files
Initial release