@golemio/municipal-authorities 1.1.1 → 1.1.2-dev.880513060
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 +1 -1
- package/package.json +4 -4
package/docs/openapi.yaml
CHANGED
|
@@ -17,7 +17,7 @@ servers:
|
|
|
17
17
|
|
|
18
18
|
tags:
|
|
19
19
|
- name: 🏛 Municipal Authorities
|
|
20
|
-
description: 💡 Locations and Description of Municipal Authorities
|
|
20
|
+
description: <img src="https://img.shields.io/badge/opendata-available-green" alt="golemioapi-opendata-badge" /> 💡 Locations and Description of Municipal Authorities
|
|
21
21
|
|
|
22
22
|
paths:
|
|
23
23
|
/municipalauthorities/:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golemio/municipal-authorities",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2-dev.880513060",
|
|
4
4
|
"description": "Golemio Municipal Authorities Module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@commitlint/cli": "^11.0.0",
|
|
34
34
|
"@commitlint/config-conventional": "^11.0.0",
|
|
35
35
|
"@golemio/cli": "1.3.3",
|
|
36
|
-
"@golemio/core": "1.
|
|
36
|
+
"@golemio/core": "1.7.0-dev.877344481",
|
|
37
37
|
"@golemio/db-common": "1.0.2",
|
|
38
38
|
"@golemio/eslint-config": "1.1.0",
|
|
39
39
|
"@ovos-media/ts-transform-paths": "^1.7.18-1",
|
|
@@ -65,9 +65,9 @@
|
|
|
65
65
|
"typescript": "4.7.2"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|
|
68
|
-
"@golemio/core": ">=1.
|
|
68
|
+
"@golemio/core": ">=1.7.0"
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
71
|
"geojson": "^0.5.0"
|
|
72
72
|
}
|
|
73
|
-
}
|
|
73
|
+
}
|