@happyvertical/weather 0.76.2 → 0.78.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/AGENT.md CHANGED
@@ -7,7 +7,7 @@ Weather data provider abstraction for HAppyVertical SDK
7
7
  ## Package Map
8
8
  - Package: `@happyvertical/weather`
9
9
  - Hierarchy path: `@happyvertical/sdk > packages > weather`
10
- - Workspace position: `30 of 30` local packages
10
+ - Workspace position: `31 of 31` local packages
11
11
  - Internal dependencies: `@happyvertical/utils`
12
12
  - Internal dependents: none
13
13
  - Knowledge graph files: `AGENT.md`, `metadata.json`, `ecosystem-manifest.json`
package/metadata.json CHANGED
@@ -2,8 +2,8 @@
2
2
  "name": "@happyvertical/weather",
3
3
  "path": "packages/weather",
4
4
  "position": {
5
- "index": 30,
6
- "count": 30
5
+ "index": 31,
6
+ "count": 31
7
7
  },
8
8
  "description": "Weather data provider abstraction for HAppyVertical SDK",
9
9
  "provides": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happyvertical/weather",
3
- "version": "0.76.2",
3
+ "version": "0.78.0",
4
4
  "description": "Weather data provider abstraction for HAppyVertical SDK",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -41,7 +41,7 @@
41
41
  "access": "public"
42
42
  },
43
43
  "dependencies": {
44
- "@happyvertical/utils": "0.76.2"
44
+ "@happyvertical/utils": "0.78.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/node": "25.0.10",