@digital-alchemy/hass 24.11.1 → 24.11.2

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.
Files changed (1) hide show
  1. package/package.json +13 -13
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "name": "@digital-alchemy/hass",
4
4
  "repository": "https://github.com/Digital-Alchemy-TS/hass",
5
5
  "homepage": "https://docs.digital-alchemy.app",
6
- "version": "24.11.1",
6
+ "version": "24.11.2",
7
7
  "description": "Typescript APIs for Home Assistant. Includes rest & websocket bindings",
8
8
  "scripts": {
9
9
  "build": "rm -rf dist/; tsc",
@@ -56,28 +56,28 @@
56
56
  },
57
57
  "license": "MIT",
58
58
  "devDependencies": {
59
- "@cspell/eslint-plugin": "^8.15.5",
60
- "@digital-alchemy/core": "^24.10.8",
61
- "@digital-alchemy/synapse": "^24.9.4",
59
+ "@cspell/eslint-plugin": "^8.16.0",
60
+ "@digital-alchemy/core": "^24.11.1",
61
+ "@digital-alchemy/synapse": "^24.11.1",
62
62
  "@digital-alchemy/type-writer": "^24.10.2",
63
63
  "@eslint/compat": "^1.2.2",
64
64
  "@eslint/eslintrc": "^3.1.0",
65
65
  "@eslint/js": "^9.14.0",
66
- "@faker-js/faker": "^9.1.0",
66
+ "@faker-js/faker": "^9.2.0",
67
67
  "@types/jest": "^29.5.14",
68
68
  "@types/js-yaml": "^4.0.9",
69
- "@types/node": "^22.8.6",
69
+ "@types/node": "^22.9.0",
70
70
  "@types/node-cron": "^3.0.11",
71
71
  "@types/semver": "^7.5.8",
72
72
  "@types/ws": "^8.5.13",
73
- "@typescript-eslint/eslint-plugin": "8.12.2",
74
- "@typescript-eslint/parser": "8.12.2",
73
+ "@typescript-eslint/eslint-plugin": "8.13.0",
74
+ "@typescript-eslint/parser": "8.13.0",
75
75
  "dayjs": "^1.11.13",
76
76
  "dotenv": "^16.4.5",
77
77
  "eslint": "9.14.0",
78
78
  "eslint-config-prettier": "9.1.0",
79
79
  "eslint-plugin-import": "^2.31.0",
80
- "eslint-plugin-jsonc": "^2.16.0",
80
+ "eslint-plugin-jsonc": "^2.18.1",
81
81
  "eslint-plugin-no-unsanitized": "^4.1.2",
82
82
  "eslint-plugin-prettier": "^5.2.1",
83
83
  "eslint-plugin-security": "^3.0.1",
@@ -85,7 +85,7 @@
85
85
  "eslint-plugin-sonarjs": "^2.0.4",
86
86
  "eslint-plugin-sort-keys-fix": "^1.1.2",
87
87
  "eslint-plugin-unicorn": "^56.0.0",
88
- "globals": "^15.11.0",
88
+ "globals": "^15.12.0",
89
89
  "jest": "^29.7.0",
90
90
  "jest-environment-node": "^29.7.0",
91
91
  "node-cron": "^3.0.3",
@@ -94,15 +94,15 @@
94
94
  "ts-jest": "^29.2.5",
95
95
  "tsx": "^4.19.2",
96
96
  "typescript": "^5.6.3",
97
- "uuid": "^11.0.2",
97
+ "uuid": "^11.0.3",
98
98
  "ws": "^8.18.0"
99
99
  },
100
100
  "dependencies": {
101
- "@digital-alchemy/core": "^24.10.8",
101
+ "@digital-alchemy/core": "^24.11.1",
102
102
  "dayjs": "^1.11.13",
103
103
  "semver": "^7.6.3",
104
104
  "type-fest": "^4.26.1",
105
- "uuid": "^11.0.2",
105
+ "uuid": "^11.0.3",
106
106
  "ws": "^8.18.0"
107
107
  },
108
108
  "jest": {