Skip to content

Commit

Permalink
type-writer also
Browse files Browse the repository at this point in the history
  • Loading branch information
zoe-codez committed Sep 25, 2024
1 parent b1cf933 commit 9813a08
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@digital-alchemy/hass": "^24.9.4",
"@digital-alchemy/mqtt-extension": "^24.9.1",
"@digital-alchemy/synapse": "^24.9.4",
"@digital-alchemy/type-writer": "^24.9.2",
"@digital-alchemy/type-writer": "^24.9.4",
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"node-cron": "^3.0.3",
Expand Down
47 changes: 42 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -677,9 +677,9 @@ __metadata:
languageName: node
linkType: hard

"@digital-alchemy/type-writer@npm:^24.9.2":
version: 24.9.2
resolution: "@digital-alchemy/type-writer@npm:24.9.2"
"@digital-alchemy/type-writer@npm:^24.9.4":
version: 24.9.4
resolution: "@digital-alchemy/type-writer@npm:24.9.4"
dependencies:
js-yaml: "npm:^4.1.0"
quicktype: "npm:^23.0.170"
Expand All @@ -690,7 +690,7 @@ __metadata:
"@digital-alchemy/hass": "*"
bin:
type-writer: dist/main.js
checksum: 10/0616878c1b0963a34fe0190fe60a95da4f7fb74923a2aa008050531ab2515ba6bb328bbd9c8ccb0a00a73743d66f64d20f78ecf3cc75bc83ed9eca03f1d6d80b
checksum: 10/4659085c7afe31742a7150c69d7e7ad8d5121e0c5b088790a71c612ddde5996903f9eb2506d88ce8b75c834378664fe15828eade051168a9f52969e7b74976f8
languageName: node
linkType: hard

Expand Down Expand Up @@ -3000,7 +3000,7 @@ __metadata:
"@digital-alchemy/hass": "npm:^24.9.4"
"@digital-alchemy/mqtt-extension": "npm:^24.9.1"
"@digital-alchemy/synapse": "npm:^24.9.4"
"@digital-alchemy/type-writer": "npm:^24.9.2"
"@digital-alchemy/type-writer": "npm:^24.9.4"
"@types/async": "npm:^3.2.24"
"@types/bun": "npm:^1.1.10"
"@types/jest": "npm:^29.5.12"
Expand All @@ -3011,6 +3011,7 @@ __metadata:
bun: "npm:^1.1.22"
cross-env: "npm:^7.0.3"
dayjs: "npm:^1.11.13"
dotenv: "npm:^16.4.5"
eslint: "npm:8.57.0"
eslint-config-prettier: "npm:9.1.0"
eslint-plugin-import: "npm:^2.29.1"
Expand All @@ -3025,11 +3026,13 @@ __metadata:
eslint-plugin-vitest: "npm:^0.5.4"
husky: "npm:^8.0.3"
lint-staged: "npm:^15.2.8"
node-cron: "npm:^3.0.3"
prettier: "npm:^3.3.3"
shellcheck: "npm:^3.0.0"
tsx: "npm:^4.17.0"
type-fest: "npm:^4.24.0"
typescript: "npm:^5.4.5"
uuid: "npm:^10.0.0"
vitest: "npm:^2.0.5"
languageName: unknown
linkType: soft
Expand All @@ -3052,6 +3055,13 @@ __metadata:
languageName: node
linkType: hard

"dotenv@npm:^16.4.5":
version: 16.4.5
resolution: "dotenv@npm:16.4.5"
checksum: 10/55a3134601115194ae0f924e54473459ed0d9fc340ae610b676e248cca45aa7c680d86365318ea964e6da4e2ea80c4514c1adab5adb43d6867fb57ff068f95c8
languageName: node
linkType: hard

"eastasianwidth@npm:^0.2.0":
version: 0.2.0
resolution: "eastasianwidth@npm:0.2.0"
Expand Down Expand Up @@ -5523,6 +5533,15 @@ __metadata:
languageName: node
linkType: hard

"node-cron@npm:^3.0.3":
version: 3.0.3
resolution: "node-cron@npm:3.0.3"
dependencies:
uuid: "npm:8.3.2"
checksum: 10/f088043da4f61c3640155f7b11e909e6cfb23d9970111a8dcd7b39a1f3d47c897e207bb9657b15441207df21676885b083c777630efa87801de961b15a3d0ad1
languageName: node
linkType: hard

"node-fetch@npm:^2.6.12":
version: 2.7.0
resolution: "node-fetch@npm:2.7.0"
Expand Down Expand Up @@ -7506,6 +7525,24 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:8.3.2":
version: 8.3.2
resolution: "uuid@npm:8.3.2"
bin:
uuid: dist/bin/uuid
checksum: 10/9a5f7aa1d6f56dd1e8d5f2478f855f25c645e64e26e347a98e98d95781d5ed20062d6cca2eecb58ba7c84bc3910be95c0451ef4161906abaab44f9cb68ffbdd1
languageName: node
linkType: hard

"uuid@npm:^10.0.0":
version: 10.0.0
resolution: "uuid@npm:10.0.0"
bin:
uuid: dist/bin/uuid
checksum: 10/35aa60614811a201ff90f8ca5e9ecb7076a75c3821e17f0f5ff72d44e36c2d35fcbc2ceee9c4ac7317f4cc41895da30e74f3885e30313bee48fda6338f250538
languageName: node
linkType: hard

"v8-compile-cache-lib@npm:^3.0.1":
version: 3.0.1
resolution: "v8-compile-cache-lib@npm:3.0.1"
Expand Down

0 comments on commit 9813a08

Please sign in to comment.