@golemio/municipal-libraries 1.2.8 → 1.2.9-dev.1015964968

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.yaml CHANGED
@@ -10,23 +10,23 @@ info:
10
10
  url: https://golemio.cz
11
11
 
12
12
  servers:
13
- - url: https://api.golemio.cz/v2
13
+ - url: https://api.golemio.cz
14
14
  description: Main (production) server
15
- - url: https://rabin.golemio.cz/v2
15
+ - url: https://rabin.golemio.cz
16
16
  description: Test (development) server
17
17
 
18
18
  tags:
19
- - name: 🏢️ Municipal Libraries
19
+ - name: 🏢️ Municipal Libraries (v2)
20
20
  description: <img src="https://img.shields.io/badge/opendata-available-green" alt="golemioapi-opendata-badge" /> 💡 Locations and Description of Municipal Libraries
21
21
 
22
22
  paths:
23
- /municipallibraries:
23
+ /v2/municipallibraries:
24
24
  get:
25
25
  summary: GET All Municipal Libraries
26
26
  operationId: GETAllMunicipalLibraries
27
27
  description: ""
28
28
  tags:
29
- - 🏢️ Municipal Libraries
29
+ - 🏢️ Municipal Libraries (v2)
30
30
  parameters:
31
31
  - name: latlng
32
32
  in: query
@@ -117,13 +117,13 @@ paths:
117
117
  error_message: Forbidden
118
118
  error_status: 403
119
119
 
120
- /municipallibraries/{id}:
120
+ /v2/municipallibraries/{id}:
121
121
  get:
122
122
  summary: GET Municipal Library
123
123
  operationId: GETMunicipalLibrary
124
124
  description: ""
125
125
  tags:
126
- - 🏢️ Municipal Libraries
126
+ - 🏢️ Municipal Libraries (v2)
127
127
  parameters:
128
128
  - name: id
129
129
  in: path
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/municipal-libraries",
3
- "version": "1.2.8",
3
+ "version": "1.2.9-dev.1015964968",
4
4
  "description": "Golemio Municipal Libraries Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -35,7 +35,7 @@
35
35
  "@commitlint/config-conventional": "^11.0.0",
36
36
  "@golemio/city-districts": "1.2.6",
37
37
  "@golemio/cli": "1.4.4",
38
- "@golemio/core": "1.8.6",
38
+ "@golemio/core": "1.9.2-dev.1008079941",
39
39
  "@golemio/db-common": "1.1.1",
40
40
  "@golemio/eslint-config": "1.1.1",
41
41
  "@types/chai": "4.2.3",
@@ -67,6 +67,6 @@
67
67
  },
68
68
  "peerDependencies": {
69
69
  "@golemio/city-districts": ">=1.2.5",
70
- "@golemio/core": ">=1.8.4"
70
+ "@golemio/core": ">=1.9.0"
71
71
  }
72
- }
72
+ }