Skip to content

Commit

Permalink
chore: add @slangroom/location dependency (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-cristino authored Oct 9, 2024
1 parent 8107c11 commit ab10fe6
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"@slangroom/core": "^1.41.1",
"@slangroom/helpers": "^1.41.1",
"@slangroom/http": "^1.41.1",
"@slangroom/location": "^1.42.0",
"@slangroom/pocketbase": "^1.41.1",
"@slangroom/qrcode": "^1.41.1",
"@slangroom/zencode": "^1.41.1",
Expand Down
54 changes: 54 additions & 0 deletions pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions src/routes/[[lang]]/(protected)/[id]/verify/_lib/tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { Slangroom } from '@slangroom/core';
import { http } from '@slangroom/http';
import { helpers } from '@slangroom/helpers';
import { zencode } from '@slangroom/zencode';
import { location } from '@slangroom/location';
import { getRuAndSid } from '$lib/preferences/sidRu';
import verify from '$lib/mobile_zencode/verifier/verify.zen?raw';
import verifyKeys from '$lib/mobile_zencode/verifier/verify.keys.json?raw';
Expand Down

0 comments on commit ab10fe6

Please sign in to comment.