Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
kafeikui committed Nov 30, 2021
2 parents ba2333c + 9cfa764 commit 415219c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
18 changes: 13 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
{
"name": "@bella-defintech/uniswap-v3-simulator",
"version": "0.1.0",
"version": "0.1.1",
"description": "the 'Tuner', a Uniswap V3 Simulator",
"keywords": [
"uniswap",
"uniswapv3",
"uniswap-v3",
"simulation",
"simulator",
"defi"
],
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -45,16 +53,16 @@
"sinon-chai": "^3.7.0",
"ts-node": "^10.2.0",
"typechain": "^5.2.0",
"typescript": "^4.3.5",
"uuid": "^8.3.2",
"dayjs": "^1.10.6"
"typescript": "^4.3.5"
},
"dependencies": {
"jsbi": "3.1.6",
"reflect-metadata": "^0.1.13",
"typedjson": "^1.7.0",
"sqlite3": "^5.0.2",
"knex": "^0.95.10"
"knex": "^0.95.10",
"uuid": "^8.3.2",
"dayjs": "^1.10.6"
},
"resolutions": {
"tar": "^4.4.18"
Expand Down
1 change: 1 addition & 0 deletions src/entity/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from "./Record";
export * from "./Snapshot";
export * from "./SnapshotProfile";
export * from "./EndBlockType";

0 comments on commit 415219c

Please sign in to comment.