Skip to content

Commit

Permalink
fix: issue with not able to publish types
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwbabylonlab committed Nov 7, 2024
1 parent 2719ba3 commit d86f3bd
Show file tree
Hide file tree
Showing 14 changed files with 2,718 additions and 1,448 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "@babylonlabs-io/babylon-proto-ts",
"version": "0.0.3-canary.1",
"version": "0.0.3-canary.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc && node scripts/build-proto.js",
"prepublishOnly": "npm run build"
},
"files": [
"src/generated/**/*"
"dist",
"dist/**/*.d.ts"
],
"keywords": [],
"author": "",
Expand Down
66 changes: 51 additions & 15 deletions src/generated/babylon/btcstaking/v1/events.ts

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

Loading

0 comments on commit d86f3bd

Please sign in to comment.