Skip to content
This repository has been archived by the owner on Nov 28, 2019. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
elderapo committed Feb 15, 2019
2 parents 73e46f7 + 974c76e commit ccda068
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ console.log(`Everything is working as expected 👍`);

### [Check out tests cases for more examples!](https://github.com/elderapo/protobuf-lite/tree/master/test)


### Todo
1. [ ] add possibility to manually specify protobuf types (bool, uint32 etc..)
2. [ ] figure out if it's possible to automatically generate `*.proto` files from fields metadata

## License

[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Felderapo%2Fprotobuf-lite.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Felderapo%2Fprotobuf-lite?ref=badge_large)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@types/deep-freeze": "^0.1.1",
"@types/jest": "^24.0.3",
"@types/jest-diff": "^20.0.0",
"@types/node": "^10.11.0",
"@types/node": "^11.9.4",
"@types/object-hash": "^1.2.0",
"benchmark": "^2.1.4",
"chalk": "^2.4.2",
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -485,10 +485,15 @@
version "11.9.3"
resolved "https://registry.yarnpkg.com/@types/node/-/node-11.9.3.tgz#14adbb5ab8cd563f549fbae8dbe92e0b7d6e76cc"

"@types/node@^10.1.0", "@types/node@^10.11.0":
"@types/node@^10.1.0":
version "10.12.26"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.26.tgz#2dec19f1f7981c95cb54bab8f618ecb5dc983d0e"

"@types/node@^11.9.4":
version "11.9.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-11.9.4.tgz#ceb0048a546db453f6248f2d1d95e937a6f00a14"
integrity sha512-Zl8dGvAcEmadgs1tmSPcvwzO1YRsz38bVJQvH1RvRqSR9/5n61Q1ktcDL0ht3FXWR+ZpVmXVwN1LuH4Ax23NsA==

"@types/object-hash@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@types/object-hash/-/object-hash-1.2.0.tgz#d65904331bd0b05c7d5ece75f9ddfdbe82affd30"
Expand Down

0 comments on commit ccda068

Please sign in to comment.