Skip to content

Commit

Permalink
chore: regenerate protojs (#114)
Browse files Browse the repository at this point in the history
* fix: update protogen script

* chore: regen protos

* revert: use previous version of ts-proto

* chore: regen protos

* chore: bump protojs version
  • Loading branch information
k-yang authored Mar 29, 2023
1 parent b926dab commit 7360fbb
Show file tree
Hide file tree
Showing 127 changed files with 38,474 additions and 30,231 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"ts-jest": "^27.0.5",
"ts-node": "^10.9.1",
"ts-node-dev": "^1.1.8",
"ts-proto": "^1.117.0",
"ts-proto": "1.117.0",
"tsconfig-paths": "^4.1.0",
"typescript": "^4.4.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/protojs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nibiruchain/protojs",
"description": "Protobuf-generated types for Nibiru Chain",
"version": "0.19.0",
"version": "0.19.1",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
Loading

0 comments on commit 7360fbb

Please sign in to comment.