minotor 9.0.0 → 9.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33,7 +33,7 @@ jobs:
33
33
  - uses: actions/checkout@v3
34
34
  - uses: actions/setup-node@v3
35
35
  - name: 🛡️ Audit
36
- run: npm audit --audit-level=high
36
+ run: npm audit --audit-level=high --omit=dev
37
37
 
38
38
  spell:
39
39
  name: 🔠 Spellcheck
package/CHANGELOG.md CHANGED
@@ -1,11 +1,6 @@
1
- # [9.0.0](https://github.com/aubryio/minotor/compare/v8.0.0...v9.0.0) (2025-11-16)
1
+ ## [9.0.2](https://github.com/aubryio/minotor/compare/v9.0.1...v9.0.2) (2025-11-18)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * handle stops by route index in route instead of stopId ([#51](https://github.com/aubryio/minotor/issues/51)) ([e2436fe](https://github.com/aubryio/minotor/commit/e2436fe578da65a8fac3def8d3b2862238fb228c)), closes [#48](https://github.com/aubryio/minotor/issues/48)
7
-
8
-
9
- ### BREAKING CHANGES
10
-
11
- * The timetable binary format was updated and is not compatible with older versions.
6
+ * compare transfer destination with global earliest arrival ([#54](https://github.com/aubryio/minotor/issues/54)) ([58eeba9](https://github.com/aubryio/minotor/commit/58eeba98c4e606f03c5b17cb4f7221b127f54631))