@golemio/pid 2.10.2-dev.1107987710 → 2.10.2-dev.1108018093

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.
@@ -770,7 +770,7 @@ paths:
770
770
  required: false
771
771
  schema:
772
772
  type: string
773
- example: "Smíchovské"
773
+ example: "Smíchovské nádraží"
774
774
  - name: minutesBefore
775
775
  in: query
776
776
  description: Set the start of interval from which to retrieve departures. Positive numbers are set in past relative to the time of request or `timeFrom` timestamp, negative numbers set the start in the future. Use to compensate for walking distance to a stop. Default is set to 0. Maximum value is 30 because of implemented data retention.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/pid",
3
- "version": "2.10.2-dev.1107987710",
3
+ "version": "2.10.2-dev.1108018093",
4
4
  "description": "Golemio PID Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",