Skip to content

Commit

Permalink
chore: update to protobufjs@^7.0.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Update to `protobufjs@^7.0.0` from `protobufjs@^6.8.0`. See https://github.com/protobufjs/protobuf.js/releases/tag/protobufjs-v7.0.0 for upstream breaking changes.
  • Loading branch information
kmontag committed Jul 18, 2022
1 parent 8fccf71 commit 6f5a290
Show file tree
Hide file tree
Showing 3 changed files with 1,094 additions and 1,468 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const fs = require('fs');
const { pbjs, pbts } = require('protobufjs/cli');
const { pbjs, pbts } = require('protobufjs-cli');
const protobuf = require('protobufjs');
const tmp = require('tmp-promise');
const validateOptions = require('schema-utils').validate;
Expand Down
Loading

0 comments on commit 6f5a290

Please sign in to comment.