Skip to content

Commit

Permalink
Chore/add summary api (#51)
Browse files Browse the repository at this point in the history
* chore: update @debank/rabby-api

* chore: fix ts type

* ci: sh set errexit
  • Loading branch information
dmy147 committed May 15, 2023
1 parent c6fde6c commit d76e653
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@debank/common": "^0.2.36",
"@debank/festats": "1.0.3",
"@debank/rabby-api": "0.5.28",
"@debank/rabby-api": "^0.5.31",
"@debank/rabby-security-engine": "^1.0.14",
"@dnd-kit/core": "^5.0.1",
"@dnd-kit/sortable": "^6.0.0",
Expand Down
1 change: 1 addition & 0 deletions scripts/pack.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env sh
set -e

script_dir="$( cd "$( dirname "$0" )" && pwd )"
project_dir=$(dirname "$script_dir")
Expand Down
1 change: 0 additions & 1 deletion src/background/service/securityEngine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ class SecurityEngineService {
});
this.rules = mergeRules(defaultRules, storage.rules);
this.store = storage || this.store;
// @ts-expect-error
this.engine = new Engine(this.rules, openapiService);
};

Expand Down
20 changes: 4 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1360,22 +1360,10 @@
sha256-uint8array "^0.10.3"
url-parse "^1.5.1"

"@debank/rabby-api@0.5.28":
version "0.5.28"
resolved "https://registry.yarnpkg.com/@debank/rabby-api/-/rabby-api-0.5.28.tgz#a911527c5184a1180d68d1503a0c20443db73b53"
integrity sha512-JUrT2jp95tT1NxiTrcan5gSdCtUmhFLJsq7cUrPcNoysgl+U7vSe2S3BqdJVElg1N+TnhcXRecpEX7KH9lsFKw==
dependencies:
"@debank/isomorphic" "^0.3.1"
axios "^0.27.2"
axios-rate-limit "^1.3.0"
eth-rpc-errors "^4.0.3"
lodash "^4.17.21"
qss "^2.0.3"

"@debank/rabby-api@^0.5.28":
version "0.5.28"
resolved "https://registry.yarnpkg.com/@debank/rabby-api/-/rabby-api-0.5.28.tgz#a911527c5184a1180d68d1503a0c20443db73b53"
integrity sha512-JUrT2jp95tT1NxiTrcan5gSdCtUmhFLJsq7cUrPcNoysgl+U7vSe2S3BqdJVElg1N+TnhcXRecpEX7KH9lsFKw==
"@debank/rabby-api@^0.5.25", "@debank/rabby-api@^0.5.31":
version "0.5.31"
resolved "https://registry.yarnpkg.com/@debank/rabby-api/-/rabby-api-0.5.31.tgz#c541d0bd3dc13bc065e29b60926067644ed232a9"
integrity sha512-LnA4hZ7SlcIcFXlvWRmm9piSVckB0D2yZ/Lep9dTSd7hbJShBwHerprihJbbHpEx82rNS9s94XrJqhNWecFRxw==
dependencies:
"@debank/isomorphic" "^0.3.1"
axios "^0.27.2"
Expand Down

0 comments on commit d76e653

Please sign in to comment.