Skip to content

Commit

Permalink
chore: update pocketbase client (#214)
Browse files Browse the repository at this point in the history
* chore: bump pocketbase from 0.19.0 to 0.21.5

remove also dotenv dependency from pocketbase plugin since it is not used

* test: update microservices starting script

---------

Co-authored-by: matteo-cristino <[email protected]>
  • Loading branch information
phoebus-84 and matteo-cristino authored Nov 15, 2024
1 parent b788c47 commit af221d4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 18 deletions.
3 changes: 1 addition & 2 deletions pkg/oauth/test/start_microservices.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ temp_dir="pkg/oauth/test/didroom_microservices"
setup() {
if [ ! -d ${temp_dir} ]; then
git clone https://github.com/ForkbombEu/DIDroom_microservices.git ${temp_dir} --quiet
cd ${temp_dir} && git checkout fix/claims --quiet && cd -
fi

if [ ! -x ${temp_dir}/ncr ]; then
wget -q --show-progress https://github.com/ForkbombEu/ncr/releases/download/v1.39.6/ncr -O ${temp_dir}/ncr
wget -q --show-progress https://github.com/ForkbombEu/ncr/releases/download/v1.40.0/ncr -O ${temp_dir}/ncr
chmod +x ${temp_dir}/ncr
fi

Expand Down
3 changes: 1 addition & 2 deletions pkg/pocketbase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"@capacitor/preferences": "^6.0.0",
"@slangroom/core": "workspace:*",
"@slangroom/shared": "workspace:*",
"dotenv": "^16.3.1",
"pocketbase": "^0.19.0",
"pocketbase": "^0.21.5",
"zod": "^3.22.4"
},
"repository": "https://github.com/dyne/slangroom",
Expand Down
19 changes: 5 additions & 14 deletions pnpm-lock.yaml

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

0 comments on commit af221d4

Please sign in to comment.