@opentripplanner/map-popup 3.0.1-alpha.1 → 3.0.2-alpha.1

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.
Files changed (2) hide show
  1. package/i18n/tl.yml +1 -1
  2. package/package.json +1 -1
package/i18n/tl.yml CHANGED
@@ -5,5 +5,5 @@ otpUi:
5
5
  floatingBike: "Free-floating na bisikleta: {name}"
6
6
  floatingCar: "{company} {name}"
7
7
  floatingEScooter: "E-scooter: {name}"
8
- stopId: "Stop ID: {stopId}"
8
+ stopId: "ID ng Hintuan: {stopId}"
9
9
  stopViewer: Ihinto ang Viewer
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentripplanner/map-popup",
3
- "version": "3.0.1-alpha.1",
3
+ "version": "3.0.2-alpha.1",
4
4
  "description": "A component for displaying map popup contents",
5
5
  "main": "lib/index.js",
6
6
  "module": "esm/index.js",