@digital-alchemy/hass 0.3.6 → 0.3.7
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/README.md +1 -1
- package/package.json +6 -5
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
This repository contains generic extensions for interacting with Home Assistant, including websocket & REST API adapters, entity & event management, backup workflows, and more.
|
|
4
4
|
|
|
5
5
|
- Extended docs: https://docs.digital-alchemy.app/Hass
|
|
6
|
-
- Discord
|
|
6
|
+
- [Discord](https://discord.com/invite/mtWHk36upW)
|
|
7
7
|
|
|
8
8
|
## ⭐ Features
|
|
9
9
|
### 📝 First-class Editor Experiences
|
package/package.json
CHANGED
|
@@ -2,10 +2,11 @@
|
|
|
2
2
|
"name": "@digital-alchemy/hass",
|
|
3
3
|
"repository": "https://github.com/Digital-Alchemy-TS/hass",
|
|
4
4
|
"homepage": "https://docs.digital-alchemy.app/Hass",
|
|
5
|
-
"version": "0.3.
|
|
5
|
+
"version": "0.3.7",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "rm -rf dist/; tsc",
|
|
8
8
|
"lint": "eslint src",
|
|
9
|
+
"test": "./scripts/test.sh",
|
|
9
10
|
"prepublishOnly": "npm run build",
|
|
10
11
|
"upgrade": "ncu -u; npm i"
|
|
11
12
|
},
|
|
@@ -24,13 +25,13 @@
|
|
|
24
25
|
},
|
|
25
26
|
"license": "MIT",
|
|
26
27
|
"dependencies": {
|
|
27
|
-
"@digital-alchemy/core": "^0.3.
|
|
28
|
+
"@digital-alchemy/core": "^0.3.8",
|
|
28
29
|
"dayjs": "^1.11.10",
|
|
29
30
|
"prom-client": "^15.1.0",
|
|
30
31
|
"ws": "^8.16.0"
|
|
31
32
|
},
|
|
32
33
|
"devDependencies": {
|
|
33
|
-
"@cspell/eslint-plugin": "^8.6.
|
|
34
|
+
"@cspell/eslint-plugin": "^8.6.1",
|
|
34
35
|
"@types/figlet": "^1.5.8",
|
|
35
36
|
"@types/jest": "^29.5.12",
|
|
36
37
|
"@types/js-yaml": "^4.0.9",
|
|
@@ -54,11 +55,11 @@
|
|
|
54
55
|
"eslint-plugin-unicorn": "^51.0.1",
|
|
55
56
|
"jest": "^29.7.0",
|
|
56
57
|
"jest-environment-node": "^29.7.0",
|
|
57
|
-
"npm-check-updates": "^16.14.
|
|
58
|
+
"npm-check-updates": "^16.14.18",
|
|
58
59
|
"prettier": "^3.2.5",
|
|
59
60
|
"ts-jest": "^29.1.2",
|
|
60
61
|
"tsx": "^4.7.1",
|
|
61
|
-
"type-fest": "^4.
|
|
62
|
+
"type-fest": "^4.14.0",
|
|
62
63
|
"typescript": "^5.4.3"
|
|
63
64
|
}
|
|
64
65
|
}
|