Skip to content

Commit 5ca265e

Browse files
committed
fix: move id-tagging-schema dependency to geocoding integration
1 parent 7d4383b commit 5ca265e

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

apps/api/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"@fastify/helmet": "^13.0.2",
2929
"@hey-api/client-fetch": "0.4.4",
3030
"@motis-project/motis-client": "^2.9.2",
31-
"@openstreetmap/id-tagging-schema": "^6.15.0",
3231
"better-auth": "^1.6.0",
3332
"better-auth-harmony": "^1.3.1",
3433
"cached-hafas-client": "^5.1.9",

integrations/geocoding/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"private": true,
55
"type": "module",
66
"dependencies": {
7-
"@openmapx/core": "workspace:^"
7+
"@openmapx/core": "workspace:^",
8+
"@openstreetmap/id-tagging-schema": "^6.15.0"
89
}
910
}

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)