@golemio/microclimate 1.1.12-dev.950503333 → 1.2.0

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: 🌡️ Microclimate
19
+ - name: 🌡️ Microclimate (v2)
20
20
  description: <img src="https://img.shields.io/badge/opendata-available-green" alt="golemioapi-opendata-badge" /> 💡 Microclimate Sensors Info
21
21
 
22
22
  paths:
23
- /microclimate/locations:
23
+ /v2/microclimate/locations:
24
24
  get:
25
25
  summary: GET All Microclimate Sensor Locations
26
26
  operationId: GETAllMicroclimateSensorLocations
27
27
  description: ""
28
28
  tags:
29
- - 🌡️ Microclimate
29
+ - 🌡️ Microclimate (v2)
30
30
  parameters:
31
31
  - name: locationId
32
32
  in: query
@@ -51,13 +51,13 @@ paths:
51
51
  "403":
52
52
  $ref: "#/components/responses/ForbiddenError"
53
53
 
54
- /microclimate/points:
54
+ /v2/microclimate/points:
55
55
  get:
56
56
  summary: GET Microclimate Sensor Points
57
57
  operationId: GETMicroclimateSensorPoints
58
58
  description: ""
59
59
  tags:
60
- - 🌡️ Microclimate
60
+ - 🌡️ Microclimate (v2)
61
61
  parameters:
62
62
  - name: locationId
63
63
  in: query
@@ -86,13 +86,13 @@ paths:
86
86
  "403":
87
87
  $ref: "#/components/responses/ForbiddenError"
88
88
 
89
- /microclimate/measurements:
89
+ /v2/microclimate/measurements:
90
90
  get:
91
91
  summary: GET All Microclimate Sensor Measurements
92
92
  operationId: GETAllMicroclimateSensorMeasurements
93
93
  description: ""
94
94
  tags:
95
- - 🌡️ Microclimate
95
+ - 🌡️ Microclimate (v2)
96
96
  parameters:
97
97
  - name: locationId
98
98
  in: query
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/microclimate",
3
- "version": "1.1.12-dev.950503333",
3
+ "version": "1.2.0",
4
4
  "description": "Golemio Microclimate Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -33,9 +33,9 @@
33
33
  "devDependencies": {
34
34
  "@commitlint/cli": "^11.0.0",
35
35
  "@commitlint/config-conventional": "^11.0.0",
36
- "@golemio/cli": "1.4.4",
37
- "@golemio/core": "1.8.6",
38
- "@golemio/db-common": "1.1.1",
36
+ "@golemio/cli": "1.5.0",
37
+ "@golemio/core": "1.9.2",
38
+ "@golemio/db-common": "1.1.2",
39
39
  "@golemio/eslint-config": "1.1.1",
40
40
  "@types/chai": "4.2.3",
41
41
  "@types/chai-as-promised": "7.1.2",
@@ -67,7 +67,7 @@
67
67
  "typescript-transform-paths": "^3.4.6"
68
68
  },
69
69
  "peerDependencies": {
70
- "@golemio/core": ">=1.7.0"
70
+ "@golemio/core": ">=1.9.0"
71
71
  },
72
72
  "dependencies": {
73
73
  "geojson": "^0.5.0"