Skip to content

Commit

Permalink
feat: bump version to 1.2.0-beta2 and update TypeScript configuration…
Browse files Browse the repository at this point in the history
… to include JavaScript files
  • Loading branch information
vuonghuuhung committed Dec 1, 2024
1 parent b632e68 commit 4399127
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/oraiswap-v3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oraichain/oraiswap-v3",
"version": "1.2.0-beta1",
"version": "1.2.0-beta2",
"main": "build/index.js",
"files": [
"./build/"
Expand Down
6 changes: 3 additions & 3 deletions packages/oraiswap-v3/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"declaration": true,
"rootDir": "src"
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules/"]
}
"include": ["src/**/*.ts", "src/**/*.js"],
"exclude": ["node_modules/", "src/main.ts"]
}

0 comments on commit 4399127

Please sign in to comment.