Skip to content

Commit

Permalink
fix: add explicit dependency on protobufjs package
Browse files Browse the repository at this point in the history
it is necessary for successful work with pnpm package manager
  • Loading branch information
Alexey Zorkaltsev committed Oct 3, 2024
1 parent dd8e24e commit 031d2be
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
3 changes: 0 additions & 3 deletions examples/topic-service/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ async function main() {
});
if (!(await db.ready(3000))) throw new Error('Driver is not ready!');
try {

db.topic;

await db.topic.createTopic({
path: 'demoTopic',
consumers: [{
Expand Down
14 changes: 8 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"lodash": "^4.17.21",
"long": "^4.0.0",
"luxon": "^3.2.1",
"protobufjs": "^7.4.0",
"reflect-metadata": "^0.1.13",
"typed-emitter": "^2.1.0",
"uuid": "^8.3.2",
Expand Down

0 comments on commit 031d2be

Please sign in to comment.