Skip to content

Commit

Permalink
feat: Updated messages and bytes support.
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson committed Jun 28, 2024
1 parent f5ab165 commit 9ce6a71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lib/**/*"
],
"scripts": {
"generate": "protoc --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=./src/ --proto_path=./zmk-studio-messages/proto/zmk/ ./zmk-studio-messages/proto/zmk/*.proto",
"generate": "protoc --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=./src/ --ts_proto_opt=env=browser --proto_path=./zmk-studio-messages/proto/zmk/ ./zmk-studio-messages/proto/zmk/*.proto",
"postinstall": "ls . ; if [ -e src/ ]; then echo 'UPDATE'; git submodule update --init; ls .; npm run generate; npm run build; fi",
"build": "tsc --project tsconfig.build.json",
"clean": "rm -rf ./lib/",
Expand Down Expand Up @@ -76,7 +76,7 @@
"ts-jest": "^29.0.0",
"ts-node": "^10.2.1",
"typescript": "^4.2.4",
"ts-proto": "^1.174.0",
"ts-proto": "^1.180.0",
"web-streams-polyfill": "4.0.0"
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion zmk-studio-messages

0 comments on commit 9ce6a71

Please sign in to comment.