From 785f5fcc372cecf0de1d0c66dc5c722593676439 Mon Sep 17 00:00:00 2001 From: Traines Date: Fri, 24 Oct 2025 20:16:32 +0000 Subject: [PATCH] add checks back to release, fix readme [skip ci] --- package.json | 2 +- readme.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ecb49b28..6b8592d4 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "test-e2e": "VCR_OFF=true tap -t60 -j16 test/e2e/*.js", "test-spelling": "cspell .", "test": "npm run test-unit && npm run test-integration && npm run test-spelling", - "prepublishOnly": "npm run lint", + "prepublishOnly": "npm run lint && npm test", "api": "node api.js" }, "tap": { diff --git a/readme.md b/readme.md index ca778b76..91a76527 100644 --- a/readme.md +++ b/readme.md @@ -25,7 +25,7 @@ Depending on the configured profile, db-vendo-client will use multiple different | Profile | `db` | `dbnav` | `dbweb` | `dbris` | | ------------- | ------------- | ------------- | ------------- | ------------- | -| no API key required | ✅ | ✅ | ✅ | ✅ | ❌ | +| no API key required | ✅ | ✅ | ✅ | ❌ | | all above endpoints supported | ✅ | ✅ | except `stop()` | only boards | | duration for boards | always 1h | always 1h | always 1h | up to 12h | | remarks | for boards only most important remarks | for boards only most important remarks | all remarks on boards and journeys | all remarks | @@ -37,7 +37,7 @@ Depending on the configured profile, db-vendo-client will use multiple different | adminCode/operator | only for journeys | only for journeys | only operator | ✅ | | stopovers | not in boards | not in boards | ✅ | ✅ | | assumed backend API stability | less stable | more stable | less stable | more stable | -| quotas | 60 requests per minute (IPv4) | 60 requests per minute (IPv4), possibly aggressive blocking | aggressive blocking (IPv4/IPv6) | depends on API key | +| quotas | 60 requests per minute (IPv4), current backend possibly shut off soon | 60 requests per minute (IPv4), possibly aggressive blocking | aggressive blocking (IPv4/IPv6) | depends on API key | > [!IMPORTANT]