@happyvertical/weather 0.77.0 → 0.78.1
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 +1 -1
- package/metadata.json +2 -2
- package/package.json +5 -5
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: `
|
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@happyvertical/weather",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.78.1",
|
|
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.
|
|
44
|
+
"@happyvertical/utils": "0.78.1"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@types/node": "25.0.10",
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
"build": "vite build",
|
|
57
57
|
"build:watch": "vite build --watch",
|
|
58
58
|
"dev": "vite build --watch",
|
|
59
|
-
"test": "vitest run",
|
|
60
|
-
"test:watch": "vitest",
|
|
61
|
-
"test:optional": "VITEST_INCLUDE_OPTIONAL=true vitest run",
|
|
59
|
+
"test": "vitest --config ../../vitest.package.config.ts run",
|
|
60
|
+
"test:watch": "vitest --config ../../vitest.package.config.ts",
|
|
61
|
+
"test:optional": "VITEST_INCLUDE_OPTIONAL=true vitest --config ../../vitest.package.config.ts run",
|
|
62
62
|
"clean": "rm -rf dist",
|
|
63
63
|
"docs": "typedoc",
|
|
64
64
|
"docs:watch": "typedoc --watch"
|