@golemio/pid 2.9.6-dev.1069878454 → 2.9.6-dev.1070039655
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.
- package/docs/openapi-output.yaml +2 -2
- package/package.json +2 -2
package/docs/openapi-output.yaml
CHANGED
|
@@ -31,7 +31,7 @@ tags:
|
|
|
31
31
|
- name: 🚏 PID Departure Boards
|
|
32
32
|
description: ""
|
|
33
33
|
|
|
34
|
-
- name: 🕐 Public Vehicle Positions
|
|
34
|
+
- name: 🕐 Public Vehicle Positions (experimental)
|
|
35
35
|
description: ""
|
|
36
36
|
|
|
37
37
|
paths:
|
|
@@ -955,7 +955,7 @@ paths:
|
|
|
955
955
|
/public/vehiclepositions:
|
|
956
956
|
get:
|
|
957
957
|
tags:
|
|
958
|
-
- 🕐 Public Vehicle Positions
|
|
958
|
+
- 🕐 Public Vehicle Positions (experimental)
|
|
959
959
|
summary: GET All Vehicle Positions
|
|
960
960
|
parameters:
|
|
961
961
|
- name: boundingBox
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golemio/pid",
|
|
3
|
-
"version": "2.9.6-dev.
|
|
3
|
+
"version": "2.9.6-dev.1070039655",
|
|
4
4
|
"description": "Golemio PID Module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@commitlint/cli": "^11.0.0",
|
|
39
39
|
"@commitlint/config-conventional": "^11.0.0",
|
|
40
40
|
"@golemio/cli": "1.5.0",
|
|
41
|
-
"@golemio/core": "1.9.4
|
|
41
|
+
"@golemio/core": "1.9.4",
|
|
42
42
|
"@golemio/db-common": "1.1.2",
|
|
43
43
|
"@golemio/eslint-config": "1.1.1",
|
|
44
44
|
"@types/amqplib": "^0.5.17",
|